/*
 * LpWSC News Article page
 * Scoped to .news-info-page / article-specific classes so the site's
 * existing header and global CSS remain untouched.
 */

.news-info-page {
    position: relative;
    background: #fff;
    color: #1e2621;
    font-family: "Roboto", Arial, sans-serif;
}

.news-info-page .auto_1280 {
    width: min(1280px, calc(100% - 40px));
    max-width: 1280px;
    margin: 0 auto;
}

.news-info-banner {
    margin: 0;
}

.news-info-banner .column dl {
    margin: 0;
}

.news-info-banner .column dl span {
    position: relative;
    z-index: 1;
    font-weight: 700;
}

.news-info-breadcrumb {
    margin-bottom: 0;
}

.news-info-shell {
    padding: 54px 0 72px;
}

.news-info-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 64px;
    align-items: start;
}

.news-info-article {
    min-width: 0;
}

.news-info-header {
    max-width: 900px;
}

.news-info-kicker-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.news-info-category,
.news-info-notice {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.news-info-category {
    color: #09560d;
    background: #edf5ee;
}

.news-info-notice {
    color: #fff;
    background: #09560d;
}

.news-info-notice-important {
    background: #ae6d00;
}

.news-info-notice-urgent,
.news-info-notice-emergency {
    background: #a1261e;
}

.news-info-header h1 {
    margin: 0;
    max-width: 960px;
    color: #152018;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -.03em;
}

.news-info-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 18px;
    color: #66716a;
    font-size: 14px;
}

.news-info-meta span + span::before {
    content: "•";
    margin: 0 10px;
    color: #adb5b0;
}

.news-info-excerpt {
    margin-top: 30px;
    max-width: 900px;
    color: #3f4b44;
    font-size: 21px;
    line-height: 1.55;
}

.news-info-hero {
    margin: 38px 0 36px;
    border-radius: 4px;
    overflow: hidden;
    background: #edf1ee;
}

.news-info-hero img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 640px;
    object-fit: cover;
}

.news-info-content {
    max-width: 900px;
    color: #303a34;
    font-size: 17px;
    line-height: 1.85;
}

.news-info-content p {
    margin: 0 0 1.25em;
}

.news-info-content h2,
.news-info-content h3,
.news-info-content h4 {
    color: #142118;
    line-height: 1.25;
    margin: 1.8em 0 .65em;
}

.news-info-content h2 { font-size: 30px; }
.news-info-content h3 { font-size: 24px; }
.news-info-content h4 { font-size: 20px; }

.news-info-content a {
    color: #09560d;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.news-info-content img,
.news-info-content video,
.news-info-content iframe {
    max-width: 100%;
}

.news-info-content blockquote {
    margin: 28px 0;
    padding: 18px 24px;
    border-left: 4px solid #09560d;
    background: #f5f8f5;
    color: #425048;
}

.news-info-content ul,
.news-info-content ol {
    padding-left: 24px;
}

.news-info-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0;
}

.news-info-content th,
.news-info-content td {
    padding: 10px 12px;
    border: 1px solid #dbe2dd;
    text-align: left;
}

.news-info-document {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 900px;
    margin-top: 38px;
    padding: 20px 22px;
    border: 1px solid #dfe6e1;
    background: #f8faf8;
}

.news-info-document strong,
.news-info-document span {
    display: block;
}

.news-info-document strong {
    color: #17221b;
    margin-bottom: 4px;
}

.news-info-document span {
    color: #67736b;
    font-size: 13px;
}

.news-info-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 0;
    background: #09560d;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.news-info-btn:hover {
    background: #073f0a;
}

.news-info-share {
    max-width: 900px;
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid #e4e9e5;
}

