﻿.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: 22px 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: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.gov-orders-header h2 {
    margin: 0 0 8px;
    font-size: 36px;
    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: visible;
}

.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;
    }
}
/* ============================================================
   SHASHANDESH (GOVERNMENT ORDERS) — MOBILE RESPONSIVE FIX
   Yeh styles apni public-updates.css ke NEECHE paste karo
   ============================================================ */

/* ── Header fix mobile pe ── */
@media (max-width: 767.98px) {

    /* Page wrapper */
    .gov-orders-page {
        padding: 12px 0 24px;
        max-width: 100%;
    }

    /* Header section */
    .gov-orders-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 16px;
        gap: 14px;
        margin-bottom: 14px;
    }

        .gov-orders-header h2 {
            font-size: 22px;
            margin-bottom: 6px;
        }

    .gov-orders-kicker {
        font-size: 11px;
        padding: 6px 10px;
        margin-bottom: 10px;
    }

    .gov-orders-header-right {
        width: 70px;
        height: 70px;
    }

        .gov-orders-header-right img {
            width: 42px;
            height: 42px;
        }

    /* Table wrap — scroll enable karo */
    .gov-orders-table-wrap {
        border: 1px solid #d9dde4;
        border-radius: 12px;
        overflow: hidden;
    }

    .gov-orders-table-responsive {
        width: 100%;
        overflow-x: auto !important; /* ← MAIN FIX */
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #a0aec0 #f1f5f9;
    }

        /* Scrollbar styling */
        .gov-orders-table-responsive::-webkit-scrollbar {
            height: 5px;
        }

        .gov-orders-table-responsive::-webkit-scrollbar-track {
            background: #f1f5f9;
        }

        .gov-orders-table-responsive::-webkit-scrollbar-thumb {
            background: #94a3b8;
            border-radius: 99px;
        }

    /* Table itself — min width de do taki columns squeeze na hon */
    .gov-orders-table {
        min-width: 620px !important;
        table-layout: auto !important;
        font-size: 13px !important;
    }

        .gov-orders-table th {
            font-size: 13px !important;
            padding: 10px 10px !important;
            white-space: nowrap;
        }

        .gov-orders-table td {
            font-size: 13px !important;
            padding: 10px 10px !important;
            vertical-align: middle !important;
        }

            /* Column widths — mobile pe tight karo */
            .gov-orders-table th:nth-child(1),
            .gov-orders-table td:nth-child(1) {
                width: 90px !important; /* दिनांक */
                white-space: nowrap;
            }

            .gov-orders-table th:nth-child(2),
            .gov-orders-table td:nth-child(2) {
                width: 130px !important; /* शीर्षक */
            }

            .gov-orders-table th:nth-child(3),
            .gov-orders-table td:nth-child(3) {
                width: 180px !important; /* विवरण */
            }

            .gov-orders-table th:nth-child(4),
            .gov-orders-table td:nth-child(4) {
                width: 90px !important; /* दस्तावेज़ का आकार */
                white-space: nowrap;
            }

            .gov-orders-table th:nth-child(5),
            .gov-orders-table td:nth-child(5) {
                width: 80px !important; /* View button */
                text-align: center !important;
            }

    /* View button */
    .gov-orders-view-btn {
        min-width: 60px !important;
        height: 30px !important;
        font-size: 12px !important;
        padding: 0 10px !important;
        border-radius: 6px;
    }

    /* Scroll hint — neeche hint dikhao */
    .gov-orders-table-wrap::after {
        content: "← स्क्रॉल करें →";
        display: block;
        text-align: center;
        font-size: 11px;
        color: #94a3b8;
        padding: 6px 0 4px;
        background: #f8fafc;
        letter-spacing: 0.5px;
    }
}

/* ── Very small phones (375px) ── */
@media (max-width: 375px) {

    .gov-orders-header h2 {
        font-size: 19px;
    }

    .gov-orders-table {
        min-width: 560px !important;
        font-size: 12px !important;
    }

        .gov-orders-table th,
        .gov-orders-table td {
            font-size: 12px !important;
            padding: 8px 8px !important;
        }
}