/* Elanlar v4.6.6 — persistent receipts + single photo close */
.elanlar-app .elan-msg-meta{
    min-height:16px!important;
    overflow:visible!important;
}
.elanlar-app .elan-msg-check{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:20px!important;
    height:15px!important;
    flex:0 0 20px!important;
    margin-left:1px!important;
    color:#94a3b8!important;
    opacity:1!important;
    visibility:visible!important;
}
.elanlar-app .elan-msg-check__svg{
    display:block!important;
    width:20px!important;
    height:15px!important;
    overflow:visible!important;
}
.elanlar-app .elan-msg-check__svg path{
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:2!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}
.elanlar-app .elan-msg-check--read,
.elanlar-app .elan-msg-check[data-read="1"]{
    color:#0ea5e9!important;
}
/* When a photo lightbox is open inside the chat iframe, hide only the parent modal X. */
#elan-chat-modal-root.is-photo-viewing .elan-chat-modal__dialog > .elan-chat-modal__close{
    display:none!important;
}
