﻿:root {
    --competition-green: #5B8C3B;
    --competition-green-dark: #456f2c;
    --competition-green-deep: #2d471f;
    --competition-green-soft: #eef5ea;
    --competition-gold: #c79832;
    --competition-gold-soft: #fff7e4;
    --competition-text: #1f2937;
    --competition-muted: #6b7280;
    --competition-border: #e2e8df;
    --competition-shadow: 0 10px 28px rgba(31, 41, 55, .055);
}

.competition-details-page {
    min-height: 100vh;
    padding: 18px 0 60px;
    background: linear-gradient(180deg, #f6faf4 0, #fff 430px);
    color: var(--competition-text);
    font-family: "Tajawal", sans-serif;
}

    .competition-details-page * {
        box-sizing: border-box;
    }

    .competition-details-page a {
        text-decoration: none;
    }

.competition-page-error {
    margin-bottom: 15px;
    padding: 14px 16px;
    border: 1px solid #ecc7c7;
    border-radius: 14px;
    background: #fff7f7;
    color: #943737;
    font-size: .94rem;
    font-weight: 700;
}

/* Breadcrumb */

.competition-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 12px;
    color: #7b8377;
    font-size: .82rem;
}

    .competition-breadcrumb a {
        color: var(--competition-green-dark);
        font-weight: 800;
    }

    .competition-breadcrumb strong {
        color: #374334;
    }

/* Hero */

.competition-hero {
    position: relative;
    overflow: hidden;
    min-height: 285px;
    border-radius: 25px;
    background: linear-gradient(135deg, #2c471e, #5B8C3B);
    box-shadow: 0 20px 45px rgba(50, 80, 34, .17);
    color: #fff;
}

.competition-hero-image {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    filter: saturate(.8);
    opacity: .32;
    transform: scale(1.02);
}

.competition-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(27, 46, 18, .94) 0%, rgba(47, 78, 31, .82) 48%, rgba(70, 112, 44, .60) 100% );
}

.competition-hero-main {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 213px;
    padding: 30px;
}

.competition-identity {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 19px;
}

.competition-mark {
    display: grid;
    flex: 0 0 104px;
    width: 104px;
    height: 104px;
    overflow: hidden;
    place-items: center;
    border: 4px solid rgba(255, 255, 255, .93);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(20, 35, 14, .22);
    color: var(--competition-green-dark);
}

    .competition-mark img {
        width: 100%;
        height: 100%;
        padding: 7px;
        object-fit: contain;
    }

    .competition-mark span {
        place-items: center;
        width: 100%;
        height: 100%;
        font-size: 2.55rem;
        font-weight: 900;
    }

.competition-title-block {
    min-width: 0;
}

