﻿.stadium-details-page {
    --g: #5B8C3B;
    --gd: #466f2d;
    --gs: #edf5e8;
    --n: #17283b;
    --t: #334155;
    --m: #738078;
    --b: #e1e7df;
    min-height: 100vh;
    padding: 12px 0 60px;
    background: radial-gradient(circle at 50% 0,rgba(91,140,59,.06),transparent 32rem),linear-gradient(#fbfcfa,#f3f7f1);
    color: var(--t);
    font-family: "Tajawal","Noto Sans Arabic","Segoe UI",Tahoma,Arial,sans-serif
}

    .stadium-details-page .container {
        max-width: 1280px
    }

.stadium-backbar {
    min-height: 40px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

    .stadium-backbar > a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: var(--gd);
        text-decoration: none;
        font-size: .84rem;
        font-weight: 900
    }

    .stadium-backbar > div {
        display: flex;
        gap: 6px
    }

        .stadium-backbar > div span {
            padding: 4px 9px;
            border: 1px solid var(--b);
            border-radius: 999px;
            background: #fff;
            color: var(--m);
            font-size: .72rem;
            font-weight: 800
        }

.stadium-unavailable {
    min-height: 390px;
    padding: 35px 20px;
    display: grid;
    place-items: center;
    align-content: center;
    border: 1px solid var(--b);
    border-radius: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 14px 36px rgba(15,23,42,.05)
}

    .stadium-unavailable > div {
        width: 78px;
        height: 78px;
        display: grid;
        place-items: center;
        border-radius: 24px;
        background: var(--gs);
        font-size: 2rem
    }

    .stadium-unavailable h1 {
        margin: 12px 0 0;
        color: var(--n);
        font-size: 1.35rem;
        font-weight: 900
    }

    .stadium-unavailable p {
        margin: 7px 0 16px;
        color: var(--m)
    }

    .stadium-unavailable a {
        padding: 9px 15px;
        border-radius: 10px;
        background: var(--g);
        color: #fff;
        text-decoration: none;
        font-weight: 900
    }

.stadium-social-profile {
    overflow: hidden;
    border: 1px solid #d9e3d5;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(33,58,24,.1),0 5px 15px rgba(15,23,42,.045)
}

.stadium-cover {
    position: relative;
    height: 315px;
    overflow: hidden;
    background: radial-gradient(circle at 70% 25%,rgba(128,190,88,.35),transparent 25rem),linear-gradient(125deg,#0c3f31,#255f36 46%,#172b27)
}

.stadium-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.stadium-cover-pattern {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(3,28,21,.08),rgba(3,28,21,.16) 55%,rgba(3,28,21,.66))
}

.stadium-cover-caption {
    position: absolute;
    right: 24px;
    top: 22px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(8,36,28,.45);
    color: #fff;
    backdrop-filter: blur(7px)
}

.stadium-profile-row {
    position: relative;
    min-height: 136px;
    padding: 22px 28px 22px 210px;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    gap: 20px
}

.stadium-avatar {
    position: absolute;
    left: 32px;
    top: -84px;
    width: 174px;
    height: 174px;
    padding: 7px;
    overflow: hidden;
    display: grid;
    place-items: center;
    border: 6px solid #fff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 15px 36px rgba(15,23,42,.18),0 0 0 1px rgba(91,140,59,.08)
}

    .stadium-avatar img, .stadium-avatar > span {
        width: 100%;
        height: 100%;
        border-radius: 50%
    }

    .stadium-avatar img {
        object-fit: cover
    }

    .stadium-avatar > span {
        display: grid;
        place-items: center;
        background: var(--gs);
        color: var(--gd);
        font-size: 3rem;
        font-weight: 900
    }

.stadium-name-line {
    display: flex;
    align-items: center;
    gap: 8px
}

    .stadium-name-line h1 {
        margin: 0;
        color: var(--n);
        font-size: clamp(1.65rem,1.35rem + .8vw,2.25rem);
        font-weight: 900
    }

.stadium-verified-badge {
    width: 27px;
    height: 27px;
    object-fit: contain
}

.stadium-identity > p {
    margin: 4px 0 0;
    color: #909a94;
    font-size: .92rem;
    font-weight: 700
}

.stadium-identity-meta {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

    .stadium-identity-meta span {
        padding: 5px 9px;
        border: 1px solid #e1e8de;
        border-radius: 999px;
        background: #f9fbf8;
        color: #637168;
        font-size: .76rem;
        font-weight: 800
    }

.stadium-profile-actions {
    display: flex;
    align-items: center;
    gap: 8px
}

    .stadium-profile-actions a, .stadium-profile-actions button {
        min-height: 40px;
        padding: 8px 13px;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        border-radius: 10px;
        font: 900 .8rem inherit;
        cursor: pointer
    }

    .stadium-profile-actions a {
        border: 1px solid #d6e2d0;
        background: #fff;
        color: var(--gd);
        text-decoration: none
    }

    .stadium-profile-actions button {
        border: 0;
        background: var(--g);
        color: #fff
    }

.stadium-headline-stats {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    border-top: 1px solid #e5ebe2;
    background: #fafcf9
}

    .stadium-headline-stats > div {
        min-height: 72px;
        padding: 11px;
        display: grid;
        place-items: center;
        align-content: center;
        border-inline-start: 1px solid #e5ebe2;
        text-align: center
    }

        .stadium-headline-stats > div:first-child {
            border-inline-start: 0
        }

    .stadium-headline-stats small {
        color: #8b968f;
        font-size: .72rem
    }

    .stadium-headline-stats strong {
        margin-top: 2px;
        color: var(--n);
        font-size: 1rem;
        font-weight: 900
    }

.stadium-tabs {
    position: sticky;
    top: 8px;
    z-index: 30;
    margin-top: 10px;
    padding: 6px;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 5px;
    border: 1px solid var(--b);
    border-radius: 14px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 8px 24px rgba(15,23,42,.055);
    backdrop-filter: blur(10px)
}

.stadium-tab {
    min-height: 45px;
    padding: 7px 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #6d7a72;
    font-family: inherit;
    font-size: .82rem;
    font-weight: 900;
    cursor: pointer
}

    .stadium-tab:hover {
        background: #f2f6f0;
        color: var(--gd)
    }

    .stadium-tab.is-active {
        background: var(--g);
        color: #fff;
        box-shadow: 0 6px 14px rgba(91,140,59,.2)
    }

    .stadium-tab > b {
        min-width: 21px;
        height: 21px;
        padding: 0 5px;
        display: grid;
        place-items: center;
        border-radius: 999px;
        background: rgba(15,23,42,.07);
        font-size: .68rem
    }

    .stadium-tab.is-active > b {
        background: rgba(255,255,255,.2)
    }

.stadium-panel {
    margin-top: 10px;
    padding: 18px;
    border: 1px solid var(--b);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15,23,42,.035)
}

    .stadium-panel[hidden] {
        display: none !important
    }

.stadium-section-heading {
    min-height: 72px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #edf0ec
}

    .stadium-section-heading > div > span {
        color: var(--g);
        font-size: .75rem;
        font-weight: 900
    }

    .stadium-section-heading h2 {
        margin: 2px 0 0;
        color: var(--n);
        font-size: 1.25rem;
        font-weight: 900
    }

    .stadium-section-heading > p {
        max-width: 610px;
        margin: 0;
        color: var(--m);
        text-align: left;
        font-size: .82rem;
        line-height: 1.65
    }

.stadium-about-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 12px
}

