/*======================================
    Contact Form 7 — footer newsletter overrides

    Purely additive, loaded AFTER Contact Form 7's own plugin stylesheet
    (which stays enqueued — see inc/cf7.php for why dequeuing it caused
    duplicate-looking validation messages). This file only re-colours
    CF7's validation tooltip and response-output text to fit the footer's
    dark background; every other rule (including the CSS that keeps
    .screen-reader-response hidden from sighted users) is left to CF7's
    own stylesheet. None of this has an equivalent in the approved static
    markup (the original form had no real backend, so nothing was ever
    validated) — there is nothing approved to preserve here, only new
    functional UI to make legible.
======================================*/

.subs_box .wpcf7-not-valid-tip {
    color: #ffb4b4;
    font-size: 12px;
    margin-top: 4px;
}

.subs_box .wpcf7-response-output {
    color: var(--cream-color);
    border-color: var(--cream-color);
    font-size: 12px;
    margin-top: 10px;
}

.subs_box .wpcf7-spinner {
    margin-inline-start: 8px;
}
