/* Styles pour OCI Downloads */
.oci-downloads-form {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 8px;
    max-width: 700px;
    margin: 0 auto 20px auto;
}
.oci-downloads-form label {
    font-weight: bold;
}
.oci-downloads-message {
    margin-top: 10px;
    color: #007cba;
    font-weight: bold;
}

/* Désactiver l'overflow:hidden sur le pop-up Elementor */
.elementor-popup-modal {
    overflow: visible !important;
}

/* Désactiver tout overflow caché dans le pop-up et ses enfants */
.elementor-popup-modal *,
.elementor-popup-modal *:before,
.elementor-popup-modal *:after {
    overflow: visible !important;
}