.stadium-info-card {
    padding: 15px;
    border: 1px solid #e3e9e0;
    border-radius: 15px;
    background: radial-gradient(circle at 100% 0,rgba(91,140,59,.05),transparent 14rem),#fff
}

.stadium-card-title {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #edf0ec
}

    .stadium-card-title > span {
        width: 37px;
        height: 37px;
        display: grid;
        place-items: center;
        border-radius: 11px;
        background: var(--gs);
        color: var(--gd);
        font-size: .74rem;
        font-weight: 900
    }

    .stadium-card-title small {
        display: block;
        color: #929c96;
        font-size: .7rem
    }

    .stadium-card-title h3 {
        margin: 1px 0 0;
        color: var(--n);
        font-size: 1rem
    }

.stadium-info-list {
    margin: 0
}

    .stadium-info-list > div {
        min-height: 46px;
        padding: 8px 2px;
        display: grid;
        grid-template-columns: 165px minmax(0,1fr);
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid #f0f2ef
    }

        .stadium-info-list > div:last-child {
            border-bottom: 0
        }

    .stadium-info-list dt {
        color: #869188;
        font-size: .76rem
    }

    .stadium-info-list dd {
        margin: 0;
        color: #45534b;
        font-size: .86rem;
        font-weight: 900
    }

