/**
 * DermaRee 手机底栏覆盖：品牌色 + FA4→FA5 图标映射
 * 系统默认：Homes/Tpl/_common/Public/xy_mfoot.css（本文件在其后加载）
 */
:root {
	--xy-mfoot-hover: #024886;
	--xy-mfoot-hover-bg: rgba(2, 72, 134, 0.07);
	--xy-mfoot-top-hover: linear-gradient(135deg, #EE922B 0%, #d9821f 100%);
}

/* WhatsApp：FA5 Brands */
.mfoot_box .fa-whatsapp:before {
	content: "\f232";
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

/* E-mail：FA4 fa-envelope-o → FA5 regular envelope */
.mfoot_box .fa-envelope-o:before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

/* Inquiry：FA4 fa-comment-o → FA5 regular comment */
.mfoot_box .fa-comment-o:before {
	content: "\f075";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

/* Phone / Top：FA5 solid */
.mfoot_box .fa-phone:before,
.mfoot_box .fa-arrow-up:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* 本主题不使用手机底部菜单 */
.mfoot_box,
.mfoot_box.navbar-default {
	display: none !important;
}

.footer-bar {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
	body {
		padding-bottom: 0 !important;
	}

	.mfoot_box,
	.mfoot_box.navbar-default {
		display: none !important;
	}
}
