/* Offset fixed UI from Brevo Conversations chat bubble (bottom-right). */
html.has-brevo-chat footer button[aria-label="Scroll to top"] {
    bottom: 5.75rem;
    right: 1.75rem;
}

@media (max-width: 639px) {
    html.has-brevo-chat footer button[aria-label="Scroll to top"] {
        bottom: 5rem;
        right: 1rem;
    }
}
