/* Mobile presentation for the existing ElevenLabs widget host. */
@media (max-width: 991.98px) {
    .loans-tech-chatbot {
        position: fixed;
        z-index: 1040;
        right: calc(18px + env(safe-area-inset-right));
        bottom: calc(18px + env(safe-area-inset-bottom));
    }

    .loans-tech-chatbot--global {
        bottom: calc(72px + env(safe-area-inset-bottom));
    }
}
