/* ==========================================================================
   1. GLOBAL & TYPOGRAPHY
   ========================================================================== */
h1, h2, h1 span, h2 span {
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    line-height: 0.95;
}

h1, h1 span { font-size: clamp(2.5rem, 8vw, 4.5rem); }
h2, h2 span { font-size: clamp(1.8rem, 6vw, 2.5rem); }

h3, h4 {
    font-family: 'Gudea', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

p, span, li, a {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
}

a, a:hover { text-decoration: none !important; }

html, body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.container {
    width: 100% !important;
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 2rem !important; 
    padding-right: 2rem !important;
}

@media (max-width: 768px) {
    .container {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
}

.btn-blue {
    background-color: #72AFD2 !important;
    color: white !important;
    padding: 10px 30px !important;
    border-radius: 8px !important;
    font-weight: 800 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-blue:hover {
    background-color: #5E9BBD !important;
    transform: translateY(-2px);
}

.entry-content ul, 
.wp-block-list {
    list-style-type: disc !important;
    margin-left: 1.25rem !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    display: block !important;
}

.entry-content ol,
.wp-block-list.is-ordered {
    list-style-type: decimal !important;
    margin-left: 1.25rem !important;
}

.entry-content li,
.wp-block-list li {
    margin-bottom: 0.5rem !important;
    line-height: 1.6 !important;
    font-family: 'Gudea', sans-serif !important;
    display: list-item !important; 
}

.entry-content ul li::marker {
    color: #72AFD2;
}

/* ==========================================================================
   2. GUTENBERG BUTTON OVERRIDES
   ========================================================================== */

.wp-block-button__link {
    background-color: #72AFD2 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    border: none !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 12px 30px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.wp-block-button__link:hover {
    background-color: #5E9BBD !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    color: #ffffff !important;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    border: 2px solid #72AFD2 !important;
    color: #72AFD2 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #72AFD2 !important;
    color: #ffffff !important;
}

/* ==========================================================================
   3. FEATURE GRID (CLEAN MINIMAL STYLE)
   ========================================================================== */

.feature-icon-circle {
    width: 120px;
    height: 120px;
    background-color: #35AAD5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.simple-feature-card:hover .feature-icon-circle {
    transform: translateY(-5px);
}

.feature-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.75rem !important;
    color: #1a2b1d !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em;
}

.feature-desc {
    font-family: 'Gudea', sans-serif !important;
    font-size: 0.9rem !important;
    max-width: 250px;
}

.feature-link {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #E67E00 !important;
    font-size: 1.125rem !important;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    margin-top: auto;
}

.feature-link:hover {
    color: #cc7000 !important;
}

.feature-icon-circle img {
    filter: brightness(0) invert(1);
    max-width: 60px;
    height: auto;
}

/* ==========================================================================
   4. LATEST NEWS GRID (REFINED)
   ========================================================================== */

.news-image-wrap {
    width: 324px;
    height: 172px;
    max-width: 100%;
}

.news-category-stroke {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    font-size: 14px; 
    text-transform: uppercase;
    color: #12B5EA; 
    -webkit-text-stroke: 4px rgba(18, 181, 234, 0.36);
    paint-order: stroke fill;
    -webkit-text-fill-color: #333333; 
}

.news-title {
    font-size: 18px !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

.news-title a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    color: #333333 !important;
}

.capitalize-none {
    text-transform: none !important;
}

.news-date, .news-excerpt {
    font-family: 'Gudea', sans-serif !important;
    font-size: 12px;
}

.latest-news-header {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
    font-size: 40px !important;
    line-height: 0.9 !important;
    letter-spacing: -0.05em !important;
    text-transform: uppercase;
}

/* ==========================================================================
   5. SPLIT-SCREEN BANNER (DONATE/MEETINGS)
   ========================================================================== */

.banner-header {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: clamp(1.8rem, 6vw, 2.5rem) !important;
    line-height: 1.0 !important;
    letter-spacing: -0.05em !important;
    text-transform: uppercase;
}

.banner-description {
    font-family: 'Gudea', sans-serif !important;
    font-weight: 400;
    max-width: 500px;
}

.banner-btn {
    background-color: #E67E00 !important;
    color: white !important;
    padding: 14px 40px !important;
    border-radius: 8px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.banner-btn:hover {
    background-color: #D96D00 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

@media (max-width: 1024px) {
    .banner-header {
        font-size: 2.8rem !important;
    }
}

/* ==========================================================================
   6. MOBILE CARD ADJUSTMENTS
   ========================================================================== */

@media (max-width: 768px) {
    .card-header h3, 
    .support-content h3 {
        font-size: 2.2rem !important;
        line-height: 0.9 !important;
        margin-bottom: 0.5rem !important;
    }

    .icon-bubble {
        width: 100px !important;
        height: 100px !important;
        margin-top: -50px !important; 
    }

    .icon-bubble img {
        max-width: 50px !important;
    }

    .card-header .tagline {
        font-size: 0.65rem !important;
        line-height: 1.2 !important;
    }
}

@media (max-width: 480px) {
    .card-header h3, 
    .support-content h3 {
        font-size: 1.8rem !important;
    }
}

@media (max-width: 768px) {
    .support-content .btn-blue {
        font-size: 0.65rem !important;
        padding: 8px 12px !important;
        letter-spacing: 0;
        line-height: 1.1 !important;
        width: 90% !important;
        max-width: none !important;
        min-height: 44px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .support-content {
        padding: 1.5rem 0.75rem !important;
    }

    .support-content p {
        font-size: 0.75rem !important;
        margin-bottom: 1rem !important;
        line-height: 1.3 !important;
    }
}

@media (max-width: 350px) {
    .support-content .btn-blue {
        font-size: 0.6rem !important;
        padding: 6px 8px !important;
    }
}

/* ==========================================================================
   7. HERO SLIDER & NAVIGATION
   ========================================================================== */

.hero-slider {
    overflow: visible !important;
    z-index: 10 !important;
}
.hero-slider .slides-wrapper,
.hero-slider .slide {
    overflow: visible !important;
}
.hero-slider svg {
    position: relative;
    z-index: 30;
}

.hero-slider .slide h1.hero-title {
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: -0.10em !important;
    line-height: 0.9 !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
}

.hero-slider .slide p.hero-tagline {
    font-family: 'Gudea', sans-serif !important;
    color: #1B2B1D !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 0.2em !important;
    font-size: 1rem !important;
}

.hero-dot {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    border: 2px solid #1B2B1D !important;
    background-color: transparent;
    cursor: pointer !important;
}

.hero-dot.bg-\[\#1B2B1D\] {
    background-color: #1B2B1D !important;
}
.hero-pagination {
    bottom: 110px !important;
}

#np-title {
    font-size: clamp(1.5rem, 4vw, 3.5rem) !important;
    letter-spacing: -0.03em !important;
    line-height: 1.0 !important;
}

#np-artist {
    font-family: 'Gudea', sans-serif !important;
    font-style: italic !important;
}
.waveform-container .bar { animation: bounce-mid 1.2s ease-in-out infinite; }
@keyframes bounce-mid { 0%, 100% { height: 10px; } 50% { height: 60px; } }

/* ==========================================================================
   8. FOOTER
   ========================================================================== */
.footer-nav li {
    list-style: none !important;
}

.footer-nav a {
    text-decoration: none !important;
    transition: color 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
}

.footer-nav a:hover {
    color: #ffffff !important;
}

footer h4 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
    color: #ffffff !important;
}

/* ==========================================================================
   9. NEWSLETTER & MAILCHIMP
   ========================================================================== */
.newsletter-headline-box h2 {
    color: #ffffff !important;
    font-size: clamp(3rem, 8vw, 5rem) !important;
    line-height: 0.85 !important;
    text-transform: uppercase !important;
}

.mc4wp-form-container input[type="text"],
.mc4wp-form-container input[type="email"] {
    width: 100% !important;
    background: #ffffff !important;
    color: #333333 !important;
    border-radius: 6px !important;
    padding: 12px 16px !important;
    margin-bottom: 15px !important;
}

.mc4wp-form-container button {
    width: 100% !important;
    background-color: #E67E00 !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    padding: 16px !important;
    border-radius: 6px !important;
    border: none !important;
    transition: background 0.3s ease;
}

.mc4wp-form-container button:hover {
    background-color: #D96D00 !important;
}

.newsletter-card {
    min-height: 500px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.newsletter-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
    font-size: clamp(2rem, 5vw, 3.5rem) !important;
    letter-spacing: -0.05em !important;
    line-height: 1 !important;
}

.newsletter-blurb {
    font-family: 'Gudea', sans-serif !important;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.1em;
    font-size: 13px;
}

.newsletter-form-wrap form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
}

.newsletter-form-wrap label {
    color: white;
    font-family: 'Gudea', sans-serif;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}

.newsletter-form-wrap input[type="text"],
.newsletter-form-wrap input[type="email"] {
    width: 100% !important;
    background: white !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 20px !important;
    color: #333 !important;
    font-family: 'Gudea', sans-serif !important;
}

.newsletter-form-wrap input[type="submit"],
.newsletter-form-wrap button {
    width: 100% !important;
    background-color: #E67E00 !important;
    color: white !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    padding: 16px !important;
    border-radius: 8px !important;
    border: none !important;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 10px;
    letter-spacing: 0.05em;
}

.newsletter-form-wrap input[type="submit"]:hover {
    background-color: #D96D00 !important;
}

/* ==========================================================================
   10. WAVEFORM ANIMATIONS
   ========================================================================== */
.waveform-container { 
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 60px;
}

.waveform-container .bar {
    flex: 1; 
    max-width: 4px; 
    height: 10px; 
    background: rgba(255, 255, 255, 0.5); 
    border-radius: 2px 2px 0 0;
    animation: bounce-mid 1.2s ease-in-out infinite;
}

.waveform-container .bar:nth-child(3n) { animation: bounce-tall 0.8s ease-in-out infinite; }
.waveform-container .bar:nth-child(5n) { animation: bounce-short 1.5s ease-in-out infinite; opacity: 0.3; }

@keyframes bounce-tall { 0%, 100% { height: 10px; } 50% { height: 60px; } }
@keyframes bounce-mid { 0%, 100% { height: 8px; } 50% { height: 40px; } }
@keyframes bounce-short { 0%, 100% { height: 5px; } 50% { height: 20px; } }

.hero-slider .waveform-container {
    padding-bottom: 30px; 
}

@media (max-width: 768px) {
    .hero-slider .waveform-container {
        padding-bottom: 20px; 
    }
    
    .hero-slider .bar {
        max-width: 15px;
        gap: 1px;
    }
}

.hero-slider .bar {
    background: rgba(255, 255, 255, 0.4) !important;
    min-height: 2px;
}

.hero-slider .bar {
    background: rgba(255, 255, 255, 0.6) !important;
    width: 3px;
    min-height: 5px; 
}

@keyframes bounce-tall { 0%, 100% { height: 10px; } 50% { height: 90px; } }
@keyframes bounce-mid { 0%, 100% { height: 8px; } 50% { height: 60px; } }
@keyframes bounce-short { 0%, 100% { height: 5px; } 50% { height: 35px; } }

/* ==========================================================================
   11. MEDIA HUB REFINEMENTS (CLEAN CENTERING FIX)
   ========================================================================== */

/* Cleans up the offset so media-hub-container aligns centrally with the site width */
.media-hub-container {
    width: 100% !important;
    max-width: 1000px !important; 
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    left: auto !important;
    transform: none !important;
}

.media-cat-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
    font-size: 24px !important;
    text-transform: uppercase;
    letter-spacing: -0.05em !important;
    color: #333;
    border-bottom: 2px solid #F1F7F7;
    padding-bottom: 8px;
}

