#fmsingle-v11 .fms11-interest-actions .fmae-seller-contact,
.fms11-interest-actions .fmae-seller-contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	cursor: pointer;
}

#fmsingle-v11 .fmae-contact-icon,
.fms11-interest-actions .fmae-contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
}

#fmsingle-v11 .fmae-contact-icon svg,
.fms11-interest-actions .fmae-contact-icon svg {
	display: block;
	width: 17px;
	height: 17px;
	fill: currentColor;
}

#fmsingle-v11 .fms11-cta-whatsapp,
.fms11-interest-actions .fms11-cta-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid #1f9d55;
	border-radius: 10px;
	background: #1f9d55;
	color: #fff !important;
	font: 700 13px/1 Poppins, Arial, sans-serif;
	text-decoration: none !important;
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		background-color .18s ease;
}

#fmsingle-v11 .fms11-cta-whatsapp:hover,
#fmsingle-v11 .fms11-cta-whatsapp:focus-visible,
.fms11-interest-actions .fms11-cta-whatsapp:hover,
.fms11-interest-actions .fms11-cta-whatsapp:focus-visible {
	background: #188247;
	color: #fff !important;
	transform: translateY(-1px);
}

#fmsingle-v11 .fmae-seller-contact:focus-visible,
.fms11-interest-actions .fmae-seller-contact:focus-visible {
	outline: 3px solid rgba(255, 196, 0, .45);
	outline-offset: 2px;
}

@media (max-width: 720px) {
	#fmsingle-v11 .fms11-interest-actions,
	.fms11-interest-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	#fmsingle-v11 .fms11-interest-actions > *,
	.fms11-interest-actions > * {
		width: 100%;
		box-sizing: border-box;
	}

	#fmsingle-v11 .fms11-interest-actions .fmae-seller-contact,
	.fms11-interest-actions .fmae-seller-contact {
		min-height: 46px;
	}
}
