.contact-action-buttons {
	margin: 24px 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 420px;
}

.contact-action-btn {
	display: block;
	text-align: center;
	background: #000;
	color: #fff !important;
	text-decoration: none;
	padding: 16px 20px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: 0.02em;
	transition: background 0.2s ease;
}

.contact-action-btn:hover {
	background: #222;
	color: #fff !important;
}

.contact-action-buttons--product {
	margin: 28px 0 10px;
	max-width: 100%;
}

.whatsapp-float {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 9998;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #25d366;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.whatsapp-float:hover {
	background: #1ebe57;
	color: #fff !important;
	transform: scale(1.06);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
}

.whatsapp-float__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.whatsapp-float__icon svg {
	display: block;
}

@media (max-width: 767px) {
	.whatsapp-float {
		right: 16px;
		bottom: 16px;
		width: 54px;
		height: 54px;
	}

	.whatsapp-float__icon svg {
		width: 26px;
		height: 26px;
	}
}
