/* ==========================================================================
   GRAVITY FORMS SHARED STYLES
   ========================================================================== */

/* White labels across forms 8 and 11 */
#gform_11 #field_11_7 .gform-field-label,
#gform_11 #field_11_8 .gform-field-label,
#gform_11 #field_11_7 .gfield_label,
#gform_11 #field_11_8 .gfield_label,
#gform_11 .gfield_consent_label,
#gform_8 #field_8_9 .gform-field-label,
#gform_8 #field_8_11 .gform-field-label,
#gform_8 #field_8_11 .gfield_label {
    color: #fff;
}

/* Red CTA submit button shared across forms 8, 9 and 11 */
#gform_11 #gform_submit_button_11,
#gform_8 #gform_submit_button_8,
#gform_submit_button_9 {
    min-width: 300px;
    padding: 0.5em 1.5em;
    margin-bottom: 0;
    background-color: var(--accent-red);
    color: #fff;
    font-family: Inter;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid var(--accent-red);
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

/* Newsletter form button: no min-width */
#gform_submit_button_9 {
    min-width: auto;
}