/*
 Theme Name: Kadence Child
 Template:   kadence
 Version:    1.0.0
 Text Domain: kadence-child
*/

/* =============================================
   GRANT-STATUS RESKIN
   Based on screenshot design
   ============================================= */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: 'Inter', Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #2d2d2d !important;
    background: #f9f9f9 !important;
}

/* ── Typography ── */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', Arial, sans-serif !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}
h1 { font-size: 1.8rem !important; margin-bottom: 0.75rem !important; }
h2 {
    font-size: 1.35rem !important;
    border-left: 4px solid #2e7d32 !important;
    padding-left: 10px !important;
    margin-top: 2rem !important;
    margin-bottom: 0.75rem !important;
}
h3 { font-size: 1.1rem !important; margin-top: 1.5rem !important; }
h4 { font-size: 1rem !important; }

p { margin-bottom: 1rem !important; }

a { color: #2e7d32 !important; text-decoration: none !important; }
a:hover { color: #1b5e20 !important; text-decoration: underline !important; }

/* ── Top disclaimer bar ── */
.disclaimer,
.site-top-header-wrap {
    background: #1a1a1a !important;
    color: #fff !important;
    font-size: 13px !important;
    text-align: center !important;
    padding: 8px 16px !important;
}
.site-top-header-wrap a,
.disclaimer a { color: #ffd54f !important; }

/* ── Header ── */
#masthead,
.site-main-header-wrap,
.site-main-header-wrap .site-header-row-container-inner {
    background: #ffffff !important;
    border-bottom: 3px solid #2e7d32 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.07) !important;
}
.site-main-header-inner-wrap { min-height: 64px !important; }

/* Site title */
.site-branding .site-title,
.site-branding .site-title a {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #2e7d32 !important;
    text-decoration: none !important;
}
.site-branding .site-description {
    font-size: 12px !important;
    color: #666 !important;
}

/* ── Navigation ── */
.main-navigation .primary-menu-container > ul > li.menu-item > a {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    padding: 0.5em 0.8em !important;
    transition: color 0.2s !important;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
.main-navigation .primary-menu-container > ul > li.current-menu-item > a {
    color: #2e7d32 !important;
}
.header-navigation .header-menu-container ul ul.sub-menu {
    background: #ffffff !important;
    border-top: 2px solid #2e7d32 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}
.header-navigation .header-menu-container ul ul li.menu-item > a {
    color: #333 !important;
    font-size: 13px !important;
    border-bottom: 1px solid #f0f0f0 !important;
}
.header-navigation .header-menu-container ul ul li.menu-item > a:hover {
    background: #f1f8e9 !important;
    color: #2e7d32 !important;
}

/* ── Layout & content ── */
/* Full-width outer wrappers — content constrained via inner wrappers */
.site-container { max-width: 100% !important; }
.site-header-row-layout-contained,
.site-footer-row-layout-contained { max-width: 1200px !important; margin-left: auto; margin-right: auto; }
.entry-hero-layout-contained { max-width: 1200px !important; margin-left: auto; margin-right: auto; }

/* Kadence content container (regular pages) */
.content-container.site-container { max-width: 1200px !important; margin-left: auto; margin-right: auto; }

.content-area { background: transparent !important; }

.entry, .entry.single-entry {
    background: #ffffff !important;
    border-radius: 6px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07) !important;
}
.entry-content-wrap { padding: 1.8rem 2rem !important; }

@media (max-width: 767px) {
    .entry-content-wrap { padding: 1rem !important; }
}

/* ── Sidebar ── */
.sidebar-inner-wrap { position: sticky !important; top: 12px !important; }

/* ── Content elements ── */

/* Notice / info boxes */
.wp-block-info,
.notice-box,
.entry-content .wp-block-pullquote {
    background: #e8f5e9 !important;
    border-left: 4px solid #2e7d32 !important;
    border-radius: 4px !important;
    padding: 1rem 1.25rem !important;
    font-size: 14px !important;
}

/* Blockquote */
blockquote {
    background: #fffde7 !important;
    border-left: 4px solid #f9a825 !important;
    margin: 1.25rem 0 !important;
    padding: 0.75rem 1.2rem !important;
    border-radius: 4px !important;
    font-style: normal !important;
    color: #444 !important;
    font-size: 14px !important;
}

/* Tables */
.wp-block-table table,
table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 14px !important;
    margin-bottom: 1.5rem !important;
}
.wp-block-table td,
.wp-block-table th,
table td, table th {
    padding: 10px 14px !important;
    border: 1px solid #e0e0e0 !important;
    text-align: left !important;
}
.wp-block-table th,
table th {
    background: #2e7d32 !important;
    color: #fff !important;
    font-weight: 600 !important;
}
.wp-block-table tr:nth-child(even) td,
table tr:nth-child(even) td {
    background: #f9fbe7 !important;
}
.wp-block-table { overflow-x: auto !important; }

/* ── Buttons ── */
.wp-block-button__link,
button, input[type="submit"],
.button {
    background: #2e7d32 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    padding: 0.5rem 1.25rem !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
}
.wp-block-button__link:hover,
button:hover, input[type="submit"]:hover,
.button:hover {
    background: #1b5e20 !important;
    color: #fff !important;
}

/* ── Accordion / FAQ blocks ── */
.wp-block-details,
details {
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    margin-bottom: 8px !important;
    overflow: hidden !important;
}
.wp-block-details summary,
details summary {
    padding: 12px 16px !important;
    background: #f5f5f5 !important;
    font-weight: 600 !important;
    font-size: 14.5px !important;
    cursor: pointer !important;
    list-style: none !important;
    color: #1a1a1a !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
.wp-block-details summary::-webkit-details-marker { display: none !important; }
.wp-block-details summary::after,
details summary::after {
    content: '+' !important;
    font-size: 18px !important;
    color: #2e7d32 !important;
    font-weight: 400 !important;
}
details[open] summary::after { content: '−' !important; }
.wp-block-details > *:not(summary),
details > *:not(summary) {
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: #444 !important;
    background: #fff !important;
}

/* ── Kadence accordion blocks ── */
.kt-accordion-panel-inner { padding: 14px 16px !important; }
.kt-blocks-accordion-header {
    background: #f5f5f5 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    padding: 12px 16px !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}
.kt-blocks-accordion-header:hover { background: #eeeeee !important; }
.kt-accordion-panel { border: 1px solid #e0e0e0 !important; border-top: none !important; }

/* ── Page hero / title banner ── */
.entry-hero.page-hero-section .entry-header {
    min-height: 0 !important;
}
.entry-hero .entry-hero-container-inner {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}
.entry-hero {
    background: #f0f4f0 !important;
    border-bottom: 1px solid #dde8dd !important;
}
.entry-hero .entry-title {
    font-size: 1.4rem !important;
    margin: 0 !important;
    color: #1a1a1a !important;
    border-left: none !important;
    padding-left: 0 !important;
}
.hero-section-overlay { display: none !important; }

/* ── Breadcrumbs ── */
.kadence-breadcrumbs {
    font-size: 12.5px !important;
    color: #888 !important;
    padding: 0.5rem 0 !important;
}
.kadence-breadcrumbs a { color: #2e7d32 !important; }

/* ── Author box ── */
.author-box-wrap {
    background: #f9f9f9 !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 6px !important;
    padding: 1rem !important;
    margin-top: 2rem !important;
}
.entry-author-name a { color: #2e7d32 !important; }

/* ── Footer ── */
#colophon,
.site-footer,
.site-footer-wrap,
.site-footer-row-container { background: #1a1a1a !important; }

.site-footer-row-container-inner,
.footer-widget-area,
.site-footer-row-layout-contained { color: #ccc !important; }

.site-footer a { color: #aed581 !important; }
.site-footer a:hover { color: #fff !important; }

.site-footer .footer-widget-area h2,
.site-footer .footer-widget-area h3,
.site-footer .footer-widget-area .widget-title {
    color: #fff !important;
    font-size: 0.95rem !important;
    border-left: none !important;
    padding-left: 0 !important;
}

.site-footer .footer-widget-area p,
.site-footer .footer-widget-area li,
.site-footer .footer-widget-area a {
    font-size: 13px !important;
    line-height: 1.8 !important;
}

.site-bottom-footer-wrap { 
    background: #111 !important; 
    border-top: 1px solid #333 !important;
}
.site-bottom-footer-wrap .site-info { 
    color: #888 !important; 
    font-size: 12px !important; 
}

/* ── Mobile menu toggle icon ── */
.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon {
    font-size: 13px !important;
}
.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon svg {
    width: 18px !important;
    height: 18px !important;
}
.mobile-toggle-open-container .menu-toggle-open {
    font-size: 12px !important;
    padding: 0.3em 0.5em !important;
}
#mobile-drawer .drawer-header .drawer-toggle {
    font-size: 16px !important;
}

/* ── Mobile menu ── */
.mobile-navigation ul li > a,
.mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
    background: #1a1a1a !important;
    color: #eee !important;
    border-bottom: 1px solid #333 !important;
}
.menu-toggle-open { color: #1a1a1a !important; }

/* ── Posts list / blog ── */
.loop-entry {
    background: #fff !important;
    border-radius: 6px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07) !important;
    overflow: hidden !important;
}
.loop-entry .entry-content-wrap { padding: 1rem 1.25rem !important; }
.loop-entry .entry-title a { color: #1a1a1a !important; font-size: 1rem !important; }
.loop-entry .entry-title a:hover { color: #2e7d32 !important; }

/* Post meta */
.entry-meta,
.entry-footer { font-size: 12.5px !important; color: #888 !important; }
.entry-meta a, .entry-footer a { color: #2e7d32 !important; }

/* ── Search ── */
.wp-block-search__input {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
}
.wp-block-search__button {
    background: #2e7d32 !important;
    color: #fff !important;
    border-radius: 4px !important;
}

/* ── SASSA status widget ── */
.sassa {
    background: #fff8e1 !important;
    border: 1px solid #f9a825 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}
.sassa__button { background: #2e7d32 !important; }
.sassa__button:hover { background: #1b5e20 !important; }

/* ── Misc ── */
.wp-block-separator { border-color: #e0e0e0 !important; }
.wp-block-image img { border-radius: 4px !important; }
.tag-links a, .cat-links a {
    background: #e8f5e9 !important;
    color: #2e7d32 !important;
    padding: 2px 8px !important;
    border-radius: 3px !important;
    font-size: 12px !important;
}

/* ══════════════════════════════════════════════
   FULL-WIDTH TEMPLATE OVERRIDES
   Ensure custom template sections break out of
   any Kadence container constraints.
   ══════════════════════════════════════════════ */
.gs-hero,
.gs-alert,
.gs-section,
.gs-article-wrap,
.gs-pd-hero,
.gs-pd-spotlight,
.gs-pd-section {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    box-sizing: border-box;
}

/* ══════════════════════════════════════════════
   HOMEPAGE CUSTOM SECTIONS
   ══════════════════════════════════════════════ */

/* ── Hero ── */
.gs-hero {
    background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 60%, #388e3c 100%);
    color: #fff;
    padding: 56px 20px 52px;
    text-align: center;
}
.gs-hero__inner {
    max-width: 780px;
    margin: 0 auto;
}
.gs-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.gs-hero__title {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #fff !important;
    line-height: 1.2 !important;
    margin: 0 0 14px !important;
    border-left: none !important;
    padding-left: 0 !important;
}
.gs-hero__sub {
    font-size: 15px !important;
    color: rgba(255,255,255,0.88) !important;
    max-width: 600px;
    margin: 0 auto 28px !important;
    line-height: 1.65 !important;
}
.gs-hero__btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.gs-btn {
    display: inline-block;
    padding: 11px 24px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s;
    cursor: pointer;
}
.gs-btn--primary {
    background: #f9a825 !important;
    color: #1a1a1a !important;
    border: 2px solid #f9a825;
}
.gs-btn--primary:hover {
    background: #f57f17 !important;
    border-color: #f57f17;
    color: #1a1a1a !important;
    text-decoration: none !important;
}
.gs-btn--outline {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid rgba(255,255,255,0.7);
}
.gs-btn--outline:hover {
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
    border-color: #fff;
    text-decoration: none !important;
}

/* ── Alert Bar ── */
.gs-alert {
    background: #fff8e1;
    border-top: 3px solid #f9a825;
    border-bottom: 1px solid #ffe082;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 13.5px;
    color: #4e3b00;
    justify-content: center;
    text-align: center;
}
.gs-alert__icon { font-size: 16px; }
.gs-alert__items { color: #5d4037; }
.gs-alert__link {
    background: #f9a825 !important;
    color: #1a1a1a !important;
    padding: 3px 10px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
    text-decoration: none !important;
    margin-left: 4px;
}
.gs-alert__link:hover { background: #f57f17 !important; color: #1a1a1a !important; }

/* ── Shared section wrapper ── */
.gs-section {
    padding: 44px 20px;
}
.gs-section--grey {
    background: #f4f6f4;
    border-top: 1px solid #e4ebe4;
    border-bottom: 1px solid #e4ebe4;
}
.gs-section__inner {
    max-width: 960px;
    margin: 0 auto;
}
.gs-section__title {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 6px !important;
    border-left: 4px solid #2e7d32 !important;
    padding-left: 10px !important;
}
.gs-section__sub {
    font-size: 14px !important;
    color: #666 !important;
    margin: 0 0 24px !important;
}
.gs-section__note {
    background: #e8f5e9;
    border-left: 4px solid #2e7d32;
    border-radius: 4px;
    padding: 10px 14px;
    font-size: 13.5px !important;
    color: #2d2d2d !important;
    margin-top: 24px !important;
}

/* ── Quick Action Cards ── */
.gs-actions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px;
}
@media (max-width: 900px) { .gs-actions { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .gs-actions { grid-template-columns: 1fr; } }

.gs-action-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e0e8e0;
    border-radius: 8px;
    padding: 20px 18px 16px;
    text-decoration: none !important;
    transition: box-shadow 0.2s, transform 0.15s, border-color 0.2s;
    position: relative;
    overflow: hidden;
}
.gs-action-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: #2e7d32;
}
.gs-action-card:hover {
    box-shadow: 0 4px 16px rgba(46,125,50,0.12);
    transform: translateY(-2px);
    border-color: #a5d6a7;
    text-decoration: none !important;
}
.gs-action-card__icon { font-size: 24px; margin-bottom: 10px; }
.gs-action-card__label {
    font-size: 14.5px;
    font-weight: 700;
    color: #1a1a1a !important;
    margin-bottom: 6px;
}
.gs-action-card__desc {
    font-size: 12.5px;
    color: #666 !important;
    line-height: 1.5;
    flex: 1;
}
.gs-action-card__arrow {
    font-size: 16px;
    color: #2e7d32 !important;
    margin-top: 12px;
    font-weight: 700;
    align-self: flex-start;
}

/* ── Status Outcome Cards ── */
.gs-statuses {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 20px;
}
@media (max-width: 720px) { .gs-statuses { grid-template-columns: 1fr; } }

.gs-status {
    border-radius: 8px;
    padding: 22px 20px 18px;
    border: 1px solid;
}
.gs-status--approved {
    background: #f1f8e9;
    border-color: #a5d6a7;
}
.gs-status--pending {
    background: #fff8e1;
    border-color: #ffe082;
}
.gs-status--declined {
    background: #fce4ec;
    border-color: #f48fb1;
}
.gs-status__badge {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}
.gs-status p {
    font-size: 13.5px !important;
    color: #444 !important;
    margin-bottom: 12px !important;
    line-height: 1.6 !important;
}
.gs-status a {
    font-size: 12.5px !important;
    font-weight: 600 !important;
    color: #2e7d32 !important;
}

/* ── How-to Steps ── */
.gs-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 24px;
}
@media (max-width: 700px) { .gs-steps { grid-template-columns: 1fr; } }

.gs-step {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e0e8e0;
    padding: 22px 20px;
    position: relative;
}
.gs-step__num {
    width: 36px;
    height: 36px;
    background: #2e7d32;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 14px;
}
.gs-step h3 {
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 8px !important;
}
.gs-step p {
    font-size: 13.5px !important;
    color: #555 !important;
    margin: 0 !important;
}

/* ── Grant Type Pills ── */
.gs-grants {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.gs-grant-pill {
    background: #fff;
    border: 1.5px solid #a5d6a7;
    color: #2e7d32 !important;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 20px;
    text-decoration: none !important;
    transition: all 0.2s;
}
.gs-grant-pill:hover {
    background: #2e7d32 !important;
    color: #fff !important;
    border-color: #2e7d32;
    text-decoration: none !important;
}

/* ── Article body below homepage sections ── */
.gs-article-wrap {
    padding: 44px 20px 52px;
    background: #fff;
    border-top: 1px solid #e8e8e8;
}
.gs-article-wrap .gs-section__inner {
    max-width: 960px;
}

/* Hide the default Kadence hero/article wrapper on front page */
body.home .entry-hero,
body.home .site-main > .content-container,
body.home .content-area > .content-container {
    display: none !important;
}

/* ══════════════════════════════════════════════
   PAYMENT DATES PAGE
   ══════════════════════════════════════════════ */

.gs-pd-hero {
    background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 60%, #388e3c 100%);
    color: #fff;
    padding: 44px 20px 40px;
    text-align: center;
}
.gs-pd-hero__inner { max-width: 720px; margin: 0 auto; }
.gs-pd-hero__title {
    font-size: 1.9rem !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 10px 0 12px !important;
    border-left: none !important;
    padding-left: 0 !important;
}
.gs-pd-hero__sub {
    font-size: 14.5px !important;
    color: rgba(255,255,255,0.85) !important;
    margin: 0 !important;
}

/* Spotlight */
.gs-pd-spotlight {
    background: #fff;
    padding: 36px 20px;
    border-bottom: 1px solid #e8e8e8;
}
.gs-pd-inner { max-width: 960px; margin: 0 auto; }
.gs-pd-spotlight__label {
    font-size: 13px;
    font-weight: 700;
    color: #c62828;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}
.gs-pd-spotlight__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
@media (max-width: 800px) { .gs-pd-spotlight__cards { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 460px) { .gs-pd-spotlight__cards { grid-template-columns: 1fr; } }

.gs-pd-card {
    border-radius: 8px;
    padding: 18px 16px;
    border: 1px solid;
}
.gs-pd-card--done {
    background: #f1f8e9;
    border-color: #a5d6a7;
}
.gs-pd-card--upcoming {
    background: #fff8e1;
    border-color: #ffe082;
}
.gs-pd-card__grant { font-size: 13px; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; }
.gs-pd-card__date { font-size: 13.5px; color: #333; margin-bottom: 6px; font-weight: 600; }
.gs-pd-card__amount {
    font-size: 20px;
    font-weight: 800;
    color: #2e7d32;
    margin-bottom: 8px;
}
.gs-pd-card__status { font-size: 12px; color: #666; }
.gs-pd-spotlight__note {
    margin-top: 18px !important;
    font-size: 13.5px !important;
    color: #555 !important;
    background: #e8f5e9;
    border-left: 4px solid #2e7d32;
    padding: 10px 14px;
    border-radius: 4px;
}
.gs-pd-spotlight__note a { color: #2e7d32 !important; font-weight: 600; }

/* Year table */
.gs-pd-section { padding: 40px 20px; }
.gs-pd-section--grey { background: #f4f6f4; border-top: 1px solid #e4ebe4; border-bottom: 1px solid #e4ebe4; }

.gs-pd-table-wrap { overflow-x: auto; border-radius: 6px; border: 1px solid #dde8dd; margin-top: 16px; }
.gs-pd-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
}
.gs-pd-table th {
    background: #2e7d32 !important;
    color: #fff !important;
    padding: 11px 14px !important;
    text-align: left !important;
    font-weight: 600 !important;
    border: none !important;
}
.gs-pd-table td {
    padding: 10px 14px !important;
    border-bottom: 1px solid #e8f0e8 !important;
    color: #333 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.gs-pd-table tbody tr:nth-child(even) td { background: #f9fbe7 !important; }
.gs-pd-table tbody tr:hover td { background: #e8f5e9 !important; }
.gs-pd-row--current td {
    background: #fff8e1 !important;
    font-weight: 700 !important;
}
.gs-pd-now {
    display: inline-block;
    background: #c62828;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* SRD section */
.gs-pd-srd {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 24px;
    margin-top: 20px;
    align-items: start;
}
@media (max-width: 700px) { .gs-pd-srd { grid-template-columns: 1fr; } }
.gs-pd-srd__info p { font-size: 14px !important; color: #444 !important; }
.gs-pd-srd__info ul { padding-left: 0 !important; list-style: none !important; margin: 12px 0 20px !important; }
.gs-pd-srd__info ul li { font-size: 13.5px !important; color: #444 !important; padding: 4px 0 !important; }

.gs-btn--green {
    display: inline-block;
    background: #2e7d32 !important;
    color: #fff !important;
    padding: 11px 22px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.2s;
}
.gs-btn--green:hover { background: #1b5e20 !important; color: #fff !important; }

.gs-pd-srd__box {
    background: #1b5e20;
    color: #fff;
    border-radius: 8px;
    padding: 22px 20px;
    text-align: center;
}
.gs-pd-srd__label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(255,255,255,0.7); margin-bottom: 14px; }
.gs-pd-srd__window {
    background: rgba(255,255,255,0.12);
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.gs-pd-srd__amount { font-size: 28px; font-weight: 800; color: #f9a825; margin: 14px 0 8px; }
.gs-pd-srd__note { font-size: 12px; color: rgba(255,255,255,0.7); }
.gs-pd-srd__note a { color: #aed581 !important; }

/* Grant amounts grid */
.gs-pd-amounts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 20px;
}
@media (max-width: 720px) { .gs-pd-amounts { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 460px) { .gs-pd-amounts { grid-template-columns: 1fr; } }

.gs-pd-amount-card {
    background: #fff;
    border: 1px solid #e0e8e0;
    border-radius: 8px;
    padding: 18px 16px;
    border-top: 3px solid #2e7d32;
}
.gs-pd-amount-card__name { font-size: 13px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }
.gs-pd-amount-card__value { font-size: 26px; font-weight: 800; color: #2e7d32; margin-bottom: 6px; }
.gs-pd-amount-card__note { font-size: 12px; color: #777; line-height: 1.4; }

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #bdbdbd; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #9e9e9e; }
