﻿.updates-wrapper {
    padding: 10px 0 40px;
}

.updates-heading {
    margin-bottom: 28px;
}

.updates-chip {
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(13,148,136,.1);
    color: #0f766e;
    font-weight: 700;
    margin-bottom: 12px;
}

.updates-heading h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.updates-heading p {
    color: #475569;
    margin: 0;
}

.update-card {
    height: 100%;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 14px 34px rgba(15,23,42,.06);
    padding: 22px;
}

.update-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.update-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.15rem;
}

    .update-icon.notice {
        background: linear-gradient(135deg,#14b8a6,#0f766e)
    }

    .update-icon.press {
        background: linear-gradient(135deg,#60a5fa,#2563eb)
    }

.update-date {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: .85rem;
    color: #475569;
    text-align: right;
}

.update-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.update-description {
    color: #475569;
    line-height: 1.7;
    margin-bottom: 0;
}

.update-actions {
    margin-top: 16px;
}

.update-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 14px;
    background: linear-gradient(135deg,#0f766e,#115e59);
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
}

    .update-btn.small {
        padding: 8px 14px;
        font-size: .9rem;
    }

.empty-state {
    margin-top: 16px;
    padding: 20px;
    border-radius: 20px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    text-align: center;
    color: #9a3412;
    font-weight: 700;
}

.modern-public-table {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 14px 34px rgba(15,23,42,.06);
    overflow: hidden;
}

.public-grid {
    margin: 0;
}

    .public-grid th {
        background: #f8fafc !important;
        color: #334155;
        border-color: #e2e8f0 !important;
        white-space: nowrap;
    }

    .public-grid td {
        vertical-align: middle;
        border-color: #eef2f7 !important;
    }

@media(max-width:768px) {
    .updates-heading h2 {
        font-size: 1.5rem;
    }

    .update-card {
        padding: 18px;
    }

    .update-card-top {
        flex-direction: column;
    }

    .update-date {
        text-align: left;
    }
}

.updates-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 30px;
    border-radius: 28px;
    color: #fff;
    margin-bottom: 28px;
    box-shadow: 0 18px 40px rgba(15,23,42,.10);
}

    .updates-hero.notice-theme {
        background: linear-gradient(135deg,#0f766e,#115e59);
    }

    .updates-hero.press-theme {
        background: linear-gradient(135deg,#1d4ed8,#1e3a8a);
    }

    .updates-hero.government-theme {
        background: linear-gradient(135deg,#991b1b,#7f1d1d);
    }

.updates-hero-icon {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 28px;
    background: rgba(255,255,255,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.15);
}

    .updates-hero-icon img {
        max-width: 64px;
        max-height: 64px;
    }

.press-media-card {
    height: 100%;
    border-radius: 26px;
    background: #fff;
    border: 1px solid #dbeafe;
    box-shadow: 0 14px 36px rgba(30,64,175,.08);
    padding: 24px;
}

.press-media-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}

.press-media-badge {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 800;
}

.press-media-dates {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: .9rem;
    color: #475569;
    text-align: right;
}

.press-media-body {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.press-media-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 20px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
}

    .press-media-icon img {
        width: 36px;
        height: 36px;
        object-fit: contain;
    }

.press-media-content h3 {
    font-size: 1.08rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px;
    word-break: break-word;
}

.press-media-content p {
    color: #475569;
    margin: 0;
    line-height: 1.7;
}

.press-media-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.update-btn.alt {
    background: linear-gradient(135deg,#e2e8f0,#cbd5e1);
    color: #0f172a !important;
}

.notice-timeline {
    display: grid;
    gap: 18px;
}

.notice-timeline-item {
    display: grid;
    grid-template-columns: minmax(190px, 220px) 1fr;
    gap: 18px;
    align-items: start;
}

.notice-date-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    padding: 0 16px;
    border-radius: 20px;
    background: #ecfeff;
    border: 1px solid #99f6e4;
    color: #115e59;
    font-weight: 800;
    font-size: 1.05rem;
    white-space: nowrap;
}

.notice-content-card {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 14px 34px rgba(15,23,42,.06);
    padding: 12px 24px;
}

.notice-content-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 10px;
}

    .notice-content-head h3 {
        font-size: 1.15rem;
        font-weight: 800;
        margin: 0;
        color: #0f172a;
    }

.notice-period {
    white-space: nowrap;
    font-size: .9rem;
    color: #0f766e;
    font-weight: 700;
}

.notice-content-card p {
    margin: 0;
    color: #475569;
    line-height: 1.8;
}

.government-table-shell {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #fecaca;
    box-shadow: 0 16px 36px rgba(127,29,29,.10);
}

.govt-grid {
    margin: 0;
}

    .govt-grid th {
        background: #9f1239 !important;
        color: #fff;
        border-color: #be123c !important;
    }

    .govt-grid td {
        border-color: #f1f5f9 !important;
    }

.gov-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 10px 14px;
    border-radius: 12px;
    background: linear-gradient(135deg,#6b7280,#4b5563);
    color: #fff !important;
    text-decoration: none;
    font-weight: 800;
}

/*.gov-orders-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 14px 40px;
}

.gov-orders-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: linear-gradient(180deg, #8b0f16 0%, #6f0d13 100%);
    border: 1px solid #5a0b10;
    padding: 28px 34px;
    margin-bottom: 26px;
    color: #fff;
}

.gov-orders-header-left {
    flex: 1;
    min-width: 0;
}

.gov-orders-kicker {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.14);
    color: #f8e8c7;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 8px 12px;
    margin-bottom: 14px;
}

.gov-orders-header h2 {
    margin: 0 0 10px;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
}

.gov-orders-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #f5dede;
    max-width: 760px;
}

.gov-orders-header-right {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.16);
    flex-shrink: 0;
}

    .gov-orders-header-right img {
        width: 72px;
        height: 72px;
        object-fit: contain;
    }

.gov-orders-table-wrap {
    background: #fff;
    border: 1px solid #d7dbe1;
}

.gov-orders-empty {
    padding: 18px 22px;
    border-bottom: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 15px;
}

.gov-orders-table-responsive {
    width: 100%;
    overflow-x: auto;
}

.gov-orders-table {
    width: 100%;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    min-width: 1020px;
    background: #fff;
}

    .gov-orders-table th {
        background: #8b0f16;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 12px 14px;
        text-align: left;
        border: 1px solid #a61b23;
        white-space: nowrap;
    }

    .gov-orders-table td {
        font-size: 15px;
        color: #1f2937;
        padding: 10px 14px;
        border: 1px solid #e5e7eb;
        vertical-align: top;
        line-height: 1.4;
        background: #fff;
    }

    .gov-orders-table tr:nth-child(even) td {
        background: #fafafa;
    }

    .gov-orders-table tr:hover td {
        background: #f5f7fa;
    }

    .gov-orders-table td:nth-child(1) {
        width: 150px;
        white-space: nowrap;
        font-weight: 600;
        color: #111827;
    }

    .gov-orders-table td:nth-child(2) {
        width: 320px;
        font-weight: 600;
        color: #111827;
    }

    .gov-orders-table td:nth-child(3) {
        min-width: 360px;
    }

    .gov-orders-table td:nth-child(4) {
        width: 170px;
        white-space: nowrap;
        font-weight: 600;
        color: #374151;
    }

    .gov-orders-table td:nth-child(5) {
        width: 150px;
        text-align: center;
    }



    .gov-orders-table td:nth-child(1),
    .gov-orders-table td:nth-child(4),
    .gov-orders-table td:nth-child(5) {
        vertical-align: middle;
    }
.gov-orders-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    height: 34px;
    padding: 0 14px;
    background: #4b5563;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #374151;
    transition: all .18s ease;
}

    .gov-orders-view-btn:hover {
        background: #374151;
        border-color: #1f2937;
        color: #fff !important;
    }

@media (max-width: 768px) {
    .gov-orders-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px 20px;
    }

        .gov-orders-header h2 {
            font-size: 30px;
        }

    .gov-orders-header-right {
        width: 100px;
        height: 100px;
    }

        .gov-orders-header-right img {
            width: 56px;
            height: 56px;
        }
}

*/


.gov-orders-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 12px 36px;
}

.gov-orders-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: linear-gradient(180deg, #8d0a14 0%, #760b12 100%);
    border: 1px solid #650a10;
    padding: 26px 32px;
    margin-bottom: 18px;
    color: #fff;
}

.gov-orders-kicker {
    display: inline-block;
    padding: 8px 14px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    color: #f7e2b8;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.gov-orders-header h2 {
    margin: 0 0 8px;
    font-size:22px;
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
}

.gov-orders-header p {
    margin: 0;
    color: #f6dfe0;
    font-size: 15px;
    line-height: 1.6;
    max-width: 760px;
}

.gov-orders-header-right {
    width: 116px;
    height: 116px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

    .gov-orders-header-right img {
        width: 64px;
        height: 64px;
        object-fit: contain;
    }

.gov-orders-fallback {
    font-size: 28px;
    font-weight: 800;
    color: #f7e2b8;
    letter-spacing: 1px;
}

.gov-orders-table-wrap {
    background: #fff;
    border: 1px solid #d9dde4;
}

.gov-orders-table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.gov-orders-table {
    width: 100%;
    min-width: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    table-layout: fixed;
}

    .gov-orders-table th {
        background: #a20b16;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: left;
        padding: 12px 14px;
        border: 1px solid #c52a31;
        white-space: normal;
    }

    .gov-orders-table td {
        background: #fff;
        color: #1f2937;
        font-size: 14px;
        padding: 10px 14px;
        line-height: 1.45;
        border: 1px solid #e5e7eb;
        vertical-align: middle;
        word-break: break-word;
        white-space: normal;
    }

    .gov-orders-table tr:nth-child(even) td {
        background: #fafafa;
    }

    .gov-orders-table tr:hover td {
        background: #f6f8fb;
    }

    .gov-orders-table th:nth-child(1),
    .gov-orders-table td:nth-child(1) {
        width: 12%;
    }

    .gov-orders-table th:nth-child(2),
    .gov-orders-table td:nth-child(2) {
        width: 24%;
    }

    .gov-orders-table th:nth-child(3),
    .gov-orders-table td:nth-child(3) {
        width: 34%;
    }

    .gov-orders-table th:nth-child(4),
    .gov-orders-table td:nth-child(4) {
        width: 14%;
    }

    .gov-orders-table th:nth-child(5),
    .gov-orders-table td:nth-child(5) {
        width: 16%;
        text-align: center;
    }

.gov-orders-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 34px;
    padding: 0 14px;
    background: #4b5563;
    border: 1px solid #374151;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    transition: all .18s ease;
}

    .gov-orders-view-btn:hover {
        background: #374151;
        border-color: #1f2937;
        color: #fff !important;
    }

@media (max-width: 900px) {
    .gov-orders-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .gov-orders-header-right {
        width: 92px;
        height: 92px;
    }

    .gov-orders-header h2 {
        font-size: 30px;
    }

    .gov-orders-table th,
    .gov-orders-table td {
        font-size: 13px;
        padding: 8px 10px;
    }
}

.validation-panel {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: .92rem;
}

@media(max-width:991px) {
    .updates-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .notice-timeline-item {
        grid-template-columns: 1fr;
    }

    .press-media-top {
        flex-direction: column;
    }

    .press-media-dates {
        text-align: left;
    }
}

@media(max-width:768px) {
    .press-media-body {
        flex-direction: column;
    }

    .notice-content-head {
        flex-direction: column;
    }

    .notice-period {
        white-space: normal;
    }
}
/*.press-gallery-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 14px 36px;
}

.press-gallery-heading-strip {
    background: #efe9eb;
    border-left: 4px solid #b22a2a;
    padding: 14px 18px;
    margin-bottom: 22px;
}

    .press-gallery-heading-strip h2 {
        margin: 0;
        color: #a12626;
        font-size: 28px;
        font-weight: 700;
    }

.press-gallery-empty {
    background: #fff;
    border: 1px solid #eadfcf;
    padding: 18px 20px;
    color: #7a5b5b;
    margin-bottom: 20px;
}

.press-image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: start;
}

.press-image-tile {
    display: block;
    background: rgba(255,255,255,0.72);
    border: 1px solid #eadfcf;
    overflow: hidden;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .press-image-tile:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 28px rgba(0,0,0,0.10);
    }

.press-only-image {
    display: block;
    width: 100%;
    height: 290px;
    object-fit: cover;
    background: #f5efdf;
}

.press-doc-tile {
    width: 100%;
    height: 290px;
    background: linear-gradient(180deg, #faf6ea 0%, #f2e9d2 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.press-doc-type {
    min-width: 92px;
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #b91c1c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 18px;
}

.press-doc-icon {
    font-size: 64px;
    line-height: 1;
}

@media (max-width: 991px) {
    .press-image-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .press-image-grid {
        grid-template-columns: 1fr;
    }

    .press-only-image,
    .press-doc-tile {
        height: 220px;
    }
}*/


.press-gallery-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px 12px 34px;
}

