/*
 * 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: 25px;
}

.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: 14px;
    }

    .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;
    }
}

/* =========================================================
   LpWSC Editorial Refresh
   Keeps the existing article structure but makes long-form
   stories and customer notices substantially easier to read.
   ========================================================= */
.news-info-page {
    --lpwsc-green: #075a36;
    --lpwsc-green-dark: #043d25;
    --lpwsc-blue: #0980c8;
    --lpwsc-ink: #17221c;
    --lpwsc-muted: #67736b;
    --lpwsc-line: #e3e9e5;
    --lpwsc-soft: #f5f8f6;
}

.news-info-shell {
    padding: 56px 0 82px;
    background:
        linear-gradient(180deg, #fbfcfb 0, #ffffff 170px);
}

.news-info-layout {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 52px;
}

.news-info-article {
    max-width: 970px;
    margin: 0 auto;
    min-width: 0;
}

.news-info-header {
    position: relative;
    max-width: 920px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--lpwsc-line);
}

.news-info-kicker-row {
    margin-bottom: 18px;
}

.news-info-category {
    color: var(--lpwsc-green);
    background: #eaf4ee;
    border: 1px solid #d5e6da;
}

.news-info-notice {
    border: 1px solid rgba(255,255,255,.25);
}

.news-info-header h1 {
    font-size: clamp(10px, 1.5vw, 18px);
    line-height: 1.08;
    letter-spacing: -.028em;
    max-width: 920px;
}

.news-info-meta {
    margin-top: 17px;
    color: #738078;
    font-size: 13px;
}

.news-info-excerpt {
    max-width: 860px;
    margin: 28px 0 0;
    padding: 20px 24px;
    border-left: 4px solid var(--lpwsc-green);
    background: #f6f9f7;
    color: #46534b;
    font-size: 20px;
    line-height: 1.65;
}

.news-info-notice-banner {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    align-items: center;
    margin: 26px 0 4px;
    max-width: 860px;
    padding: 17px 19px;
    border: 1px solid #dbe7df;
    border-radius: 10px;
    background: linear-gradient(135deg, #f1f8f4 0%, #fbfdfc 100%);
}

.news-info-notice-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--lpwsc-green);
    color: #fff;
    font-size: 17px;
}

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

.news-info-notice-banner strong {
    color: #193126;
    font-size: 14px;
    margin-bottom: 3px;
}

.news-info-notice-banner span {
    color: #6b776f;
    font-size: 12px;
}

/* Responsive framed image: never lets an uploaded image dominate the page. */
.news-info-hero {
    margin: 34px 0 34px;
    padding: 12px;
    border: 1px solid #dfe7e2;
    border-radius: 12px;
    background: #f4f7f5;
    box-shadow: 0 8px 24px rgba(19, 38, 28, .06);
}

.news-info-image-frame {
    width: 100%;
    height: clamp(220px, 34vw, 430px);
    min-height: 220px;
    max-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background: #e9eeeb;
}

.news-info-hero img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    background: #e9eeeb;
}

.news-info-hero figcaption {
    padding: 9px 3px 1px;
    color: #7a867e;
    font-size: 10px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.news-info-content {
    max-width: 840px;
    color: #303b34;
    font-size: 17px;
    line-height: 1.9;
}

.news-info-content p {
    margin-bottom: 1.35em;
}

.news-info-content > p:first-child {
    margin-top: 0;
}

.news-info-content h2,
.news-info-content h3,
.news-info-content h4 {
    scroll-margin-top: 24px;
}

.news-info-content h2 {
    margin-top: 2em;
    padding-top: .2em;
    font-size: 29px;
}

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

.news-info-content img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 520px;
    height: auto;
    margin: 24px auto;
    object-fit: contain;
    border-radius: 8px;
}

.news-info-document {
    max-width: 840px;
    margin-top: 36px;
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 16px 18px;
    border: 1px solid #dfe7e2;
    border-radius: 10px;
    background: #fafcfb;
}

.news-info-document-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #eaf4ee;
    color: var(--lpwsc-green);
    font-size: 18px;
}

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

.news-info-document-copy strong {
    color: #1d2a22;
    margin-bottom: 3px;
    font-size: 13px;
}

