.social-float { position: fixed; z-index: 98; right: 34px; bottom: 106px; display: grid; gap: 9px; }
.social-float__link { display: grid; place-items: center; width: 44px; height: 44px; color: #fff; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 7px 19px rgba(0, 0, 0, .2); transition: transform .18s ease, box-shadow .18s ease; }
.social-float__link:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 11px 24px rgba(0, 0, 0, .25); }
.social-float__link:focus-visible { outline: 3px solid rgba(227, 6, 19, .45); outline-offset: 3px; }
.social-float__link svg { width: 21px; height: 21px; fill: currentColor; }
.social-float__link--facebook { background: #1877f2; }
.social-float__link--instagram { background: #d62976; }
.social-float__link--instagram rect,
.social-float__link--instagram circle { fill: none; stroke: currentColor; stroke-width: 2; }
.social-float__link--instagram .social-float__dot { fill: currentColor; stroke: none; }
@media (max-width: 760px) {
    .whatsapp-float { right: 10px; bottom: 12px; }
    .social-float { right: 22px; bottom: 78px; gap: 6px; }
    .social-float__link { width: 34px; height: 34px; border-width: 2px; box-shadow: 0 4px 12px rgba(0, 0, 0, .18); }
    .social-float__link svg { width: 17px; height: 17px; }
    .tracking-portal-body .social-float, .colombia-tracking-body .social-float { right: 18px; bottom: 70px; }
}
@media (prefers-reduced-motion: reduce) { .social-float__link { transition: none; } }