.news-info-share > span {
    display: block;
    margin-bottom: 12px;
    color: #6a746e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.news-info-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.news-info-share-buttons a,
.news-info-share-buttons button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid #ccd5cf;
    background: #fff;
    color: #26312a;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.news-info-share-buttons a:hover,
.news-info-share-buttons button:hover {
    border-color: #09560d;
    color: #09560d;
}

.news-info-sidebar {
    position: sticky;
    top: 26px;
}

.news-info-side-card {
    padding: 22px;
    margin-bottom: 18px;
    border-top: 3px solid #09560d;
    background: #f5f8f5;
}

.news-info-side-label {
    display: block;
    margin-bottom: 8px;
    color: #6f7a73;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.news-info-side-card h3 {
    margin: 0 0 10px;
    color: #1a251e;
    font-size: 20px;
    line-height: 1.25;
}

.news-info-side-card p {
    margin: 0 0 14px;
    color: #5b675f;
    font-size: 13px;
    line-height: 1.65;
}

.news-info-side-card a {
    color: #09560d;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.news-info-back-card {
    background: #f9faf9;
    border-top-color: #b7c0ba;
}

.news-info-nextprev {
    border-top: 1px solid #e2e7e3;
    border-bottom: 1px solid #e2e7e3;
    background: #fbfcfb;
}

.news-info-nextprev-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.news-info-nextprev-grid > div {
    min-height: 150px;
    padding: 28px 34px 28px 0;
}

.news-info-nextprev-grid > div + div {
    padding: 28px 0 28px 34px;
    border-left: 1px solid #e2e7e3;
    text-align: right;
}

.news-info-nextprev-grid span {
    display: block;
    margin-bottom: 8px;
    color: #7a847d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.news-info-nextprev-grid a {
    display: inline-block;
    max-width: 520px;
    color: #19241d;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
}

.news-info-nextprev-grid a:hover {
    color: #09560d;
}

.news-info-related {
    padding: 62px 0 76px;
}

.news-info-section-heading {
    margin-bottom: 26px;
}

.news-info-section-heading span {
    color: #6e786f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.news-info-section-heading h2 {
    margin: 4px 0 0;
    color: #17211b;
    font-size: 33px;
    line-height: 1.15;
}

.news-info-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.news-info-related-card {
    min-width: 0;
    border: 1px solid #e2e7e3;
    background: #fff;
}

.news-info-related-image {
    display: block;
    height: 205px;
    background: #eef2ef;
    overflow: hidden;
    text-decoration: none;
}

.news-info-related-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.news-info-related-card:hover .news-info-related-image img {
    transform: scale(1.03);
}

.news-info-related-image span {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #87928a;
    font-size: 12px;
}

.news-info-related-body {
    padding: 18px 18px 20px;
}

.news-info-related-body small {
    color: #728078;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.news-info-related-body h3 {
    margin: 10px 0 8px;
    font-size: 20px;
    line-height: 1.25;
}

.news-info-related-body h3 a {
    color: #17211b;
    text-decoration: none;
}

.news-info-related-body h3 a:hover {
    color: #09560d;
}

.news-info-related-body p {
    margin: 0 0 13px;
    color: #5d6961;
    font-size: 13px;
    line-height: 1.6;
}

.news-info-read {
    color: #09560d;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.news-info-empty {
    margin: 70px auto 100px;
    max-width: 760px;
    padding: 52px 42px;
    text-align: center;
    border: 1px solid #e1e6e2;
    background: #fafcfb;
}

.news-info-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #09560d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
}

.news-info-empty h1 {
    margin: 0 0 10px;
    color: #19231d;
    font-size: 38px;
}

.news-info-empty p {
    margin: 0 auto 24px;
    max-width: 570px;
    color: #647068;
    line-height: 1.7;
}

.news-info-progress {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 0;
    height: 3px;
    background: #09560d;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .news-info-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .news-info-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .news-info-side-card {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .news-info-page .auto_1280 {
        width: min(100% - 28px, 1280px);
    }

    .news-info-shell {
        padding: 35px 0 50px;
    }

    .news-info-header h1 {
        font-size: 35px;
    }

    .news-info-excerpt {
        font-size: 18px;
    }

    .news-info-content {
        font-size: 16px;
    }

    .news-info-document {
        flex-direction: column;
        align-items: flex-start;
    }

    .news-info-sidebar {
        grid-template-columns: 1fr;
    }

    .news-info-nextprev-grid {
        grid-template-columns: 1fr;
    }

    .news-info-nextprev-grid > div,
    .news-info-nextprev-grid > div + div {
        min-height: auto;
        padding: 22px 0;
        text-align: left;
    }

    .news-info-nextprev-grid > div + div {
        border-left: 0;
        border-top: 1px solid #e2e7e3;
    }

    .news-info-related-grid {
        grid-template-columns: 1fr;
    }

    .news-info-related-image {
        height: 230px;
    }
}

@media print {
    .news-info-page .news-info-banner,
    .news-info-page .news-info-breadcrumb,
    .news-info-sidebar,
    .news-info-share,
    .news-info-nextprev,
    .news-info-related,
    .news-info-progress {
        display: none !important;
    }

    .news-info-shell {
        padding: 0;
    }

    .news-info-layout {
        display: block;
    }

    .news-info-content,
    .news-info-header {
        max-width: none;
    }
}