.news-info-document-copy span {
    color: #6c7870;
    font-size: 12px;
    line-height: 1.5;
}

.news-info-document .news-info-btn {
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 7px;
    background: var(--lpwsc-green);
    box-shadow: none;
}

.news-info-document .news-info-btn:hover {
    background: var(--lpwsc-green-dark);
}

.news-info-share {
    max-width: 840px;
    margin-top: 30px;
    padding: 17px 0 0;
}

.news-info-share-buttons a,
.news-info-share-buttons button {
    border-radius: 7px;
}

.news-info-sidebar {
    top: 84px;
}

.news-info-side-card {
    border: 1px solid #e1e8e3;
    border-top: 3px solid var(--lpwsc-green);
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(20, 37, 27, .04);
}

.news-info-nextprev-grid a {
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .news-info-layout {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 34px;
    }

    .news-info-article {
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    .news-info-sidebar {
        width: 100%;
        max-width: none;
        position: static;
        top: auto;
        min-width: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .news-info-content,
    .news-info-excerpt,
    .news-info-document {
        max-width: none;
        min-width: 0;
    }

    .news-info-header,
    .news-info-header h1,
    .news-info-side-card,
    .news-info-side-card h3,
    .news-info-side-card p {
        min-width: 0;
        overflow-wrap: anywhere;
        word-break: normal;
    }
}

@media (max-width: 768px) {
    .news-info-shell {
        padding: 34px 0 56px;
    }

    .news-info-layout {
        gap: 28px;
    }

    .news-info-header h1 {
        font-size: clamp(24px, 5.8vw, 38px);
        line-height: 1.08;
    }

    .news-info-excerpt {
        padding: 16px 18px;
        font-size: 15px;
        line-height: 1.6;
    }

    .news-info-notice-banner {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 14px;
    }

    .news-info-image-frame {
        height: clamp(190px, 54vw, 320px);
        min-height: 190px;
        max-height: 320px;
    }

    .news-info-hero {
        padding: 8px;
        margin-top: 27px;
    }

    .news-info-document {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .news-info-document .news-info-btn {
        grid-column: 1 / -1;
        width: 100%;
    }

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

    .news-info-side-card {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

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

    .news-info-content table {
        display: block;
        overflow-x: auto;
    }
}

@media (max-width: 480px) {
    .news-info-page .auto_1280 {
        width: calc(100% - 22px);
    }

    .news-info-header h1 {
        font-size: clamp(23px, 7vw, 32px);
        line-height: 1.1;
    }

    .news-info-meta span + span::before {
        margin: 0 7px;
    }

    .news-info-image-frame {
        height: 230px;
        min-height: 170px;
    }
}


/* =========================================================
   Newsroom article gallery
   Same layout concept as Press Details, but using ONLY
   Newsroom-specific classes.
   1 = full image
   2 = side-by-side
   3 = large left + two stacked right
   4 = 2 x 2
   ========================================================= */
.news-info-page .news-info-gallery-figure{
    padding:0 !important;
    border:0 !important;
    box-shadow:none !important;
}

.news-info-page .news-info-gallery{
    width:100% !important;
    display:grid !important;
    gap:2px !important;
    overflow:hidden !important;
    background:#e9efec !important;
    border-radius:0 !important;
}

/* 1 image */
.news-info-page .news-info-gallery-count-1{
    grid-template-columns:minmax(0,1fr) !important;
    grid-template-rows:minmax(0,1fr) !important;
    aspect-ratio:16 / 9 !important;
    max-height:540px;
}

/* 2 images — two equal panels */
.news-info-page .news-info-gallery-count-2{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-rows:minmax(0,1fr) !important;
    grid-template-areas:"gallery-a gallery-b" !important;
    aspect-ratio:16 / 8.6 !important;
    max-height:560px;
}

.news-info-page .news-info-gallery-count-2 .news-info-gallery-item:nth-child(1){grid-area:gallery-a !important;}
.news-info-page .news-info-gallery-count-2 .news-info-gallery-item:nth-child(2){grid-area:gallery-b !important;}

/* 3 images — large left + two stacked right */
.news-info-page .news-info-gallery-count-3{
    grid-template-columns:minmax(0,1.45fr) minmax(0,.85fr) !important;
    grid-template-rows:minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-areas:
        "gallery-a gallery-b"
        "gallery-a gallery-c" !important;
    aspect-ratio:16 / 9 !important;
    max-height:560px;
}

.news-info-page .news-info-gallery-count-3 .news-info-gallery-item:nth-child(1){grid-area:gallery-a !important;}
.news-info-page .news-info-gallery-count-3 .news-info-gallery-item:nth-child(2){grid-area:gallery-b !important;}
.news-info-page .news-info-gallery-count-3 .news-info-gallery-item:nth-child(3){grid-area:gallery-c !important;}

/* 4 images — 2 x 2 */
.news-info-page .news-info-gallery-count-4{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-rows:minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-areas:
        "gallery-a gallery-b"
        "gallery-c gallery-d" !important;
    aspect-ratio:16 / 10 !important;
    max-height:600px;
}

.news-info-page .news-info-gallery-count-4 .news-info-gallery-item:nth-child(1){grid-area:gallery-a !important;}
.news-info-page .news-info-gallery-count-4 .news-info-gallery-item:nth-child(2){grid-area:gallery-b !important;}
.news-info-page .news-info-gallery-count-4 .news-info-gallery-item:nth-child(3){grid-area:gallery-c !important;}
.news-info-page .news-info-gallery-count-4 .news-info-gallery-item:nth-child(4){grid-area:gallery-d !important;}

/* Gallery items */
.news-info-page .news-info-gallery-item{
    position:relative !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    overflow:hidden !important;
    background:#dfe7e2 !important;
    cursor:zoom-in;
    appearance:none;
    font:inherit;
}

.news-info-page .news-info-gallery-item img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    max-width:none !important;
    max-height:none !important;
    margin:0 !important;
    border-radius:0 !important;
    object-fit:cover !important;
    object-position:center top !important;
    transition:transform .35s ease,filter .35s ease;
}

.news-info-page .news-info-gallery-item:hover img{
    transform:scale(1.025);
    filter:brightness(.97);
}

.news-info-page .news-info-gallery-primary{
    position:absolute;
    left:12px;
    bottom:12px;
    z-index:2;
    padding:6px 9px;
    border-radius:999px;
    background:rgba(7,90,54,.92);
    color:#fff;
    font-size:10px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
    pointer-events:none;
}

/* Keep the same multi-image box concept on mobile as Press Details */
@media (max-width:650px){
    .news-info-page .news-info-gallery-count-1{
        grid-template-columns:minmax(0,1fr) !important;
        grid-template-rows:minmax(0,1fr) !important;
        aspect-ratio:4 / 3 !important;
        max-height:430px;
    }

    .news-info-page .news-info-gallery-count-2{
        grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
        grid-template-rows:minmax(0,1fr) !important;
        grid-template-areas:"gallery-a gallery-b" !important;
        aspect-ratio:4 / 3 !important;
        max-height:430px;
    }

    .news-info-page .news-info-gallery-count-3{
        grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
        grid-template-rows:minmax(0,1fr) minmax(0,1fr) !important;
        grid-template-areas:
            "gallery-a gallery-b"
            "gallery-c gallery-d" !important;
        aspect-ratio:4 / 3 !important;
        max-height:430px;
    }

    .news-info-page .news-info-gallery-count-3 .news-info-gallery-item:nth-child(1){grid-area:gallery-a !important;}
    .news-info-page .news-info-gallery-count-3 .news-info-gallery-item:nth-child(2){grid-area:gallery-b !important;}
    .news-info-page .news-info-gallery-count-3 .news-info-gallery-item:nth-child(3){grid-area:gallery-c !important;}

    .news-info-page .news-info-gallery-count-4{
        grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
        grid-template-rows:minmax(0,1fr) minmax(0,1fr) !important;
        grid-template-areas:
            "gallery-a gallery-b"
            "gallery-c gallery-d" !important;
        aspect-ratio:1 / 1 !important;
        max-height:430px;
    }

    .news-info-page .news-info-gallery-primary{
        left:8px;
        bottom:8px;
        padding:5px 8px;
    }
}

/* Full-screen image viewer */
.news-info-page .news-info-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px 70px;
    background: rgba(7, 14, 10, .94);
}

.news-info-page .news-info-lightbox.is-open {
    display: flex;
}

.news-info-page .news-info-lightbox-stage {
    position: relative;
    width: min(1100px, 90vw);
    height: min(82vh, 800px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news-info-page .news-info-lightbox-stage img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100% - 34px);
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, .35);
}

.news-info-page .news-info-lightbox-caption {
    margin-top: 10px;
    color: rgba(255,255,255,.78);
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.news-info-page .news-info-lightbox-close,
.news-info-page .news-info-lightbox-prev,
.news-info-page .news-info-lightbox-next {
    position: absolute;
    z-index: 3;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background: rgba(255,255,255,.10);
    color: #fff;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    appearance: none;
}

.news-info-page .news-info-lightbox-close {
    top: 22px;
    right: 22px;
    font-size: 31px;
}

.news-info-page .news-info-lightbox-prev {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.news-info-page .news-info-lightbox-next {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.news-info-page .news-info-lightbox-close:hover,
.news-info-page .news-info-lightbox-prev:hover,
.news-info-page .news-info-lightbox-next:hover {
    background: rgba(255,255,255,.18);
}

body.news-info-lightbox-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .news-info-page .news-info-gallery-figure {
        padding: 0;
    }

    .news-info-page .news-info-gallery-count-1 {
        grid-template-columns:1fr !important;
        grid-template-rows:1fr !important;
        aspect-ratio:4 / 3 !important;
        max-height:430px;
    }

    .news-info-page .news-info-gallery-count-2 {
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        grid-template-rows:1fr !important;
        aspect-ratio:4 / 3 !important;
        max-height:430px;
    }

    .news-info-page .news-info-gallery-count-3 {
        grid-template-columns:1fr 1fr !important;
        grid-template-rows:repeat(2,minmax(0,1fr)) !important;
        aspect-ratio:4 / 3 !important;
        max-height:430px;
    }

    .news-info-page .news-info-gallery-count-3
    .news-info-gallery-item:first-child {
        grid-column:auto !important;
        grid-row:auto !important;
    }

    .news-info-page .news-info-gallery-count-4 {
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        grid-template-rows:repeat(2,minmax(0,1fr)) !important;
        aspect-ratio:1 / 1 !important;
        max-height:430px;
    }

    .news-info-page .news-info-gallery-primary {
        left:8px;
        bottom:8px;
        padding:5px 8px;
    }

    .news-info-page .news-info-lightbox {
        padding: 20px 52px;
    }

    .news-info-page .news-info-lightbox-stage {
        width: 100%;
        height: 78vh;
    }

    .news-info-page .news-info-lightbox-close,
    .news-info-page .news-info-lightbox-prev,
    .news-info-page .news-info-lightbox-next {
        width: 40px;
        height: 40px;
    }

    .news-info-page .news-info-lightbox-close {
        top: 12px;
        right: 12px;
    }

    .news-info-page .news-info-lightbox-prev {
        left: 8px;
    }

    .news-info-page .news-info-lightbox-next {
        right: 8px;
    }
}

@media (max-width: 480px) {
    .news-info-page .news-info-gallery-count-2 {
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        grid-template-rows:1fr !important;
        aspect-ratio:4 / 3 !important;
    }

    .news-info-page .news-info-gallery-count-3,
    .news-info-page .news-info-gallery-count-4 {
        grid-template-columns:1fr 1fr !important;
        grid-template-rows:repeat(2,minmax(0,1fr)) !important;
        aspect-ratio:1 / 1 !important;
    }

    .news-info-page .news-info-gallery-count-3 .news-info-gallery-item:first-child {
        grid-column:auto !important;
        grid-row:auto !important;
    }

    .news-info-page .news-info-lightbox {
        padding:18px 46px;
    }
}

/* =========================================================
   FINAL NEWSROOM GALLERY LAYOUT LOCK
   Scoped exclusively to news_info.php.
   This is intentionally separate from all Press Details classes.
   ========================================================= */
.news-info-page [data-news-gallery] {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    gap: 2px !important;
    overflow: hidden !important;
}

.news-info-page [data-news-gallery].news-info-gallery-count-1 {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: minmax(0, 1fr) !important;
    aspect-ratio: 16 / 9 !important;
}

.news-info-page [data-news-gallery].news-info-gallery-count-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-rows: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    aspect-ratio: 16 / 8.6 !important;
}

.news-info-page [data-news-gallery].news-info-gallery-count-3 {
    grid-template-columns: minmax(0, 1.45fr) minmax(0, .85fr) !important;
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-areas: "gallery-a gallery-b" "gallery-a gallery-c" !important;
    grid-auto-flow: row !important;
    aspect-ratio: 16 / 9 !important;
}

.news-info-page [data-news-gallery].news-info-gallery-count-3 .news-info-gallery-item:nth-child(1) { grid-area: gallery-a !important; }
.news-info-page [data-news-gallery].news-info-gallery-count-3 .news-info-gallery-item:nth-child(2) { grid-area: gallery-b !important; }
.news-info-page [data-news-gallery].news-info-gallery-count-3 .news-info-gallery-item:nth-child(3) { grid-area: gallery-c !important; }

.news-info-page [data-news-gallery].news-info-gallery-count-4 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-areas: "gallery-a gallery-b" "gallery-c gallery-d" !important;
    grid-auto-flow: row !important;
    aspect-ratio: 16 / 10 !important;
}

.news-info-page [data-news-gallery].news-info-gallery-count-4 .news-info-gallery-item:nth-child(1) { grid-area: gallery-a !important; }
.news-info-page [data-news-gallery].news-info-gallery-count-4 .news-info-gallery-item:nth-child(2) { grid-area: gallery-b !important; }
.news-info-page [data-news-gallery].news-info-gallery-count-4 .news-info-gallery-item:nth-child(3) { grid-area: gallery-c !important; }
.news-info-page [data-news-gallery].news-info-gallery-count-4 .news-info-gallery-item:nth-child(4) { grid-area: gallery-d !important; }

.news-info-page [data-news-gallery] .news-info-gallery-item {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
}

.news-info-page [data-news-gallery] .news-info-gallery-item img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center top !important;
}