.media-entry-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    line-height: 1.1;
    color: #1B2B1D;
}

.media-btn-solid {
    background-color: #72AFD2 !important;
    color: white !important;
    padding: 8px 18px !important;
    border-radius: 4px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 0.05em;
    display: inline-block;
}

.media-btn-outline {
    border: 2px solid #72AFD2 !important;
    color: #72AFD2 !important;
    padding: 6px 16px !important;
    border-radius: 4px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 0.05em;
    display: inline-block;
}

.media-hub-container .font-gudea {
    font-family: 'Gudea', sans-serif !important;
}

.podcast-entry h4 {
    font-family: 'Gudea', sans-serif !important;
    font-size: 1.25rem !important;
    line-height: 1.1;
    color: #1a1a1a;
}

.accordion-content.hidden-content { display: none; }
.accordion-content.active-content { display: block !important; }
.accordion-trigger { cursor: pointer; border: none; }

.podcast-entry a.bg-\[\#72AFD2\] {
    box-shadow: 0 4px 14px rgba(114, 175, 210, 0.39);
}

.media-hub-container .grid {
    gap: 3rem !important;
}

/* ==========================================================================
   12. PAGE HERO - EDITORIAL STYLE
   ========================================================================== */

.page-hero-editorial {
    width: 100vw !important;
    position: relative;
    left: 50% !important;
    margin-left: -50vw !important;
}

