/* =====================================================================
 *  Footer "Je m'inscris" button — keep theme's native btn-primary style.
 * =====================================================================*/
.block-newsletter .js-open-newsletter-popup {
    margin-top: 6px;
}

/* =====================================================================
 *  Defensive text colors — keep iqitpopup's layout untouched, only force
 *  dark text in case the parent (footer / dark sections) inherits a light
 *  color into the popup.
 * =====================================================================*/
#iqitpopup .iqitpopup-content,
#iqitpopup .iqitpopup-content p,
#iqitpopup .iqitpopup-content strong,
#iqitpopup .iqitpopup-newsletter-form,
#iqitpopup .iqitpopup-newsletter-form label {
    color: #1a1a1a;
}

/* iqitthemeed_codes_css applies `display: flex; align-items: center` on
   #iqitpopup, which vertically centers the content. We want the text to
   sit near the top so the bg image at the top of the popup remains visible
   above the text. Override the flex centering for this child only. */
#iqitpopup .iqitpopup-content {
    align-self: flex-start !important;
    padding-top: 80px !important;
    width: 100%;
}


/* =====================================================================
 *  Compact form — reduce padding & sizes so the captcha + GDPR + button
 *  all fit within the popup native height (450px) without overflowing.
 * =====================================================================*/
#iqitpopup .iqitpopup-newsletter-form {
    padding: 10px 12px !important;
}
#iqitpopup .iqitpopup-newsletter-form .newsletter-input {
    height: 32px;
    padding: 4px 10px;
    font-size: 0.88rem;
    margin-bottom: 0 !important;
}

/* Captcha row */
#iqitpopup .iqitpopup-antibot {
    margin-top: 6px !important;
    margin-bottom: 0 !important;
}
#iqitpopup .iqitpopup-antibot label {
    margin: 0 6px 0 0;
    font-size: 0.85rem;
    font-weight: 500;
}
#iqitpopup .iqitpopup-antibot input {
    width: 56px !important;
    max-width: 56px !important;
    height: 28px;
    padding: 2px 6px;
    text-align: center;
    font-weight: 600;
    font-size: 0.88rem;
}

/* Submit button */
#iqitpopup .bony-btn-newsletter {
    padding: 6px 22px !important;
    font-size: 0.9rem;
    margin-top: 4px !important;
}

/* Submit button row + action wrapper spacing */
#iqitpopup .iqitpopup-newsletter-form .mt-3 {
    margin-top: 6px !important;
}

/* GDPR / conditions text below button — smaller */
#iqitpopup .iqitpopup-newsletter-form .text-muted {
    font-size: 0.75rem;
    line-height: 1.25;
    margin-top: 4px !important;
}

/* =====================================================================
 *  AJAX feedback messages.
 * =====================================================================*/
#iqitpopup .bony-nl-msg[data-state="error"] {
    color: #c0392b;
    font-weight: 600;
    font-size: 0.85rem;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
}
#iqitpopup .bony-nl-success {
    color: #1f7a3a;
    font-weight: 600;
}
