.hidrota-floating {
	position: fixed; top: 50%; transform: translateY(-50%);
	display: flex; flex-direction: column; gap: 4px;
	/* Above page content but below the open mobile menu panel (99999). */
	z-index: 90;
}
/* Hide the floating contacts while the off-canvas panel is open so they
   don't peek through on the right edge. */
body.hidrota-no-scroll .hidrota-floating { opacity: 0; pointer-events: none; transition: opacity .2s; }
.hidrota-floating--right { right: 0; }
.hidrota-floating--left  { left: 0; }
.hidrota-floating__btn {
	display: inline-flex; align-items: center; justify-content: center;
	width: 48px; height: 48px; background: var(--hidrota-accent); color: #fff;
	text-decoration: none; transition: background-color .2s ease;
}
.hidrota-floating__btn:hover { background: var(--hidrota-accent-dark); color: #fff; }
.hidrota-floating__btn i,
.hidrota-floating__btn svg { font-size: 18px; width: 18px; height: 18px; }

@media (max-width: 480px) {
	.hidrota-floating__btn { width: 40px; height: 40px; }
}