.press-gallery-heading-strip {
    background: #efe9eb;
    border-left: 4px solid #b22a2a;
    padding: 14px 18px;
    margin-bottom: 20px;
}

    .press-gallery-heading-strip h2 {
        margin: 0;
        color: #a12626;
        font-size: 28px;
        font-weight: 700;
    }

.press-gallery-empty {
    background: #fff;
    border: 1px solid #eadfcf;
    padding: 16px 18px;
    color: #7a5b5b;
    margin-bottom: 18px;
}

.press-image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    align-items: start;
}

.press-image-tile {
    display: block;
    background: #fff;
    border: 1px solid #e3d9c6;
    overflow: hidden;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

    .press-image-tile:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(0,0,0,0.10);
    }

.press-only-image {
    display: block;
    width: 100%;
    height: 285px;
    object-fit: cover;
    background: #f5efdf;
}

.press-doc-tile {
    width: 100%;
    height: 285px;
    background: linear-gradient(180deg, #faf6ea 0%, #f2e9d2 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.press-doc-type {
    min-width: 90px;
    height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: #b91c1c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.press-doc-icon {
    font-size: 62px;
    line-height: 1;
}

@media (max-width: 991px) {
    .press-image-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .press-image-grid {
        grid-template-columns: 1fr;
    }

    .press-only-image,
    .press-doc-tile {
        height: 220px;
    }
}




/* ============================================================
   Notice list — on-theme refinement
   Aligned to the site's navy primary (#052d40) used by the
   homepage notice bar, with the red brand accent for CTAs.
   ============================================================ */

/* Wrapper spacing */
.updates-wrapper {
    padding: 12px 0 36px;
}

/* HERO — navy gradient (matches site primary), refined surface ------- */

.updates-hero.notice-theme {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #052d40 0%, #0f3b4c 55%, #1a3c6e 100%);
    padding: 32px 36px;
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(5, 45, 64, 0.18);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.updates-hero.notice-theme::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 85% 0%, rgba(255, 255, 255, 0.08) 0, transparent 45%),
        radial-gradient(circle at 0% 100%, rgba(180, 30, 30, 0.10) 0, transparent 40%);
    pointer-events: none;
}