.competition-kickers {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

    .competition-kickers > span {
        padding: 5px 9px;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 999px;
        background: rgba(255, 255, 255, .09);
        color: rgba(255, 255, 255, .86);
        font-size: .74rem;
        font-weight: 800;
    }

    .competition-kickers .competition-status.is-ongoing {
        background: rgba(220, 239, 210, .18);
        color: #e7ffd8;
    }

    .competition-kickers .competition-status.is-completed {
        background: rgba(255, 247, 228, .17);
        color: #ffe8a9;
    }

    .competition-kickers .competition-status.is-scheduled {
        color: #dcedff;
    }

    .competition-kickers .competition-status.is-suspended,
    .competition-kickers .competition-status.is-cancelled {
        color: #ffd4d4;
    }

.competition-title-block h1 {
    margin: 9px 0 0;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.25;
}

.competition-name-en {
    margin-top: 3px;
    color: rgba(255, 255, 255, .68);
    font-size: .91rem;
}

.competition-context {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 12px;
    color: rgba(255, 255, 255, .79);
    font-size: .83rem;
}

    .competition-context span {
        position: relative;
    }

        .competition-context span:not(:last-child)::after {
            position: absolute;
            left: -8px;
            color: rgba(255, 255, 255, .35);
            content: "•";
        }

.competition-hero-facts {
    display: grid;
    flex: 0 0 335px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

    .competition-hero-facts > div {
        padding: 13px 8px;
        border: 1px solid rgba(255, 255, 255, .13);
        border-radius: 13px;
        background: rgba(255, 255, 255, .08);
        text-align: center;
    }

    .competition-hero-facts span {
        display: block;
        color: rgba(255, 255, 255, .62);
        font-size: .65rem;
    }

    .competition-hero-facts strong {
        display: block;
        margin-top: 4px;
        color: #fff;
        font-size: .78rem;
        font-weight: 900;
        line-height: 1.45;
    }

.competition-hero-stats {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .11);
    background: rgba(20, 35, 14, .22);
}

    .competition-hero-stats > div {
        padding: 13px 10px;
        text-align: center;
    }

        .competition-hero-stats > div:not(:last-child) {
            border-left: 1px solid rgba(255, 255, 255, .09);
        }

    .competition-hero-stats strong {
        display: block;
        color: #fff;
        font-size: 1.23rem;
        font-weight: 900;
    }

    .competition-hero-stats span {
        display: block;
        margin-top: 1px;
        color: rgba(255, 255, 255, .64);
        font-size: .68rem;
    }

/* Champion */

.competition-champion-panel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    overflow: hidden;
    margin: 18px 0 0;
    padding: 18px 20px;
    border: 1px solid #ead39a;
    border-radius: 19px;
    background: radial-gradient( circle at 0% 0%, rgba(199, 152, 50, .15), transparent 30% ), linear-gradient(135deg, #fffdf8, #fff7e4);
    box-shadow: 0 10px 27px rgba(150, 111, 29, .07);
}

.champion-crown {
    display: grid;
    flex: 0 0 62px;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(128, 92, 17, .10);
    font-size: 2rem;
}

.champion-heading {
    flex: 0 1 250px;
}

    .champion-heading > span {
        color: #9b731e;
        font-size: .69rem;
        font-weight: 900;
    }

    .champion-heading h2 {
        margin: 2px 0 0;
        color: #5d481a;
        font-size: 1.18rem;
        font-weight: 900;
    }

    .champion-heading small {
        display: block;
        margin-top: 4px;
        color: #8c7b57;
        font-size: .66rem;
        line-height: 1.5;
    }

.champion-clubs {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 8px;
}

.champion-club {
    display: flex;
    flex: 1 1 230px;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 9px 11px;
    border: 1px solid rgba(199, 152, 50, .23);
    border-radius: 13px;
    background: rgba(255, 255, 255, .73);
    color: #4b3d1d;
}

.champion-logo {
    display: grid;
    flex: 0 0 48px;
    place-items: center;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border: 1px solid #eadfca;
    border-radius: 13px;
    background: #fff;
    color: #856522;
    font-weight: 900;
}

    .champion-logo img {
        width: 100%;
        height: 100%;
        padding: 4px;
        object-fit: contain;
    }

    .champion-logo span {
        place-items: center;
        width: 100%;
        height: 100%;
    }

.champion-name {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

    .champion-name strong {
        font-size: .87rem;
        font-weight: 900;
    }

    .champion-name small {
        overflow: hidden;
        color: #9a8a68;
        font-size: .62rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .champion-name em {
        margin-top: 2px;
        color: #916e22;
        font-size: .61rem;
        font-style: normal;
        font-weight: 800;
    }

.champion-source {
    margin-right: auto;
    padding: 4px 7px;
    border-radius: 999px;
    background: #fff3cd;
    color: #806018;
    font-size: .58rem;
    white-space: nowrap;
}

.champion-unavailable {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 16px;
    padding: 12px 14px;
    border: 1px dashed #dbc88e;
    border-radius: 13px;
    background: #fffaf0;
    color: #796330;
    font-size: .81rem;
}

/* Quick section navigation */

.competition-section-nav {
    position: sticky;
    z-index: 20;
    top: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    overflow-x: auto;
    margin: 17px 0;
    padding: 6px;
    border: 1px solid var(--competition-border);
    border-radius: 14px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 7px 20px rgba(31, 41, 55, .045);
    backdrop-filter: blur(8px);
}

    .competition-section-nav a {
        padding: 8px 12px;
        border-radius: 9px;
        color: #52604d;
        font-size: .78rem;
        font-weight: 800;
        white-space: nowrap;
    }

        .competition-section-nav a:hover {
            background: var(--competition-green-soft);
            color: var(--competition-green-dark);
        }

/* Main layout */

.competition-main-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 350px);
    gap: 18px;
    align-items: start;
}

.competition-primary-column,
.competition-sidebar {
    display: grid;
    gap: 18px;
}

.competition-section-card,
.sidebar-card {
    border: 1px solid var(--competition-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--competition-shadow);
}

.competition-section-card {
    padding: 18px;
}

.sidebar-card {
    overflow: hidden;
}

.competition-section-heading,
.sidebar-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.competition-section-heading {
    margin-bottom: 14px;
}

.section-eyebrow,
.sidebar-heading > div > span {
    color: var(--competition-green);
    font-size: .67rem;
    font-weight: 900;
}

.competition-section-heading h2,
.sidebar-heading h2 {
    margin: 2px 0 0;
    color: #2d3929;
    font-weight: 900;
}

.competition-section-heading h2 {
    font-size: 1.17rem;
}

.sidebar-heading {
    padding: 15px 16px 11px;
    border-bottom: 1px solid #edf0eb;
}

    .sidebar-heading h2 {
        font-size: 1rem;
    }

.competition-section-heading p {
    margin: 3px 0 0;
    color: var(--competition-muted);
    font-size: .76rem;
}

.section-count {
    padding: 6px 9px;
    border-radius: 999px;
    background: var(--competition-green-soft);
    color: var(--competition-green-dark);
    font-size: .7rem;
    font-weight: 900;
    white-space: nowrap;
}

.sidebar-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--competition-green-soft);
    color: var(--competition-green-dark);
}

