/* SMT WP Customize – Contact frontend */

.smt-wpc-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.smt-wpc-contact-list__item {
	margin: 0 0 0.5em;
}

.smt-wpc-contact-list__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

.smt-wpc-contact-list__icon,
.smt-wpc-contact-float__btn .dashicons,
.smt-wpc-contact-float__btn img {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.smt-wpc-contact-list__icon img,
.smt-wpc-contact__icon-img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.smt-wpc-contact-float {
	position: fixed;
	bottom: var(--smt-wpc-contact-bottom, 16px);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.smt-wpc-contact-float--right {
	right: 16px;
	left: auto;
	align-items: flex-end;
}

.smt-wpc-contact-float--left {
	left: 16px;
	right: auto;
	align-items: flex-start;
}

.smt-wpc-contact-float__btn {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 48px;
	padding: 8px 14px 8px 8px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
	line-height: 1.2;
}

.smt-wpc-contact-float__btn:hover,
.smt-wpc-contact-float__btn:focus {
	color: #fff;
	opacity: 0.92;
}

.smt-wpc-contact-float__btn .dashicons {
	width: 32px;
	height: 32px;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
}

.smt-wpc-contact-float__btn img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
}

.smt-wpc-contact-float__btn--hotline {
	background: #16a34a;
}

.smt-wpc-contact-float__btn--zalo {
	background: #0068ff;
}

.smt-wpc-contact-float__label {
	font-size: 13px;
	font-weight: 600;
	padding-right: 6px;
	white-space: nowrap;
}

@media (max-width: 600px) {
	.smt-wpc-contact-float__label {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.smt-wpc-contact-float__btn {
		width: 48px;
		min-height: 48px;
		padding: 8px;
		justify-content: center;
	}
}