.updates-hero.notice-theme::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #ff671f 0%, #ffffff 50%, #b91c1c 100%);
    opacity: 0.85;
    pointer-events: none;
}

.updates-hero > * {
    position: relative;
    z-index: 1;
}

.updates-hero.notice-theme > div:first-child {
    flex: 1 1 auto;
    min-width: 0;
}

.updates-hero h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin: 8px 0 8px;
    line-height: 1.25;
    color: #ffffff;
}

.updates-hero p {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.92;
    margin: 0;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.92);
}

.updates-hero .updates-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
}

.updates-hero-icon {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.updates-hero-icon img {
    max-width: 56px;
    max-height: 56px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.18));
}

/* TIMELINE — single column, date as inline chip on card ---------------- */
.notice-timeline {
    display: grid;
    gap: 16px;
}

.notice-timeline-item {
    display: block;
    grid-template-columns: none;
    position: relative;
}

/* CARD — accent left-border in red (site CTA color) -------------------- */
.notice-content-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #b91c1c;
    border-radius: 12px;
    /* padding: 50px 26px 22px 26px; */
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04), 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.notice-content-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06), 0 12px 28px rgba(15, 23, 42, 0.08);
    border-left-color: #831218;
}

/* DATE chip — repurpose existing .notice-date-badge inside the card --- */
.notice-timeline-item .notice-date-badge {
    display: inline-flex;
    position: absolute;
    top: 18px;
    left: 26px;
    min-height: 0;
    padding: 4px 12px 4px 28px;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #052d40;
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
    letter-spacing: 0.2px;
}

