/* ==========================================================
   BusqueCasa Chat Framework - Mobile
========================================================== */

@media (max-width:768px){
    .bc-chat-window{
        right:12px;
        left:12px;
        bottom:88px;
        width:auto;
        height:min(680px, calc(100vh - 105px));
        border-radius:24px;
    }

    .bc-chat-launcher{
        right:16px;
        bottom:16px;
        width:62px;
        height:62px;
        border-radius:21px;
    }

    .bc-chat-header{
        min-height:78px;
        padding:15px;
    }

    .bc-chat-messages{
        padding:15px;
    }

    .bc-chat-message-content{
        max-width:86%;
    }
}

@media (max-width:420px){
    .bc-chat-window{
        right:0;
        left:0;
        bottom:0;
        height:100dvh;
        max-width:none;
        border-radius:0;
        border:0;
    }

    .bc-chat-root.is-open .bc-chat-launcher{
        display:none;
    }
}
