/**
 * xcgparts：系统 mfoot 主题适配
 * 覆盖 _common/Public/xy_mfoot.css 变量；页脚留白避免底栏遮挡
 */
:root {
	--xy-mfoot-hover: var(--xy-skin-primary, #FF9E16);
	--xy-mfoot-hover-bg: rgba(255, 158, 22, 0.1);
	--xy-mfoot-top-hover: linear-gradient(135deg, var(--xy-skin-primary, #FF9E16) 0%, #e88a0a 100%);
}

.footer-bar {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
	body {
		padding-bottom: 0 !important;
	}

	.l-footer.layout_compact {
		padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
	}
}
