/* ================================
   GP News Auto Formatted Reading Style
================================ */

.gp-news-detail-hero {
    position: relative;
    overflow: hidden;
    background: #071B12;
    color: #ffffff;
}

.gp-news-detail-hero-bg {
    position: absolute;
    inset: 0;
}

.gp-news-detail-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .24;
}

.gp-news-detail-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 12%, rgba(255, 190, 0, .16), transparent 32%),
        linear-gradient(110deg, rgba(7, 27, 18, .98), rgba(7, 27, 18, .88) 48%, rgba(7, 27, 18, .64));
}

.gp-news-detail-hero-inner {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 92px 24px 74px;
}

.gp-news-detail-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.08);
    padding: 8px 13px;
    color: rgba(255,255,255,.84);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gp-news-detail-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ffbe00;
}

.gp-news-detail-title {
    margin: 22px 0 0;
    max-width: 940px;
    font-size: clamp(38px, 5vw, 72px);
    line-height: 1.02;
    letter-spacing: -.06em;
    font-weight: 650;
    color: #ffffff;
}

.gp-news-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.gp-news-detail-meta span {
    display: inline-flex;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.75);
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
}

.gp-news-detail-shell {
    background: #f7f9fc;
    padding: 56px 24px 92px;
}

.gp-news-detail-layout {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 34px;
    align-items: start;
}

.gp-news-detail-card {
    background: #ffffff;
    border: 1px solid #e7edf5;
    border-radius: 30px;
    box-shadow: 0 26px 70px rgba(15, 23, 42, .06);
    padding: clamp(30px, 4.4vw, 64px);
}

.gp-news-feature-image {
    overflow: hidden;
    border-radius: 26px;
    margin: 0 0 42px;
    background: #eef2f7;
    border: 1px solid #e5e7eb;
}

.gp-news-feature-image img {
    width: 100%;
    height: auto;
    display: block;
}

.gp-news-body {
    max-width: 800px;
    margin: 0 auto;
    color: #263241;
    font-size: 18px;
    line-height: 1.95;
    letter-spacing: -.01em;
}

.gp-news-body > *:first-child {
    margin-top: 0 !important;
}

.gp-news-body p {
    margin: 0 0 1.65em !important;
}

.gp-news-body h2 {
    margin: 2.05em 0 .72em !important;
    color: #0f172a;
    font-size: clamp(17px, 2.6vw, 38px);
    line-height: 1.0;
    letter-spacing: -.04em;
    font-weight: 680;
}

.gp-news-body h3 {
    margin: 1.8em 0 .65em !important;
    color: #0f172a;
    font-size: clamp(16px, 2vw, 30px);
    line-height: 1.2;
    letter-spacing: -.03em;
    font-weight: 680;
}

.gp-news-body strong,
.gp-news-body b {
    color: #0f172a;
    font-weight: 750;
}

.gp-news-body ul,
.gp-news-body ol {
    margin: 0 0 1.6em 1.35em !important;
    padding: 0;
}

.gp-news-body li {
    margin: 0 0 .8em !important;
    padding-left: .25em;
}

.gp-news-body blockquote {
    margin: 2em 0 !important;
    border-left: 5px solid #039403;
    background: #f4fbf4;
    border-radius: 0 20px 20px 0;
    padding: 22px 26px;
    color: #14532d;
    font-size: 20px;
    line-height: 1.75;
}

.gp-news-sidebar {
    position: sticky;
    top: 110px;
}

.gp-news-side-card {
    background: #ffffff;
    border: 1px solid #e7edf5;
    border-radius: 26px;
    padding: 22px;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .05);
}

.gp-news-side-card + .gp-news-side-card {
    margin-top: 18px;
}

.gp-news-side-label {
    color: #039403;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.gp-news-side-title {
    margin: 9px 0 0;
    color: #0f172a;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: -.03em;
    font-weight: 650;
}

.gp-news-side-text {
    margin: 10px 0 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.7;
}

.gp-news-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    border-radius: 999px;
    background: #039403;
    color: #ffffff;
    padding: 11px 15px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 980px) {
    .gp-news-detail-layout {
        grid-template-columns: 1fr;
    }

    .gp-news-sidebar {
        position: static;
    }
}

@media (max-width: 640px) {
    .gp-news-detail-hero-inner {
        padding: 70px 18px 52px;
    }

    .gp-news-detail-shell {
        padding: 32px 14px 70px;
    }

    .gp-news-detail-card {
        border-radius: 24px;
        padding: 24px 18px;
    }

    .gp-news-body {
        font-size: 16px;
        line-height: 1.9;
    }

    .gp-news-detail-title {
        font-size: 36px;
        line-height: 1.04;
        letter-spacing: -.055em;
    }
}