@media (max-width: 650px) {
    .news-info-page [data-news-gallery].news-info-gallery-count-2 {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        grid-template-rows: minmax(0, 1fr) !important;
        aspect-ratio: 4 / 3 !important;
    }
    .news-info-page [data-news-gallery].news-info-gallery-count-3 {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) !important;
        grid-template-areas: "gallery-a gallery-b" "gallery-c gallery-d" !important;
        aspect-ratio: 4 / 3 !important;
    }
    .news-info-page [data-news-gallery].news-info-gallery-count-3 .news-info-gallery-item:nth-child(1) { grid-area: gallery-a !important; }
    .news-info-page [data-news-gallery].news-info-gallery-count-3 .news-info-gallery-item:nth-child(2) { grid-area: gallery-b !important; }
    .news-info-page [data-news-gallery].news-info-gallery-count-3 .news-info-gallery-item:nth-child(3) { grid-area: gallery-c !important; }
    .news-info-page [data-news-gallery].news-info-gallery-count-4 {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) !important;
        grid-template-areas: "gallery-a gallery-b" "gallery-c gallery-d" !important;
        aspect-ratio: 1 / 1 !important;
    }
}


/* =========================================================
   FINAL NEWSROOM GALLERY EDGE-TO-EDGE LOCK
   Images must fill each gallery cell with only 1px between cells.
   ========================================================= */
.news-info-page figure.news-info-gallery-figure {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

.news-info-page figure.news-info-gallery-figure > [data-news-gallery] {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 1px !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.news-info-page figure.news-info-gallery-figure > [data-news-gallery] .news-info-gallery-item {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}

.news-info-page figure.news-info-gallery-figure > [data-news-gallery] .news-info-gallery-item img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

@media (max-width: 650px) {
    .news-info-page figure.news-info-gallery-figure > [data-news-gallery] {
        gap: 1px !important;
    }
}
