.huwe-testimonials-carousel-wrapper {
    max-width: 1000px !important;
    padding:  0;
}

/* Footer newsletter form (Thrive Leads Shortcode in Footer widget)
   Overrides Seedlet's default sage-green submit button and adds a
   warm cream band background, matching the visual-refresh palette
   used elsewhere on the site. Scoped to .site-footer so the
   essay-page Thrive form isn't affected. Added 2026-07-15. */
.site-footer .thrv-leads-form-box,
#colophon .thrv-leads-form-box {
    background-color: #FAF3E6 !important;
}
.site-footer .thrv_lead_generation,
#colophon .thrv_lead_generation {
    background-color: transparent !important;
}
.site-footer .thrv_lead_generation .tve-form-button-submit,
#colophon .thrv_lead_generation .tve-form-button-submit {
    background-color: #75242A !important;
    color: #FEFBF5 !important;
    border-color: #75242A !important;
}
.site-footer .thrv_lead_generation .tve-form-button-submit:hover,
.site-footer .thrv_lead_generation .tve-form-button-submit:focus,
#colophon .thrv_lead_generation .tve-form-button-submit:hover,
#colophon .thrv_lead_generation .tve-form-button-submit:focus {
    background-color: #5A1B20 !important;
    border-color: #5A1B20 !important;
}

/* Thrive's own #lg-mrmulssu rule (id-based) beats a pure-class selector,
   so we match specificity with a scoped body selector chain + !important. */
body .site-footer .thrv_lead_generation .tve-form-button .tcb-button-link,
body #colophon .thrv_lead_generation .tve-form-button .tcb-button-link,
.site-footer .thrv_lead_generation[id^="lg-"] .tve-form-button .tcb-button-link,
#colophon .thrv_lead_generation[id^="lg-"] .tve-form-button .tcb-button-link {
    background-color: #75242A !important;
    color: #FEFBF5 !important;
    border-color: #75242A !important;
}
body .site-footer .thrv_lead_generation .tve-form-button .tcb-button-link:hover,
body #colophon .thrv_lead_generation .tve-form-button .tcb-button-link:hover {
    background-color: #5A1B20 !important;
    border-color: #5A1B20 !important;
}

/* Thrive's hover rule beats a pure-class selector on specificity. Match
   it via a doubled :not(#tve) prefix. Uses [id^="lg-"] so this survives
   Thrive regenerating the form's id. */
:not(#tve):not(#tve) [id^="lg-"] .tve-form-button:hover .tcb-button-link,
:not(#tve):not(#tve) [id^="lg-"] .tve-form-button:focus .tcb-button-link {
    background-color: #5A1B20 !important;
    border-color: #5A1B20 !important;
    color: #FEFBF5 !important;
}
/* Center the H3 heading Seedlet left-aligns by default. */
.site-footer h3.wp-block-heading,
#colophon h3.wp-block-heading {
    text-align: center;
}