.stadium-compliance-list {
    margin-top: 11px;
    display: grid;
    gap: 8px
}

    .stadium-compliance-list > div {
        min-height: 72px;
        padding: 11px;
        display: grid;
        grid-template-columns: 58px minmax(0,1fr) 36px;
        align-items: center;
        gap: 10px;
        border: 1px solid #e5eae3;
        border-radius: 12px;
        background: #fafbf9
    }

        .stadium-compliance-list > div > span {
            height: 42px;
            display: grid;
            place-items: center;
            border-radius: 10px;
            background: #eef2ec;
            color: #657168;
            font-size: .75rem;
            font-weight: 900
        }

    .stadium-compliance-list strong, .stadium-compliance-list small {
        display: block
    }

    .stadium-compliance-list small {
        margin-top: 2px;
        color: #929b95;
        font-size: .7rem
    }

    .stadium-compliance-list i {
        width: 31px;
        height: 31px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: #edf1ef;
        color: #768179;
        font-style: normal;
        font-weight: 900
    }

    .stadium-compliance-list > div.is-approved {
        border-color: #d3e4ca;
        background: #f6faf3
    }

        .stadium-compliance-list > div.is-approved > span, .stadium-compliance-list > div.is-approved i {
            background: var(--gs);
            color: var(--gd)
        }

.stadium-map-card {
    margin-top: 12px;
    overflow: hidden;
    border: 1px solid #dfe6dc;
    border-radius: 16px;
    background: #fff
}

.stadium-map-heading {
    min-height: 62px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #e9ede7
}

    .stadium-map-heading span {
        color: var(--g);
        font-size: .72rem;
        font-weight: 900
    }

    .stadium-map-heading h3 {
        margin: 1px 0 0;
        color: var(--n);
        font-size: 1rem
    }

    .stadium-map-heading > a {
        color: var(--gd);
        text-decoration: none;
        font-size: .78rem;
        font-weight: 900
    }

.stadium-map-frame {
    position: relative;
    height: 390px;
    background: #eef2ec
}

    .stadium-map-frame iframe {
        width: 100%;
        height: 100%;
        border: 0
    }

.stadium-map-coordinate {
    position: absolute;
    right: 13px;
    bottom: 13px;
    padding: 8px 10px;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 10px;
    background: rgba(21,42,31,.82);
    color: #fff;
    backdrop-filter: blur(7px)
}

    .stadium-map-coordinate span, .stadium-map-coordinate strong {
        display: block
    }

.stadium-map-empty {
    min-height: 240px;
    display: grid;
    place-items: center;
    align-content: center;
    text-align: center;
    background: #f8faf7
}

    .stadium-map-empty > span {
        width: 58px;
        height: 58px;
        display: grid;
        place-items: center;
        border-radius: 18px;
        background: var(--gs);
        color: var(--gd);
        font-size: 1.4rem
    }

    .stadium-map-empty h4 {
        margin: 8px 0 0;
        color: var(--n)
    }

    .stadium-map-empty p {
        margin: 3px 0 0;
        color: var(--m);
        font-size: .78rem
    }

.stadium-event-summary {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 8px
}

    .stadium-event-summary > div {
        min-height: 82px;
        padding: 11px;
        display: grid;
        place-items: center;
        align-content: center;
        border: 1px solid #e4e9e1;
        border-radius: 13px;
        background: #fafbf9
    }

    .stadium-event-summary span {
        color: #89948d;
        font-size: .74rem
    }

    .stadium-event-summary strong {
        margin-top: 3px;
        color: var(--n);
        font-size: 1.25rem
    }

    .stadium-event-summary .is-upcoming {
        background: #f5faf2;
        border-color: #d8e7d1
    }

.stadium-event-section {
    margin-top: 18px
}

.stadium-subheading {
    min-height: 49px;
    padding: 7px 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #edf0ed
}

    .stadium-subheading span {
        display: block;
        color: var(--n);
        font-size: .91rem;
        font-weight: 900
    }

    .stadium-subheading small {
        display: block;
        color: #96a099;
        font-size: .7rem
    }

    .stadium-subheading > b {
        min-width: 30px;
        height: 30px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: var(--gs);
        color: var(--gd);
        font-size: .74rem
    }

.stadium-match-list {
    margin-top: 8px;
    display: grid;
    gap: 8px
}

