/* ═══ POPUP VISUALISEUR ═══ */

/* Popup: 80% largeur, plein hauteur */
#file-popup > div {
    max-width: 100vw !important;
    width: 100vw !important;
    margin: 0 auto !important;
    height: 100vh !important;
    max-height: 100vh !important;
    border-radius: 0 !important;
    overflow-y: auto !important;
}

/* PDF */
#file-popup-content embed {
    height: 90vh !important;
}

/* Video */
#file-popup-content video {
    max-height: 88vh !important;
}

/* Texte */
#file-popup-content pre {
    max-height: 88vh !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

/* Image */
#file-popup-content img {
    max-height: 90vh !important;
}


/* Fix chevauchement X et boutons */
#file-popup > div > button:first-child {
    right: 15px !important;
    top: 12px !important;
    z-index: 20 !important;
}
#popup-controls {
    margin-right: 45px !important;
}

/* Panneau avatar dans le popup */
#popup-avatar-panel {
    max-height: 80vh !important;
}


/* Panneau avatar plus large */
#popup-avatar-panel {
    width: 450px !important;
    min-width: 450px !important;
    max-height: 90vh !important;
}

/* Carte avatar dans le popup */
#popup-avatar-video .agent-card {
    width: 97% !important;
    height: 91% !important;
    min-height: 400px !important;
    min-width: unset !important;
    border-radius: 12px !important;
}

#popup-avatar-video .agent-card .agent-bg-img,
#popup-avatar-video .agent-card .anam-bg-img {
    width: 90% !important;
    height: 100% !important;
    object-fit: cover !important;
}
