/* Keep the legacy Home back-to-top from colliding with the AI chat. */
@media (min-width: 768px) {
    .maava-home-back-top {
        left: 22px !important;
        right: auto !important;
    }
}

/* Mobile uses the frozen #maava-mobile-back-to-top coordinator control. */
@media (max-width: 767.98px) {
    .maava-home-back-top {
        display: none !important;
    }
}