.stadium-match-card {
    min-height: 91px;
    padding: 11px 13px;
    display: grid;
    grid-template-columns: 105px minmax(0,1fr) 38px;
    align-items: center;
    gap: 13px;
    border: 1px solid #dfe6dc;
    border-radius: 14px;
    background: linear-gradient(#fff,#fbfcfa);
    color: inherit;
    text-decoration: none;
    box-shadow: 0 6px 14px rgba(28,51,21,.045);
    transition: .16s ease
}

    .stadium-match-card:hover {
        color: inherit;
        border-color: #c8dbc0;
        box-shadow: 0 13px 26px rgba(45,75,32,.1);
        transform: translateY(-2px)
    }

.stadium-match-date {
    padding-inline-end: 12px;
    border-inline-end: 1px solid #e5eae3
}

    .stadium-match-date strong, .stadium-match-date span, .stadium-match-date small {
        display: block
    }

    .stadium-match-date strong {
        color: var(--n);
        font-size: .82rem
    }

    .stadium-match-date span {
        margin-top: 2px;
        color: #69766e;
        font-size: .8rem
    }

    .stadium-match-date small {
        width: max-content;
        margin-top: 5px;
        padding: 3px 7px;
        border-radius: 999px;
        background: #edf1ef;
        color: #68736c;
        font-size: .65rem;
        font-weight: 900
    }

        .stadium-match-date small.is-live {
            background: #ffe7e3;
            color: #a34236
        }

        .stadium-match-date small.is-upcoming {
            background: var(--gs);
            color: var(--gd)
        }

        .stadium-match-date small.is-special {
            background: #fff4d9;
            color: #88691c
        }

.stadium-match-main > p {
    margin: 0 0 6px;
    overflow: hidden;
    color: #89948d;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .72rem
}

.stadium-match-teams {
    display: grid;
    grid-template-columns: minmax(0,1fr) 80px minmax(0,1fr);
    align-items: center;
    gap: 8px;
    text-align: center
}

    .stadium-match-teams span {
        overflow: hidden;
        color: #46544c;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .86rem;
        font-weight: 900
    }

    .stadium-match-teams strong {
        color: var(--n);
        font-size: 1rem
    }

.stadium-match-open {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border: 1px solid #d9e4d4;
    border-radius: 9px;
    background: var(--gs);
    color: var(--gd);
    font-weight: 900
}

.stadium-club-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px
}

.stadium-club-card {
    min-height: 105px;
    padding: 12px;
    display: grid;
    grid-template-columns: 68px minmax(0,1fr) 30px;
    align-items: center;
    gap: 11px;
    border: 1px solid #e0e6dd;
    border-radius: 15px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(15,23,42,.035);
    transition: .16s
}

    .stadium-club-card:hover {
        color: inherit;
        border-color: #cadbc2;
        box-shadow: 0 12px 26px rgba(45,75,32,.09);
        transform: translateY(-2px)
    }

.stadium-club-logo {
    width: 64px;
    height: 64px;
    padding: 5px;
    overflow: hidden;
    display: grid;
    place-items: center;
    border: 1px solid #dde6d9;
    border-radius: 17px;
    background: #f8faf7
}

    .stadium-club-logo img, .stadium-club-logo span {
        width: 100%;
        height: 100%
    }

    .stadium-club-logo img {
        object-fit: contain
    }

    .stadium-club-logo span {
        display: grid;
        place-items: center;
        border-radius: 12px;
        background: var(--gs);
        color: var(--gd);
        font-weight: 900
    }

.stadium-club-card strong, .stadium-club-card small, .stadium-club-card > div:nth-child(2) > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.stadium-club-card strong {
    color: var(--n);
    font-size: .91rem
}

.stadium-club-card small {
    margin-top: 2px;
    color: #929c96;
    font-size: .7rem
}

.stadium-club-card > div:nth-child(2) > span {
    margin-top: 4px;
    color: var(--gd);
    font-size: .68rem;
    font-weight: 800
}

.stadium-club-card > i {
    color: var(--g);
    font-style: normal;
    font-weight: 900
}

.stadium-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 9px
}

.stadium-gallery-card {
    position: relative;
    aspect-ratio: 4/3;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dce5d8;
    border-radius: 14px;
    background: #eef2ec;
    cursor: zoom-in
}

    .stadium-gallery-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .2s
    }

    .stadium-gallery-card:hover img {
        transform: scale(1.035)
    }

    .stadium-gallery-card > span {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 28px 10px 9px;
        color: #fff;
        text-align: right;
        background: linear-gradient(transparent,rgba(9,27,18,.82))
    }

    .stadium-gallery-card strong, .stadium-gallery-card small {
        display: block
    }

    .stadium-gallery-card small {
        overflow: hidden;
        color: rgba(255,255,255,.76);
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .66rem
    }

.stadium-message {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: .78rem
}

    .stadium-message.is-warning {
        border: 1px solid #eadfbf;
        background: #fff9e9;
        color: #886817
    }

.stadium-empty-state {
    min-height: 220px;
    display: grid;
    place-items: center;
    align-content: center;
    text-align: center
}

    .stadium-empty-state > span {
        width: 64px;
        height: 64px;
        display: grid;
        place-items: center;
        border-radius: 19px;
        background: var(--gs);
        font-size: 1.45rem
    }

    .stadium-empty-state h3 {
        margin: 9px 0 0;
        color: var(--n)
    }

    .stadium-empty-state p {
        max-width: 520px;
        margin: 4px 0 0;
        color: var(--m);
        font-size: .78rem
    }

