/* Keep the primary WhatsApp action above the secondary scroll control. */
.whatsapp {
    bottom: calc(82px + env(safe-area-inset-bottom, 0px));
}

.scroll-top {
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 575.98px) {
    .whatsapp {
        right: 16px;
    }

    .scroll-top {
        right: 24px;
    }
}