.notice-timeline-item .notice-date-badge::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23052d40' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='17' rx='2'/><path d='M16 2v4M8 2v4M3 9h18'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
}

/* HEAD — title + period ------------------------------------------------ */
.notice-content-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 8px;
}

.notice-content-head h3 {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
    color: #052d40;
    letter-spacing: -0.1px;
}

.notice-period {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #831218;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.notice-content-card p {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #475569;
    margin: 0;
    
}

/* VIEW BUTTON — match site CTA: red gradient (.btn-default vibe) ------- */
.notice-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 9px 20px;
    background: linear-gradient(to right, #831218 0%, #ff202c 50%, #d01d1d 100%);
    background-size: 200% auto;
    color: #ffffff !important;
    border-radius: 8px;
    text-decoration: none !important;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.1px;
    box-shadow: 0 2px 8px rgba(208, 29, 29, 0.20);
    transition: background-position .25s ease, transform .15s ease, box-shadow .15s ease;
}

.notice-view-btn:hover {
    background-position: right center;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(208, 29, 29, 0.28);
}

.notice-view-btn .ic {
    width: 14px;
    height: 14px;
    display: inline-block;
}

/* EMPTY state ---------------------------------------------------------- */
.empty-state {
    text-align: center;
    padding: 48px 24px;
    color: #64748b;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    font-size: 0.95rem;
}

