/* ===================================
   FAQ Page Specific Styles
   =================================== */

/* Note: .hero-gradient moved to main.css */

/* =============
   Card Styles
   Note: Base card styles in main.css (.card)
   ============= */
.faq-card {
    cursor: pointer; /* Only unique property for FAQ cards */
}

/* =============
   Modal Styles
   Note: Base modal styles in main.css
   ============= */

/* ====================
   Mailchimp Styles
   ==================== */
/* Force Mailchimp button to match input width */
#mc-embedded-subscribe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    box-sizing: border-box !important;
}

.mc-field-group input[type="email"] {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Ensure form container takes full width */
#mc_embed_signup_scroll {
    width: 100% !important;
}

.mc-field-group {
    width: 100% !important;
}

.optionalParent {
    width: 100% !important;
}

.clear.foot {
    width: 100% !important;
}