.page-hero-sub {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.85rem;
    color: #1B2B1D;
}

.page-hero-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: clamp(2rem, 6vw, 4.2rem) !important;
    letter-spacing: -0.05em !important;
    color: #ffffff;
    text-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.page-hero-editorial .font-gudea {
    font-family: 'Gudea', sans-serif !important;
}

.page-hero-editorial::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 40px;
    background: #ffffff;
    clip-path: ellipse(60% 100% at 50% 100%);
}

.page-hero-editorial input[type="search"] {
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.page-hero-editorial input[type="search"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 1024px) {
    .page-hero-title {
        font-size: 3.5rem !important;
        text-align: center;
    }
    .page-hero-editorial .text-left {
        text-align: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .site-header .container,
    .site-header .nav-container {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        height: 80px !important;
        width: 100% !important;
    }

    .site-header img, 
    .site-logo img {
        max-height: 50px !important;
        width: auto !important;
        flex-shrink: 0 !important;
    }

    #primary-menu-toggle {
        margin-left: auto !important;
    }
}

/* ==========================================================================
   13. CATEGORY ARCHIVE GRID - TITLE OVERRIDES
   ========================================================================== */

.category .grid h2, 
.category .grid h2 a {
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-transform: none !important;
    margin-bottom: 0.75rem !important;
    display: block !important;
}

.category h2 {
    font-family: 'Gudea', sans-serif !important;
}

.category article .p-5 {
    padding: 1.25rem !important;
}

@media (max-width: 640px) {
    .category .grid h2, 
    .category .grid h2 a {
        font-size: 1.1rem !important;
    }
}

/* ==========================================================================
   14. STAFF PAGE REFINEMENTS
   ========================================================================== */

.staff-name {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 1.5rem !important;
    line-height: 0.9 !important;
    letter-spacing: -0.02em;
    color: #1B2B1D !important;
    margin-bottom: 8px;
}

.staff-title {
    font-family: 'Gudea', sans-serif !important;
    font-weight: 700 !important;
    color: #72AFD2 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem !important;
}

.staff-action-btn {
    border: 2px solid #9ca3af69 !important;
    background-color: #35aad53f;
    color: #9ca3af !important;
    padding: 12px 30px !important;
    border-radius: 8px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 11px !important;
    letter-spacing: 0.15em;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.staff-action-btn:hover {
    background-color: #72AFD2 !important;
    border-color: #72AFD2 !important;
    color: #F1F7F7 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(114, 175, 210, 0.2);
}

.page-template-page-staff .page-hero-breakout h1 {
    line-height: 0.7;
    padding-top: 20px;
}

.page-template-page-staff .border-2 {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-template-page-staff .border-2:hover {
    transform: scale(1.05);
}

.menu-item-has-children > a::after {
    content: ' ▼';
    font-size: 9px;
    vertical-align: middle;
    opacity: 0.7;
    margin-left: 5px;
}

.site-header .sub-menu {
    position: absolute;
    display: none;
    background: #ffffff;
    min-width: 200px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    z-index: 100;
    list-style: none;
}

.site-header .menu-item-has-children {
    position: relative;
}

.site-header .menu-item-has-children:hover > .sub-menu {
    display: block;
}

.site-header .sub-menu a {
    padding: 0.5rem 1.5rem;
    display: block;
    color: #1e293b;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.site-header .sub-menu a:hover {
    background: #f8fafc;
    color: #E67E00;
}

/* ==========================================================================
   15. GLOBAL CONTENT & ARTICLE STYLES
   ========================================================================== */

@media (min-width: 1024px) {
    .page-hero-editorial,
    .site-main > article .page-hero-editorial:first-child {
        margin-top: -80px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .page-hero-editorial,
    .site-main > article .page-hero-editorial:first-child {
        margin-top: 0px !important; 
        padding-top: 40px !important;
    }
}

@media (max-width: 767px) {
    .page-hero-editorial,
    .site-main > article .page-hero-editorial:first-child {
        margin-top: 0px !important;
        padding-top: 20px !important;
    }
}

.entry-content {
    font-family: 'Gudea', sans-serif !important;
}

.entry-content p {
    margin-bottom: 1.5rem;
}

.entry-content h2, .entry-content h3 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #1B2B1D;
}

.entry-content a {
    color: #72AFD2;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #E67E00;
}

.spinitron-js-widget {
    font-family: 'Gudea', sans-serif !important;
}

.spinitron-js-widget h3, 
.spinitron-js-widget .sp-day-label {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.05em !important;
    color: #1B2B1D !important;
}

.sp-calendar-table {
    border-collapse: collapse !important;
    border-radius: 0 !important;
}

.sp-calendar-table td, .sp-calendar-table th {
    border: 1px solid #eee !important;
    padding: 15px !important;
}

#spinitron-now-playing .sp-player-info {
    color: white !important;
}

#spinitron-now-playing .sp-show-name {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1;
    color: #E67E00;
    text-transform: uppercase;
}

.schedule-embed-wrapper {
    overflow-x: auto;
    width: 100%;
}

.dashicons, .dashicons-before:before {
    font-family: 'dashicons' !important;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.support-menu .dashicons {
    color: #1B2B1D !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.mailchimp-wrapper input[type="email"],
.mailchimp-wrapper input[type="text"] {
    width: 100% !important;
    padding: 12px !important;
    margin-bottom: 15px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 4px !important;
    font-family: 'Gudea', sans-serif !important;
}

.mailchimp-wrapper input[type="submit"],
.mailchimp-wrapper button {
    background-color: #E67E00 !important;
    color: white !important;
    padding: 12px 24px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}

.mailchimp-wrapper input[type="submit"]:hover {
    background-color: #D96D00 !important;
}

#give-form-wrapper .give-btn-submit {
    background-color: #E67E00 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    padding: 15px 30px !important;
}

#give-form-wrapper .give-input, 
#give-form-wrapper input[type="text"], 
#give-form-wrapper input[type="email"] {
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
    font-family: 'Gudea', sans-serif !important;
}

#give-form-wrapper .give-donation-amount .give-amount-top {
    background: #F1F7F7 !important;
    border: 2px solid #72AFD2 !important;
    color: #1B2B1D !important;
}