/* RESPONSIVE ----------------------------------------------------------- */
@media (max-width: 768px) {
    .updates-hero.notice-theme {
        padding: 24px 22px;
        border-radius: 14px;
    }

    .updates-hero h2 {
        font-size: 13px;
    }

    .updates-hero-icon {
        width: 80px;
        height: 80px;
        min-width: 80px;
        border-radius: 14px;
    }

    .updates-hero-icon img {
        max-width: 44px;
        max-height: 44px;
    }

    .notice-content-card {
        padding: 14px 16px;
        border-radius: 10px;
    }

    .notice-content-head {
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
    }

    .notice-content-head h3 {
        font-size: 0.95rem;
        flex: 1 1 auto;
        min-width: 0;
    }

    .notice-period {
        align-self: flex-start;
        flex-shrink: 0;
    }

    .notice-content-card p {
        font-size: 0.92rem;
        line-height: 1.7;
    }

    .notice-timeline-item .notice-date-badge {
        font-size: 11.5px;
    }
}

@media (max-width: 480px) {
    .updates-hero.notice-theme {
        padding: 18px 16px;
        gap: 14px;
    }

    .updates-hero-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        border-radius: 12px;
    }

    .updates-hero-icon img {
        max-width: 32px;
        max-height: 32px;
    }

    .updates-hero h2 {
        font-size:16px;
    }

    .updates-hero p {
        font-size: 0.85rem;
    }

    .notice-content-card {
        padding: 12px 14px;
    }

    .notice-content-head h3 {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .notice-period {
        font-size: 10.5px;
        padding: 3px 8px;
    }

    .notice-view-btn {
        width: 100%;
        justify-content: center;
    }
}



/* ============================================================
   HEADER-ONLY THEME FIX (v4)
   ------------------------------------------------------------
   Sirf headers fix karne ke liye. JSX touched nahi.
   - Press: pink strip → navy gradient
   - Government Orders hero: maroon → navy gradient
   - Government Orders table header: maroon → navy gradient
   - Kicker text color: cream → white (better contrast on navy)
   ============================================================ */