.section-empty,
.sidebar-empty {
    color: #7b8478;
    text-align: center;
}

.section-empty {
    padding: 36px 15px;
    border: 1px dashed #dce2d8;
    border-radius: 13px;
    background: #fafcf9;
    font-size: .86rem;
}

.sidebar-empty {
    padding: 27px 15px;
    font-size: .78rem;
}

/* Standings */

.standings-legend {
    display: flex;
    gap: 5px;
}

    .standings-legend span {
        padding: 5px 7px;
        border-radius: 8px;
        background: #f3f6f1;
        color: #758071;
        font-size: .62rem;
    }

.standings-data-note {
    margin-bottom: 12px;
    padding: 9px 11px;
    border: 1px solid #e4d9ae;
    border-radius: 10px;
    background: #fffaf0;
    color: #7b6a35;
    font-size: .7rem;
    line-height: 1.55;
}

.standings-group + .standings-group {
    margin-top: 18px;
}

.standings-group-title {
    margin: 0 0 8px;
    color: #3c4b37;
    font-size: .88rem;
    font-weight: 900;
}

.standings-table-wrap {
    overflow-x: auto;
    border: 1px solid #e8ece5;
    border-radius: 13px;
}

.standings-table {
    width: 100%;
    min-width: 770px;
    border-collapse: collapse;
    background: #fff;
    font-size: .76rem;
}

    .standings-table th {
        padding: 9px 7px;
        border-bottom: 1px solid #e5e9e2;
        background: #f8faf7;
        color: #737c70;
        font-size: .65rem;
        font-weight: 900;
        text-align: center;
    }

        .standings-table th.club-col {
            min-width: 220px;
            text-align: right;
        }

    .standings-table td {
        padding: 9px 7px;
        border-bottom: 1px solid #f0f2ee;
        color: #4a5347;
        text-align: center;
        vertical-align: middle;
    }

    .standings-table tbody tr:last-child td {
        border-bottom: 0;
    }

    .standings-table tbody tr:hover {
        background: #fbfdf9;
    }

    .standings-table tbody tr.is-table-leader {
        background: linear-gradient(90deg, #fbfff9, #fff);
    }

.rank-col,
.rank-cell {
    width: 44px;
}

.rank-badge {
    display: inline-grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 8px;
    background: #f0f3ee;
    color: #64705f;
    font-size: .68rem;
    font-weight: 900;
}

    .rank-badge.top-rank {
        background: var(--competition-green-soft);
        color: var(--competition-green-dark);
    }

.club-cell {
    text-align: right !important;
}

.standing-club-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: inherit;
    vertical-align: middle;
}

