/* Elanlar v4.6.14 — composer breathing room + keep external WhatsApp under chat modal */

/* The supplied body WhatsApp widget uses a very high z-index.
   Keep the messenger one layer above it while the popup is open. */
#elan-chat-modal-root{
    z-index:2147483646!important;
}
body.elan-chat-modal-open .vm-wa,
html.elan-chat-modal-open .vm-wa{
    z-index:2147482000!important;
}

/* Give the send button a stable right inset without changing its size/layout. */
body.elan-chat-shell .elanlar-app .elan-chat-footer{
    width:auto!important;
    margin:8px 14px 12px!important;
    padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;
    border:1px solid var(--em-line)!important;
    border-radius:14px!important;
}
body.elan-chat-shell .elanlar-app .elan-chat-input-wrap{
    width:100%!important;
    padding-right:2px!important;
    box-sizing:border-box!important;
}
body.elan-chat-shell .elanlar-app .elan-chat-send-btn{
    margin-right:0!important;
}

@media(max-width:767px){
    body.elan-chat-shell .elanlar-app .elan-chat-footer{
        margin:6px 10px calc(8px + env(safe-area-inset-bottom))!important;
        padding:6px 8px!important;
    }
}