[id^="donate-"] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

#hero-donate-form .give-form-title {
    display: none;
}

#hero-donate-form .give-donation-amount {
    margin-bottom: 20px !important;
}

#hero-donate-form .give-btn-submit {
    width: 100% !important;
}

.video-responsive-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 2rem 0;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.video-responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-group-padding {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

@media (max-width: 768px) {
    .hero-group-padding {
        padding: 20px 20px !important;
    }
}

.editorial-reading-zone {
    font-family: 'Merriweather', serif !important;
    font-size: 1.15rem !important;
    line-height: 1.8 !important;
}

.editorial-reading-zone img {
    max-width: 700px !important;
    height: auto !important;
    margin: 3rem auto !important;
    display: block !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
}

.editorial-reading-zone a {
    color: #72AFD2 !important;
    text-decoration: underline !important;
    font-weight: 700;
}

/* ==========================================================================
   16. SCOPED ACCORDION OVERRIDES (BLUE BUTTON STYLE)
   ========================================================================== */

.accordion-btn,
.accordion-btn.wp-block-details,
.accordion-btn details {
    border-radius: 6px !important;
    overflow: hidden !important;
    margin-bottom: 1rem !important;
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
}

.accordion-btn summary,
.accordion-btn.wp-block-details summary {
    background-color: #72AFD2 !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 12px 20px !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    list-style: none !important;
    border: none !important;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
}

.accordion-btn summary::-webkit-details-marker {
    display: none !important;
}

.accordion-btn summary:hover {
    background-color: #1B2B1D !important;
    color: #ffffff !important;
}

.accordion-btn summary::after {
    content: '+' !important;
    font-family: monospace !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.accordion-btn[open] summary::after {
    content: '−' !important;
}

.accordion-btn .wp-block-details__content,
.accordion-btn > *:not(summary) {
    padding: 1.25rem !important;
    background-color: #F1F7F7 !important;
    font-family: 'Gudea', sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    color: #374151 !important;
}

/* ==========================================================================
   17. MOBILE & TABLET GROUP PADDING UTILITIES
   ========================================================================== */

@media (max-width: 1424px) {
    .wp-block-group,
    .wp-block-columns,
    .wp-block-group__inner-container {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
        box-sizing: border-box !important;
    }

    .wp-block-column {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .mobile-padding,
    .mobile-padding-md {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }
}

@media (max-width: 768px) {
    .wp-block-group,
    .wp-block-columns,
    .wp-block-group__inner-container {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .mobile-padding,
    .mobile-padding-md {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
}

/* ==========================================================================
   18. ACCESSIBILITY & READABILITY OVERRIDES
   ========================================================================== */

.text-\[10px\],
.text-\[11px\],
.text-\[10px\] *,
.text-\[11px\] * {
    font-size: 0.75rem !important;
    line-height: 1.25 !important;
}

time,
.news-date,
.news-category-stroke,
.page-hero-sub {
    font-size: 0.75rem !important;
}

/* ==========================================================================
   19. TARGETED COLOR CORRECTIONS
   ========================================================================== */

/* Change "VIEW FULL ARCHIVE" text on podcasts to Dark Blue */
.media-hub-container summary a,
.category-wrapper summary a {
    color: #003366 !important;
    font-weight: 700 !important;
}

.media-hub-container summary a:hover,
.category-wrapper summary a:hover {
    color: #E67E00 !important;
}

/* Change accordion dropdown arrows to Dark Blue */
details summary .group-open\:rotate-180,
details summary svg {
    color: #003366 !important;
}

/* Keep episode count pills readable gray ("450 EPISODES") */
details summary span.rounded-full,
details summary .text-gray-400 {
    color: #4b5563 !important;
}
/* FORCE DARK GREEN (#1B2B1D) ON EPISODE TITLES INSIDE ACCORDION ONLY */
.episode-row h4,
.episode-row h4 a,
.episode-row h4 a:visited,
.media-hub-container .episode-row h4 a {
    color: #1B2B1D !important;
    font-weight: 800 !important;
}

/* Orange hover state for episode titles */
.episode-row h4 a:hover {
    color: #E67E00 !important;
}