.standing-club-logo {
    display: grid;
    flex: 0 0 34px;
    place-items: center;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border: 1px solid #e4e8e1;
    border-radius: 9px;
    background: #fff;
    color: var(--competition-green-dark);
    font-size: .76rem;
    font-weight: 900;
}

    .standing-club-logo img {
        width: 100%;
        height: 100%;
        padding: 3px;
        object-fit: contain;
    }

    .standing-club-logo span {
        place-items: center;
        width: 100%;
        height: 100%;
    }

.standing-club-name {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

    .standing-club-name strong {
        color: #2f3c2b;
        font-size: .76rem;
        font-weight: 900;
    }

    .standing-club-name small {
        color: #92998f;
        font-size: .58rem;
    }

.points-adjustment {
    display: inline-block;
    margin-right: 6px;
    padding: 3px 5px;
    border-radius: 6px;
    background: #fff4d7;
    color: #82611b;
    font-size: .54rem;
    font-weight: 900;
}

.points-col,
.points-cell {
    width: 50px;
}

.points-cell {
    color: var(--competition-green-dark) !important;
    font-size: .84rem;
    font-weight: 900;
}

.positive-difference {
    color: #43802f !important;
    font-weight: 800;
}

.negative-difference {
    color: #a34d4d !important;
}

.official-rank-col {
    min-width: 76px;
}

.official-rank-cell strong {
    display: block;
    color: #786020;
    font-size: .8rem;
}

.official-rank-cell small {
    display: block;
    color: #9a8b65;
    font-size: .53rem;
}

.standings-footnote {
    margin-top: 10px;
    color: #858d81;
    font-size: .65rem;
    line-height: 1.6;
}

    .standings-footnote strong,
    .standings-footnote b {
        color: #586453;
    }

/* Top scorers */

.scorers-list {
    padding: 4px 14px 10px;
}

.scorer-row {
    display: grid;
    grid-template-columns: 26px 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 9px 0;
    border-bottom: 1px solid #eff2ed;
}

    .scorer-row:last-child {
        border-bottom: 0;
    }

.scorer-rank {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 7px;
    background: #f0f3ef;
    color: #697265;
    font-size: .62rem;
    font-weight: 900;
}

    .scorer-rank.top-scorer-rank {
        background: var(--competition-gold-soft);
        color: #98701d;
    }

.scorer-photo {
    display: grid;
    width: 42px;
    height: 42px;
    overflow: hidden;
    place-items: center;
    border: 1px solid #e4e9e0;
    border-radius: 50%;
    background: #f8faf7;
    color: var(--competition-green-dark);
    font-size: .76rem;
    font-weight: 900;
}

    .scorer-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .scorer-photo span {
        place-items: center;
        width: 100%;
        height: 100%;
    }

.scorer-info {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.scorer-name {
    overflow: hidden;
    color: #303c2d;
    font-size: .74rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scorer-club {
    overflow: hidden;
    color: var(--competition-green-dark);
    font-size: .6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scorer-info small {
    margin-top: 1px;
    color: #9a9f97;
    font-size: .53rem;
}

.scorer-goals {
    min-width: 40px;
    text-align: center;
}

    .scorer-goals strong {
        display: block;
        color: var(--competition-green-dark);
        font-size: 1.02rem;
        font-weight: 900;
    }

    .scorer-goals span {
        display: block;
        color: #9a9f97;
        font-size: .52rem;
    }

/* Facts */

.competition-facts {
    margin: 0;
    padding: 5px 15px 13px;
}

    .competition-facts > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 13px;
        padding: 9px 0;
        border-bottom: 1px solid #eff2ed;
    }

        .competition-facts > div:last-child {
            border-bottom: 0;
        }

    .competition-facts dt {
        color: #858c82;
        font-size: .66rem;
        font-weight: 700;
    }

    .competition-facts dd {
        margin: 0;
        color: #344030;
        font-size: .7rem;
        font-weight: 900;
        text-align: left;
    }

        .competition-facts dd a {
            color: var(--competition-green-dark);
        }

.competition-method-note {
    padding-bottom: 13px;
}

    .competition-method-note p {
        margin: 10px 15px 0;
        color: #747d70;
        font-size: .69rem;
        line-height: 1.7;
    }

    .competition-method-note strong {
        color: #4c5a47;
    }

/* Matches */

.competition-match-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.competition-match-card {
    overflow: hidden;
    border: 1px solid #e7ebe4;
    border-radius: 14px;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

    .competition-match-card:hover {
        transform: translateY(-2px);
        border-color: #bfd2b2;
        box-shadow: 0 9px 23px rgba(65, 101, 43, .08);
    }

.competition-match-topline {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 7px 9px;
    border-bottom: 1px solid #eff2ed;
    background: #fafcf9;
    color: #899086;
    font-size: .56rem;
}

.match-status {
    padding: 3px 6px;
    border-radius: 999px;
    font-weight: 900;
}

    .match-status.is-live {
        background: #e1f2d8;
        color: #417229;
    }

    .match-status.is-finished {
        background: #ebeeea;
        color: #636b61;
    }

    .match-status.is-problem {
        background: #f9e2e2;
        color: #954242;
    }

    .match-status.is-scheduled {
        background: #e5f0fb;
        color: #416d96;
    }

.competition-match-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    min-height: 105px;
    padding: 11px;
}

.match-club {
    display: flex;
    min-width: 0;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    text-align: center;
}

.match-club-logo {
    display: grid;
    width: 42px;
    height: 42px;
    overflow: hidden;
    place-items: center;
    border: 1px solid #e5e9e2;
    border-radius: 11px;
    background: #fff;
    color: var(--competition-green-dark);
    font-size: .8rem;
    font-weight: 900;
}

    .match-club-logo img {
        width: 100%;
        height: 100%;
        padding: 3px;
        object-fit: contain;
    }

    .match-club-logo span {
        place-items: center;
        width: 100%;
        height: 100%;
    }

.match-club-name {
    max-width: 100%;
    overflow: hidden;
    color: #33402f;
    font-size: .67rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.match-score {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2px;
    color: inherit;
    text-align: center;
}

    .match-score strong {
        color: #263522;
        font-size: 1.12rem;
        font-weight: 900;
        direction: ltr;
    }

    .match-score small {
        max-width: 86px;
        overflow: hidden;
        color: #949a91;
        font-size: .53rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.open-match-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    border-top: 1px solid #eff2ed;
    color: var(--competition-green-dark);
    font-size: .6rem;
    font-weight: 900;
}

/* Responsive */

@media (max-width: 1199.98px) {
    .competition-main-layout {
        grid-template-columns: minmax(0, 1fr) 310px;
    }

    .competition-hero-facts {
        flex-basis: 300px;
    }
}

@media (max-width: 991.98px) {
    .competition-hero-main {
        align-items: flex-start;
        flex-direction: column;
    }

    .competition-hero-facts {
        width: 100%;
        flex-basis: auto;
    }

    .competition-main-layout {
        grid-template-columns: 1fr;
    }

    .competition-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .competition-method-note {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .competition-details-page {
        padding-top: 10px;
    }

    .competition-hero {
        border-radius: 19px;
    }

    .competition-hero-main {
        min-height: auto;
        padding: 21px 17px;
    }

    .competition-identity {
        align-items: flex-start;
    }

    .competition-mark {
        flex-basis: 70px;
        width: 70px;
        height: 70px;
        border-radius: 19px;
    }

    .competition-title-block h1 {
        font-size: 1.65rem;
    }

    .competition-context {
        gap: 5px 9px;
        font-size: .7rem;
    }

    .competition-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .competition-champion-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .champion-heading {
        flex-basis: auto;
    }

    .champion-clubs {
        width: 100%;
    }

    .competition-section-card {
        padding: 14px;
    }

    .competition-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .competition-match-list {
        grid-template-columns: 1fr;
    }

    .competition-sidebar {
        grid-template-columns: 1fr;
    }

    .competition-method-note {
        grid-column: auto;
    }
}

@media (max-width: 480px) {
    .competition-identity {
        flex-direction: column;
    }

    .competition-mark {
        width: 64px;
        height: 64px;
    }

    .competition-hero-facts {
        grid-template-columns: 1fr;
    }

    .competition-section-nav {
        margin-right: -3px;
        margin-left: -3px;
    }

    .standings-legend {
        display: none;
    }

    .competition-match-main {
        grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
    }
}
