.cwb-whatsapp-button {
	position: fixed;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: transparent;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	line-height: 0;
}

.cwb-whatsapp-button:hover,
.cwb-whatsapp-button:focus {
	transform: scale(1.08);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.cwb-whatsapp-button svg {
	width: 100%;
	height: 100%;
	display: block;
}

/* Pragul de mobil folosit pentru afișarea condiționată desktop/mobil. */
@media (max-width: 768px) {
	.cwb-hide-mobile {
		display: none !important;
	}
}

@media (min-width: 769px) {
	.cwb-hide-desktop {
		display: none !important;
	}
}
