/* ==========================================================
   GFRF NEWS PAGE
   Load AFTER style.css and responsive.css
   Matches Contact / Map page structure while preserving
   blue news headline links.
   ========================================================== */

#gfrf-news-page {
    background: #f2efef;
    min-height: 100vh;
}

/* Keep content comfortably below fixed navigation */
#gfrf-news-page .gfrf-news-section {
    padding: 180px 15px 65px;
}

/* Main white news card */
#gfrf-news-page .gfrf-news-panel {
    max-width: 820px;
    margin: 0 auto;
    padding: 38px 42px 42px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

#gfrf-news-page .gfrf-news-header {
    margin-bottom: 28px;
    text-align: center;
}

/* Page heading -- same dark blue used on Contact */
#gfrf-news-page .gfrf-news-panel h1 {
    margin: 0 0 12px !important;
    color: #223d61 !important;
    font-size: 34px !important;
    line-height: 1.25 !important;
    text-align: center;
}

#gfrf-news-page .gfrf-news-intro {
    max-width: 680px;
    margin: 0 auto !important;
    color: #555555;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

#gfrf-news-page .gfrf-news-status {
    min-height: 24px;
    margin: 0 0 8px !important;
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

/* ==========================================================
   NEWS CARDS
   ========================================================== */

#gfrf-news-page .gfrf-news-feed {
    width: 100%;
}

#gfrf-news-page .gfrf-news-card {
    margin: 0 !important;
    padding: 25px 0 !important;
    border-bottom: 1px solid #dddddd;
}

#gfrf-news-page .gfrf-news-card:first-child {
    padding-top: 18px !important;
}

#gfrf-news-page .gfrf-news-card:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0;
}

/* Preserve the blue lettering / linked headline look */
#gfrf-news-page .gfrf-news-card h2 {
    margin: 0 0 8px !important;
    font-size: 21px !important;
    line-height: 1.35 !important;
    font-weight: 600;
}

#gfrf-news-page .gfrf-news-card h2 a {
    color: #286090 !important;
    text-decoration: none !important;
}

#gfrf-news-page .gfrf-news-card h2 a:hover,
#gfrf-news-page .gfrf-news-card h2 a:focus {
    color: #223d61 !important;
    text-decoration: underline !important;
}

#gfrf-news-page .gfrf-news-meta {
    margin: 0 0 10px !important;
    color: #777777;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

#gfrf-news-page .gfrf-news-description {
    margin: 0 0 12px !important;
    color: #444444;
    font-size: 15px;
    line-height: 1.6;
}

#gfrf-news-page .gfrf-news-read-more {
    display: inline-block;
    color: #286090 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none !important;
}

#gfrf-news-page .gfrf-news-read-more:hover,
#gfrf-news-page .gfrf-news-read-more:focus {
    color: #223d61 !important;
    text-decoration: underline !important;
}

#gfrf-news-page .gfrf-news-empty {
    margin: 18px 0 0;
    padding: 22px;
    color: #555555;
    background: #f7f7f7;
    border: 1px solid #dddddd;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 900px) {
    #gfrf-news-page .gfrf-news-section {
        padding-top: 150px;
    }

    #gfrf-news-page .gfrf-news-panel {
        padding: 32px;
    }
}

/* ==========================================================
   MOBILE
   Matches the current Contact / Map navbar clearance.
   ========================================================== */

@media (max-width: 640px) {
    #gfrf-news-page .gfrf-news-section {
        padding: 320px 10px 40px !important;
    }

    #gfrf-news-page .gfrf-news-panel {
        padding: 24px 18px 28px;
        border-radius: 8px;
    }

    #gfrf-news-page .gfrf-news-panel h1 {
        font-size: 27px !important;
    }

    #gfrf-news-page .gfrf-news-card {
        padding: 21px 0 !important;
    }

    #gfrf-news-page .gfrf-news-card h2 {
        font-size: 19px !important;
    }

    #gfrf-news-page .gfrf-news-description {
        font-size: 15px;
    }
}