.stadium-empty-small {
    padding: 18px 9px;
    color: #909a94;
    text-align: center;
    font-size: .78rem
}

.stadium-bottom-actions {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 8px
}

    .stadium-bottom-actions a {
        min-height: 40px;
        padding: 8px 13px;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        border: 1px solid #dce5d8;
        border-radius: 10px;
        background: #fff;
        color: var(--gd);
        text-decoration: none;
        font-size: .8rem;
        font-weight: 900
    }

        .stadium-bottom-actions a.is-primary {
            border-color: var(--g);
            background: var(--g);
            color: #fff
        }

.stadium-lightbox {
    position: fixed;
    inset: 0;
    z-index: 5000;
    padding: 45px 20px;
    display: grid;
    place-items: center;
    background: rgba(7,17,10,.9);
    backdrop-filter: blur(7px)
}

    .stadium-lightbox[hidden] {
        display: none !important
    }

    .stadium-lightbox img {
        max-width: min(1150px,94vw);
        max-height: 86vh;
        border-radius: 13px;
        object-fit: contain
    }

    .stadium-lightbox button {
        position: fixed;
        top: 17px;
        left: 20px;
        width: 40px;
        height: 40px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(255,255,255,.28);
        border-radius: 50%;
        background: rgba(255,255,255,.12);
        color: #fff;
        font-size: 1.2rem;
        cursor: pointer
    }

@media(max-width:992px) {
    .stadium-cover {
        height: 270px
    }

    .stadium-profile-row {
        padding-left: 180px
    }

    .stadium-avatar {
        left: 24px;
        width: 150px;
        height: 150px;
        top: -70px
    }

    .stadium-headline-stats {
        grid-template-columns: repeat(3,1fr)
    }

    .stadium-about-grid {
        grid-template-columns: 1fr
    }

    .stadium-club-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .stadium-gallery-grid {
        grid-template-columns: repeat(3,1fr)
    }
}

@media(max-width:768px) {
    .stadium-cover {
        height: 220px
    }

    .stadium-profile-row {
        padding: 88px 16px 18px;
        grid-template-columns: 1fr
    }

    .stadium-avatar {
        right: 18px;
        left: auto;
        top: -74px;
        width: 138px;
        height: 138px
    }

    .stadium-tabs {
        overflow-x: auto;
        display: flex;
        scrollbar-width: none
    }

    .stadium-tab {
        flex: 0 0 auto;
        min-width: 145px
    }

    .stadium-section-heading {
        align-items: start;
        flex-direction: column
    }

        .stadium-section-heading > p {
            text-align: right
        }

    .stadium-map-frame {
        height: 330px
    }

    .stadium-gallery-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media(max-width:576px) {
    .stadium-details-page .container {
        padding-inline: 8px
    }

    .stadium-cover {
        height: 180px
    }

    .stadium-profile-row {
        padding-top: 79px
    }

    .stadium-avatar {
        width: 122px;
        height: 122px;
        top: -61px
    }

    .stadium-name-line h1 {
        font-size: 1.35rem
    }

    .stadium-profile-actions {
        flex-wrap: wrap
    }

    .stadium-headline-stats {
        grid-template-columns: repeat(2,1fr)
    }

        .stadium-headline-stats > div:last-child {
            grid-column: 1/-1
        }

    .stadium-panel {
        padding: 12px 9px
    }

    .stadium-info-list > div {
        grid-template-columns: 122px minmax(0,1fr)
    }

    .stadium-map-frame {
        height: 280px
    }

    .stadium-event-summary {
        grid-template-columns: 1fr
    }

    .stadium-match-card {
        grid-template-columns: 1fr 31px
    }

    .stadium-match-date {
        grid-column: 1/-1;
        padding: 0 0 7px;
        display: flex;
        align-items: center;
        gap: 7px;
        border-inline-end: 0;
        border-bottom: 1px solid #e8ece6
    }

        .stadium-match-date small {
            margin-top: 0
        }

    .stadium-match-teams {
        grid-template-columns: minmax(0,1fr) 59px minmax(0,1fr);
        gap: 4px
    }

    .stadium-club-grid, .stadium-gallery-grid {
        grid-template-columns: 1fr
    }

    .stadium-gallery-card {
        aspect-ratio: 16/10
    }

    .stadium-bottom-actions {
        flex-direction: column
    }

        .stadium-bottom-actions a {
            justify-content: center
        }
}