/* PRESS — heading strip ------------------------------------------------- */
.press-gallery-heading-strip {
    background: linear-gradient(135deg, #052d40 0%, #0f3b4c 55%, #1a3c6e 100%);
    border-left: 4px solid #ff671f; /* tricolor saffron accent */
    padding: 18px 24px;
    margin-bottom: 22px;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(5, 45, 64, 0.16);
    position: relative;
    overflow: hidden;
}

.press-gallery-heading-strip::after {
    /* Tricolor right-edge strip: saffron → white → green */
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #ff671f 0%, #ffffff 50%, #046a38 100%);
    opacity: 0.85;
    pointer-events: none;
}

.press-gallery-heading-strip h2 {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.2px;
}


/* GOVERNMENT ORDERS — hero ---------------------------------------------- */
.gov-orders-header {
    background: linear-gradient(135deg, #052d40 0%, #0f3b4c 55%, #1a3c6e 100%);
    border: none;
    border-radius: 14px;
    box-shadow: 0 14px 36px rgba(5, 45, 64, 0.18);
    position: relative;
    overflow: hidden;
}

.gov-orders-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 85% 0%, rgba(255, 255, 255, 0.08) 0, transparent 45%),
        radial-gradient(circle at 0% 100%, rgba(180, 30, 30, 0.10) 0, transparent 40%);
    pointer-events: none;
}

.gov-orders-header::after {
    /* Tricolor right-edge accent strip */
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #ff671f 0%, #ffffff 50%, #046a38 100%);
    opacity: 0.85;
    pointer-events: none;
}

.gov-orders-header > * {
    position: relative;
    z-index: 1;
}

.gov-orders-kicker {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    letter-spacing: 1px;
    padding: 6px 14px;
}

.gov-orders-header p {
    color: rgba(255, 255, 255, 0.92);
}

.gov-orders-header-right {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
}




/* GOVERNMENT ORDERS — View button (red gradient, matches Notice page) -- */
.gov-orders-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 36px;
    padding: 0 18px;
    background: linear-gradient(135deg, #831218 0%, #ff202c 50%, #d01d1d 100%);
    border: none;
    border-radius: 8px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 10px rgba(139, 17, 22, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.gov-orders-view-btn:hover,
.gov-orders-view-btn:focus-visible {
    background: linear-gradient(135deg, #831218 0%, #ff202c 50%, #d01d1d 100%);
    border: none;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(139, 17, 22, 0.32);
    filter: brightness(1.04);
    color: #ffffff !important;
}

.gov-orders-view-btn:focus-visible {
    outline: 3px solid rgba(208, 29, 29, 0.35);
    outline-offset: 2px;
}


/* Mobile tweaks --------------------------------------------------------- */
@media (max-width: 575px) {
    .press-gallery-heading-strip {
        padding: 14px 16px;
    }

    .press-gallery-heading-strip h2 {
        font-size: 22px;
    }

    .gov-orders-header {
        border-radius: 10px;
    }

    .gov-orders-table th {
        font-size: 12.5px;
        padding: 10px 10px;
    }
}

/* End: Header-only theme fix v4 ======================================== */




.gov-orders-table thead {
    background: #f1f5f9 !important;
}

.gov-orders-table thead th,
.gov-orders-table th {
    background: #f1f5f9 !important;
    background-image: none !important;
    color: #052d40 !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 14px 16px;
    text-align: left;
    border: none !important;
    border-bottom: 2px solid #052d40 !important;
    vertical-align: middle;
}

.gov-orders-table thead th:last-child,
.gov-orders-table th:last-child {
    text-align: center;
}

/* Subtle column separator (vertical hairline between header cells) */
.gov-orders-table thead th + th,
.gov-orders-table th + th {
    box-shadow: inset 1px 0 0 #e2e8f0;
}

/* Mobile tweak */
@media (max-width: 575px) {
    .gov-orders-table thead th,
    .gov-orders-table th {
        font-size: 12px;
        padding: 10px 12px;
        letter-spacing: 0.4px;
    }
}

/* End: Govt-style minimalist table header v5 ========================== */