﻿/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/

/* ===================================================== */
/* ROOT VARIABLES (single source of truth)               */
/* ===================================================== */

/*:root {
    --wimbledon-green: #0f6b3c;
    --wimbledon-green-dark: #0c5a32;
    --wimbledon-purple: #5A3A88;
    --wimbledon-purple-dark: #4a3275;
    --wimbledon-bg: #f4f7f5;
    --wimbledon-base-font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/

/* ===================================================== */
/* BASE TYPOGRAPHY                                       */
/* ===================================================== */

/*html, body {
    font-family: var(--wimbledon-base-font-family);*/
    /* 'Inter', sans-serif !important; */
    /*background: var(--wimbledon-bg);
    margin: 0;
    font-size: 75%;
}

a, .btn-link {
    color: var(--wimbledon-green);
}

.ticket-page-content {
    font-size: 100%;
}*/

/* ===================================================== */
/* NAVBAR                                                */
/* ===================================================== */

/*.topnav {
    background: linear-gradient(180deg, #147d50 0%, var(--wimbledon-green) 60%, var(--wimbledon-green-dark) 100%) !important;
}

.navbar {
    min-height: 52px;
}

.logo-topbar img {
    height: 36px !important;
}*/

/* ===================================================== */
/* BUTTONS                                               */
/* ===================================================== */

/*.btn-primary,
.btn-success {
    background-color: var(--wimbledon-green) !important;
    border-color: var(--wimbledon-green) !important;
    font-weight: 600;
    border-radius: 6px;
    padding: 6px 12px;
}

    .btn-primary:hover,
    .btn-success:hover {
        background-color: var(--wimbledon-green-dark) !important;
    }*/

/* ===================================================== */
/* CARDS                                                 */
/* ===================================================== */

/*.card {
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}*/

/* ===================================================== */
/* DASHBOARD                                             */
/* ===================================================== */

/*.dashboard-alloc-card {
    padding: 16px;
    background: linear-gradient(145deg, #ffffff, #f3f6f4);
}

.alloc-title {
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.alloc-number {
    font-size: 3.5rem;
    margin-bottom: 4px;
    color: var(--wimbledon-green);
}

.alloc-sub {
    font-size: 0.9rem;
}

.alloc-link {
    font-size: 0.85rem;
    color: var(--wimbledon-green);
}

.dashboard-stat-card {
    padding: 14px;
    border-radius: 10px;
    color: #fff;
}

.stat-purple {
    background: linear-gradient(135deg, #6f42c1 0%, var(--wimbledon-purple) 100%);
}

.stat-green {
    background: linear-gradient(135deg, #1e8c5f 0%, var(--wimbledon-green) 100%);
}

.stat-title {
    font-size: 0.95rem;
}

.stat-number {
    font-size: 1.8rem;
    margin: 4px 0;
}

.stat-progress-label {
    font-size: 0.85rem;
}

.dashboard-stat-card .progress {
    height: 4px;
    background: rgba(255,255,255,0.3);
}

.dashboard-stat-card .progress-bar {
    background: #fff;
}*/

/* ===================================================== */
/* LAYOUT                                                */
/* ===================================================== */

/*.container-fluid {
    padding-left: 12px;
    padding-right: 12px;
}

.row {
    margin-bottom: 8px;
}

.mb-4 {
    margin-bottom: 10px;
}*/

/* ===================================================== */
/* GRID                                                  */
/* ===================================================== */

/*.booking-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 2.5rem;
    align-items: start;
    padding-bottom: 20px;
}

.booking-layout__right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (max-width: 1100px) {
    .booking-layout {
        grid-template-columns: 1fr;
    }
}

.event-calendar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}*/

/* ===================================================== */
/* EVENT TILE                                            */
/* ===================================================== */

/*.event-tile {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e3e6e8;
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
    transition: .2s ease;
}

    .event-tile:hover {
        border: 2px solid var(--wimbledon-green);
    }

    .event-tile.is-selected {
        border: 2px solid var(--wimbledon-purple);
        box-shadow: 0 10px 30px rgba(90, 58, 136, 0.25);
    }

.event-tile__header {
    background: var(--wimbledon-green);
    color: #fff;
    padding: 1.5rem;
    text-align: center;
}

.event-tile.is-selected .event-tile__header {
    background: linear-gradient(135deg, var(--wimbledon-purple), var(--wimbledon-purple-dark));
}

.event-tile__day {
    font-size: 1.25rem;
    font-weight: 600;
}

.event-tile__body {
    padding: 1.3rem;
}

.event-stat__label {
    font-size: 0.9rem !important;
    margin-bottom: .45rem;
    color: #555;
}

.event-tile-ticket__detail {
    font-size: 0.85rem;
}

.event-tile__cta {
    display: flex;
    justify-content: flex-end;
    font-weight: 600;
    font-size: 1rem;
    color: var(--wimbledon-green);
    cursor: pointer;
    margin-top: .25rem;
}

    .event-tile__cta span {
        padding: 10px 20px;
        font-weight: 600;
        margin-top: 10px;
    }

    .event-tile__cta.not-selected span {
        padding: 10px 20px;
        background: var(--wimbledon-green);
        color: #fff !important;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 600;
        position: relative;
        margin-top: 10px;
    }

.event-tile.is-selected .event-tile__cta {
    color: var(--wimbledon-purple);
}*/

/* ===================================================== */
/* PROGRESS                                              */
/* ===================================================== */

/*.progress {
    height: 6px;
    border-radius: 999px;
    background: #edf1f3;
    margin-bottom: .8rem;
}

.progress-bar {
    background: var(--wimbledon-green);
}*/

/* ===================================================== */
/* FORMS                                                 */
/* ===================================================== */

/*.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    border-color: var(--wimbledon-green);
    box-shadow: 0 0 0 0.15rem rgba(18,121,77,0.2);
}

.form-label-clean {
    font-size: .85rem;
    font-weight: 600;
    color: #2b2b2b;
}

.form-control-clean {
    border-radius: 16px;
    border: 1px solid #e3e6e8;
    min-height: 46px;
    font-size: .95rem;
}

    .form-control-clean:focus {
        border-color: var(--wimbledon-green);
        box-shadow: 0 0 0 3px rgba(15,107,60,.12);
    }*/

/* ===================================================== */
/* ICON FIX                                              */
/* ===================================================== */

/*.widget-icon.mdi {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px;
    height: 24px;
    line-height: 1 !important;
}

    .widget-icon.mdi::before {
        line-height: 1 !important;
        font-size: 24px !important;
    }*/

/* ===================================================== */
/* ACTION ICONS                                          */
/* ===================================================== */

/*.icon-action {
    width: 32px;
    height: 32px;
    border: none;
    background: #f3f6f4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    color: #6c757d;
    transition: all .15s ease;
}*/

    /* ikona */
    /*.icon-action i {
        font-size: 16px;
    }*/

    /* hover subtle */
    /*.icon-action:hover {
        transform: translateY(-1px);
        background: #e8f2ed;
    }*/

/* EDIT */
/*.icon-action--edit:hover {
    color: #2f6fed;
    background: rgba(47,111,237,0.1);
}*/

/* DELETE */
/*.icon-action--delete:hover {
    color: #c62828;
    background: rgba(198,40,40,0.1);
}*/

/* RESEND */
/*.icon-action--resend:hover {
    color: var(--wimbledon-green);
    background: rgba(15,107,60,0.12);
}*/

/* ===================================================== */
/* TABLE                                                 */
/* ===================================================== */

/*.table-primary,
.table-primary th {
    background: var(--wimbledon-green) !important;
    color: #ffffff !important;
    border-color: var(--wimbledon-green) !important;
    font-weight: 600;
    font-size: .85rem;
}

.table tbody tr:hover {
    background-color: #f3f8f5;
}*/

/* ===================================================== */
/* FORM / CARD RESTORE                                   */
/* ===================================================== */

/*.form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #2b2b2b;
}

.form-control,
.form-select {
    border-radius: 6px;
    border: 1px solid #ced4da;
    min-height: 38px;
    font-size: 0.9rem;
}

    .form-control:focus,
    .form-select:focus {
        border-color: #12794D;
        box-shadow: 0 0 0 0.15rem rgba(18,121,77,0.2);
    }

.btn-success {
    background-color: #12794D !important;
    border-color: #12794D !important;
    border-radius: 6px;
    min-height: 38px;
    font-weight: 600;
}

    .btn-success:hover {
        background-color: #0f613e !important;
    }

.mb-3 {
    margin-bottom: 1rem !important;
}*/

/* ===================================================== */
/* AUTH HEADER                                           */
/* ===================================================== */

/*.authentication-bg .card-header,
.authentication-bg .auth-header,
.card-header.bg-dark,
.card-header.bg-primary {
    background: linear-gradient(180deg, #147d50 0%, #12794D 60%, #0f613e 100%) !important;
    border: none;
}

    .authentication-bg .card-header * {
        color: #ffffff !important;
    }*/

/* ===================================================== */
/* REG CARD                                              */
/* ===================================================== */

/*.reg-card {
    border-radius: 8px;
    overflow: hidden;
}

.reg-card__header {
    background: linear-gradient(135deg, #5A3A88, #4a3275) !important;
    color: #ffffff !important;
    padding: 1.8rem 2rem !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .reg-card__header * {
        color: #ffffff !important;
    }

.reg-card__body {
    background: #ffffff !important;
    padding: 2rem !important;
    color: #1f2933;
}*/

/* ===================================================== */
/* REG ROW (FIX LAYOUT IKON)                             */
/* ===================================================== */

/*.reg-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6ece8;
}

    .reg-row:last-child {
        border-bottom: none;
    }

.reg-row__plate {
    display: flex;
    flex-direction: column;*/
    /* linie pod sobą */
    /*gap: 2px;
    font-weight: 500;
    font-size: .9rem;
    flex: 1;
}

    .reg-row__plate .fw-semibold {
        font-size: 1rem;*/
        /* tablica większa */
    /*}

    .reg-row__plate .small {
        font-size: 0.8rem;
        line-height: 1.2;
        color: #6c757d;
    }

.reg-row__actions {
    display: flex;
    align-items: center;*/
    /* idealne wycentrowanie */
    /*gap: 8px;
}*/

/* ===================================================== */
/* DASHBOARD MODERN CARDS                                */
/* ===================================================== */

/*.dashboard-modern-card {
    border-radius: 20px;
    overflow: hidden;
    border: none;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    transition: 0.2s ease;
}

    .dashboard-modern-card:hover {
        transform: translateY(-4px);
    }*/

    /* FREE (green) */
    /*.dashboard-modern-card.free {
        background: linear-gradient(135deg, var(--wimbledon-green), var(--wimbledon-green-dark));
        color: #fff;
    }*/

    /* PAID (purple) */
    /*.dashboard-modern-card.paid {
        background: linear-gradient(135deg, var(--wimbledon-purple), var(--wimbledon-purple-dark));
        color: #fff;
    }*/

    /* CONTENT */
    /*.dashboard-modern-card .card-body {
        padding: 2.2rem;
    }*/

    /* TITLE */
    /*.dashboard-modern-card .title {
        font-size: 0.9rem;
        letter-spacing: 1px;
        opacity: 0.85;
    }*/

    /* BIG NUMBER */
    /*.dashboard-modern-card .big-number {
        font-size: 3.2rem;
        font-weight: 700;
        margin: 6px 0;
    }*/

    /* SUBTITLE */
    /*.dashboard-modern-card .subtitle {
        font-size: 0.85rem;
        opacity: 0.85;
    }*/

    /* STATS */
    /*.dashboard-modern-card .card-stats {
        margin-top: 1rem;
        font-size: 0.85rem;
    }*/

    /* PROGRESS */
    /*.dashboard-modern-card .progress {
        height: 6px;
        border-radius: 999px;
        background: rgba(255,255,255,0.25);
        margin-top: 6px;
    }

    .dashboard-modern-card .progress-bar {
        background: #ffffff;
    }*/

    /* BUTTON */
    /*.dashboard-modern-card .btn-light {
        background: rgba(255,255,255,0.15);
        border: 1px solid rgba(255,255,255,0.4);
        color: #ffffff;
        border-radius: 999px;
        font-weight: 600;
        transition: 0.2s ease;
    }

        .dashboard-modern-card .btn-light:hover {
            background: #ffffff;
            color: #000;
        }*/

/* STAŁY kolor (ciemniejszy) */
/*.tickets-expand-row td {
    background-color: #d4efe2;*/
    /* bazowy zielony */
    /*border-top: 2px solid #3bb77e;
    transition: background-color 0.2s ease;
}*/

/* HOVER = jaśniejszy */
/*.tickets-expand-row:hover td {
    background-color: #ecf8f2;*/
    /* jaśniejszy */
/*}*/

/* nagłówek eventu */
/*.tickets-expand-row .fw-bold {
    color: #1f7a4d;
}*/

/* header tabeli */
/*.tickets-expand-row .table th {
    background-color: #cde9db;
}*/

/* ===================================================== */
/* WIMBLEDON LOGO CENTER FIX – PREMIUM (RESPONSIVE)      */
/* ===================================================== */

/*.navbar-custom {
    position: relative;
    height: 60px;*/
    /* ważne – daje miejsce na logo */
/*}*/

/* logo */
/*.logo-wimbledon {
    position: absolute;
    left: 45%;
    top: 49%;
    transform: translate(-50%, -50%) scale(1.2);
    transition: all 0.25s ease;
    z-index: 10;
    pointer-events: auto;
}*/

    /* obrazek */
    /*.logo-wimbledon img {
        display: block;
        margin: 0 auto;
        height: 48px !important;
    }*/

    /* hover */
    /*.logo-wimbledon:hover {*/
        /* transform: translate(-50%, -50%) scale(1.38); */
    /*}*/

/* ===================================================== */
/* TOPNAV FIXED + PREMIUM LOOK                           */
/* ===================================================== */

/*.topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;*/
    /* glass effect */
    /*backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);*/
    /* lekka przezroczystość */
    /*background: linear-gradient(180deg, rgba(20, 125, 80, 0.95) 0%, rgba(15, 107, 60, 0.95) 60%, rgba(12, 90, 50, 0.95) 100%) !important;*/
    /* premium cień */
    /*box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);*/
    /* płynność */
    /*transition: all 0.2s ease;
}*/

    /* hover subtle (opcjonalne) */
    /*.topnav:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    }*/

/* ===================================================== */
/* FIXED LAYOUT (TOP + MENU)                             */
/* ===================================================== */

/* TOPBAR */
/*.navbar-custom,
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1200;
}

    .topbar div {
        width: 400px;
    }

    .topbar .topnav-parking-link {
        float: right;
    }*/

/* MENU */
/*.topnav {
    position: fixed;
    top: 60px;*/
    /* pod topbarem */
    /*left: 0;
    width: 100%;
    z-index: 1100;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(180deg, rgba(20, 125, 80, 0.95) 0%, rgba(15, 107, 60, 0.95) 60%, rgba(12, 90, 50, 0.95) 100%) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}*/

/* CONTENT MUSI ZEJŚĆ NIŻEJ */
/*.content-page {
    font-family: var(--wimbledon-base-font-family);
    margin-top: 110px;*/
    /* 60 + ~50 */
/*}*/

/* ===== STICKY HEADER ===== */
/*.dept-limits-table .table thead th {
    position: sticky;
    top: 0;
    z-index: 5;
}*/

/* ===== STICKY LEFT ===== */
/*.dept-limits-table .sticky-left {
    position: sticky;
    left: 0;
    z-index: 6;
}*/

/* ===== HEADER + LEFT IDENTICAL ===== */
/*.dept-limits-table .table thead th,
.dept-limits-table .table td.table-primary {
    background: var(--wimbledon-green) !important;
    color: #ffffff !important;
    border-color: var(--wimbledon-green) !important;
    font-weight: 600;
    font-size: .85rem;
}*/

/* ===== hover fix ===== */
/*.dept-limits-table .table tbody tr:hover td.table-primary {
    background: var(--wimbledon-green) !important;
}*/

/* ===== overlap fix ===== */
/*.dept-limits-table .table thead th.sticky-left {
    z-index: 7;
}*/

/* ===== nicer grid ===== */
/*.dept-limits-table .table td,
.dept-limits-table .table th {
    border-color: #e6ece8;
}*/

/* ===== optional shadow ===== */
/*.dept-limits-table .sticky-left {
    box-shadow: 4px 0 8px rgba(0,0,0,0.05);
}

.dept-limits-table .table thead th {
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.topnav-parking-link {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000 !important;
    margin-left: auto;*/
    /* spycha od lewej */
    /*margin-right: auto;*/
    /* centruje w dostępnej przestrzeni */
/*}

    .topnav-parking-link:hover {
        color: var(--wimbledon-green) !important;
    }

.is-disabled {
    opacity: 0.45;
    filter: grayscale(100%);
    cursor: default;
}*/

/* ===================================================== */
/* WIMBLEDON PURPLE TABLE HEADER                         */
/* ===================================================== */

/*.table-wimbledon-purple th {
    background: linear-gradient(135deg, var(--wimbledon-purple), var(--wimbledon-purple-dark)) !important;
    color: #fff !important;
    border-color: var(--wimbledon-purple-dark) !important;
}*/

/* ===================================================== */
/* FIX DROPDOWN MENU ABOVE STICKY TABLE HEADERS          */
/* ===================================================== */

/* top navigation zawsze najwyżej */
/*.topnav {
    z-index: 5000 !important;*/
    /* TEMP FIX — backdrop-filter tworzy stacking context */
    /*backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: visible !important;
}*/

    /* bootstrap navbar */
    /*.topnav .navbar,
    .topnav .navbar-nav,
    .topnav .nav-item,
    .topnav .dropdown {
        overflow: visible !important;
    }*/

    /* dropdown menu */
    /*.topnav .dropdown-menu {
        position: absolute !important;
        z-index: 99999 !important;
    }*/

/* sticky header niżej niż menu */
/*.table thead th,
.sticky-md-top,
.dept-limits-table .table thead th {
    z-index: 1 !important;
}

.event-tile__cta.disabled {
    background: #e9ecef !important;
    color: #6c757d !important;
    cursor: not-allowed;
    opacity: .7;
}*/

.mds-page {
    max-width: 100%;
}

.mds-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.summary-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #e8ebf0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(16, 24, 40, .04);
}

.summary-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    font-size: 21px;
}

    .summary-icon.booked {
        background: #eef4ff;
        color: #4c6fff;
    }

    .summary-icon.free {
        background: #ecfdf3;
        color: #168653;
    }

    .summary-icon.time {
        background: #fff7e8;
        color: #d97706;
    }

.summary-label {
    color: #98a2b3;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.summary-value {
    margin-top: 1px;
    color: #172033;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.booking-board {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.slot-card {
    background: #fff;
    border: 1px solid #e8ebf0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(16, 24, 40, .04);
}

.slot-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    border: 0;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: background .15s ease;
}

    .slot-header:hover {
        background: #fafbfc;
    }

.slot-time {
    display: flex;
    align-items: center;
    gap: 13px;
}

.time-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #eef4ff;
    color: #4c6fff;
    font-size: 21px;
}

.slot-time-value {
    color: #172033;
    font-size: 17px;
    font-weight: 700;
}

    .slot-time-value span {
        margin: 0 4px;
        color: #98a2b3;
    }

.slot-subtitle {
    margin-top: 2px;
    color: #98a2b3;
    font-size: 12px;
}

.slot-header-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.slot-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

    .slot-badge.booked {
        background: #eef4ff;
        color: #4c6fff;
    }

    .slot-badge.free {
        background: #ecfdf3;
        color: #168653;
    }

    .slot-badge.full {
        background: #fef3f2;
        color: #d92d20;
    }

.slot-chevron {
    margin-left: 8px;
    color: #98a2b3;
    font-size: 22px;
}

.slot-content {
    padding: 0 22px 22px;
    border-top: 1px solid #f0f2f5;
}

.available-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 62px;
    padding: 14px 0;
    border-bottom: 1px solid #f0f2f5;
}

.available-title {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.available-bays {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.bay-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 11px;
    border: 1px solid #cdebdc;
    border-radius: 7px;
    background: #f2fbf6;
    color: #168653;
    font-size: 12px;
    font-weight: 700;
    transition: all .15s ease;
}

    .bay-button:hover {
        border-color: #168653;
        background: #168653;
        color: #fff;
    }

.no-bays {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #d92d20;
    font-size: 12px;
    font-weight: 600;
}

.booking-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 18px 0 10px;
    color: #172033;
    font-size: 14px;
    font-weight: 700;
}

.booking-count {
    display: grid;
    place-items: center;
    min-width: 21px;
    height: 21px;
    padding: 0 6px;
    border-radius: 20px;
    background: #f2f4f7;
    color: #667085;
    font-size: 11px;
}

.booking-list {
    border: 1px solid #eaecf0;
    border-radius: 10px;
    overflow: hidden;
}

.booking-row {
    display: grid;
    grid-template-columns: minmax(190px, 1.4fr) minmax(125px, .8fr) minmax(150px, 1fr) minmax(190px, 1.25fr) minmax(150px, .9fr) 80px;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-bottom: 1px solid #f0f2f5;
    transition: background .15s ease;
}

    .booking-row:last-child {
        border-bottom: 0;
    }

    .booking-row:hover {
        background: #fafbfc;
    }

.driver-column {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.driver-avatar {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eef4ff;
    color: #4c6fff;
    font-size: 12px;
    font-weight: 700;
}

.driver-name {
    overflow: hidden;
    color: #172033;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
}

.secondary {
    margin-top: 2px;
    color: #98a2b3;
    font-size: 11px;
    line-height: 1.4;
}

.plate {
    display: inline-block;
    padding: 4px 7px;
    border: 1px solid #d0d5dd;
    border-radius: 5px;
    background: #fff;
    color: #172033;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    white-space: nowrap;
}

.field-label {
    margin-bottom: 3px;
    color: #98a2b3;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.field-value {
    overflow: hidden;
    color: #344054;
    font-size: 13px;
    text-overflow: ellipsis;
}

.scan-status {
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
}

    .scan-status.scanned {
        color: #168653;
    }

    .scan-status.waiting {
        color: #98a2b3;
    }

.action-column {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

.row-action {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid #e4e7ec;
    border-radius: 7px;
    background: #fff;
    color: #667085;
    font-size: 17px;
    transition: all .15s ease;
}

    .row-action:hover {
        border-color: #b8c5ff;
        background: #f5f7ff;
        color: #4c6fff;
    }

    .row-action.delete:hover {
        border-color: #fecdca;
        background: #fef3f2;
        color: #d92d20;
    }

.booking-note {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: -3px 0 0 46px;
    padding: 8px 10px;
    border-radius: 6px;
    background: #f8f9fb;
    color: #667085;
    font-size: 12px;
    line-height: 1.4;
}

.empty-bookings {
    padding: 35px;
    border: 1px dashed #d0d5dd;
    border-radius: 10px;
    color: #98a2b3;
    text-align: center;
}

    .empty-bookings strong,
    .empty-bookings span {
        display: block;
    }

    .empty-bookings strong {
        margin-top: 8px;
        color: #344054;
    }

    .empty-bookings span {
        margin-top: 3px;
        font-size: 12px;
    }

.empty-icon {
    font-size: 27px;
}

@media (max-width: 1200px) {
    .booking-row {
        grid-template-columns: minmax(180px, 1.3fr) minmax(120px, .8fr) minmax(140px, 1fr) minmax(180px, 1.2fr) 80px;
    }

    .scan-column {
        display: none;
    }
}

@media (max-width: 900px) {
    .mds-summary {
        grid-template-columns: 1fr;
    }

    .slot-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .slot-header-right {
        width: 100%;
        flex-wrap: wrap;
    }

    .booking-row {
        grid-template-columns: 1fr auto;
    }

    .vehicle-column,
    .company-column,
    .contact-column,
    .scan-column {
        display: block;
        grid-column: 1;
        margin-left: 46px;
    }

    .action-column {
        grid-column: 2;
        grid-row: 1;
    }

    .booking-note {
        grid-column: 1 / -1;
        margin-left: 46px;
    }
}

@media (max-width: 600px) {
    .slot-content {
        padding: 0 14px 14px;
    }

    .slot-header {
        padding: 15px;
    }

    .available-bar {
        align-items: flex-start;
        flex-direction: column;
    }

    .slot-badge {
        font-size: 11px;
    }

    .booking-row {
        padding: 13px;
    }

    .vehicle-column,
    .company-column,
    .contact-column,
    .scan-column,
    .booking-note {
        margin-left: 0;
    }

    .driver-avatar {
        display: none;
    }
}





.mds-calendar {
    width: 100%;
}

/* ===== TOP TOOLBAR ===== */

.calendar-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 18px;
    padding: 15px 18px;
    background: #fff;
    border: 1px solid var(--ct-gray-300);
    border-radius: 12px;
}

.calendar-navigation {
    display: flex;
    align-items: center;
    gap: 8px;
}

.calendar-nav-btn {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--ct-gray-300);
    border-radius: 8px;
    background: #fff;
    color: var(--ct-gray-dark);
    font-size: 20px;
    transition: .15s ease;
}

    .calendar-nav-btn:hover {
        border-color: var(--ct-primary);
        color: var(--ct-primary);
        background: var(--ct-gray-100);
    }

.calendar-month {
    min-width: 230px;
    text-align: center;
}

    .calendar-month h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
    }

    .calendar-month small {
        color: var(--ct-gray-600);
    }

.calendar-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ===== SUMMARY ===== */

.calendar-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.calendar-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--ct-gray-300);
    border-radius: 10px;
}

.calendar-stat-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: var(--ct-gray-100);
    color: var(--ct-primary);
    font-size: 19px;
}

.calendar-stat-value {
    color: var(--ct-gray-dark);
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
}

.calendar-stat-label {
    margin-top: 4px;
    color: var(--ct-gray-600);
    font-size: 11px;
}

/* ===== BOOKING LINK ===== */

.booking-url {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 10px 14px;
    border: 1px solid var(--ct-gray-300);
    border-radius: 9px;
    background: var(--ct-gray-100);
    font-size: 12px;
}

    .booking-url i {
        color: var(--ct-primary);
        font-size: 17px;
    }

    .booking-url a {
        overflow: hidden;
        color: var(--ct-primary);
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/* ===== CALENDAR GRID ===== */

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    border-top: 1px solid var(--ct-gray-300);
    border-left: 1px solid var(--ct-gray-300);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.weekday {
    padding: 11px 8px;
    border-right: 1px solid var(--ct-gray-300);
    border-bottom: 1px solid var(--ct-gray-300);
    background: var(--ct-gray-100);
    color: var(--ct-gray-700);
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .4px;
}

    .weekday.weekend {
        color: var(--ct-primary);
    }

.calendar-cell {
    min-height: 170px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 9px;
    border-right: 1px solid var(--ct-gray-300);
    border-bottom: 1px solid var(--ct-gray-300);
    background: #fff;
    transition: background .15s ease;
}

    .calendar-cell:hover:not(.empty-cell) {
        background: var(--ct-gray-100);
    }

    .calendar-cell.weekend-cell {
        background: var(--ct-gray-100);
    }

    .calendar-cell.today-cell {
        box-shadow: inset 0 0 0 2px var(--ct-tertiary);
    }

.empty-cell {
    background: var(--ct-gray-100);
    opacity: .55;
}

/* ===== DAY HEADER ===== */

.day-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
}

.day-number {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ct-gray-300);
    color: var(--ct-gray-dark);
    font-size: 12px;
    font-weight: 700;
}

    .day-number.today {
        background: var(--ct-tertiary);
        color: #fff;
    }

    .day-number.weekend {
        background: var(--ct-primary);
        color: #fff;
    }

.today-label {
    color: var(--ct-tertiary);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

/* ===== DAY DATA ===== */

.day-content {
    flex: 1;
    cursor: pointer;
}

.slot-count {
    margin-bottom: 8px;
    color: var(--ct-gray-dark);
    font-size: 13px;
    font-weight: 700;
}

.day-stats {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.day-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 4px 7px;
    border-radius: 5px;
    background: var(--ct-gray-100);
    color: var(--ct-gray-600);
    font-size: 10px;
}

    .day-stat strong {
        color: var(--ct-gray-dark);
        font-size: 11px;
    }

    .day-stat.booked i {
        color: var(--ct-primary);
    }

    .day-stat.scanned i {
        color: var(--ct-tertiary);
    }

    .day-stat.free i {
        color: var(--ct-primary);
    }

.no-slots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 60px;
    color: var(--ct-gray-500);
    font-size: 11px;
}

/* ===== DAY ACTIONS ===== */

.day-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin-top: 8px;
    padding-top: 7px;
    border-top: 1px solid var(--ct-gray-200);
}

.day-action {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--ct-gray-500);
    font-size: 16px;
    transition: .15s ease;
}

    .day-action:hover {
        background: var(--ct-gray-200);
        color: var(--ct-primary);
    }

    .day-action.primary {
        color: var(--ct-primary);
    }

/* ===== RESPONSIVE ===== */

@media (max-width: 1200px) {
    .calendar-cell {
        min-height: 155px;
    }

    .day-stat {
        padding: 3px 5px;
    }
}

@media (max-width: 900px) {
    .calendar-summary {
        grid-template-columns: repeat(2, 1fr);
    }

    .calendar-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .calendar-navigation,
    .calendar-actions {
        justify-content: center;
    }

    .calendar-grid {
        min-width: 900px;
    }

    .calendar-scroll {
        overflow-x: auto;
        border-radius: 10px;
    }
}

@media (max-width: 600px) {
    .calendar-summary {
        grid-template-columns: 1fr 1fr;
    }

    .calendar-stat {
        padding: 11px;
    }

    .calendar-stat-icon {
        display: none;
    }
}


/* ========================================================================== */
/* WIMBLEDON THEME - ACTIVE BRAND LAYER                                      */
/* Loaded after Hyper/site.css. Keep customer-specific overrides in this file. */
/* ========================================================================== */

:root {
    /* Official Wimbledon core colours: Pantone 349 C and Pantone 268 C. */
    --wimbledon-green: #006633;
    --wimbledon-green-dark: #004823;
    --wimbledon-green-soft: #e9f2ed;
    --wimbledon-purple: #54008b;
    --wimbledon-purple-dark: #3c0065;
    --wimbledon-purple-soft: #f0e9f5;
    --wimbledon-cream: #f5f3ed;
    --wimbledon-paper: #ffffff;
    --wimbledon-ink: #1c1b1d;
    --wimbledon-muted: #67636b;
    --wimbledon-line: #dcd8cf;

    /* Remap the Hyper theme variables so third-party/admin controls follow
       the same brand without editing every Razor component. */
    --ct-primary: var(--wimbledon-green);
    --ct-primary-rgb: 0, 102, 51;
    --ct-secondary: var(--wimbledon-purple);
    --ct-secondary-rgb: 84, 0, 139;
    --ct-tertiary: var(--wimbledon-purple);
    --ct-tertiary-rgb: 84, 0, 139;
    --ct-success: var(--wimbledon-green);
    --ct-success-rgb: 0, 102, 51;
    --ct-link-color: var(--wimbledon-green);
    --ct-link-hover-color: var(--wimbledon-purple);
    --ct-body-bg: var(--wimbledon-cream);
    --ct-body-color: var(--wimbledon-ink);
    --ct-font-sans-serif: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    --ct-body-font-family: var(--ct-font-sans-serif);
    --ct-border-radius: 2px;
    --ct-border-radius-sm: 2px;
    --ct-border-radius-lg: 3px;
}

.theme-wimbledon {
    min-height: 100vh;
    margin: 0;
    background: var(--wimbledon-cream);
    color: var(--wimbledon-ink);
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.theme-wimbledon a {
    color: var(--wimbledon-green);
}

.theme-wimbledon a:hover {
    color: var(--wimbledon-purple);
}

.theme-wimbledon h1,
.theme-wimbledon h2,
.theme-wimbledon h3,
.theme-wimbledon h4,
.theme-wimbledon h5,
.theme-wimbledon h6 {
    color: var(--wimbledon-ink);
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
}

/* --- Wimbledon-style page heading --------------------------------------- */

.theme-wimbledon .theme-page-heading {
    position: relative;
    max-width: 920px;
    margin: 0 0 30px;
    padding: 28px 30px 26px 34px;
    border-left: 5px solid var(--wimbledon-purple);
    background: var(--wimbledon-paper);
    box-shadow: 0 8px 24px rgba(33, 26, 20, .05);
}

.theme-wimbledon .theme-page-heading::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background: var(--wimbledon-green);
    content: "";
}

.theme-wimbledon .theme-page-heading--compact {
    max-width: none;
    margin-bottom: 24px;
}

.theme-wimbledon .theme-page-heading h1 {
    margin: 3px 0 9px;
    color: var(--wimbledon-ink);
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.04;
}

.theme-wimbledon .theme-page-heading p {
    max-width: 780px;
    margin: 0;
    color: var(--wimbledon-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.theme-wimbledon .theme-kicker {
    margin-bottom: 7px;
    color: var(--wimbledon-green);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.35;
    text-transform: uppercase;
}

.theme-wimbledon .theme-info-note {
    max-width: 780px;
    margin-top: 15px;
    padding: 11px 14px;
    border-left: 3px solid var(--wimbledon-purple);
    background: var(--wimbledon-purple-soft);
    color: #433a4d;
    font-size: .9rem;
    line-height: 1.55;
}

/* --- Main page shell ----------------------------------------------------- */

.theme-wimbledon .wrapper,
.theme-wimbledon .content-page,
.theme-wimbledon .content {
    background: var(--wimbledon-cream);
}

.theme-wimbledon .content-page > .content {
    padding-top: 0;
}

.theme-wimbledon .content-page > .content > .container-fluid {
    max-width: 1480px;
    margin: 0 auto;
    padding: 30px 28px 44px;
}

.theme-wimbledon .page-section {
    padding-top: 4px;
}

.theme-wimbledon .page-title-box {
    padding: 26px 0 18px;
}

.theme-wimbledon .page-title-box .page-title {
    color: var(--wimbledon-ink);
    font-size: 1.7rem;
    letter-spacing: -.025em;
}

.theme-wimbledon .breadcrumb-item,
.theme-wimbledon .breadcrumb-item.active {
    color: var(--wimbledon-muted);
}

/* --- Main Wimbledon header --------------------------------------------- */

.theme-wimbledon .navbar-custom.theme-topbar {
    min-height: 104px;
    border-top: 5px solid var(--wimbledon-green);
    border-bottom: 1px solid var(--wimbledon-line);
    background: #fff !important;
    box-shadow: none !important;
}

.theme-wimbledon .theme-topbar .topbar {
    position: relative;
    max-width: 1480px;
    height: 99px;
    margin: 0 auto;
    padding: 0 28px;
}

.theme-wimbledon .theme-topbar .topbar > .d-flex,
.theme-wimbledon .theme-topbar .topbar-menu {
    position: relative;
    z-index: 4;
}

.theme-wimbledon .logo-topbar.logo-themed {
    position: absolute !important;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    transform: translate(-50%, -52%);
}

.theme-wimbledon .logo-topbar.logo-themed .logo-light,
.theme-wimbledon .logo-topbar.logo-themed .logo-dark,
.theme-wimbledon .logo-topbar.logo-themed .logo-lg,
.theme-wimbledon .logo-topbar.logo-themed .logo-sm {
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
}

.theme-wimbledon .logo-topbar.logo-themed img {
    width: 64px !important;
    height: 64px !important;
    padding: 3px;
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
    filter: drop-shadow(0 4px 7px rgba(24, 18, 28, .13));
}

.theme-wimbledon .theme-logo-meta {
    position: absolute;
    top: calc(50% + 37px);
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
    color: var(--wimbledon-ink);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.theme-wimbledon .button-toggle-menu,
.theme-wimbledon .navbar-toggle {
    color: var(--wimbledon-green) !important;
}

.theme-wimbledon .button-toggle-menu:hover,
.theme-wimbledon .navbar-toggle:hover {
    color: var(--wimbledon-purple) !important;
}

.theme-wimbledon .topnav-parking-link {
    position: relative;
    margin: 0 18px 0 0 !important;
    padding: 10px 0 !important;
    color: var(--wimbledon-green) !important;
    font-size: .72rem !important;
    font-weight: 700 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.theme-wimbledon .topnav-parking-link::after {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    height: 2px;
    background: var(--wimbledon-purple);
    content: "";
    transform: scaleX(.34);
    transform-origin: left;
    transition: transform .18s ease;
}

.theme-wimbledon .topnav-parking-link:hover::after {
    transform: scaleX(1);
}

.theme-wimbledon .topbar-menu .nav-link,
.theme-wimbledon .topbar-menu .account-user-name,
.theme-wimbledon .topbar-menu .account-position {
    color: var(--wimbledon-ink) !important;
}

.theme-wimbledon .topbar-menu .nav-link:hover {
    color: var(--wimbledon-green) !important;
}

.theme-wimbledon .dropdown-menu {
    border: 1px solid var(--wimbledon-line);
    border-radius: 0;
    box-shadow: 0 14px 36px rgba(27, 22, 31, .12);
}

.theme-wimbledon .profile-dropdown .dropdown-header,
.theme-wimbledon .profile-dropdown .noti-title {
    background: var(--wimbledon-green-soft) !important;
}

.theme-wimbledon .profile-dropdown .dropdown-item:hover,
.theme-wimbledon .profile-dropdown .dropdown-item:focus {
    background: var(--wimbledon-green-soft);
    color: var(--wimbledon-green);
}

/* Horizontal admin navigation: Wimbledon green with purple active marker. */
.theme-wimbledon .topnav {
    position: relative;
    z-index: 1200;
    border: 0;
    border-bottom: 4px solid var(--wimbledon-purple);
    background: var(--wimbledon-green) !important;
    box-shadow: none !important;
}

.theme-wimbledon .topnav .navbar {
    min-height: 53px;
    padding-top: 0;
    padding-bottom: 0;
}

.theme-wimbledon .topnav .navbar-nav > .nav-item > .nav-link {
    min-height: 53px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 14px !important;
    color: #fff !important;
    font-size: .73rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.theme-wimbledon .topnav .navbar-nav > .nav-item > .nav-link:hover,
.theme-wimbledon .topnav .navbar-nav > .nav-item > .nav-link.active {
    background: rgba(255, 255, 255, .12) !important;
    color: #fff !important;
    box-shadow: inset 0 -4px 0 #fff;
}

.theme-wimbledon .topnav .dropdown-menu .dropdown-item,
.theme-wimbledon .topnav .dropdown-menu .nav-link {
    color: var(--wimbledon-ink) !important;
    font-size: .82rem;
    letter-spacing: 0;
    text-transform: none;
}

.theme-wimbledon .topnav .dropdown-menu .dropdown-item:hover,
.theme-wimbledon .topnav .dropdown-menu .nav-link:hover {
    background: var(--wimbledon-green-soft) !important;
    color: var(--wimbledon-green) !important;
    box-shadow: none;
}

/* --- Wimbledon campaign banner ----------------------------------------- */

.theme-wimbledon .theme-banner {
    width: 100%;
    overflow: hidden;
    border-bottom: 4px solid var(--wimbledon-purple);
    background: var(--wimbledon-green-dark);
}

.theme-wimbledon .theme-banner-image {
    width: 100%;
    height: clamp(190px, 21vw, 300px);
    display: block;
    object-fit: cover;
    object-position: center;
}

/* --- Authentication ----------------------------------------------------- */

.theme-wimbledon .login-layout.container {
    width: 100%;
    max-width: none !important;
    padding: 0 !important;
}

.theme-wimbledon .authentication-bg.theme-login {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, var(--wimbledon-green) 0 5px, transparent 5px calc(100% - 5px), var(--wimbledon-purple) calc(100% - 5px)),
        linear-gradient(145deg, #f8f7f2 0%, #f1eee6 100%);
}

.theme-wimbledon .authentication-bg.theme-login::before,
.theme-wimbledon .authentication-bg.theme-login::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    opacity: .06;
    pointer-events: none;
}

.theme-wimbledon .authentication-bg.theme-login::before {
    top: -220px;
    right: -150px;
    width: 560px;
    height: 560px;
    border: 90px solid var(--wimbledon-green);
}

.theme-wimbledon .authentication-bg.theme-login::after {
    bottom: -250px;
    left: -180px;
    width: 600px;
    height: 600px;
    border: 110px solid var(--wimbledon-purple);
}

.theme-wimbledon .authentication-bg .account-pages {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

.theme-wimbledon .theme-login-card {
    overflow: visible;
    border: 1px solid var(--wimbledon-line);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 24px 70px rgba(31, 25, 35, .12);
}

.theme-wimbledon .theme-login-header {
    position: relative;
    padding: 36px 38px 30px !important;
    border: 0;
    border-top: 6px solid var(--wimbledon-green);
    border-bottom: 1px solid var(--wimbledon-line);
    background: #fff !important;
}

.theme-wimbledon .theme-login-header::after {
    position: absolute;
    top: -6px;
    right: 0;
    width: 34%;
    height: 6px;
    background: var(--wimbledon-purple);
    content: "";
}

.theme-wimbledon .theme-login-logo-wrap {
    margin: -4px auto 20px;
}

.theme-wimbledon .theme-login-logo {
    width: 92px;
    height: 92px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 9px rgba(28, 20, 34, .14));
}

.theme-wimbledon .theme-login-title {
    margin: 2px 0 9px;
    color: var(--wimbledon-ink) !important;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 600;
    letter-spacing: -.035em;
}

.theme-wimbledon .theme-login-intro {
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
    color: var(--wimbledon-muted);
    font-size: .94rem;
    line-height: 1.6;
}

.theme-wimbledon .theme-form-intro {
    margin: 0 0 25px;
    color: var(--wimbledon-muted);
    font-size: .9rem;
    line-height: 1.6;
}

.theme-wimbledon .theme-login-divider {
    position: relative;
    margin: 25px 0;
    text-align: center;
}

.theme-wimbledon .theme-login-divider::before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
    background: var(--wimbledon-line);
    content: "";
}

.theme-wimbledon .theme-login-divider span {
    position: relative;
    padding: 0 12px;
    background: #fff;
    color: #918d95;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.theme-wimbledon .theme-login-help {
    margin-top: 17px;
    color: #7d7880;
    font-size: .75rem;
    line-height: 1.5;
    text-align: center;
}

/* --- Buttons ------------------------------------------------------------ */

.theme-wimbledon .btn {
    border-radius: 1px;
    font-weight: 600;
    letter-spacing: .01em;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.theme-wimbledon .btn:hover:not(:disabled) {
    transform: translateY(-1px);
}

.theme-wimbledon .btn-primary,
.theme-wimbledon .btn-success,
.theme-wimbledon .theme-primary-action {
    border-color: var(--wimbledon-green) !important;
    background: var(--wimbledon-green) !important;
    color: #fff !important;
}

.theme-wimbledon .btn-primary:hover,
.theme-wimbledon .btn-success:hover,
.theme-wimbledon .theme-primary-action:hover {
    border-color: var(--wimbledon-green-dark) !important;
    background: var(--wimbledon-green-dark) !important;
}

.theme-wimbledon .theme-primary-action,
.theme-wimbledon .theme-secondary-action {
    min-height: 46px;
    text-transform: uppercase;
    letter-spacing: .075em;
}

.theme-wimbledon .theme-secondary-action,
.theme-wimbledon .reg-card--purple.theme-secondary-action {
    border-color: var(--wimbledon-purple) !important;
    background: var(--wimbledon-purple) !important;
    color: #fff !important;
}

.theme-wimbledon .theme-secondary-action:hover {
    border-color: var(--wimbledon-purple-dark) !important;
    background: var(--wimbledon-purple-dark) !important;
    color: #fff !important;
}

.theme-wimbledon .btn-outline-primary {
    border-color: var(--wimbledon-green) !important;
    color: var(--wimbledon-green) !important;
}

.theme-wimbledon .btn-outline-primary:hover,
.theme-wimbledon .btn-outline-primary:focus {
    border-color: var(--wimbledon-green) !important;
    background: var(--wimbledon-green) !important;
    color: #fff !important;
}

.theme-wimbledon .btn-outline-secondary {
    border-color: var(--wimbledon-purple) !important;
    color: var(--wimbledon-purple) !important;
}

.theme-wimbledon .btn-outline-secondary:hover,
.theme-wimbledon .btn-outline-secondary:focus {
    border-color: var(--wimbledon-purple) !important;
    background: var(--wimbledon-purple) !important;
    color: #fff !important;
}

.theme-wimbledon .btn-light {
    border-color: var(--wimbledon-line) !important;
    background: #fff !important;
    color: var(--wimbledon-ink) !important;
}

.theme-wimbledon .btn-light:hover {
    border-color: #c7c1b8 !important;
    background: #f7f5ef !important;
}

/* --- Forms -------------------------------------------------------------- */

.theme-wimbledon .form-label {
    margin-bottom: 7px;
    color: #3b373d;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.theme-wimbledon .form-control,
.theme-wimbledon .form-select,
.theme-wimbledon .rz-textbox,
.theme-wimbledon .rz-dropdown,
.theme-wimbledon .rz-numeric {
    min-height: 44px;
    border: 1px solid #cfcac1;
    border-radius: 1px !important;
    background: #fff;
    color: var(--wimbledon-ink);
    box-shadow: none;
}

.theme-wimbledon .form-control:focus,
.theme-wimbledon .form-select:focus,
.theme-wimbledon .rz-textbox:focus,
.theme-wimbledon .rz-dropdown:focus-within,
.theme-wimbledon textarea:focus,
.theme-wimbledon input:focus {
    border-color: var(--wimbledon-green) !important;
    box-shadow: 0 0 0 3px rgba(0, 102, 51, .11) !important;
    outline: 0;
}

.theme-wimbledon .input-group-text {
    border-color: #cfcac1;
    border-radius: 0;
    background: #f7f5ef;
}

/* --- Cards / dashboard -------------------------------------------------- */

.theme-wimbledon .card {
    border: 1px solid var(--wimbledon-line);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 8px 25px rgba(33, 26, 20, .055);
}

.theme-wimbledon .widget-flat {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.theme-wimbledon .widget-flat::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--wimbledon-green);
    content: "";
}

.theme-wimbledon .widget-flat::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 24%;
    height: 4px;
    background: var(--wimbledon-purple);
    content: "";
}

.theme-wimbledon .widget-flat:hover {
    border-color: #c9c3b8;
    box-shadow: 0 15px 34px rgba(33, 26, 20, .095);
    transform: translateY(-2px);
}

.theme-wimbledon .widget-flat .card-body {
    padding: 25px;
}

.theme-wimbledon .widget-flat h6 {
    color: var(--wimbledon-ink) !important;
    font-size: .77rem;
    letter-spacing: .08em;
}

.theme-wimbledon .widget-flat p {
    color: var(--wimbledon-muted) !important;
    line-height: 1.55;
}

.theme-wimbledon .widget-flat .widget-icon,
.theme-wimbledon .widget-flat .bg-primary,
.theme-wimbledon .widget-flat .bg-success {
    background: var(--wimbledon-green) !important;
}

.theme-wimbledon .widget-flat .bg-danger,
.theme-wimbledon .widget-flat .bg-warning,
.theme-wimbledon .widget-flat .bg-secondary {
    background: var(--wimbledon-purple) !important;
}

/* --- Eligible parking dashboard ---------------------------------------- */

.theme-wimbledon .dashboard-modern-card {
    position: relative;
    overflow: hidden;
    min-height: 315px;
    border: 1px solid var(--wimbledon-line) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--wimbledon-ink) !important;
    box-shadow: 0 12px 32px rgba(33, 26, 20, .07);
}

.theme-wimbledon .dashboard-modern-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 6px;
    background: var(--wimbledon-green);
    content: "";
}

.theme-wimbledon .dashboard-modern-card.paid::before {
    background: var(--wimbledon-purple);
}

.theme-wimbledon .dashboard-modern-card .card-body {
    min-height: 315px;
    display: flex;
    flex-direction: column;
    padding: 34px 32px 30px;
}

.theme-wimbledon .dashboard-modern-card .title {
    color: var(--wimbledon-green);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.theme-wimbledon .dashboard-modern-card.paid .title {
    color: var(--wimbledon-purple);
}

.theme-wimbledon .dashboard-modern-card .big-number {
    margin-top: 16px;
    color: var(--wimbledon-ink);
    font-size: clamp(3.3rem, 7vw, 5rem);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: 1;
}

.theme-wimbledon .dashboard-modern-card .subtitle {
    margin-top: 7px;
    color: var(--wimbledon-muted);
    font-size: .9rem;
}

.theme-wimbledon .dashboard-modern-card .card-stats {
    margin-top: 22px !important;
}

.theme-wimbledon .dashboard-modern-card .progress {
    height: 5px;
    border-radius: 0;
    background: #e7e3dc;
}

.theme-wimbledon .dashboard-modern-card.free .progress-bar {
    background: var(--wimbledon-green) !important;
}

.theme-wimbledon .dashboard-modern-card.paid .progress-bar {
    background: var(--wimbledon-purple) !important;
}

.theme-wimbledon .theme-card-meta {
    margin-top: 12px;
    color: var(--wimbledon-muted);
    font-size: .78rem;
}

.theme-wimbledon .dashboard-modern-card .btn {
    margin-top: auto !important;
}

/* --- Booking grids / event tiles --------------------------------------- */

.theme-wimbledon .booking-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: 30px;
    align-items: start;
    padding-bottom: 24px;
}

.theme-wimbledon .booking-layout__right {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.theme-wimbledon .event-calendar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    gap: 18px;
}

.theme-wimbledon .event-tile {
    overflow: hidden;
    border: 1px solid var(--wimbledon-line);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 5px 16px rgba(33, 26, 20, .04);
    cursor: pointer;
    transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.theme-wimbledon .event-tile:hover {
    border-color: var(--wimbledon-green);
    box-shadow: 0 12px 28px rgba(0, 102, 51, .10);
    transform: translateY(-2px);
}

.theme-wimbledon .event-tile.is-selected,
.theme-wimbledon .event-tile.selected {
    border-color: var(--wimbledon-purple);
    box-shadow: 0 12px 28px rgba(84, 0, 139, .14);
}

.theme-wimbledon .event-tile__header {
    padding: 17px 18px;
    border-bottom: 4px solid var(--wimbledon-purple);
    background: var(--wimbledon-green) !important;
    color: #fff !important;
    text-align: left;
}

.theme-wimbledon .event-tile.is-selected .event-tile__header,
.theme-wimbledon .event-tile.selected .event-tile__header {
    border-bottom-color: var(--wimbledon-green);
    background: var(--wimbledon-purple) !important;
}

.theme-wimbledon .event-tile__header *,
.theme-wimbledon .event-tile__day {
    color: #fff !important;
}

.theme-wimbledon .event-tile__day {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .01em;
}

.theme-wimbledon .event-tile__body {
    padding: 18px;
}

.theme-wimbledon .event-stat__label {
    margin-bottom: 9px;
    color: var(--wimbledon-muted) !important;
    font-size: .85rem !important;
}

.theme-wimbledon .event-tile .progress {
    height: 5px;
    overflow: hidden;
    border-radius: 0;
    background: #e7e3dc;
}

.theme-wimbledon .event-tile .progress-bar,
.theme-wimbledon .event-tile .progress-bar.bg-success {
    background: var(--wimbledon-green) !important;
}

.theme-wimbledon .event-tile__cta {
    margin-top: 16px;
}

.theme-wimbledon .event-tile__cta span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 8px 17px;
    border: 1px solid var(--wimbledon-green);
    border-radius: 0;
    color: var(--wimbledon-green);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .065em;
    text-transform: uppercase;
}

.theme-wimbledon .event-tile__cta.not-selected span {
    background: var(--wimbledon-green);
    color: #fff !important;
}

.theme-wimbledon .event-tile__cta.selected span,
.theme-wimbledon .event-tile.is-selected .event-tile__cta span {
    border-color: var(--wimbledon-purple);
    background: var(--wimbledon-purple);
    color: #fff !important;
}

/* --- Registration / basket / checkout ---------------------------------- */

.theme-wimbledon .reg-sticky {
    position: sticky;
    top: 112px;
}

.theme-wimbledon .reg-card,
.theme-wimbledon .checkout-card {
    overflow: hidden;
    border: 1px solid var(--wimbledon-line);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 8px 24px rgba(33, 26, 20, .06);
}

.theme-wimbledon .reg-card__header,
.theme-wimbledon .checkout-card__header {
    padding: 17px 20px;
    border-bottom: 4px solid var(--wimbledon-purple);
    background: var(--wimbledon-green) !important;
    color: #fff !important;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.theme-wimbledon .reg-card--purple .reg-card__header {
    border-bottom-color: var(--wimbledon-green);
    background: var(--wimbledon-purple) !important;
}

.theme-wimbledon .reg-card__header *,
.theme-wimbledon .checkout-card__header * {
    color: #fff !important;
}

.theme-wimbledon .reg-card__body,
.theme-wimbledon .checkout-card__body {
    padding: 22px;
    background: #fff !important;
    color: var(--wimbledon-ink) !important;
}

.theme-wimbledon .checkout-subtext {
    margin-bottom: 20px;
    padding: 10px 12px;
    border-left: 3px solid var(--wimbledon-green);
    background: var(--wimbledon-green-soft);
    color: #42544a;
    font-size: .82rem;
}

.theme-wimbledon .reg-row {
    padding: 12px 0;
    border-bottom: 1px solid #e8e4dc;
}

.theme-wimbledon .reg-row:last-child {
    border-bottom: 0;
}

.theme-wimbledon .icon-action {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--wimbledon-line);
    border-radius: 0;
    background: #fff;
    color: var(--wimbledon-green);
}

.theme-wimbledon .icon-action:hover {
    border-color: var(--wimbledon-green);
    background: var(--wimbledon-green-soft);
    color: var(--wimbledon-green);
}

.theme-wimbledon .icon-action--delete:hover {
    border-color: #b92d2d;
    background: #fff2f2;
    color: #b92d2d;
}

/* --- Tables ------------------------------------------------------------- */

.theme-wimbledon .table > thead > tr > th,
.theme-wimbledon .table.table-primary > thead > tr > th,
.theme-wimbledon .table-primary,
.theme-wimbledon .table-primary th,
.theme-wimbledon .table-wimbledon-purple th {
    border-color: var(--wimbledon-green-dark) !important;
    background: var(--wimbledon-green) !important;
    color: #fff !important;
    font-size: .73rem;
    font-weight: 700;
    letter-spacing: .035em;
}

.theme-wimbledon .table tbody tr:hover > * {
    background: #f3f7f4;
}

.theme-wimbledon .table td,
.theme-wimbledon .table th {
    border-color: #e4e0d8;
}

/* --- Radzen controls ---------------------------------------------------- */

.theme-wimbledon .rz-button.rz-primary,
.theme-wimbledon .rz-button.rz-success {
    border-color: var(--wimbledon-green) !important;
    border-radius: 1px !important;
    background: var(--wimbledon-green) !important;
    color: #fff !important;
}

.theme-wimbledon .rz-button.rz-secondary {
    border-color: var(--wimbledon-purple) !important;
    background: var(--wimbledon-purple) !important;
    color: #fff !important;
}

.theme-wimbledon .rz-checkbox-box.rz-state-active,
.theme-wimbledon .rz-radiobutton-box.rz-state-active,
.theme-wimbledon .rz-paginator-element.rz-state-active {
    border-color: var(--wimbledon-green) !important;
    background: var(--wimbledon-green) !important;
}

/* --- Alerts ------------------------------------------------------------- */

.theme-wimbledon .alert {
    border-radius: 0;
}

.theme-wimbledon .alert-info,
.theme-wimbledon .alert-success {
    border-color: #bcd8c9;
    background: var(--wimbledon-green-soft);
    color: #244c37;
}

/* --- Footer ------------------------------------------------------------- */

.theme-wimbledon .shared-footer.footer {
    border-top: 4px solid var(--wimbledon-purple);
    background: var(--wimbledon-green) !important;
    color: rgba(255, 255, 255, .88) !important;
}

.theme-wimbledon .shared-footer.footer a {
    color: #fff !important;
}

/* --- Responsive --------------------------------------------------------- */

@media (max-width: 1100px) {
    .theme-wimbledon .booking-layout {
        grid-template-columns: 1fr;
    }

    .theme-wimbledon .reg-sticky {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .theme-wimbledon .topnav,
    .theme-wimbledon .ParkLiveAccreditations-mobile-nav,
    .theme-wimbledon .ParkLiveAccreditations-mobile-nav > .container-fluid,
    .theme-wimbledon .ParkLiveAccreditations-mobile-nav .navbar,
    .theme-wimbledon .ParkLiveAccreditations-mobile-nav .navbar-nav {
        background: var(--wimbledon-green) !important;
    }

    .theme-wimbledon .topnav .navbar-nav > .nav-item > .nav-link {
        min-height: 44px;
        padding: 10px 16px !important;
    }
}

@media (max-width: 767.98px) {
    .theme-wimbledon .theme-topbar .topbar {
        height: 79px;
        padding: 0 15px;
    }

    .theme-wimbledon .navbar-custom.theme-topbar {
        min-height: 84px;
    }

    .theme-wimbledon .logo-topbar.logo-themed img {
        width: 52px !important;
        height: 52px !important;
    }

    .theme-wimbledon .theme-logo-meta {
        top: calc(50% + 30px);
        font-size: .52rem;
        letter-spacing: .09em;
    }

    .theme-wimbledon .topnav-parking-link {
        max-width: 94px;
        margin-right: 5px !important;
        font-size: .6rem !important;
        line-height: 1.25;
        white-space: normal;
    }

    .theme-wimbledon .topbar-menu {
        gap: 4px !important;
    }

    .theme-wimbledon .topbar-menu .account-user-name,
    .theme-wimbledon .topbar-menu .account-position {
        display: none !important;
    }

    .theme-wimbledon .content-page > .content > .container-fluid {
        padding: 22px 15px 34px;
    }

    .theme-wimbledon .theme-page-heading {
        padding: 22px 20px 22px 23px;
    }

    .theme-wimbledon .theme-banner-image {
        height: 185px;
        object-position: center;
    }

    .theme-wimbledon .authentication-bg .account-pages {
        align-items: flex-start;
        padding-top: 34px !important;
    }

    .theme-wimbledon .theme-login-header {
        padding: 28px 22px 24px !important;
    }

    .theme-wimbledon .theme-login-logo {
        width: 78px;
        height: 78px;
    }

    .theme-wimbledon .event-calendar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .theme-wimbledon .topnav-parking-link {
        display: none !important;
    }

    .theme-wimbledon .theme-banner-image {
        height: 165px;
        object-position: 45% center;
    }
}

/* ========================================================================== */
/* WIMBLEDON THEME - SCREEN-BY-SCREEN POLISH                                 */
/* September 2026: public parking flow + admin dashboard refinement.          */
/* ========================================================================== */

/* More white, cleaner rhythm, closer to the current Wimbledon digital look. */
.theme-wimbledon {
    --wimbledon-surface: #ffffff;
    --wimbledon-surface-alt: #f7f7f3;
    --wimbledon-line-strong: #c9c7c0;
    --wimbledon-shadow-sm: 0 8px 24px rgba(31, 27, 35, .055);
    --wimbledon-shadow-md: 0 18px 48px rgba(31, 27, 35, .09);
}

.theme-wimbledon .ticket-page-content {
    max-width: 1380px;
    margin-right: auto;
    margin-left: auto;
}

.theme-wimbledon .page-section.ticket-page-content {
    width: 100%;
}

/* -------------------------------------------------------------------------- */
/* Page introductions                                                         */
/* -------------------------------------------------------------------------- */

.theme-wimbledon .theme-page-heading {
    max-width: 1080px;
    margin-bottom: 26px;
    padding: 30px 34px 28px 38px;
    border: 1px solid var(--wimbledon-line);
    border-left: 5px solid var(--wimbledon-purple);
    background: #fff;
    box-shadow: var(--wimbledon-shadow-sm);
}

.theme-wimbledon .theme-page-heading::after {
    height: 3px;
}

.theme-wimbledon .theme-page-heading h1 {
    max-width: 840px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1.02;
}

.theme-wimbledon .theme-page-heading p {
    max-width: 820px;
    font-size: .96rem;
    line-height: 1.65;
}

.theme-wimbledon .theme-kicker {
    color: var(--wimbledon-green);
    font-size: .69rem;
    font-weight: 700;
    letter-spacing: .19em;
}

.theme-wimbledon .theme-info-note {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    margin-top: 18px;
    padding: 12px 15px;
    border: 0;
    border-left: 3px solid var(--wimbledon-purple);
    background: #f5f0f8;
    color: #453a4e;
}

.theme-wimbledon .theme-info-note i {
    flex: 0 0 auto;
    color: var(--wimbledon-purple);
    font-size: 1.15rem;
    line-height: 1.25;
}

.theme-wimbledon .theme-account-chip {
    width: fit-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 7px 11px;
    border: 1px solid #cfe0d6;
    background: var(--wimbledon-green-soft);
    color: var(--wimbledon-green-dark);
    font-size: .78rem;
    font-weight: 600;
}

.theme-wimbledon .theme-account-chip span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.theme-wimbledon .theme-section-intro {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 8px auto 24px;
    color: var(--wimbledon-green);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-align: center;
    text-transform: uppercase;
}

.theme-wimbledon .theme-section-intro__line {
    height: 1px;
    flex: 1;
    background: var(--wimbledon-line);
}

/* -------------------------------------------------------------------------- */
/* Booking progress                                                           */
/* -------------------------------------------------------------------------- */

.theme-wimbledon .theme-flow-steps {
    max-width: 1080px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 26px;
    border: 1px solid var(--wimbledon-line);
    background: #fff;
    box-shadow: 0 5px 16px rgba(31, 27, 35, .035);
}

.theme-wimbledon .theme-flow-step {
    min-height: 58px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    color: #817d84;
    font-size: .72rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.theme-wimbledon .theme-flow-step:not(:last-child) {
    border-right: 1px solid var(--wimbledon-line);
}

.theme-wimbledon .theme-flow-step > span {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: grid;
    place-items: center;
    border: 1px solid #c8c5c0;
    border-radius: 50%;
    background: #fff;
    color: #7a777d;
    font-size: .72rem;
    font-weight: 700;
}

.theme-wimbledon .theme-flow-step strong {
    font-size: .71rem;
    font-weight: 700;
}

.theme-wimbledon .theme-flow-step.is-active {
    color: var(--wimbledon-green);
    background: #f7fbf8;
}

.theme-wimbledon .theme-flow-step.is-active::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: var(--wimbledon-green);
    content: "";
}

.theme-wimbledon .theme-flow-step.is-active > span {
    border-color: var(--wimbledon-green);
    background: var(--wimbledon-green);
    color: #fff;
}

.theme-wimbledon .theme-flow-step.is-complete {
    color: var(--wimbledon-purple);
}

.theme-wimbledon .theme-flow-step.is-complete > span {
    border-color: var(--wimbledon-purple);
    background: var(--wimbledon-purple);
    color: #fff;
}

.theme-wimbledon .theme-page-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 22px;
}

.theme-wimbledon .theme-page-actions .btn,
.theme-wimbledon .theme-page-actions .btn.fs-4 {
    min-height: 40px;
    padding: 8px 15px;
    font-size: .72rem !important;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
}

/* -------------------------------------------------------------------------- */
/* Login                                                                      */
/* -------------------------------------------------------------------------- */

.theme-wimbledon .authentication-bg.theme-login {
    background:
        linear-gradient(90deg, var(--wimbledon-green) 0 5px, transparent 5px calc(100% - 5px), var(--wimbledon-purple) calc(100% - 5px)),
        repeating-linear-gradient(90deg, rgba(0, 102, 51, .018) 0 1px, transparent 1px 94px),
        linear-gradient(145deg, #fafaf7 0%, #f0eee8 100%);
}

.theme-wimbledon .authentication-bg.theme-login::before {
    top: -250px;
    right: -190px;
    width: 620px;
    height: 620px;
    border-width: 84px;
    opacity: .045;
}

.theme-wimbledon .authentication-bg.theme-login::after {
    bottom: -280px;
    left: -210px;
    width: 650px;
    height: 650px;
    border-width: 96px;
    opacity: .045;
}

.theme-wimbledon .authentication-bg .account-pages > .container {
    max-width: 1280px;
}

.theme-wimbledon .authentication-bg .account-pages .col-lg-5 {
    width: min(100%, 570px);
    flex: 0 0 auto;
}

.theme-wimbledon .theme-login-card {
    border-color: #d5d2ca;
    box-shadow: 0 30px 80px rgba(33, 27, 39, .13);
}

.theme-wimbledon .theme-login-header {
    padding: 36px 42px 29px !important;
}

.theme-wimbledon .theme-login-logo {
    width: 100px;
    height: 100px;
}

.theme-wimbledon .theme-login-title {
    margin-top: 4px;
    font-size: clamp(1.95rem, 3vw, 2.55rem);
}

.theme-wimbledon .theme-login-date {
    width: fit-content;
    margin: 18px auto 0;
    padding-top: 11px;
    border-top: 1px solid var(--wimbledon-line);
    color: var(--wimbledon-purple);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.theme-wimbledon .theme-login-section-label {
    margin-bottom: 8px;
    color: var(--wimbledon-ink);
    font-size: .95rem;
    font-weight: 700;
}

.theme-wimbledon .theme-login-card .card-body {
    padding: 34px 42px 38px !important;
}

.theme-wimbledon .theme-login-card .form-label {
    margin-bottom: 7px;
    color: #4a474c;
    font-size: .69rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.theme-wimbledon .theme-login-card .form-control {
    min-height: 50px;
    padding: 11px 13px;
}

.theme-wimbledon .theme-login-card .btn {
    min-height: 48px;
}

.theme-wimbledon .theme-login-help {
    padding: 13px 14px;
    border-top: 1px solid #eeeae2;
    background: #faf9f6;
}

/* -------------------------------------------------------------------------- */
/* Top bar / hero                                                             */
/* -------------------------------------------------------------------------- */

.theme-wimbledon .navbar-custom.theme-topbar {
    border-top-width: 4px;
}

.theme-wimbledon .logo-topbar.logo-themed img {
    width: 68px !important;
    height: 68px !important;
    filter: drop-shadow(0 5px 9px rgba(24, 18, 28, .11));
}

.theme-wimbledon .theme-logo-meta {
    top: calc(50% + 39px);
    color: var(--wimbledon-purple);
}

.theme-wimbledon .theme-banner {
    border-bottom-width: 3px;
    background: #103c29;
}

.theme-wimbledon .theme-banner-image {
    max-width: 1920px;
    height: clamp(210px, 22vw, 315px);
    margin: 0 auto;
    object-position: center;
}

/* -------------------------------------------------------------------------- */
/* Forms                                                                      */
/* -------------------------------------------------------------------------- */

.theme-wimbledon .form-label,
.theme-wimbledon .form-label-clean,
.theme-wimbledon .form-label.fs-4,
.theme-wimbledon .form-label-clean.fs-4 {
    margin-bottom: 7px;
    color: #48454b;
    font-size: .71rem !important;
    font-weight: 700;
    letter-spacing: .065em;
    text-transform: uppercase;
}

.theme-wimbledon .form-control,
.theme-wimbledon .form-select,
.theme-wimbledon .form-control.fs-4,
.theme-wimbledon .form-select.fs-4,
.theme-wimbledon .form-control-clean.fs-4 {
    min-height: 46px;
    padding: 9px 12px;
    border: 1px solid #cfcac2;
    border-radius: 0 !important;
    background-color: #fff;
    color: var(--wimbledon-ink);
    font-size: .91rem !important;
}

.theme-wimbledon .form-control::placeholder {
    color: #a09ba3;
}

.theme-wimbledon .form-control:focus,
.theme-wimbledon .form-select:focus {
    border-color: var(--wimbledon-green);
    box-shadow: 0 0 0 3px rgba(0, 102, 51, .10);
}

.theme-wimbledon .form-check-input {
    border-radius: 0;
}

.theme-wimbledon .form-check-input:checked {
    border-color: var(--wimbledon-green);
    background-color: var(--wimbledon-green);
}

.theme-wimbledon .theme-form-footnote {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 2px 0 16px;
    padding: 10px 11px;
    border-left: 3px solid var(--wimbledon-green);
    background: var(--wimbledon-green-soft);
    color: #3e5447;
    font-size: .75rem;
    line-height: 1.45;
}

.theme-wimbledon .theme-form-footnote i {
    color: var(--wimbledon-green);
    font-size: 1rem;
}

/* -------------------------------------------------------------------------- */
/* Event day cards                                                            */
/* -------------------------------------------------------------------------- */

.theme-wimbledon .event-calendar {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.theme-wimbledon .event-tile {
    position: relative;
    min-height: 205px;
    border: 1px solid #d8d5cf;
    background: #fff;
    box-shadow: 0 6px 18px rgba(31, 27, 35, .045);
}

.theme-wimbledon .event-tile:hover {
    border-color: var(--wimbledon-green);
    box-shadow: 0 14px 34px rgba(0, 102, 51, .095);
}

.theme-wimbledon .event-tile__header {
    min-height: 73px;
    position: relative;
    padding: 16px 17px 13px;
    border-top: 4px solid var(--wimbledon-green);
    border-bottom: 1px solid var(--wimbledon-line);
    background: #fff !important;
    color: var(--wimbledon-ink) !important;
    text-align: left;
}

.theme-wimbledon .event-tile__header::before {
    position: absolute;
    top: -4px;
    right: 0;
    width: 27%;
    height: 4px;
    background: var(--wimbledon-purple);
    content: "";
}

.theme-wimbledon .event-tile__header *,
.theme-wimbledon .event-tile__day {
    color: var(--wimbledon-ink) !important;
}

.theme-wimbledon .event-tile__day {
    font-size: .98rem;
    font-weight: 700;
    letter-spacing: -.01em;
}

.theme-wimbledon .event-tile__date {
    margin-top: 3px;
    color: var(--wimbledon-purple) !important;
    font-size: .69rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.theme-wimbledon .event-tile.is-selected,
.theme-wimbledon .event-tile.selected {
    border-color: var(--wimbledon-green);
    box-shadow: 0 15px 38px rgba(0, 102, 51, .13);
}

.theme-wimbledon .event-tile.is-selected .event-tile__header,
.theme-wimbledon .event-tile.selected .event-tile__header {
    border-top-color: var(--wimbledon-purple);
    border-bottom-color: var(--wimbledon-green-dark);
    background: var(--wimbledon-green) !important;
}

.theme-wimbledon .event-tile.is-selected .event-tile__header::before,
.theme-wimbledon .event-tile.selected .event-tile__header::before {
    background: #fff;
}

.theme-wimbledon .event-tile.is-selected .event-tile__header *,
.theme-wimbledon .event-tile.selected .event-tile__header *,
.theme-wimbledon .event-tile.is-selected .event-tile__date,
.theme-wimbledon .event-tile.selected .event-tile__date {
    color: #fff !important;
}

.theme-wimbledon .event-tile.is-selected::after,
.theme-wimbledon .event-tile.selected::after {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 4;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 50%;
    background: var(--wimbledon-purple);
    color: #fff;
    content: "✓";
    font-size: .82rem;
    font-weight: 700;
}

.theme-wimbledon .event-tile__body {
    padding: 17px;
}

.theme-wimbledon .event-stat__label,
.theme-wimbledon .event-stat__label.fs-4 {
    color: #67636b !important;
    font-size: .78rem !important;
}

.theme-wimbledon .event-tile .progress {
    height: 4px;
    margin-top: 8px;
    margin-bottom: 4px;
}

.theme-wimbledon .event-tile__cta span {
    min-height: 38px;
    padding: 8px 15px;
    font-size: .7rem;
    letter-spacing: .08em;
}

.theme-wimbledon .event-tile .text-danger {
    width: fit-content;
    padding: 6px 9px;
    border-left: 3px solid #a72c2c;
    background: #fff3f3;
    font-size: .76rem !important;
    font-weight: 600;
}

/* -------------------------------------------------------------------------- */
/* Registration panels + basket                                               */
/* -------------------------------------------------------------------------- */

.theme-wimbledon .reg-card,
.theme-wimbledon .checkout-card,
.theme-wimbledon .theme-detail-card {
    border-color: #d4d1ca;
    box-shadow: 0 12px 30px rgba(31, 27, 35, .065);
}

.theme-wimbledon .reg-card__header,
.theme-wimbledon .checkout-card__header {
    min-height: 59px;
    display: flex;
    align-items: center;
    padding: 16px 19px;
    font-size: .72rem;
    letter-spacing: .095em;
}

.theme-wimbledon .reg-card__title,
.theme-wimbledon .reg-card__title.fs-3 {
    color: #fff !important;
    font-size: .82rem !important;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.theme-wimbledon .reg-card__subtitle,
.theme-wimbledon .reg-card__subtitle.fs-4 {
    margin-top: 3px;
    color: rgba(255,255,255,.82) !important;
    font-size: .69rem !important;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: none;
}

.theme-wimbledon .reg-card__body,
.theme-wimbledon .checkout-card__body {
    padding: 23px;
}

.theme-wimbledon .reg-card .fs-4,
.theme-wimbledon .checkout-card .fs-4 {
    font-size: .86rem !important;
}

.theme-wimbledon .reg-empty {
    min-height: 156px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 26px 20px;
    border: 1px dashed #ccc8c0;
    background: #faf9f6;
    color: var(--wimbledon-muted);
    text-align: center;
}

.theme-wimbledon .reg-empty > i {
    margin-bottom: 2px;
    color: var(--wimbledon-green);
    font-size: 1.75rem;
}

.theme-wimbledon .reg-empty > strong {
    color: var(--wimbledon-ink);
    font-size: .9rem;
}

.theme-wimbledon .reg-empty > span {
    max-width: 270px;
    font-size: .75rem;
    line-height: 1.5;
}

.theme-wimbledon .theme-basket-item {
    margin-bottom: 12px;
    padding: 15px 15px 14px;
    border: 1px solid #dedad3;
    border-left: 3px solid var(--wimbledon-green);
    background: #fff;
    color: var(--wimbledon-ink);
    box-shadow: none;
}

.theme-wimbledon .theme-basket-item .fw-bold {
    color: var(--wimbledon-ink);
}

.theme-wimbledon .theme-basket-item .text-muted {
    color: #77727a !important;
}

.theme-wimbledon .theme-order-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
    padding: 17px 0 2px;
    border-top: 3px solid var(--wimbledon-purple);
    color: var(--wimbledon-ink);
}

.theme-wimbledon .theme-order-total span {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.theme-wimbledon .theme-order-total strong {
    color: var(--wimbledon-green-dark);
    font-size: 1.35rem;
    font-weight: 700;
}

.theme-wimbledon .icon-action {
    border-color: #d4d0c9;
}

.theme-wimbledon .icon-action--edit,
.theme-wimbledon .icon-action--resend {
    color: var(--wimbledon-green);
}

/* -------------------------------------------------------------------------- */
/* Checkout                                                                   */
/* -------------------------------------------------------------------------- */

.theme-wimbledon .checkout-card__header {
    border-bottom: 0;
    border-top: 4px solid var(--wimbledon-purple);
    background: var(--wimbledon-green) !important;
}

.theme-wimbledon .checkout-subtext {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 24px;
    padding: 13px 14px;
    border-left: 0;
    background: var(--wimbledon-green-soft);
}

.theme-wimbledon .checkout-subtext > i {
    color: var(--wimbledon-green);
    font-size: 1.35rem;
    line-height: 1.1;
}

.theme-wimbledon .checkout-subtext > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.theme-wimbledon .checkout-subtext strong {
    color: #244c37;
    font-size: .82rem;
}

.theme-wimbledon .checkout-subtext span {
    color: #587062;
    font-size: .74rem;
}

.theme-wimbledon #payment-container {
    min-height: 110px;
}

/* -------------------------------------------------------------------------- */
/* Eligible dashboard                                                         */
/* -------------------------------------------------------------------------- */

.theme-wimbledon .dashboard-modern-card {
    min-height: 330px;
}

.theme-wimbledon .dashboard-modern-card .card-body,
.theme-wimbledon .dashboard-modern-card .card-body.text-center {
    min-height: 330px;
    padding: 31px 31px 29px;
    text-align: left !important;
}

.theme-wimbledon .theme-allocation-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border: 1px solid #cfe0d6;
    background: var(--wimbledon-green-soft);
    color: var(--wimbledon-green);
    font-size: 1.25rem;
}

.theme-wimbledon .dashboard-modern-card.paid .theme-allocation-icon {
    border-color: #ddd0e5;
    background: var(--wimbledon-purple-soft);
    color: var(--wimbledon-purple);
}

.theme-wimbledon .dashboard-modern-card .title {
    font-size: .72rem;
    letter-spacing: .13em;
}

.theme-wimbledon .dashboard-modern-card .big-number {
    margin: 13px 0 0;
    font-size: clamp(3.6rem, 7vw, 5.2rem);
    font-weight: 500;
}

.theme-wimbledon .dashboard-modern-card .subtitle {
    margin-top: 0;
}

.theme-wimbledon .dashboard-modern-card .btn {
    min-height: 45px;
    font-size: .71rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

/* Admin dashboard cards: quieter, editorial cards rather than Bootstrap widgets. */
.theme-wimbledon .widget-flat {
    min-height: 205px;
    border: 1px solid #d7d4cd !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(31, 27, 35, .045) !important;
}

.theme-wimbledon .widget-flat::before {
    height: 4px;
}

.theme-wimbledon .widget-flat .widget-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50% !important;
    font-size: 1.18rem;
}

.theme-wimbledon .widget-flat h6 {
    margin-top: 7px !important;
    font-size: .74rem;
    letter-spacing: .09em;
}

.theme-wimbledon .widget-flat p {
    max-width: 82%;
    min-height: 48px;
    font-size: .82rem;
}

.theme-wimbledon .widget-flat .btn {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
}

/* -------------------------------------------------------------------------- */
/* Bulk upload                                                                */
/* -------------------------------------------------------------------------- */

.theme-wimbledon .theme-detail-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #d7d4cd;
    background: #fff;
}

.theme-wimbledon .theme-detail-card__header {
    min-height: 83px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 19px;
    border-top: 4px solid var(--wimbledon-purple);
    background: var(--wimbledon-green);
    color: #fff;
}

.theme-wimbledon .theme-detail-card__header--purple {
    border-top-color: var(--wimbledon-green);
    background: var(--wimbledon-purple);
}

.theme-wimbledon .theme-detail-card__header > span {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 50%;
    font-size: .7rem;
    font-weight: 700;
}

.theme-wimbledon .theme-detail-card__header > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.theme-wimbledon .theme-detail-card__header strong {
    color: #fff;
    font-size: .8rem;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.theme-wimbledon .theme-detail-card__header small {
    color: rgba(255,255,255,.82);
    font-size: .7rem;
    line-height: 1.4;
}

.theme-wimbledon .theme-detail-card__body {
    padding: 22px;
}

.theme-wimbledon .theme-detail-card__body .fs-4 {
    font-size: .86rem !important;
}

.theme-wimbledon .theme-upload-progress {
    margin: 18px 0;
    padding: 13px 14px;
    border: 1px solid #e0ddd6;
    background: #faf9f6;
    color: var(--wimbledon-muted);
    font-size: .76rem;
}

.theme-wimbledon .theme-upload-progress strong {
    color: var(--wimbledon-ink);
}

.theme-wimbledon .theme-upload-progress .progress {
    height: 5px;
    margin: 10px 0 0;
    border-radius: 0;
    background: #e7e3dc;
}

.theme-wimbledon .theme-upload-progress .progress-bar {
    background: var(--wimbledon-green);
}

/* -------------------------------------------------------------------------- */
/* Edit vehicle                                                               */
/* -------------------------------------------------------------------------- */

.theme-wimbledon .anpr-edit-wrapper {
    max-width: 820px;
    margin: 0 auto;
}

.theme-wimbledon .anpr-edit-card {
    max-width: 680px;
    margin: 0 auto;
}

.theme-wimbledon .anpr-edit-card .checkout-card__body {
    padding: 28px;
}

/* -------------------------------------------------------------------------- */
/* Payment / success states                                                   */
/* -------------------------------------------------------------------------- */

.theme-wimbledon .payment-result {
    min-height: min(620px, calc(100vh - 250px));
    display: grid;
    place-items: center;
    padding: 34px 12px 54px;
}

.theme-wimbledon .payment-result__card {
    width: min(100%, 620px);
    position: relative;
    overflow: hidden;
    padding: 38px 42px 40px;
    border: 1px solid #d4d1ca;
    border-top: 5px solid var(--wimbledon-green);
    background: #fff;
    box-shadow: var(--wimbledon-shadow-md);
    text-align: center;
}

.theme-wimbledon .payment-result__card::before {
    position: absolute;
    top: -5px;
    right: 0;
    width: 35%;
    height: 5px;
    background: var(--wimbledon-purple);
    content: "";
}

.theme-wimbledon .payment-result__logo {
    width: 82px;
    height: 82px;
    display: block;
    margin: 0 auto 18px;
    object-fit: contain;
    filter: drop-shadow(0 5px 8px rgba(31, 27, 35, .12));
}

.theme-wimbledon .payment-result__icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin: 24px auto 20px;
    border-radius: 50%;
    background: var(--wimbledon-green);
    color: #fff;
    font-size: 1.7rem;
}

.theme-wimbledon .payment-result__icon--processing {
    background: var(--wimbledon-purple);
}

.theme-wimbledon .payment-result__icon--processing i {
    animation: wimbledon-processing-pulse 1.6s ease-in-out infinite;
}

@keyframes wimbledon-processing-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(.9); opacity: .62; }
}

.theme-wimbledon .payment-result__title {
    margin: 0 0 13px;
    color: var(--wimbledon-ink);
    font-size: clamp(1.7rem, 4vw, 2.35rem);
    font-weight: 600;
    letter-spacing: -.035em;
}

.theme-wimbledon .payment-result__subtitle {
    max-width: 470px;
    margin: 0 auto;
    color: var(--wimbledon-muted);
    font-size: .9rem;
    line-height: 1.65;
}

.theme-wimbledon .payment-result__subtitle > div + div {
    margin-top: 5px;
}

.theme-wimbledon .payment-result__hint {
    margin-top: 17px !important;
    padding: 11px 13px;
    border-left: 3px solid var(--wimbledon-purple);
    background: var(--wimbledon-purple-soft);
    color: #4c4055;
    font-size: .76rem;
}

.theme-wimbledon .payment-result__card .checkout-submit {
    min-height: 44px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .065em;
    text-transform: uppercase;
}

/* -------------------------------------------------------------------------- */
/* Empty states                                                               */
/* -------------------------------------------------------------------------- */

.theme-wimbledon .theme-empty-state {
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px auto;
    padding: 48px 32px;
    border: 1px solid var(--wimbledon-line);
    border-top: 4px solid var(--wimbledon-green);
    background: #fff;
    box-shadow: var(--wimbledon-shadow-sm);
    text-align: center;
}

.theme-wimbledon .theme-empty-state > i {
    margin-bottom: 13px;
    color: var(--wimbledon-purple);
    font-size: 2.25rem;
}

.theme-wimbledon .theme-empty-state h3 {
    margin-bottom: 8px;
    font-size: 1.35rem;
}

.theme-wimbledon .theme-empty-state p {
    max-width: 510px;
    margin-bottom: 20px;
    color: var(--wimbledon-muted);
}

/* -------------------------------------------------------------------------- */
/* Responsive refinements                                                     */
/* -------------------------------------------------------------------------- */

@media (max-width: 991.98px) {
    .theme-wimbledon .theme-flow-steps {
        max-width: none;
    }

    .theme-wimbledon .theme-page-heading {
        max-width: none;
    }

    .theme-wimbledon .theme-banner-image {
        height: 220px;
    }

    .theme-wimbledon .widget-flat p {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .theme-wimbledon .theme-page-heading {
        padding: 23px 20px 22px 24px;
    }

    .theme-wimbledon .theme-page-heading h1 {
        font-size: 2rem;
    }

    .theme-wimbledon .theme-flow-steps {
        grid-template-columns: 1fr;
    }

    .theme-wimbledon .theme-flow-step {
        min-height: 47px;
        padding: 9px 12px;
    }

    .theme-wimbledon .theme-flow-step:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid var(--wimbledon-line);
    }

    .theme-wimbledon .theme-flow-step.is-active::after {
        width: 3px;
        height: auto;
        top: 0;
        right: auto;
        bottom: 0;
        left: -1px;
    }

    .theme-wimbledon .theme-page-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .theme-wimbledon .theme-page-actions > div,
    .theme-wimbledon .theme-page-actions .btn {
        width: 100%;
    }

    .theme-wimbledon .theme-page-actions > div {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .theme-wimbledon .event-calendar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .theme-wimbledon .event-tile {
        min-height: 190px;
    }

    .theme-wimbledon .theme-login-card .card-body,
    .theme-wimbledon .theme-login-header {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }

    .theme-wimbledon .payment-result__card {
        padding: 32px 23px 34px;
    }

    .theme-wimbledon .theme-detail-card__body {
        padding: 18px;
    }
}

@media (max-width: 520px) {
    .theme-wimbledon .event-calendar {
        grid-template-columns: 1fr;
    }

    .theme-wimbledon .theme-banner-image {
        height: 175px;
        object-position: center;
    }

    .theme-wimbledon .theme-login-logo {
        width: 82px;
        height: 82px;
    }

    .theme-wimbledon .theme-login-card .card-body {
        padding-top: 27px !important;
    }

    .theme-wimbledon .reg-card__body,
    .theme-wimbledon .checkout-card__body,
    .theme-wimbledon .anpr-edit-card .checkout-card__body {
        padding: 18px;
    }
}

/* -------------------------------------------------------------------------- */
/* Final screen polish: footer, admin actions and compact utility states       */
/* -------------------------------------------------------------------------- */

.theme-wimbledon .theme-mini-note {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 15px;
    padding: 11px 12px;
    border-left: 3px solid var(--wimbledon-purple);
    background: var(--wimbledon-purple-soft);
    color: #4b4052;
    font-size: .75rem;
    line-height: 1.5;
}

.theme-wimbledon .theme-mini-note i {
    flex: 0 0 auto;
    margin-top: 1px;
    color: var(--wimbledon-purple);
    font-size: 1rem;
}

.theme-wimbledon .theme-empty-state--compact {
    margin-top: 22px;
    margin-bottom: 20px;
    padding-top: 34px;
    padding-bottom: 34px;
}

.theme-wimbledon .theme-section-intro--admin {
    max-width: none;
    margin-top: 6px;
    margin-bottom: 19px;
}

.theme-wimbledon .theme-admin-grid > [class*="col-"]:nth-child(odd) .widget-icon {
    background: var(--wimbledon-green) !important;
}

.theme-wimbledon .theme-admin-grid > [class*="col-"]:nth-child(even) .widget-icon {
    background: var(--wimbledon-purple) !important;
}

.theme-wimbledon .widget-flat .btn i {
    transition: transform .16s ease;
}

.theme-wimbledon .widget-flat:hover .btn i {
    transform: translateX(3px);
}

.theme-wimbledon .footer.theme-footer {
    position: static;
    width: auto;
    min-height: 74px;
    margin: 0;
    padding: 18px 0;
    border-top: 4px solid var(--wimbledon-purple);
    background: var(--wimbledon-green-dark);
    color: rgba(255, 255, 255, .86);
}

.theme-wimbledon .theme-footer > .container-fluid {
    max-width: 1480px;
    margin: 0 auto;
    padding-right: 28px;
    padding-left: 28px;
}

.theme-wimbledon .theme-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.theme-wimbledon .theme-footer__brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.theme-wimbledon .theme-footer__brand img {
    width: 40px;
    height: 40px;
    padding: 2px;
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
}

.theme-wimbledon .theme-footer__brand > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.theme-wimbledon .theme-footer__brand strong {
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.theme-wimbledon .theme-footer__brand span,
.theme-wimbledon .theme-footer__meta {
    color: rgba(255,255,255,.7);
    font-size: .63rem;
    font-weight: 600;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.theme-wimbledon .theme-footer a {
    color: #fff;
}

.theme-wimbledon .theme-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .theme-wimbledon .theme-footer__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .theme-wimbledon .theme-footer > .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* ========================================================================== */
/* WIMBLEDON 2027 PUBLIC EXPERIENCE - FULL REDESIGN                           */
/* Inspired by the visual language of wimbledon.com: white roundel header,    */
/* purple navigation, championship green hero and bold editorial typography.   */
/* ========================================================================== */

.theme-wimbledon {
    --wim-page-max: 1320px;
    --wim-green: #006633;
    --wim-green-deep: #004d29;
    --wim-purple: #4f247a;
    --wim-purple-deep: #351355;
    --wim-lilac: #e6d9ef;
    --wim-mint: #e8f3ec;
    --wim-ink: #17151a;
    --wim-grey: #69646d;
    --wim-line: #d9d5dc;
    --wim-offwhite: #f7f7f4;
    background: #fff;
}

/* ---------- Public Wimbledon header ---------- */
.theme-wimbledon .wim-site-header {
    position: relative;
    z-index: 1500;
    width: 100%;
    background: #fff;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.theme-wimbledon .wim-site-header__utility {
    position: relative;
    height: 122px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 42px;
    background: #fff;
}

.theme-wimbledon .wim-site-header__brand {
    width: 102px;
    height: 102px;
    display: grid;
    place-items: center;
    align-self: center;
    justify-self: center;
    transition: transform .18s ease;
}

.theme-wimbledon .wim-site-header__brand:hover {
    transform: scale(1.035);
}

.theme-wimbledon .wim-site-header__brand img {
    width: 98px;
    height: 98px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 5px 12px rgba(41, 21, 57, .12));
}

.theme-wimbledon .wim-site-header__utility-link,
.theme-wimbledon .wim-site-header__actions a,
.theme-wimbledon .wim-site-header__logout {
    color: #1f1b23 !important;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-decoration: none;
    text-transform: uppercase;
}

.theme-wimbledon .wim-site-header__utility-link {
    justify-self: start;
    padding: 15px 0;
}

.theme-wimbledon .wim-site-header__utility-link::after,
.theme-wimbledon .wim-site-header__actions a::after {
    width: 22px;
    height: 2px;
    display: block;
    margin-top: 7px;
    background: var(--wim-green);
    content: "";
    transition: width .18s ease, background .18s ease;
}

.theme-wimbledon .wim-site-header__utility-link:hover::after,
.theme-wimbledon .wim-site-header__actions a:hover::after {
    width: 100%;
    background: var(--wim-purple);
}

.theme-wimbledon .wim-site-header__actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 28px;
}

.theme-wimbledon .wim-site-header__logout {
    padding: 12px 16px;
    border: 1px solid #2f2933;
    background: transparent;
    cursor: pointer;
    transition: background .16s ease, color .16s ease, border-color .16s ease;
}

.theme-wimbledon .wim-site-header__logout:hover {
    border-color: var(--wim-green);
    background: var(--wim-green);
    color: #fff !important;
}

.theme-wimbledon .wim-primary-nav {
    min-height: 62px;
    display: flex;
    align-items: center;
    background: linear-gradient(108deg, #3c185e 0%, #52227e 47%, #693b91 100%);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.12);
}

.theme-wimbledon .wim-primary-nav__inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 42px;
    display: flex;
    align-items: center;
    gap: 0;
}

.theme-wimbledon .wim-primary-nav a,
.theme-wimbledon .wim-primary-nav__season {
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    padding: 0 24px;
    border-left: 1px solid rgba(255,255,255,.12);
    color: #fff !important;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.theme-wimbledon .wim-primary-nav a:first-child {
    border-left: 0;
}

.theme-wimbledon .wim-primary-nav a:hover {
    background: rgba(255,255,255,.12);
}

.theme-wimbledon .wim-primary-nav__season {
    margin-left: auto;
    border-left: 0;
    opacity: .72;
}

/* ---------- Shared Wimbledon hero ---------- */
.theme-wimbledon .wim-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: var(--wim-green);
    color: #fff;
}

.theme-wimbledon .wim-hero--dashboard {
    min-height: 480px;
}

.theme-wimbledon .wim-hero--login {
    min-height: 430px;
}

.theme-wimbledon .wim-hero__inner {
    position: relative;
    z-index: 3;
    width: min(var(--wim-page-max), calc(100% - 80px));
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 62px 0 66px;
}

.theme-wimbledon .wim-hero__eyebrow {
    margin-bottom: 22px;
    color: rgba(255,255,255,.83);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.35rem, 7vw, 6.7rem);
    font-weight: 500;
    letter-spacing: -.065em;
    line-height: .89;
}

.theme-wimbledon .wim-hero__date {
    width: fit-content;
    margin-top: 30px;
    padding-top: 16px;
    border-top: 3px solid #fff;
    color: #fff;
    font-size: clamp(1rem, 1.65vw, 1.35rem);
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.2;
}

.theme-wimbledon .wim-hero__copy {
    max-width: 640px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.9);
    font-size: 1.02rem;
    line-height: 1.65;
}

/* Geometric Wimbledon-inspired court/ball rings */
.theme-wimbledon .wim-hero__rings {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.theme-wimbledon .wim-hero__ring {
    position: absolute;
    display: block;
    border: clamp(42px, 5.5vw, 86px) solid rgba(255,255,255,.98);
    border-radius: 50%;
}

.theme-wimbledon .wim-hero__ring--one {
    width: clamp(340px, 39vw, 650px);
    height: clamp(340px, 39vw, 650px);
    top: -29%;
    right: -4%;
}

.theme-wimbledon .wim-hero__ring--two {
    width: clamp(230px, 28vw, 470px);
    height: clamp(230px, 28vw, 470px);
    right: 17%;
    bottom: -55%;
    opacity: .97;
}

.theme-wimbledon .wim-hero__ball {
    position: absolute;
    right: 28%;
    bottom: 20%;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 10px rgba(255,255,255,.16);
}

/* ---------- Dashboard ---------- */
.theme-wimbledon .wim-dashboard-page {
    background: #fff;
}

.theme-wimbledon .wim-dashboard-shell {
    width: min(var(--wim-page-max), calc(100% - 80px));
    margin: 0 auto;
    padding: 74px 0 82px;
}

.theme-wimbledon .wim-dashboard-intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 38px;
}

.theme-wimbledon .wim-section-kicker {
    margin-bottom: 11px;
    color: var(--wim-green);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .19em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-section-kicker--light {
    color: rgba(255,255,255,.72);
}

.theme-wimbledon .wim-dashboard-intro h2,
.theme-wimbledon .wim-login-access__heading h2 {
    margin: 0;
    color: var(--wim-ink);
    font-size: clamp(2rem, 3.6vw, 3.35rem);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: 1;
}

.theme-wimbledon .wim-dashboard-intro p,
.theme-wimbledon .wim-login-access__heading p {
    max-width: 710px;
    margin: 15px 0 0;
    color: var(--wim-grey);
    font-size: 1rem;
    line-height: 1.65;
}

.theme-wimbledon .wim-account-pill {
    max-width: 400px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid var(--wim-line);
    background: #fff;
    color: #4c4650;
    font-size: .78rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.theme-wimbledon .wim-account-pill .mdi {
    color: var(--wim-green);
    font-size: 1.35rem;
}

.theme-wimbledon .wim-allocation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.theme-wimbledon .wim-allocation-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--wim-line);
    background: #fff;
    box-shadow: 0 16px 38px rgba(34, 28, 40, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.theme-wimbledon .wim-allocation-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 52px rgba(34, 28, 40, .13);
}

.theme-wimbledon .wim-allocation-card__colour {
    position: relative;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 34px 36px 34px;
    overflow: hidden;
    color: #fff;
}

.theme-wimbledon .wim-allocation-card--green .wim-allocation-card__colour {
    background: linear-gradient(135deg, #006633 0%, #007b45 100%);
}

.theme-wimbledon .wim-allocation-card--purple .wim-allocation-card__colour {
    background: linear-gradient(135deg, #421866 0%, #612a8d 100%);
}

.theme-wimbledon .wim-allocation-card__number {
    position: absolute;
    top: -32px;
    right: 16px;
    color: rgba(255,255,255,.09);
    font-size: 11rem;
    font-weight: 700;
    letter-spacing: -.08em;
    line-height: 1;
}

.theme-wimbledon .wim-allocation-card__icon {
    position: absolute;
    top: 31px;
    left: 35px;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 50%;
    color: #fff;
    font-size: 1.55rem;
}

.theme-wimbledon .wim-allocation-card__label {
    position: relative;
    z-index: 2;
    margin-bottom: 9px;
    color: rgba(255,255,255,.72);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .18em;
}

.theme-wimbledon .wim-allocation-card__colour h3 {
    position: relative;
    z-index: 2;
    max-width: 480px;
    margin: 0;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1;
}

.theme-wimbledon .wim-allocation-card__body {
    padding: 31px 35px 34px;
}

.theme-wimbledon .wim-allocation-card__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 22px;
}

.theme-wimbledon .wim-allocation-card__stats > div {
    min-width: 0;
    padding-right: 10px;
    border-right: 1px solid var(--wim-line);
}

.theme-wimbledon .wim-allocation-card__stats > div:last-child {
    border-right: 0;
}

.theme-wimbledon .wim-allocation-card__stats strong {
    display: block;
    color: var(--wim-ink);
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: 1;
}

.theme-wimbledon .wim-allocation-card__stats span {
    display: block;
    margin-top: 6px;
    color: #77717b;
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-allocation-card__progress {
    height: 5px;
    margin: 0 0 23px;
    overflow: hidden;
    background: #ece9ed;
}

.theme-wimbledon .wim-allocation-card__progress span {
    height: 100%;
    display: block;
    background: var(--wim-green);
}

.theme-wimbledon .wim-allocation-card--purple .wim-allocation-card__progress span {
    background: var(--wim-purple);
}

.theme-wimbledon .wim-allocation-card__body p {
    min-height: 52px;
    margin: 0 0 27px;
    color: var(--wim-grey);
    font-size: .9rem;
    line-height: 1.6;
}

.theme-wimbledon .wim-card-action,
.theme-wimbledon .wim-login-primary,
.theme-wimbledon .wim-login-sso-action {
    width: 100%;
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 19px 0 21px;
    border: 0;
    color: #fff;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .105em;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .17s ease, background .17s ease;
}

.theme-wimbledon .wim-allocation-card--green .wim-card-action,
.theme-wimbledon .wim-login-primary {
    background: var(--wim-green);
}

.theme-wimbledon .wim-allocation-card--purple .wim-card-action,
.theme-wimbledon .wim-login-sso-action {
    background: var(--wim-purple);
}

.theme-wimbledon .wim-card-action:hover,
.theme-wimbledon .wim-login-primary:hover,
.theme-wimbledon .wim-login-sso-action:hover {
    transform: translateY(-2px);
}

.theme-wimbledon .wim-card-action i,
.theme-wimbledon .wim-login-primary i,
.theme-wimbledon .wim-login-sso-action i {
    font-size: 1.35rem;
}

.theme-wimbledon .wim-dashboard-note {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px 26px;
    border-left: 5px solid var(--wim-green);
    background: var(--wim-mint);
}

.theme-wimbledon .wim-dashboard-note__icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--wim-green);
    color: #fff;
    font-size: 1.25rem;
}

.theme-wimbledon .wim-dashboard-note strong,
.theme-wimbledon .wim-dashboard-note span {
    display: block;
}

.theme-wimbledon .wim-dashboard-note strong {
    margin-bottom: 3px;
    color: var(--wim-ink);
}

.theme-wimbledon .wim-dashboard-note span {
    color: #55505a;
    font-size: .86rem;
    line-height: 1.55;
}

/* ---------- Login page ---------- */
.theme-wimbledon .wim-login-layout {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.theme-wimbledon .wim-login-page {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
}

.theme-wimbledon .wim-login-access {
    width: min(var(--wim-page-max), calc(100% - 80px));
    margin: 0 auto;
    padding: 72px 0 90px;
}

.theme-wimbledon .wim-login-access__heading {
    max-width: 800px;
    margin-bottom: 38px;
}

.theme-wimbledon .wim-login-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    gap: 0;
    border: 1px solid var(--wim-line);
    box-shadow: 0 18px 48px rgba(34, 28, 40, .09);
}

.theme-wimbledon .wim-login-form-card,
.theme-wimbledon .wim-login-sso-card {
    position: relative;
    min-height: 520px;
    padding: 50px 52px;
}

.theme-wimbledon .wim-login-form-card {
    background: #fff;
}

.theme-wimbledon .wim-login-sso-card {
    overflow: hidden;
    background: linear-gradient(145deg, #421964 0%, #5c2788 100%);
    color: #fff;
}

.theme-wimbledon .wim-login-form-card__number {
    position: absolute;
    top: 24px;
    right: 28px;
    color: rgba(70, 61, 75, .08);
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1;
}

.theme-wimbledon .wim-login-sso-card .wim-login-form-card__number {
    color: rgba(255,255,255,.08);
}

.theme-wimbledon .wim-login-form-card h3,
.theme-wimbledon .wim-login-sso-card h3 {
    position: relative;
    z-index: 2;
    max-width: 470px;
    margin: 0 0 13px;
    font-size: clamp(1.65rem, 2.8vw, 2.35rem);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.05;
}

.theme-wimbledon .wim-login-form-card h3 {
    color: var(--wim-ink);
}

.theme-wimbledon .wim-login-sso-card h3 {
    color: #fff;
}

.theme-wimbledon .wim-login-form-card__intro,
.theme-wimbledon .wim-login-sso-card > p {
    max-width: 500px;
    margin: 0 0 31px;
    font-size: .9rem;
    line-height: 1.65;
}

.theme-wimbledon .wim-login-form-card__intro {
    color: var(--wim-grey);
}

.theme-wimbledon .wim-login-sso-card > p {
    color: rgba(255,255,255,.78);
}

.theme-wimbledon .wim-input {
    min-height: 54px !important;
    padding: 12px 14px !important;
    border: 1px solid #bbb5bf !important;
    border-radius: 0 !important;
    font-size: .95rem !important;
}

.theme-wimbledon .wim-login-text-action {
    margin-top: 17px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--wim-green);
    background: transparent;
    color: var(--wim-green);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-login-sso-action {
    position: relative;
    z-index: 2;
    margin-top: 31px;
    border: 1px solid rgba(255,255,255,.65);
    background: transparent;
}

.theme-wimbledon .wim-login-sso-action:hover {
    background: #fff;
    color: var(--wim-purple);
}

.theme-wimbledon .wim-login-sso-card__roundel {
    position: absolute;
    right: -77px;
    bottom: -73px;
    width: 300px;
    height: 300px;
    opacity: .09;
}

.theme-wimbledon .wim-login-sso-card__roundel img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.theme-wimbledon .wim-login-sso-card__help {
    position: absolute;
    right: 52px;
    bottom: 48px;
    left: 52px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.25);
    color: rgba(255,255,255,.72);
    font-size: .76rem;
    line-height: 1.5;
}

.theme-wimbledon .wim-login-sso-card__help i {
    flex: 0 0 auto;
    color: #fff;
    font-size: 1.25rem;
}

.theme-wimbledon .wim-account-picker {
    margin-top: 28px;
    padding: 23px;
    border-left: 4px solid var(--wim-purple);
    background: #f5f1f7;
}

/* The public header replaces the old Hyper topbar for eligible-ticket pages. */
.theme-wimbledon .wim-public-wrapper > .navbar-custom,
.theme-wimbledon .wim-public-wrapper > .topnav {
    display: none !important;
}

/* ---------- Footer refresh ---------- */
.theme-wimbledon .wim-public-wrapper .theme-footer,
.theme-wimbledon .wim-login-layout + .theme-footer {
    border-top: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
    .theme-wimbledon .wim-primary-nav__season {
        display: none;
    }

    .theme-wimbledon .wim-hero__ring--one {
        right: -14%;
        opacity: .85;
    }

    .theme-wimbledon .wim-hero__ring--two {
        right: 5%;
    }

    .theme-wimbledon .wim-allocation-grid,
    .theme-wimbledon .wim-login-grid {
        grid-template-columns: 1fr;
    }

    .theme-wimbledon .wim-login-sso-card {
        min-height: 430px;
    }
}

@media (max-width: 780px) {
    .theme-wimbledon .wim-site-header__utility {
        height: 92px;
        padding: 0 18px;
    }

    .theme-wimbledon .wim-site-header__brand {
        width: 72px;
        height: 72px;
    }

    .theme-wimbledon .wim-site-header__brand img {
        width: 70px;
        height: 70px;
    }

    .theme-wimbledon .wim-site-header__utility-link,
    .theme-wimbledon .wim-site-header__actions a {
        font-size: .59rem;
        letter-spacing: .075em;
    }

    .theme-wimbledon .wim-site-header__actions {
        gap: 8px;
    }

    .theme-wimbledon .wim-site-header__logout {
        padding: 9px 10px;
        font-size: .58rem;
        letter-spacing: .07em;
    }

    .theme-wimbledon .wim-primary-nav {
        min-height: 54px;
        overflow-x: auto;
    }

    .theme-wimbledon .wim-primary-nav__inner {
        width: max-content;
        min-width: 100%;
        padding: 0 8px;
    }

    .theme-wimbledon .wim-primary-nav a {
        min-height: 54px;
        padding: 0 14px;
        font-size: .58rem;
        letter-spacing: .075em;
    }

    .theme-wimbledon .wim-hero--dashboard,
    .theme-wimbledon .wim-hero--login {
        min-height: 410px;
    }

    .theme-wimbledon .wim-hero__inner,
    .theme-wimbledon .wim-dashboard-shell,
    .theme-wimbledon .wim-login-access {
        width: min(100% - 36px, var(--wim-page-max));
    }

    .theme-wimbledon .wim-hero h1 {
        max-width: 78%;
        font-size: clamp(3rem, 15vw, 5rem);
    }

    .theme-wimbledon .wim-hero__copy {
        max-width: 75%;
        font-size: .9rem;
    }

    .theme-wimbledon .wim-hero__ring--one {
        width: 330px;
        height: 330px;
        top: -14%;
        right: -44%;
        border-width: 43px;
    }

    .theme-wimbledon .wim-hero__ring--two,
    .theme-wimbledon .wim-hero__ball {
        display: none;
    }

    .theme-wimbledon .wim-dashboard-shell,
    .theme-wimbledon .wim-login-access {
        padding-top: 48px;
        padding-bottom: 58px;
    }

    .theme-wimbledon .wim-dashboard-intro {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 28px;
    }

    .theme-wimbledon .wim-account-pill {
        max-width: 100%;
    }

    .theme-wimbledon .wim-allocation-card__colour {
        min-height: 225px;
        padding: 30px 25px;
    }

    .theme-wimbledon .wim-allocation-card__body,
    .theme-wimbledon .wim-login-form-card,
    .theme-wimbledon .wim-login-sso-card {
        padding: 32px 25px;
    }

    .theme-wimbledon .wim-login-form-card,
    .theme-wimbledon .wim-login-sso-card {
        min-height: auto;
    }

    .theme-wimbledon .wim-login-sso-card {
        padding-bottom: 120px;
    }

    .theme-wimbledon .wim-login-sso-card__help {
        right: 25px;
        bottom: 29px;
        left: 25px;
    }

    .theme-wimbledon .wim-allocation-card__stats strong {
        font-size: 1.6rem;
    }

    .theme-wimbledon .wim-dashboard-note {
        align-items: flex-start;
        padding: 20px;
    }
}

@media (max-width: 520px) {
    .theme-wimbledon .wim-site-header__utility-link {
        display: none;
    }

    .theme-wimbledon .wim-site-header__utility {
        grid-template-columns: 1fr auto 1fr;
    }

    .theme-wimbledon .wim-site-header__actions a {
        display: none;
    }

    .theme-wimbledon .wim-primary-nav a:nth-child(2),
    .theme-wimbledon .wim-primary-nav a:nth-child(3) {
        display: none;
    }

    .theme-wimbledon .wim-primary-nav__inner {
        justify-content: center;
    }

    .theme-wimbledon .wim-primary-nav a:first-child {
        border: 0;
    }

    .theme-wimbledon .wim-hero h1 {
        max-width: 92%;
    }

    .theme-wimbledon .wim-hero__copy {
        max-width: 92%;
    }

    .theme-wimbledon .wim-allocation-card__stats {
        gap: 7px;
    }

    .theme-wimbledon .wim-allocation-card__stats span {
        font-size: .56rem;
        letter-spacing: .04em;
    }
}

/* ---------- Bring the remaining parking flow into the same public design ---------- */
.theme-wimbledon .wim-public-wrapper .content-page > .content > .container-fluid {
    max-width: 1400px;
    padding: 46px 40px 74px;
}

.theme-wimbledon .wim-public-wrapper .theme-page-heading {
    position: relative;
    max-width: none;
    overflow: hidden;
    margin: 0 0 32px;
    padding: 48px 52px 46px;
    border: 0;
    background: var(--wim-green);
    box-shadow: none;
    color: #fff;
}

.theme-wimbledon .wim-public-wrapper .theme-page-heading::before {
    position: absolute;
    top: -90px;
    right: -65px;
    width: 290px;
    height: 290px;
    border: 42px solid rgba(255,255,255,.13);
    border-radius: 50%;
    content: "";
}

.theme-wimbledon .wim-public-wrapper .theme-page-heading::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 6px;
    background: var(--wim-purple);
    content: "";
}

.theme-wimbledon .wim-public-wrapper .theme-page-heading h1 {
    position: relative;
    z-index: 2;
    max-width: 800px;
    color: #fff;
    font-size: clamp(2.35rem, 4.5vw, 4.3rem);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .95;
}

.theme-wimbledon .wim-public-wrapper .theme-page-heading p {
    position: relative;
    z-index: 2;
    max-width: 760px;
    color: rgba(255,255,255,.88);
    font-size: .98rem;
}

.theme-wimbledon .wim-public-wrapper .theme-page-heading .theme-kicker {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,.78);
}

.theme-wimbledon .wim-public-wrapper .theme-page-heading .theme-info-note {
    position: relative;
    z-index: 2;
    max-width: 760px;
    border-left: 4px solid #fff;
    background: rgba(255,255,255,.12);
    color: #fff;
}

.theme-wimbledon .wim-public-wrapper .theme-page-actions {
    margin: 0 0 25px;
    padding: 18px 20px;
    border: 1px solid var(--wim-line);
    background: #fff;
}

.theme-wimbledon .wim-public-wrapper .theme-flow-steps {
    overflow: hidden;
    margin: 0 0 28px;
    border: 1px solid var(--wim-line);
    background: #fff;
    box-shadow: none;
}

.theme-wimbledon .wim-public-wrapper .theme-flow-step {
    min-height: 72px;
}

.theme-wimbledon .wim-public-wrapper .theme-flow-step.is-active {
    background: var(--wim-purple);
    color: #fff;
}

.theme-wimbledon .wim-public-wrapper .theme-flow-step.is-active strong,
.theme-wimbledon .wim-public-wrapper .theme-flow-step.is-active span {
    color: #fff;
}

.theme-wimbledon .wim-public-wrapper .event-tile {
    border: 1px solid var(--wim-line);
    background: #fff;
    box-shadow: 0 10px 28px rgba(34,28,40,.07);
}

.theme-wimbledon .wim-public-wrapper .event-tile__header {
    min-height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 24px;
    background: var(--wim-green);
}

.theme-wimbledon .wim-public-wrapper .event-tile.is-selected .event-tile__header {
    background: var(--wim-purple);
}

.theme-wimbledon .wim-public-wrapper .event-tile__day {
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: -.02em;
}

.theme-wimbledon .wim-public-wrapper .event-tile__date {
    margin-top: 4px;
    color: rgba(255,255,255,.78);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-public-wrapper .event-tile__body {
    padding: 23px;
}

.theme-wimbledon .wim-public-wrapper .checkout-card,
.theme-wimbledon .wim-public-wrapper .basket-card,
.theme-wimbledon .wim-public-wrapper .reg-card {
    border: 1px solid var(--wim-line) !important;
    border-radius: 0 !important;
    box-shadow: 0 12px 32px rgba(34,28,40,.07) !important;
}

.theme-wimbledon .wim-public-wrapper .checkout-card__header,
.theme-wimbledon .wim-public-wrapper .basket-card__header,
.theme-wimbledon .wim-public-wrapper .reg-card__header {
    border: 0 !important;
    border-bottom: 5px solid var(--wim-purple) !important;
    background: var(--wim-green) !important;
    color: #fff !important;
    letter-spacing: .09em;
}

.theme-wimbledon .wim-public-wrapper .checkout-card__header *,
.theme-wimbledon .wim-public-wrapper .basket-card__header *,
.theme-wimbledon .wim-public-wrapper .reg-card__header * {
    color: #fff !important;
}

.theme-wimbledon .wim-public-wrapper .btn-primary,
.theme-wimbledon .wim-public-wrapper .btn-success {
    min-height: 46px;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: .075em;
}

.theme-wimbledon .wim-public-wrapper .btn-outline-primary,
.theme-wimbledon .wim-public-wrapper .btn-outline-secondary,
.theme-wimbledon .wim-public-wrapper .btn-light {
    min-height: 44px;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: .065em;
}

@media (max-width: 780px) {
    .theme-wimbledon .wim-public-wrapper .content-page > .content > .container-fluid {
        padding: 26px 18px 54px;
    }

    .theme-wimbledon .wim-public-wrapper .theme-page-heading {
        padding: 34px 26px 36px;
    }

    .theme-wimbledon .wim-public-wrapper .theme-page-heading::before {
        right: -140px;
    }
}

.theme-wimbledon .wim-primary-nav__public-label {
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    padding: 0 24px;
    border-left: 1px solid rgba(255,255,255,.12);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
    white-space: nowrap;
}

.theme-wimbledon .wim-primary-nav__public-label:first-child {
    border-left: 0;
}

@media (max-width: 780px) {
    .theme-wimbledon .wim-primary-nav__public-label {
        min-height: 54px;
        padding: 0 14px;
        font-size: .58rem;
        letter-spacing: .075em;
    }
}

@media (max-width: 520px) {
    .theme-wimbledon .wim-primary-nav__public-label:nth-child(2) {
        display: none;
    }
}

/* ========================================================================== */
/* WIMBLEDON V3 - EDITORIAL / PHOTO-LED EXPERIENCE                            */
/* ========================================================================== */

.theme-wimbledon {
    --wim-v3-green: #063b29;
    --wim-v3-green-deep: #03291d;
    --wim-v3-green-bright: #006b43;
    --wim-v3-purple: #5b2a86;
    --wim-v3-purple-deep: #3b145e;
    --wim-v3-lime: #d6e653;
    --wim-v3-cream: #f4f3ee;
    --wim-v3-paper: #ffffff;
    --wim-v3-text: #17171a;
    --wim-v3-soft-text: #706d75;
    background: var(--wim-v3-cream);
}

.theme-wimbledon .wim-site-header__utility {
    height: 108px;
    max-width: 1440px;
    padding: 0 44px;
}

.theme-wimbledon .wim-site-header__brand {
    width: 86px;
    height: 86px;
}

.theme-wimbledon .wim-site-header__brand img {
    width: 84px;
    height: 84px;
    filter: none;
}

.theme-wimbledon .wim-primary-nav,
.theme-wimbledon .wim-primary-nav a,
.theme-wimbledon .wim-primary-nav__season {
    min-height: 58px;
}

.theme-wimbledon .wim-primary-nav {
    background: var(--wim-v3-purple);
    box-shadow: none;
}

.theme-wimbledon .wim-primary-nav__inner {
    max-width: 1440px;
    padding: 0 44px;
}

.theme-wimbledon .wim-primary-nav a,
.theme-wimbledon .wim-primary-nav__season {
    padding: 0 22px;
    font-size: .7rem;
    letter-spacing: .1em;
}

.theme-wimbledon .wim-v3 {
    background: var(--wim-v3-cream);
}

/* --- Photo-led hero ------------------------------------------------------ */
.theme-wimbledon .wim-editorial-hero {
    width: 100%;
    min-height: 540px;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
    overflow: hidden;
    background: var(--wim-v3-green);
    color: #fff;
}

.theme-wimbledon .wim-editorial-hero__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 58px 76px max(48px, calc((100vw - 1440px) / 2));
}

.theme-wimbledon .wim-editorial-hero__eyebrow,
.theme-wimbledon .wim-editorial-kicker {
    margin-bottom: 15px;
    color: var(--wim-v3-lime);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.08rem;
    font-weight: 400;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-editorial-hero h1 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.65rem, 6.1vw, 6.6rem);
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: .91;
}

.theme-wimbledon .wim-editorial-hero__date {
    width: fit-content;
    margin-top: 30px;
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-editorial-hero__copy > p {
    max-width: 610px;
    margin: 23px 0 0;
    color: rgba(255,255,255,.84);
    font-size: 1.04rem;
    line-height: 1.65;
}

.theme-wimbledon .wim-editorial-hero__media {
    min-width: 0;
    position: relative;
    overflow: hidden;
    margin: 32px 32px 32px 0;
    border-radius: 26px 0 0 26px;
    background: #082e22;
    box-shadow: 0 28px 70px rgba(0,0,0,.22);
}

.theme-wimbledon .wim-editorial-hero__photo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.03);
}

.theme-wimbledon .wim-editorial-hero__photo--login {
    object-position: 82% center;
}

.theme-wimbledon .wim-editorial-hero__photo--dashboard {
    object-position: 76% center;
}

.theme-wimbledon .wim-editorial-hero__media-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6,59,41,.38) 0%, rgba(6,59,41,.03) 48%, rgba(20,13,25,.08) 100%),
        linear-gradient(180deg, rgba(0,0,0,.02) 45%, rgba(0,0,0,.35) 100%);
}

.theme-wimbledon .wim-editorial-hero__roundel {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 94px;
    height: 94px;
    padding: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,.94);
    box-shadow: 0 12px 30px rgba(0,0,0,.22);
}

.theme-wimbledon .wim-editorial-hero__media-caption {
    position: absolute;
    right: 30px;
    bottom: 26px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(8,31,23,.8);
    color: #fff;
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

/* --- Dashboard: Wimbledon-style featured cards -------------------------- */
.theme-wimbledon .wim-featured-parking {
    background: var(--wim-v3-green-deep);
    color: #fff;
    padding: 82px 0 92px;
}

.theme-wimbledon .wim-featured-parking__inner,
.theme-wimbledon .wim-before-travel__inner,
.theme-wimbledon .wim-login-access--v3 {
    width: min(1360px, calc(100% - 80px));
    margin: 0 auto;
}

.theme-wimbledon .wim-featured-parking__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 34px;
}

.theme-wimbledon .wim-featured-parking__heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.35rem, 4vw, 4.05rem);
    font-weight: 700;
    letter-spacing: -.05em;
}

.theme-wimbledon .wim-account-pill--dark {
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.86);
    backdrop-filter: blur(8px);
}

.theme-wimbledon .wim-account-pill--dark .mdi {
    color: var(--wim-v3-lime);
}

.theme-wimbledon .wim-feature-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
}

.theme-wimbledon .wim-feature-card {
    min-width: 0;
    color: #fff;
}

.theme-wimbledon .wim-feature-card__image {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 18px;
    background: #163e30;
    box-shadow: 0 18px 44px rgba(0,0,0,.24);
}

.theme-wimbledon .wim-feature-card__photo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.theme-wimbledon .wim-feature-card:hover .wim-feature-card__photo {
    transform: scale(1.035);
}

.theme-wimbledon .wim-feature-card__photo--free {
    object-position: 80% center;
}

.theme-wimbledon .wim-feature-card__photo--paid {
    object-position: 75% center;
}

.theme-wimbledon .wim-feature-card__image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.04) 35%, rgba(0,0,0,.38) 100%);
    content: '';
}

.theme-wimbledon .wim-feature-card__badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(3,27,19,.82);
    color: #fff;
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    backdrop-filter: blur(9px);
}

.theme-wimbledon .wim-feature-card__badge--purple {
    background: rgba(70,23,105,.88);
}

.theme-wimbledon .wim-feature-card__icon {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--wim-v3-green-deep);
    font-size: 1.35rem;
    box-shadow: 0 8px 22px rgba(0,0,0,.18);
}

.theme-wimbledon .wim-feature-card__content {
    padding: 24px 4px 0;
}

.theme-wimbledon .wim-feature-card__meta {
    margin-bottom: 8px;
    color: var(--wim-v3-lime);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-feature-card__content h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 3vw, 3.1rem);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.03;
}

.theme-wimbledon .wim-feature-card__content > p {
    max-width: 570px;
    margin: 14px 0 20px;
    color: rgba(255,255,255,.72);
    font-size: .96rem;
    line-height: 1.6;
}

.theme-wimbledon .wim-feature-card__stats {
    display: flex;
    gap: 0;
    margin: 0 0 22px;
}

.theme-wimbledon .wim-feature-card__stats > div {
    min-width: 110px;
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid rgba(255,255,255,.17);
}

.theme-wimbledon .wim-feature-card__stats > div:last-child {
    border-right: 0;
}

.theme-wimbledon .wim-feature-card__stats strong,
.theme-wimbledon .wim-feature-card__stats span {
    display: block;
}

.theme-wimbledon .wim-feature-card__stats strong {
    color: #fff;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1;
}

.theme-wimbledon .wim-feature-card__stats span {
    margin-top: 7px;
    color: rgba(255,255,255,.52);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-feature-card__action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 0;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.18);
    background: transparent;
    color: #fff;
    text-align: left;
    cursor: pointer;
}

.theme-wimbledon .wim-feature-card__action > span:first-child {
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-feature-card__action-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--wim-v3-green-deep);
    transition: transform .18s ease, background .18s ease;
}

.theme-wimbledon .wim-feature-card__action:hover .wim-feature-card__action-icon {
    transform: translateX(4px);
    background: var(--wim-v3-lime);
}

/* --- Before travel photo panel ------------------------------------------ */
.theme-wimbledon .wim-before-travel {
    padding: 84px 0 96px;
    background: var(--wim-v3-cream);
}

.theme-wimbledon .wim-before-travel__inner {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(31,29,35,.10);
}

.theme-wimbledon .wim-before-travel__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 62px 60px;
}

.theme-wimbledon .wim-before-travel__content h2 {
    margin: 0;
    color: var(--wim-v3-text);
    font-size: clamp(2.45rem, 4vw, 4.25rem);
    font-weight: 700;
    letter-spacing: -.05em;
}

.theme-wimbledon .wim-before-travel__content > p {
    max-width: 600px;
    margin: 18px 0 24px;
    color: var(--wim-v3-soft-text);
    font-size: 1rem;
    line-height: 1.7;
}

.theme-wimbledon .wim-before-travel__detail {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--wim-v3-green);
    font-size: .84rem;
    font-weight: 600;
}

.theme-wimbledon .wim-before-travel__detail i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--wim-v3-green);
    color: #fff;
    font-size: 1.05rem;
}

.theme-wimbledon .wim-before-travel__media {
    min-height: 440px;
    position: relative;
    overflow: hidden;
    background: #183f31;
}

.theme-wimbledon .wim-before-travel__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 82% center;
    transform: scale(1.04);
}

.theme-wimbledon .wim-before-travel__media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 35%);
}

/* --- Login refresh ------------------------------------------------------- */
.theme-wimbledon .wim-login-access--v3 {
    padding-top: 82px;
    padding-bottom: 96px;
}

.theme-wimbledon .wim-login-access__heading--v3 {
    max-width: 900px;
    margin-bottom: 36px;
}

.theme-wimbledon .wim-login-access__heading--v3 h2 {
    font-size: clamp(2.45rem, 4.4vw, 4.35rem);
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: 1;
}

.theme-wimbledon .wim-login-grid--v3 {
    grid-template-columns: minmax(0, 1.05fr) minmax(410px, .95fr);
    gap: 26px;
    border: 0;
    box-shadow: none;
}

.theme-wimbledon .wim-login-form-card--v3,
.theme-wimbledon .wim-login-sso-card--v3 {
    min-height: 560px;
    border-radius: 20px;
    box-shadow: 0 22px 56px rgba(31,29,35,.10);
}

.theme-wimbledon .wim-login-form-card--v3 {
    padding: 48px 50px;
}

.theme-wimbledon .wim-login-form-card--v3 h3,
.theme-wimbledon .wim-login-sso-card--v3 h3 {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    letter-spacing: -.045em;
}

.theme-wimbledon .wim-login-sso-card--v3 {
    min-width: 0;
    position: relative;
    overflow: hidden;
    padding: 0;
    background: var(--wim-v3-purple-deep);
}

.theme-wimbledon .wim-login-sso-card__photo,
.theme-wimbledon .wim-login-sso-card__overlay {
    position: absolute;
    inset: 0;
}

.theme-wimbledon .wim-login-sso-card__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 76% center;
    transform: scale(1.05);
}

.theme-wimbledon .wim-login-sso-card__overlay {
    background: linear-gradient(180deg, rgba(42,12,66,.52) 0%, rgba(54,16,82,.83) 55%, rgba(43,11,67,.97) 100%);
}

.theme-wimbledon .wim-login-sso-card__content {
    position: relative;
    z-index: 2;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    padding: 48px 46px;
}

.theme-wimbledon .wim-login-sso-card--v3 h3,
.theme-wimbledon .wim-login-sso-card--v3 p {
    color: #fff;
}

.theme-wimbledon .wim-login-sso-card--v3 p {
    max-width: 470px;
    color: rgba(255,255,255,.78);
    font-size: .96rem;
    line-height: 1.65;
}

.theme-wimbledon .wim-input,
.theme-wimbledon .wim-login-form-card--v3 .form-control,
.theme-wimbledon .wim-login-form-card--v3 .form-select {
    min-height: 52px !important;
    border-radius: 10px !important;
    border-color: #d1cdd3 !important;
    background: #fbfbfa;
}

.theme-wimbledon .wim-login-primary,
.theme-wimbledon .wim-login-sso-action {
    border-radius: 10px;
}

.theme-wimbledon .wim-login-primary {
    min-height: 52px;
    box-shadow: 0 9px 22px rgba(0,102,51,.18);
}

.theme-wimbledon .wim-login-sso-action {
    min-height: 52px;
    margin-top: 18px;
    background: #fff;
    color: var(--wim-v3-purple-deep);
    border-color: #fff;
}

.theme-wimbledon .wim-login-sso-action:hover {
    background: var(--wim-v3-lime);
    border-color: var(--wim-v3-lime);
    color: #262018;
}

.theme-wimbledon .wim-login-sso-card--v3 .wim-login-sso-card__help {
    position: static;
    margin-top: auto;
    padding-top: 24px;
}

/* --- Soften the remaining public parking flow --------------------------- */
.theme-wimbledon .wim-public-wrapper .theme-page-heading,
.theme-wimbledon .wim-public-wrapper .event-tile,
.theme-wimbledon .wim-public-wrapper .reg-card,
.theme-wimbledon .wim-public-wrapper .checkout-card,
.theme-wimbledon .wim-public-wrapper .theme-flow-steps,
.theme-wimbledon .wim-public-wrapper .card {
    border-radius: 14px;
}

.theme-wimbledon .wim-public-wrapper .theme-page-heading,
.theme-wimbledon .wim-public-wrapper .reg-card,
.theme-wimbledon .wim-public-wrapper .checkout-card,
.theme-wimbledon .wim-public-wrapper .card {
    box-shadow: 0 14px 38px rgba(31,29,35,.07);
}

.theme-wimbledon .wim-public-wrapper .form-control,
.theme-wimbledon .wim-public-wrapper .form-select,
.theme-wimbledon .wim-public-wrapper .form-control-clean {
    border-radius: 9px !important;
}

.theme-wimbledon .wim-public-wrapper .btn,
.theme-wimbledon .wim-public-wrapper .rz-button {
    border-radius: 9px !important;
}

.theme-wimbledon .wim-public-wrapper .event-tile {
    overflow: hidden;
}

/* --- Responsive ---------------------------------------------------------- */
@media (max-width: 1120px) {
    .theme-wimbledon .wim-editorial-hero {
        grid-template-columns: 1fr 1fr;
        min-height: 500px;
    }

    .theme-wimbledon .wim-editorial-hero__copy {
        padding-left: 40px;
        padding-right: 36px;
    }

    .theme-wimbledon .wim-feature-card-grid,
    .theme-wimbledon .wim-login-grid--v3,
    .theme-wimbledon .wim-before-travel__inner {
        grid-template-columns: 1fr;
    }

    .theme-wimbledon .wim-before-travel__media {
        min-height: 380px;
    }
}

@media (max-width: 820px) {
    .theme-wimbledon .wim-site-header__utility {
        height: 88px;
        padding: 0 18px;
    }

    .theme-wimbledon .wim-site-header__brand,
    .theme-wimbledon .wim-site-header__brand img {
        width: 70px;
        height: 70px;
    }

    .theme-wimbledon .wim-editorial-hero {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .theme-wimbledon .wim-editorial-hero__copy {
        padding: 58px 24px 44px;
    }

    .theme-wimbledon .wim-editorial-hero h1 {
        font-size: clamp(3.2rem, 14vw, 5.2rem);
    }

    .theme-wimbledon .wim-editorial-hero__media {
        min-height: 330px;
        margin: 0 20px 24px;
        border-radius: 20px;
    }

    .theme-wimbledon .wim-editorial-hero__roundel {
        width: 72px;
        height: 72px;
    }

    .theme-wimbledon .wim-featured-parking__inner,
    .theme-wimbledon .wim-before-travel__inner,
    .theme-wimbledon .wim-login-access--v3 {
        width: min(100% - 36px, 1360px);
    }

    .theme-wimbledon .wim-featured-parking {
        padding: 58px 0 64px;
    }

    .theme-wimbledon .wim-featured-parking__heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .theme-wimbledon .wim-feature-card-grid {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .theme-wimbledon .wim-before-travel {
        padding: 50px 0 62px;
    }

    .theme-wimbledon .wim-before-travel__content {
        padding: 42px 28px;
    }

    .theme-wimbledon .wim-login-access--v3 {
        padding-top: 56px;
        padding-bottom: 68px;
    }

    .theme-wimbledon .wim-login-form-card--v3,
    .theme-wimbledon .wim-login-sso-card__content {
        min-height: auto;
        padding: 38px 28px;
    }

    .theme-wimbledon .wim-login-sso-card--v3 {
        min-height: 500px;
    }

    .theme-wimbledon .wim-login-sso-card__content {
        min-height: 500px;
    }
}

@media (max-width: 520px) {
    .theme-wimbledon .wim-editorial-hero__media {
        min-height: 270px;
    }

    .theme-wimbledon .wim-editorial-hero__media-caption {
        display: none;
    }

    .theme-wimbledon .wim-feature-card__stats > div {
        min-width: 0;
        flex: 1;
        padding-right: 12px;
        margin-right: 12px;
    }

    .theme-wimbledon .wim-feature-card__stats strong {
        font-size: 1.35rem;
    }
}

/* Photo-led title treatment for the rest of the public parking journey. */
.theme-wimbledon .wim-public-wrapper .theme-page-heading {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 46px 46% 46px 48px;
    border: 0;
    border-radius: 18px;
    background: var(--wim-v3-green);
    box-shadow: 0 18px 46px rgba(31,29,35,.09);
}

.theme-wimbledon .wim-public-wrapper .theme-page-heading::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 42%;
    background:
        linear-gradient(90deg, rgba(6,59,41,.28), rgba(6,59,41,.02)),
        url('../assets/images/wimbledon2026.png') 100% center / cover no-repeat;
    content: '';
}

.theme-wimbledon .wim-public-wrapper .theme-page-heading::after {
    display: none;
}

.theme-wimbledon .wim-public-wrapper .theme-page-heading > * {
    position: relative;
    z-index: 2;
}

.theme-wimbledon .wim-public-wrapper .theme-page-heading h1 {
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 4rem);
    font-weight: 700;
    letter-spacing: -.05em;
}

.theme-wimbledon .wim-public-wrapper .theme-page-heading p {
    color: rgba(255,255,255,.78);
}

.theme-wimbledon .wim-public-wrapper .theme-page-heading .theme-kicker {
    color: var(--wim-v3-lime);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: .05em;
}

.theme-wimbledon .wim-feature-card__photo--free,
.theme-wimbledon .wim-before-travel__media img {
    object-position: 100% center;
}

@media (max-width: 780px) {
    .theme-wimbledon .wim-public-wrapper .theme-page-heading {
        min-height: 220px;
        padding: 38px 28px;
    }

    .theme-wimbledon .wim-public-wrapper .theme-page-heading::before {
        width: 100%;
        opacity: .2;
        background-position: 100% center;
    }
}

/* Final softening pass. */
.theme-wimbledon .wim-editorial-hero__media {
    border-radius: 26px;
}

.theme-wimbledon .wim-editorial-hero__photo--login {
    object-position: 100% center;
}

/* ========================================================================== */
/* WIMBLEDON V4 - WHITE / BOLDER / CLOSER TO WIMBLEDON.COM                    */
/* ========================================================================== */
.theme-wimbledon {
    --wim-v4-green: #004b2f;
    --wim-v4-green-dark: #003b28;
    --wim-v4-green-deep: #002f22;
    --wim-v4-purple: #4f2683;
    --wim-v4-purple-dark: #3b1a63;
    --wim-v4-lime: #d7e64a;
    --wim-v4-ink: #151515;
    --wim-v4-muted: #666a69;
    --wim-v4-line: #e4e7e5;
    --wim-v4-soft: #f5f7f6;
    --wim-v4-purple-soft: #f5f1f8;
    background: #fff !important;
    color: var(--wim-v4-ink);
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif !important;
}

.theme-wimbledon .login-layout,
.theme-wimbledon .content-page,
.theme-wimbledon .wim-v4 {
    background: #fff !important;
}

/* Header - compact, confident, close to Wimbledon web rhythm */
.theme-wimbledon .wim-site-header {
    background: #fff;
    border-bottom: 0;
}

.theme-wimbledon .wim-site-header__utility {
    height: 88px;
    max-width: 1320px;
    padding: 0 36px;
}

.theme-wimbledon .wim-site-header__brand,
.theme-wimbledon .wim-site-header__brand img {
    width: 68px;
    height: 68px;
}

.theme-wimbledon .wim-site-header__utility-link,
.theme-wimbledon .wim-site-header__actions a,
.theme-wimbledon .wim-site-header__logout {
    color: #484c4a !important;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
}

.theme-wimbledon .wim-site-header__utility-link::after,
.theme-wimbledon .wim-site-header__actions a::after {
    background: #00843d !important;
}

.theme-wimbledon .wim-primary-nav {
    min-height: 54px;
    background: var(--wim-v4-purple) !important;
    border-bottom: 4px solid #00843d;
    box-shadow: none !important;
}

.theme-wimbledon .wim-primary-nav__inner {
    max-width: 1320px;
    min-height: 54px;
    padding: 0 36px;
}

.theme-wimbledon .wim-primary-nav a,
.theme-wimbledon .wim-primary-nav__public-label,
.theme-wimbledon .wim-primary-nav__season {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    color: #fff !important;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .07em;
    opacity: .95;
}

.theme-wimbledon .wim-primary-nav__season {
    margin-left: auto;
}

/* Shared width */
.theme-wimbledon .wim-v4-container,
.theme-wimbledon .wim-v4-hero__inner,
.theme-wimbledon .wim-v4-login-shell {
    width: min(1220px, calc(100% - 64px));
    margin-left: auto;
    margin-right: auto;
}

/* Hero */
.theme-wimbledon .wim-v4-hero {
    min-height: 520px;
    position: relative;
    overflow: hidden;
    background: var(--wim-v4-green-dark);
    color: #fff;
}

.theme-wimbledon .wim-v4-hero__image,
.theme-wimbledon .wim-v4-hero__wash {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.theme-wimbledon .wim-v4-hero__image {
    object-fit: cover;
    object-position: center 48%;
    transform: scale(1.015);
}

.theme-wimbledon .wim-v4-hero__image--parking {
    object-position: center 50%;
}

.theme-wimbledon .wim-v4-hero__wash {
    background:
        linear-gradient(90deg,
            rgba(0,54,35,.98) 0%,
            rgba(0,54,35,.94) 25%,
            rgba(0,54,35,.72) 46%,
            rgba(0,54,35,.18) 70%,
            rgba(0,54,35,.08) 100%),
        linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.18));
}

.theme-wimbledon .wim-v4-hero__inner {
    min-height: 520px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.theme-wimbledon .wim-v4-hero__copy {
    width: min(610px, 54%);
    padding: 58px 0 64px;
}

.theme-wimbledon .wim-v4-kicker {
    margin-bottom: 16px;
    color: var(--wim-v4-lime);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: .96rem;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-v4-kicker--green {
    color: #00703c;
}

.theme-wimbledon .wim-v4-kicker--purple {
    color: var(--wim-v4-purple);
}

.theme-wimbledon .wim-v4-hero h1 {
    max-width: 680px;
    margin: 0;
    color: #fff;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(3.5rem, 5.7vw, 5.7rem);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: .96;
}

.theme-wimbledon .wim-v4-hero__copy > p {
    max-width: 540px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.9);
    font-size: 1.03rem;
    font-weight: 500;
    line-height: 1.65;
}

.theme-wimbledon .wim-v4-date {
    width: fit-content;
    margin-top: 28px;
    padding-top: 18px;
    border-top: 3px solid #21a366;
    color: #fff;
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

/* Login - white floating panel, no beige background */
.theme-wimbledon .wim-v4-login-shell {
    position: relative;
    z-index: 5;
    margin-top: -72px;
    margin-bottom: 86px;
}

.theme-wimbledon .wim-v4-login-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(370px, .85fr);
    overflow: hidden;
    border: 1px solid rgba(16,36,27,.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(13,37,27,.13);
}

.theme-wimbledon .wim-v4-login-panel__form,
.theme-wimbledon .wim-v4-login-panel__sso {
    padding: 54px 58px 56px;
}

.theme-wimbledon .wim-v4-login-panel__form h2,
.theme-wimbledon .wim-v4-login-panel__sso h3,
.theme-wimbledon .wim-v4-options__heading h2,
.theme-wimbledon .wim-v4-option-card h3,
.theme-wimbledon .wim-v4-travel h2 {
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -.035em;
}

.theme-wimbledon .wim-v4-login-panel__form h2 {
    margin: 0 0 8px;
    color: var(--wim-v4-green-deep);
    font-size: clamp(2.3rem, 3vw, 3.3rem);
    line-height: 1;
}

.theme-wimbledon .wim-v4-lead {
    max-width: 560px;
    margin: 0 0 34px;
    color: var(--wim-v4-muted);
    font-size: .98rem;
    line-height: 1.65;
}

.theme-wimbledon .wim-v4-field {
    margin-bottom: 20px;
}

.theme-wimbledon .wim-v4-field .form-label {
    margin-bottom: 8px;
    color: #313634;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-v4-input,
.theme-wimbledon .wim-v4-login-panel .form-control,
.theme-wimbledon .wim-v4-login-panel .form-select {
    min-height: 54px !important;
    padding: 13px 15px !important;
    border: 1px solid #cfd5d2 !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: #1f2422 !important;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: .94rem !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

.theme-wimbledon .wim-v4-input:focus,
.theme-wimbledon .wim-v4-login-panel .form-control:focus,
.theme-wimbledon .wim-v4-login-panel .form-select:focus {
    border-color: #00703c !important;
    box-shadow: 0 0 0 3px rgba(0,112,60,.11) !important;
}

.theme-wimbledon .wim-v4-button {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 18px;
    border: 0;
    border-radius: 7px;
    color: #fff;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.theme-wimbledon .wim-v4-button:hover {
    transform: translateY(-1px);
}

.theme-wimbledon .wim-v4-button--green {
    margin-top: 8px;
    background: #006b3c;
    box-shadow: 0 10px 24px rgba(0,91,52,.14);
}

.theme-wimbledon .wim-v4-button--green:hover {
    background: #005c34;
}

.theme-wimbledon .wim-v4-button--purple {
    margin-top: 28px;
    background: var(--wim-v4-purple);
    box-shadow: 0 10px 24px rgba(79,38,131,.15);
}

.theme-wimbledon .wim-v4-button--purple:hover {
    background: var(--wim-v4-purple-dark);
}

.theme-wimbledon .wim-v4-text-link {
    margin-top: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #006b3c;
    font-size: .76rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.theme-wimbledon .wim-v4-login-panel__sso {
    min-height: 100%;
    position: relative;
    overflow: hidden;
    border-left: 1px solid #e7e4ea;
    background:
        linear-gradient(135deg, rgba(255,255,255,.95), rgba(247,243,250,.98)),
        var(--wim-v4-purple-soft);
}

.theme-wimbledon .wim-v4-login-panel__sso h3 {
    max-width: 430px;
    margin: 0 0 16px;
    color: var(--wim-v4-purple-dark);
    font-size: clamp(2rem, 2.6vw, 2.8rem);
    line-height: 1.06;
}

.theme-wimbledon .wim-v4-login-panel__sso > p {
    max-width: 430px;
    margin: 0;
    color: #636167;
    font-size: .96rem;
    line-height: 1.65;
}

.theme-wimbledon .wim-v4-sso-roundel {
    width: 84px;
    height: 84px;
    margin-bottom: 34px;
}

.theme-wimbledon .wim-v4-sso-roundel img {
    width: 100%;
    height: 100%;
    display: block;
}

.theme-wimbledon .wim-v4-sso-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid #ddd7e3;
    color: #716b75;
    font-size: .8rem;
    font-weight: 500;
}

.theme-wimbledon .wim-v4-sso-note i {
    color: var(--wim-v4-purple);
    font-size: 1.2rem;
}

/* Dashboard options - predominantly white like wimbledon.com */
.theme-wimbledon .wim-v4-options {
    padding: 82px 0 92px;
    background: #fff;
}

.theme-wimbledon .wim-v4-options__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 34px;
}

.theme-wimbledon .wim-v4-options__heading h2 {
    margin: 0;
    color: var(--wim-v4-green-deep);
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1.02;
}

.theme-wimbledon .wim-v4-options__heading p {
    margin: 12px 0 0;
    color: var(--wim-v4-muted);
    font-size: 1rem;
}

.theme-wimbledon .wim-v4-account-pill {
    max-width: 340px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid var(--wim-v4-line);
    border-radius: 999px;
    background: #fff;
    color: #4d5350;
    font-size: .78rem;
    font-weight: 600;
    white-space: nowrap;
}

.theme-wimbledon .wim-v4-account-pill i {
    color: #00703c;
    font-size: 1.18rem;
}

.theme-wimbledon .wim-v4-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.theme-wimbledon .wim-v4-option-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e1e5e3;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(10,48,32,.055);
    transition: transform .2s ease, box-shadow .2s ease;
}

.theme-wimbledon .wim-v4-option-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(10,48,32,.10);
}

.theme-wimbledon .wim-v4-option-card__media {
    height: 285px;
    position: relative;
    overflow: hidden;
    background: #163c2d;
}

.theme-wimbledon .wim-v4-option-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
}

.theme-wimbledon .wim-v4-option-card:hover .wim-v4-option-card__media img {
    transform: scale(1.025);
}

.theme-wimbledon .wim-v4-option-card__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.22));
    content: '';
}

.theme-wimbledon .wim-v4-option-card__tag {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(0,48,33,.88);
    color: #fff;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .07em;
}

.theme-wimbledon .wim-v4-option-card--purple .wim-v4-option-card__tag {
    background: rgba(69,31,111,.9);
}

.theme-wimbledon .wim-v4-option-card__body {
    padding: 30px 32px 28px;
}

.theme-wimbledon .wim-v4-option-card__eyebrow {
    margin-bottom: 7px;
    color: #00703c;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .085em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-v4-option-card--purple .wim-v4-option-card__eyebrow {
    color: var(--wim-v4-purple);
}

.theme-wimbledon .wim-v4-option-card h3 {
    margin: 0;
    color: var(--wim-v4-green-deep);
    font-size: clamp(2rem, 2.7vw, 2.85rem);
    line-height: 1.02;
}

.theme-wimbledon .wim-v4-option-card--purple h3 {
    color: var(--wim-v4-purple-dark);
}

.theme-wimbledon .wim-v4-option-card__body > p {
    min-height: 50px;
    margin: 14px 0 22px;
    color: var(--wim-v4-muted);
    font-size: .94rem;
    line-height: 1.6;
}

.theme-wimbledon .wim-v4-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    margin: 0 0 24px;
    border-top: 1px solid var(--wim-v4-line);
    border-bottom: 1px solid var(--wim-v4-line);
}

.theme-wimbledon .wim-v4-stats > div {
    padding: 18px 12px 16px 0;
    border-right: 1px solid var(--wim-v4-line);
}

.theme-wimbledon .wim-v4-stats > div:not(:first-child) {
    padding-left: 18px;
}

.theme-wimbledon .wim-v4-stats > div:last-child {
    border-right: 0;
}

.theme-wimbledon .wim-v4-stats strong,
.theme-wimbledon .wim-v4-stats span {
    display: block;
}

.theme-wimbledon .wim-v4-stats strong {
    color: var(--wim-v4-green-deep);
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1;
}

.theme-wimbledon .wim-v4-option-card--purple .wim-v4-stats strong {
    color: var(--wim-v4-purple-dark);
}

.theme-wimbledon .wim-v4-stats span {
    margin-top: 6px;
    color: #7a807d;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-v4-card-action {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 16px;
    border: 0;
    border-radius: 6px;
    background: #006b3c;
    color: #fff;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-v4-option-card--purple .wim-v4-card-action {
    background: var(--wim-v4-purple);
}

.theme-wimbledon .wim-v4-card-action:hover {
    filter: brightness(.94);
}

/* Before travel - one strong dark section, surrounded by white */
.theme-wimbledon .wim-v4-travel {
    padding: 78px 0;
    background: var(--wim-v4-green-deep);
    color: #fff;
}

.theme-wimbledon .wim-v4-travel__grid {
    display: grid;
    grid-template-columns: minmax(0,.9fr) minmax(520px,1.1fr);
    align-items: stretch;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
}

.theme-wimbledon .wim-v4-travel__copy {
    padding: 58px 54px;
    background: var(--wim-v4-green-dark);
}

.theme-wimbledon .wim-v4-travel h2 {
    max-width: 480px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.4rem, 3.7vw, 3.8rem);
    line-height: 1;
}

.theme-wimbledon .wim-v4-travel__copy > p {
    max-width: 500px;
    margin: 18px 0 26px;
    color: rgba(255,255,255,.82);
    font-size: .98rem;
    line-height: 1.65;
}

.theme-wimbledon .wim-v4-travel__point {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.18);
    color: rgba(255,255,255,.9);
    font-size: .86rem;
    line-height: 1.5;
}

.theme-wimbledon .wim-v4-travel__point i {
    color: var(--wim-v4-lime);
    font-size: 1.35rem;
}

.theme-wimbledon .wim-v4-travel__media {
    min-height: 410px;
    overflow: hidden;
}

.theme-wimbledon .wim-v4-travel__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Public booking flow gets the same white, heavier treatment */
.theme-wimbledon .wim-public-wrapper {
    background: #fff !important;
    color: var(--wim-v4-ink);
}

.theme-wimbledon .wim-public-wrapper .theme-page-heading {
    border-radius: 12px;
    background: var(--wim-v4-green-dark);
}

.theme-wimbledon .wim-public-wrapper .theme-page-heading h1,
.theme-wimbledon .wim-public-wrapper h1,
.theme-wimbledon .wim-public-wrapper h2,
.theme-wimbledon .wim-public-wrapper h3 {
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -.025em !important;
}

.theme-wimbledon .wim-public-wrapper .card,
.theme-wimbledon .wim-public-wrapper .event-tile,
.theme-wimbledon .wim-public-wrapper .reg-card,
.theme-wimbledon .wim-public-wrapper .checkout-card {
    border: 1px solid #e2e6e4 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(13,37,27,.055) !important;
}

/* Responsive */
@media (max-width: 980px) {
    .theme-wimbledon .wim-v4-container,
    .theme-wimbledon .wim-v4-hero__inner,
    .theme-wimbledon .wim-v4-login-shell {
        width: min(100% - 40px, 1220px);
    }

    .theme-wimbledon .wim-v4-login-panel,
    .theme-wimbledon .wim-v4-option-grid,
    .theme-wimbledon .wim-v4-travel__grid {
        grid-template-columns: 1fr;
    }

    .theme-wimbledon .wim-v4-login-panel__sso {
        border-top: 1px solid #e7e4ea;
        border-left: 0;
    }

    .theme-wimbledon .wim-v4-travel__media {
        min-height: 320px;
    }
}

@media (max-width: 760px) {
    .theme-wimbledon .wim-site-header__utility {
        height: 76px;
        padding: 0 18px;
    }

    .theme-wimbledon .wim-site-header__brand,
    .theme-wimbledon .wim-site-header__brand img {
        width: 58px;
        height: 58px;
    }

    .theme-wimbledon .wim-site-header__utility-link {
        display: none;
    }

    .theme-wimbledon .wim-primary-nav__inner {
        padding: 0 16px;
    }

    .theme-wimbledon .wim-v4-container,
    .theme-wimbledon .wim-v4-hero__inner,
    .theme-wimbledon .wim-v4-login-shell {
        width: min(100% - 28px, 1220px);
    }

    .theme-wimbledon .wim-v4-hero,
    .theme-wimbledon .wim-v4-hero__inner {
        min-height: 470px;
    }

    .theme-wimbledon .wim-v4-hero__copy {
        width: 100%;
        padding: 50px 4px 54px;
    }

    .theme-wimbledon .wim-v4-hero__wash {
        background: linear-gradient(90deg, rgba(0,54,35,.96), rgba(0,54,35,.73));
    }

    .theme-wimbledon .wim-v4-hero h1 {
        font-size: clamp(3rem, 14vw, 4.6rem);
    }

    .theme-wimbledon .wim-v4-login-shell {
        margin-top: -42px;
        margin-bottom: 56px;
    }

    .theme-wimbledon .wim-v4-login-panel__form,
    .theme-wimbledon .wim-v4-login-panel__sso,
    .theme-wimbledon .wim-v4-option-card__body,
    .theme-wimbledon .wim-v4-travel__copy {
        padding: 34px 26px;
    }

    .theme-wimbledon .wim-v4-options {
        padding: 58px 0 66px;
    }

    .theme-wimbledon .wim-v4-options__heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .theme-wimbledon .wim-v4-option-card__media {
        height: 230px;
    }

    .theme-wimbledon .wim-v4-travel {
        padding: 54px 0;
    }
}

/* ========================================================================== */
/* WIMBLEDON V9 - CURRENT PROJECT POLISH                                       */
/* ========================================================================== */

/*
   Montserrat is used as the active Wimbledon web font in this build.
   It is loaded by the theme stylesheet URL and kept first in every public
   Wimbledon font stack so browsers do not silently fall back to Arial.
*/
.theme-wimbledon,
.theme-wimbledon .wim-v4,
.theme-wimbledon .wim-v4 input,
.theme-wimbledon .wim-v4 button,
.theme-wimbledon .wim-v4 select,
.theme-wimbledon .wim-v4 textarea,
.theme-wimbledon .wim-site-header,
.theme-wimbledon .wim-primary-nav,
.theme-wimbledon .wim-public-wrapper {
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-synthesis: weight style;
}

/* Header: Wimbledon-like white utility/navigation surface. */
.theme-wimbledon .wim-site-header {
    background: #fff !important;
    border-bottom: 0 !important;
}

.theme-wimbledon .wim-site-header__utility {
    height: 86px !important;
}

.theme-wimbledon .wim-site-header__utility-link,
.theme-wimbledon .wim-site-header__actions a,
.theme-wimbledon .wim-site-header__logout {
    color: #202522 !important;
    font-size: .72rem !important;
    font-weight: 700 !important;
    letter-spacing: .035em !important;
}

.theme-wimbledon .wim-primary-nav {
    min-height: 48px !important;
    background: #fff !important;
    border-top: 1px solid #eef0ef !important;
    border-bottom: 1px solid #dfe5e1 !important;
    box-shadow: none !important;
}

.theme-wimbledon .wim-primary-nav__inner {
    min-height: 48px !important;
}

.theme-wimbledon .wim-primary-nav a,
.theme-wimbledon .wim-primary-nav__public-label,
.theme-wimbledon .wim-primary-nav__season {
    min-height: 48px !important;
    color: #173e31 !important;
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-size: .69rem !important;
    font-weight: 700 !important;
    letter-spacing: .035em !important;
}

.theme-wimbledon .wim-primary-nav a:hover {
    color: #006633 !important;
}

/* Hero: shorter, bolder than V8, but not poster-black. */
.theme-wimbledon .wim-v4-hero,
.theme-wimbledon .wim-v4-hero__inner {
    min-height: 445px !important;
}

.theme-wimbledon .wim-v4-hero__copy {
    width: min(600px, 53%) !important;
    padding: 46px 0 50px !important;
}

.theme-wimbledon .wim-v4-hero h1 {
    margin: 0 !important;
    max-width: 680px !important;
    color: #fff !important;
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-size: clamp(3.45rem, 5.05vw, 5.15rem) !important;
    font-weight: 700 !important;
    letter-spacing: -.035em !important;
    line-height: .98 !important;
}

.theme-wimbledon .wim-v4-hero__copy > p {
    max-width: 535px !important;
    margin-top: 21px !important;
    color: rgba(255,255,255,.94) !important;
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
}

.theme-wimbledon .wim-v4-kicker,
.theme-wimbledon .wim-v4-date {
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-weight: 700 !important;
}

.theme-wimbledon .wim-v4-kicker {
    margin-bottom: 17px !important;
    font-size: .84rem !important;
    letter-spacing: .045em !important;
}

.theme-wimbledon .wim-v4-date {
    margin-top: 25px !important;
    padding-top: 14px !important;
    border-top: 2px solid #2ec477 !important;
    font-size: .79rem !important;
    letter-spacing: .11em !important;
}

.theme-wimbledon .wim-v4-hero__wash {
    background: linear-gradient(90deg,
        rgba(0,61,39,.96) 0%,
        rgba(0,61,39,.89) 27%,
        rgba(0,61,39,.63) 48%,
        rgba(0,61,39,.18) 73%,
        rgba(0,61,39,.04) 100%) !important;
}

.theme-wimbledon .wim-v4-hero__image {
    transform: none !important;
    object-position: center 50% !important;
}

.theme-wimbledon .wim-v4-hero__image--parking {
    object-position: center 54% !important;
}

/* Login: retain the successful floating white card, strengthen hierarchy. */
.theme-wimbledon .wim-v4-login-shell {
    margin-top: -56px !important;
    margin-bottom: 72px !important;
}

.theme-wimbledon .wim-v4-login-panel {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr) !important;
    border: 1px solid #e1e5e3 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 20px 54px rgba(12,43,29,.10) !important;
}

.theme-wimbledon .wim-v4-login-panel__form,
.theme-wimbledon .wim-v4-login-panel__sso {
    padding: 48px 54px 50px !important;
}

.theme-wimbledon .wim-v4-login-panel__sso {
    background: #fff !important;
    border-left: 1px solid #e1e5e3 !important;
}

.theme-wimbledon .wim-v4-login-panel__form h2,
.theme-wimbledon .wim-v4-login-panel__sso h3 {
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -.025em !important;
}

.theme-wimbledon .wim-v4-login-panel__form h2 {
    color: #003b28 !important;
    font-size: clamp(2.25rem, 2.9vw, 3.1rem) !important;
    line-height: 1.02 !important;
}

.theme-wimbledon .wim-v4-login-panel__sso h3 {
    color: #173e31 !important;
    font-size: clamp(1.95rem, 2.4vw, 2.6rem) !important;
    line-height: 1.08 !important;
}

.theme-wimbledon .wim-v4-lead,
.theme-wimbledon .wim-v4-login-panel__sso > p,
.theme-wimbledon .wim-v4-sso-note {
    color: #4a514e !important;
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-weight: 500 !important;
}

.theme-wimbledon .wim-v4-sso-roundel {
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 22px !important;
}

.theme-wimbledon .wim-v4-kicker--purple {
    color: #4f2683 !important;
}

.theme-wimbledon .wim-v4-button--purple {
    background: #006b3c !important;
    box-shadow: 0 8px 20px rgba(0,91,52,.12) !important;
}

.theme-wimbledon .wim-v4-button--purple:hover {
    background: #005c34 !important;
}

.theme-wimbledon .wim-v4-sso-note {
    border-top-color: #e1e5e3 !important;
}

.theme-wimbledon .wim-v4-sso-note i {
    color: #4f2683 !important;
}

.theme-wimbledon .wim-v4-field .form-label,
.theme-wimbledon .wim-v4-button,
.theme-wimbledon .wim-v4-text-link,
.theme-wimbledon .wim-v4-card-action,
.theme-wimbledon .wim-v4-option-card__tag,
.theme-wimbledon .wim-v4-option-card__eyebrow,
.theme-wimbledon .wim-v4-stats span {
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-weight: 700 !important;
}

.theme-wimbledon .wim-v4-input,
.theme-wimbledon .wim-v4-login-panel .form-control,
.theme-wimbledon .wim-v4-login-panel .form-select {
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-weight: 500 !important;
    color: #202522 !important;
}

/* Dashboard: keep layout, strengthen hierarchy without returning to 900. */
.theme-wimbledon .wim-v4-options {
    padding: 62px 0 76px !important;
    background: #fff !important;
}

.theme-wimbledon .wim-v4-options__heading {
    margin-bottom: 30px !important;
}

.theme-wimbledon .wim-v4-options__heading h2 {
    color: #003b28 !important;
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-size: clamp(2.25rem, 3.35vw, 3.35rem) !important;
    font-weight: 700 !important;
    letter-spacing: -.035em !important;
    line-height: 1.02 !important;
}

.theme-wimbledon .wim-v4-options__heading p,
.theme-wimbledon .wim-v4-option-card__body > p,
.theme-wimbledon .wim-v4-account-pill {
    color: #505753 !important;
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-weight: 500 !important;
}

.theme-wimbledon .wim-v4-account-pill {
    font-size: .82rem !important;
}

.theme-wimbledon .wim-v4-option-card {
    border-radius: 10px !important;
    border-color: #e1e5e3 !important;
    box-shadow: 0 8px 22px rgba(10,48,32,.055) !important;
}

.theme-wimbledon .wim-v4-option-card__media {
    height: 268px !important;
}

.theme-wimbledon .wim-v4-option-card__media img {
    filter: saturate(.95) contrast(1.02) !important;
}

.theme-wimbledon .wim-v4-option-card h3 {
    color: #003b28 !important;
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-size: clamp(1.85rem, 2.2vw, 2.3rem) !important;
    font-weight: 700 !important;
    letter-spacing: -.025em !important;
    line-height: 1.06 !important;
}

.theme-wimbledon .wim-v4-option-card--purple h3,
.theme-wimbledon .wim-v4-option-card--purple .wim-v4-stats strong {
    color: #003b28 !important;
}

.theme-wimbledon .wim-v4-option-card--purple .wim-v4-card-action {
    background: #006b3c !important;
}

.theme-wimbledon .wim-v4-option-card--purple .wim-v4-option-card__tag {
    background: rgba(79,38,131,.94) !important;
}

.theme-wimbledon .wim-v4-option-card--purple .wim-v4-option-card__eyebrow {
    color: #4f2683 !important;
}

.theme-wimbledon .wim-v4-stats strong {
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-weight: 700 !important;
}

/* Public booking screens inherit the same sturdy type hierarchy. */
.theme-wimbledon .wim-public-wrapper h1,
.theme-wimbledon .wim-public-wrapper h2,
.theme-wimbledon .wim-public-wrapper h3 {
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -.025em !important;
}

.theme-wimbledon .wim-public-wrapper p,
.theme-wimbledon .wim-public-wrapper input,
.theme-wimbledon .wim-public-wrapper select,
.theme-wimbledon .wim-public-wrapper textarea {
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-weight: 500 !important;
}

@media (max-width: 760px) {
    .theme-wimbledon .wim-v4-hero,
    .theme-wimbledon .wim-v4-hero__inner {
        min-height: 405px !important;
    }

    .theme-wimbledon .wim-v4-hero h1 {
        font-size: clamp(2.8rem, 13vw, 4.1rem) !important;
    }

    .theme-wimbledon .wim-v4-hero__copy {
        width: 100% !important;
        padding: 40px 4px 46px !important;
    }

    .theme-wimbledon .wim-v4-login-panel__form,
    .theme-wimbledon .wim-v4-login-panel__sso {
        padding: 32px 24px !important;
    }

    .theme-wimbledon .wim-v4-login-panel__sso {
        border-left: 0 !important;
        border-top: 1px solid #e1e5e3 !important;
    }

    .theme-wimbledon .wim-v4-option-card__media {
        height: 220px !important;
    }
}

/* ========================================================================
   Wimbledon dashboard host reset
   Keep the public dashboard visually aligned with the login page:
   full-width white canvas, full-bleed hero, no cream gutters from MainLayout.
   ======================================================================== */
.theme-wimbledon .wim-public-wrapper:has(.wim-dashboard-page),
.theme-wimbledon .wim-public-wrapper:has(.wim-dashboard-page) .wim-public-content-page,
.theme-wimbledon .wim-public-wrapper:has(.wim-dashboard-page) .wim-public-content-page > .content {
    background: #fff !important;
}

.theme-wimbledon .wim-public-content-page > .content > .container-fluid:has(> .wim-dashboard-page) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}

.theme-wimbledon .wim-dashboard-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    background: #fff !important;
}

.theme-wimbledon .wim-dashboard-page .wim-v4-hero {
    width: 100% !important;
    margin: 0 !important;
}

.theme-wimbledon .wim-dashboard-page .wim-v4-options {
    width: 100% !important;
    margin: 0 !important;
    background: #fff !important;
}

.theme-wimbledon .wim-dashboard-page .wim-v4-travel {
    width: 100% !important;
    margin: 0 !important;
}


/* ========================================================================
   Wimbledon parking shop refresh - September 2026
   Paid + complimentary shops share one public visual language.
   ======================================================================== */

/* Shop pages use the same clean white canvas as the refreshed dashboard. */
.theme-wimbledon .wim-public-wrapper:has(.wim-parking-shop-page),
.theme-wimbledon .wim-public-wrapper:has(.wim-parking-shop-page) .wim-public-content-page,
.theme-wimbledon .wim-public-wrapper:has(.wim-parking-shop-page) .wim-public-content-page > .content {
    background: #fff !important;
}

.theme-wimbledon .wim-public-content-page > .content > .container-fluid:has(> .wim-parking-shop-page) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}

.theme-wimbledon .wim-parking-shop-page {
    width: min(100%, 1460px);
    margin: 0 auto;
    padding: 42px 42px 82px;
    background: #fff;
    color: #202522;
}

.theme-wimbledon .wim-parking-shop-page .theme-page-heading {
    margin-bottom: 24px;
    border-radius: 10px;
    box-shadow: 0 16px 38px rgba(0, 66, 42, .10);
}

.theme-wimbledon .wim-parking-shop-page .theme-page-heading h1 {
    font-size: clamp(36px, 4vw, 58px) !important;
    font-weight: 700 !important;
    line-height: .98 !important;
}

.theme-wimbledon .wim-parking-shop-page .theme-page-heading p {
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.theme-wimbledon .wim-parking-shop-page .theme-kicker {
    font-size: 10px !important;
}

.theme-wimbledon .wim-parking-shop-page .theme-info-note {
    font-size: 12px !important;
}

.theme-wimbledon .wim-parking-shop-page .theme-flow-steps {
    max-width: none;
    margin-bottom: 20px;
    border-radius: 8px;
}

.theme-wimbledon .wim-parking-shop-page .theme-flow-step {
    min-height: 62px;
    padding: 12px 18px;
    font-size: 11px;
}

.theme-wimbledon .wim-parking-shop-page .theme-flow-step strong {
    font-size: 11px;
}

/* Quick selection toolbar */
.theme-wimbledon .wim-parking-shop-page .wim-shop-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
    padding: 14px 16px;
    border: 1px solid #dfe5e1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(10, 48, 32, .045);
}

.theme-wimbledon .wim-parking-shop-page .wim-shop-actions__primary,
.theme-wimbledon .wim-parking-shop-page .wim-shop-actions__utility {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.theme-wimbledon .wim-parking-shop-page .wim-shop-actions__label {
    margin-left: 3px;
    color: #69726d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-parking-shop-page .wim-shop-actions .btn,
.theme-wimbledon .wim-parking-shop-page .wim-shop-actions .btn.fs-4 {
    min-height: 38px;
    padding: 8px 13px;
    border-radius: 5px !important;
    font-size: 11px !important;
    font-weight: 700;
}

/* Selected days are visible at a glance and removable individually. */
.theme-wimbledon .wim-parking-shop-page .wim-day-selection-summary {
    display: grid;
    grid-template-columns: minmax(235px, .8fr) minmax(0, 2fr);
    gap: 18px;
    align-items: center;
    margin: 0 0 22px;
    padding: 14px 16px;
    border: 1px solid #cfe0d6;
    border-left: 4px solid #006b3c;
    border-radius: 7px;
    background: #f6fbf8;
}

.theme-wimbledon .wim-parking-shop-page .wim-day-selection-summary__copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.theme-wimbledon .wim-parking-shop-page .wim-day-selection-summary__copy strong {
    color: #003b28;
    font-size: 13px;
    font-weight: 700;
}

.theme-wimbledon .wim-parking-shop-page .wim-day-selection-summary__copy span {
    color: #5d6761;
    font-size: 11px;
    line-height: 1.45;
}

.theme-wimbledon .wim-parking-shop-page .wim-day-chips {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    flex-wrap: wrap;
}

.theme-wimbledon .wim-parking-shop-page .wim-day-chip {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 9px;
    border: 1px solid #b9cec2;
    border-radius: 999px;
    background: #fff;
    color: #005c34;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.theme-wimbledon .wim-parking-shop-page .wim-day-chip:hover {
    border-color: #4f2683;
    color: #4f2683;
}

.theme-wimbledon .wim-parking-shop-page .wim-day-chip span {
    font-size: 15px;
    font-weight: 500;
    line-height: .8;
}

/* Larger, calmer booking grid. */
.theme-wimbledon .wim-parking-shop-page .booking-layout {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 30px;
}

.theme-wimbledon .wim-parking-shop-page .event-calendar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.theme-wimbledon .wim-parking-shop-page .event-tile {
    min-height: 188px;
    border-radius: 7px;
    box-shadow: 0 8px 22px rgba(10, 48, 32, .055);
}

.theme-wimbledon .wim-parking-shop-page .event-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 13px 30px rgba(0, 91, 52, .10);
}

.theme-wimbledon .wim-parking-shop-page .event-tile__header {
    min-height: 76px;
    padding: 16px 17px 14px;
}

.theme-wimbledon .wim-parking-shop-page .event-tile__day {
    font-size: 14px !important;
    font-weight: 700;
}

.theme-wimbledon .wim-parking-shop-page .event-tile__date {
    margin-top: 5px;
    font-size: 10px !important;
}

.theme-wimbledon .wim-parking-shop-page .event-tile__body {
    min-height: 108px;
    padding: 16px 17px 18px;
}

.theme-wimbledon .wim-parking-shop-page .event-stat__label,
.theme-wimbledon .wim-parking-shop-page .event-stat__label.fs-4 {
    font-size: 11px !important;
}

.theme-wimbledon .wim-parking-shop-page .event-tile__cta span {
    min-height: 34px;
    padding: 7px 13px;
    border-radius: 4px;
    font-size: 10px !important;
}

.theme-wimbledon .wim-parking-shop-page .event-tile .btn,
.theme-wimbledon .wim-parking-shop-page .event-tile .btn.fs-4 {
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 4px !important;
    font-size: 10px !important;
}

.theme-wimbledon .wim-parking-shop-page .event-tile .text-danger {
    border-radius: 4px;
    font-size: 10px !important;
}

/* Right-hand registration column */
.theme-wimbledon .wim-parking-shop-page .booking-layout__right {
    padding-top: 0 !important;
}

.theme-wimbledon .wim-parking-shop-page .reg-sticky,
.theme-wimbledon .wim-free-shop-page .booking-layout__right {
    position: sticky;
    top: 112px;
}

.theme-wimbledon .wim-parking-shop-page .reg-card {
    border-radius: 8px !important;
    box-shadow: 0 14px 34px rgba(10, 48, 32, .075) !important;
}

.theme-wimbledon .wim-parking-shop-page .reg-card__header {
    min-height: 66px;
    padding: 17px 20px !important;
}

.theme-wimbledon .wim-parking-shop-page .reg-card__title,
.theme-wimbledon .wim-parking-shop-page .reg-card__title.fs-3 {
    font-size: 12px !important;
}

.theme-wimbledon .wim-parking-shop-page .reg-card__subtitle,
.theme-wimbledon .wim-parking-shop-page .reg-card__subtitle.fs-4 {
    font-size: 10px !important;
}

.theme-wimbledon .wim-parking-shop-page .reg-card__body {
    padding: 22px !important;
}

.theme-wimbledon .wim-parking-shop-page .reg-card .form-label,
.theme-wimbledon .wim-parking-shop-page .reg-card .form-label.fs-4 {
    margin-bottom: 6px;
    font-size: 11px !important;
    font-weight: 700;
}

.theme-wimbledon .wim-parking-shop-page .reg-card .form-control,
.theme-wimbledon .wim-parking-shop-page .reg-card .form-select,
.theme-wimbledon .wim-parking-shop-page .reg-card .form-control.fs-4,
.theme-wimbledon .wim-parking-shop-page .reg-card .form-select.fs-4 {
    min-height: 43px;
    border-radius: 5px !important;
    font-size: 13px !important;
}

.theme-wimbledon .wim-parking-shop-page .reg-card .btn,
.theme-wimbledon .wim-parking-shop-page .reg-card .btn.fs-4 {
    border-radius: 5px !important;
    font-size: 11px !important;
}

.theme-wimbledon .wim-parking-shop-page .wim-multi-day-hint {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    margin-bottom: 18px;
    padding: 12px 13px;
    border: 1px solid #d9e7df;
    border-radius: 6px;
    background: #f5faf7;
}

.theme-wimbledon .wim-parking-shop-page .wim-multi-day-hint > i {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #006b3c;
    color: #fff;
    font-size: 17px;
}

.theme-wimbledon .wim-parking-shop-page .wim-multi-day-hint > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.theme-wimbledon .wim-parking-shop-page .wim-multi-day-hint strong {
    color: #003b28;
    font-size: 12px;
    font-weight: 700;
}

.theme-wimbledon .wim-parking-shop-page .wim-multi-day-hint span {
    color: #59635e;
    font-size: 10px;
    line-height: 1.45;
}

.theme-wimbledon .wim-parking-shop-page .theme-form-footnote,
.theme-wimbledon .wim-parking-shop-page .theme-mini-note {
    font-size: 10px !important;
    line-height: 1.5;
}

.theme-wimbledon .wim-parking-shop-page .reg-empty {
    min-height: 170px;
    border-radius: 6px;
}

.theme-wimbledon .wim-parking-shop-page .reg-empty strong {
    font-size: 13px;
}

.theme-wimbledon .wim-parking-shop-page .reg-empty span {
    max-width: 255px;
    font-size: 10px;
    line-height: 1.5;
}

.theme-wimbledon .wim-parking-shop-page .theme-basket-item {
    border-radius: 6px;
}

@media (max-width: 1180px) {
    .theme-wimbledon .wim-parking-shop-page {
        padding-right: 28px;
        padding-left: 28px;
    }

    .theme-wimbledon .wim-parking-shop-page .booking-layout {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 22px;
    }

    .theme-wimbledon .wim-parking-shop-page .event-calendar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .theme-wimbledon .wim-parking-shop-page .booking-layout {
        grid-template-columns: 1fr;
    }

    .theme-wimbledon .wim-parking-shop-page .reg-sticky,
    .theme-wimbledon .wim-free-shop-page .booking-layout__right {
        position: static;
    }

    .theme-wimbledon .wim-parking-shop-page .wim-day-selection-summary {
        grid-template-columns: 1fr;
    }

    .theme-wimbledon .wim-parking-shop-page .wim-day-chips {
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    .theme-wimbledon .wim-parking-shop-page {
        padding: 24px 16px 54px;
    }

    .theme-wimbledon .wim-parking-shop-page .theme-page-heading {
        padding: 32px 24px 34px;
    }

    .theme-wimbledon .wim-parking-shop-page .theme-page-heading h1 {
        font-size: 36px !important;
    }

    .theme-wimbledon .wim-parking-shop-page .theme-flow-steps {
        grid-template-columns: 1fr;
    }

    .theme-wimbledon .wim-parking-shop-page .theme-flow-step:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #e3e6e4;
    }

    .theme-wimbledon .wim-parking-shop-page .wim-shop-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .theme-wimbledon .wim-parking-shop-page .wim-shop-actions__primary,
    .theme-wimbledon .wim-parking-shop-page .wim-shop-actions__utility {
        width: 100%;
    }

    .theme-wimbledon .wim-parking-shop-page .event-calendar {
        grid-template-columns: 1fr;
    }
}


/* ===================================================== */
/* PARKING SHOP - ARBITRARY MULTI-DAY SELECTION          */
/* ===================================================== */
.theme-wimbledon .wim-parking-shop-page .event-tile__header {
    position: relative;
}

.theme-wimbledon .wim-parking-shop-page .wim-selected-day-check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: var(--wimbledon-green);
    box-shadow: 0 2px 7px rgba(0,0,0,.15);
    font-size: 16px;
    z-index: 2;
}

.theme-wimbledon .wim-parking-shop-page .event-tile.is-selected .wim-selected-day-check,
.theme-wimbledon .wim-parking-shop-page .event-tile.selected .wim-selected-day-check {
    color: var(--wimbledon-purple);
}

/* ========================================================================
   Wimbledon parking shops - dashboard-aligned full-width refresh
   ======================================================================== */

/* Full white canvas, exactly like the dashboard host. */
.theme-wimbledon .wim-public-wrapper:has(.wim-parking-shop-page),
.theme-wimbledon .wim-public-wrapper:has(.wim-parking-shop-page) .wim-public-content-page,
.theme-wimbledon .wim-public-wrapper:has(.wim-parking-shop-page) .wim-public-content-page > .content,
.theme-wimbledon .wim-public-wrapper:has(.wim-parking-shop-page) .wim-public-content-page > .content > .container-fluid {
    background: #fff !important;
}

.theme-wimbledon .wim-public-content-page > .content > .container-fluid:has(> .wim-parking-shop-page) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.theme-wimbledon .wim-parking-shop-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}

/* Hero intentionally reuses the dashboard component with no shop-specific shapes. */
.theme-wimbledon .wim-parking-shop-page > .wim-v4-hero {
    width: 100% !important;
    margin: 0 !important;
}

.theme-wimbledon .wim-shop-body {
    width: 100%;
    padding: 74px 0 96px;
    background: #fff;
}

.theme-wimbledon .wim-shop-content {
    width: min(1420px, calc(100% - 64px));
    margin: 0 auto;
}

/* Editorial intro beneath the hero, matching the dashboard options heading. */
.theme-wimbledon .wim-shop-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 34px;
}

.theme-wimbledon .wim-shop-intro h2 {
    max-width: 760px;
    margin: 0;
    color: var(--wim-v4-green-deep);
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.02;
}

.theme-wimbledon .wim-shop-intro > div:first-child > p {
    max-width: 780px;
    margin: 14px 0 0;
    color: var(--wim-v4-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.theme-wimbledon .wim-shop-guidance {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 20px 22px;
    border: 1px solid var(--wim-v4-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(10,48,32,.05);
}

.theme-wimbledon .wim-shop-guidance > i {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #006b3c;
    color: #fff;
    font-size: 1.3rem;
}

.theme-wimbledon .wim-shop-guidance > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.theme-wimbledon .wim-shop-guidance strong {
    color: var(--wim-v4-green-deep);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-shop-guidance span {
    color: var(--wim-v4-muted);
    font-size: .78rem;
    line-height: 1.55;
}

.theme-wimbledon .wim-parking-shop-page .theme-flow-steps {
    width: 100%;
    max-width: none !important;
    margin-bottom: 22px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(10,48,32,.045);
}

/* Wider working area. Three day cards plus the vehicle panel fit comfortably. */
.theme-wimbledon .wim-parking-shop-page .booking-layout {
    grid-template-columns: minmax(0, 1fr) 410px;
    gap: 30px;
}

.theme-wimbledon .wim-parking-shop-page .event-calendar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

/* Day cards take their visual language from the dashboard option cards. */
.theme-wimbledon .wim-parking-shop-page .event-tile {
    min-height: 272px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e1e5e3 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(10,48,32,.055) !important;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.theme-wimbledon .wim-parking-shop-page .event-tile:hover {
    transform: translateY(-3px);
    border-color: #cbd8d1 !important;
    box-shadow: 0 18px 44px rgba(10,48,32,.10) !important;
}

.theme-wimbledon .wim-parking-shop-page .event-tile.is-selected,
.theme-wimbledon .wim-parking-shop-page .event-tile.selected {
    border-color: rgba(79,38,131,.5) !important;
    box-shadow: 0 18px 44px rgba(79,38,131,.13) !important;
}

.theme-wimbledon .wim-parking-shop-page .event-tile__header,
.theme-wimbledon .wim-parking-shop-page .event-tile.is-selected .event-tile__header,
.theme-wimbledon .wim-parking-shop-page .event-tile.selected .event-tile__header {
    min-height: 112px;
    position: relative;
    padding: 25px 24px 22px !important;
    border-bottom: 1px solid #e7ebe8;
    background: linear-gradient(180deg, #fbfcfb 0%, #f7faf8 100%) !important;
    color: var(--wim-v4-green-deep) !important;
    text-align: left !important;
}

.theme-wimbledon .wim-parking-shop-page .event-tile__header::before,
.theme-wimbledon .wim-parking-shop-page .event-tile.is-selected .event-tile__header::before,
.theme-wimbledon .wim-parking-shop-page .event-tile.selected .event-tile__header::before {
    height: 5px !important;
    position: absolute;
    inset: 0 0 auto 0;
    background: #006b3c !important;
    content: '' !important;
}

.theme-wimbledon .wim-parking-shop-page .event-tile.is-selected .event-tile__header::before,
.theme-wimbledon .wim-parking-shop-page .event-tile.selected .event-tile__header::before {
    background: var(--wim-v4-purple) !important;
}

.theme-wimbledon .wim-parking-shop-page .event-tile__day,
.theme-wimbledon .wim-parking-shop-page .event-tile.is-selected .event-tile__day,
.theme-wimbledon .wim-parking-shop-page .event-tile.selected .event-tile__day {
    margin-top: 4px;
    color: var(--wim-v4-green-deep) !important;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.55rem !important;
    font-weight: 750 !important;
    letter-spacing: -.035em;
    line-height: 1.05;
}

.theme-wimbledon .wim-parking-shop-page .event-tile.is-selected .event-tile__day,
.theme-wimbledon .wim-parking-shop-page .event-tile.selected .event-tile__day {
    color: var(--wim-v4-purple-dark) !important;
}

.theme-wimbledon .wim-parking-shop-page .event-tile__date,
.theme-wimbledon .wim-parking-shop-page .event-tile.is-selected .event-tile__date,
.theme-wimbledon .wim-parking-shop-page .event-tile.selected .event-tile__date {
    margin-top: 10px;
    color: #00703c !important;
    font-size: .7rem !important;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-parking-shop-page .event-tile.is-selected .event-tile__date,
.theme-wimbledon .wim-parking-shop-page .event-tile.selected .event-tile__date {
    color: var(--wim-v4-purple) !important;
}

.theme-wimbledon .wim-parking-shop-page .event-tile__body {
    min-height: 158px;
    display: flex;
    flex-direction: column;
    padding: 22px 24px 24px !important;
}

.theme-wimbledon .wim-parking-shop-page .wim-event-card__eyebrow {
    margin-bottom: 6px;
    color: #7a807d;
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .085em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-parking-shop-page .event-stat__label,
.theme-wimbledon .wim-parking-shop-page .event-stat__label.fs-4 {
    margin-bottom: 10px;
    color: #5e6662;
    font-size: .78rem !important;
    line-height: 1.4;
}

.theme-wimbledon .wim-parking-shop-page .event-stat__label strong {
    color: var(--wim-v4-green-deep);
    font-size: 1.1rem;
    font-weight: 800;
}

.theme-wimbledon .wim-parking-shop-page .event-tile .progress {
    height: 6px !important;
    margin: 1px 0 0;
    overflow: hidden;
    border-radius: 999px !important;
    background: #e8ece9 !important;
}

.theme-wimbledon .wim-parking-shop-page .wim-event-card__meta {
    margin-top: 10px;
    color: #777e7a;
    font-size: .7rem;
    font-weight: 600;
}

.theme-wimbledon .wim-parking-shop-page .event-tile__cta {
    width: 100%;
    display: block !important;
    margin-top: auto !important;
    padding-top: 18px;
}

.theme-wimbledon .wim-parking-shop-page .event-tile__cta span {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 16px !important;
    border-radius: 6px !important;
    background: #006b3c !important;
    color: #fff !important;
    font-size: .72rem !important;
    font-weight: 800 !important;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-parking-shop-page .event-tile__cta.selected span,
.theme-wimbledon .wim-parking-shop-page .event-tile.is-selected .event-tile__cta span,
.theme-wimbledon .wim-parking-shop-page .event-tile.selected .event-tile__cta span {
    background: var(--wim-v4-purple) !important;
}

.theme-wimbledon .wim-parking-shop-page .event-tile .btn,
.theme-wimbledon .wim-parking-shop-page .event-tile .btn.fs-4 {
    min-height: 40px;
    margin-top: 12px !important;
    padding: 0 13px;
    border-radius: 6px !important;
    font-size: .69rem !important;
    font-weight: 750;
}

.theme-wimbledon .wim-parking-shop-page .event-tile .text-danger {
    width: fit-content;
    margin-top: auto !important;
    padding: 8px 10px;
    border-left: 3px solid #c93636;
    border-radius: 2px !important;
    background: #fff5f4;
    color: #a52626 !important;
    font-size: .7rem !important;
    font-weight: 700;
}

.theme-wimbledon .wim-parking-shop-page .wim-selected-day-check {
    top: 18px;
    right: 18px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(79,38,131,.18);
    background: var(--wim-v4-purple) !important;
    color: #fff !important;
    box-shadow: 0 5px 15px rgba(79,38,131,.18);
}

/* Vehicle panel is deliberately substantial, like a dashboard card. */
.theme-wimbledon .wim-parking-shop-page .reg-card {
    overflow: hidden;
    border: 1px solid #e1e5e3 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 14px 38px rgba(10,48,32,.075) !important;
}

.theme-wimbledon .wim-parking-shop-page .reg-card__header {
    min-height: 84px;
    padding: 22px 24px !important;
}

.theme-wimbledon .wim-parking-shop-page .reg-card__body {
    padding: 26px !important;
}

@media (max-width: 1260px) {
    .theme-wimbledon .wim-shop-content {
        width: min(100% - 48px, 1220px);
    }

    .theme-wimbledon .wim-parking-shop-page .booking-layout {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 24px;
    }

    .theme-wimbledon .wim-parking-shop-page .event-calendar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .theme-wimbledon .wim-shop-body {
        padding-top: 52px;
    }

    .theme-wimbledon .wim-shop-content {
        width: min(100% - 36px, 760px);
    }

    .theme-wimbledon .wim-shop-intro {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .theme-wimbledon .wim-parking-shop-page .booking-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .theme-wimbledon .wim-shop-body {
        padding: 38px 0 58px;
    }

    .theme-wimbledon .wim-shop-content {
        width: calc(100% - 28px);
    }

    .theme-wimbledon .wim-shop-intro h2 {
        font-size: 2.35rem;
    }

    .theme-wimbledon .wim-parking-shop-page .event-calendar {
        grid-template-columns: 1fr;
    }
}

/* ========================================================================
   Wimbledon checkout - dashboard-aligned full-width refresh
   Full white canvas + the exact dashboard hero component.
   ======================================================================== */

.theme-wimbledon .wim-public-wrapper:has(.wim-checkout-page),
.theme-wimbledon .wim-public-wrapper:has(.wim-checkout-page) .wim-public-content-page,
.theme-wimbledon .wim-public-wrapper:has(.wim-checkout-page) .wim-public-content-page > .content,
.theme-wimbledon .wim-public-wrapper:has(.wim-checkout-page) .wim-public-content-page > .content > .container-fluid {
    background: #fff !important;
}

.theme-wimbledon .wim-public-content-page > .content > .container-fluid:has(> .wim-checkout-page) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}

.theme-wimbledon .wim-checkout-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    color: var(--wim-v4-ink);
}

/* Exactly the same full-bleed hero treatment used by WimbledonDashboard. */
.theme-wimbledon .wim-checkout-page > .wim-v4-hero {
    width: 100% !important;
    margin: 0 !important;
}

.theme-wimbledon .wim-checkout-body {
    width: 100%;
    padding: 72px 0 100px;
    background: #fff !important;
}

.theme-wimbledon .wim-checkout-content {
    width: min(1500px, calc(100% - 64px));
    margin: 0 auto;
}

.theme-wimbledon .wim-checkout-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
    gap: 54px;
    align-items: end;
    margin-bottom: 34px;
}

.theme-wimbledon .wim-checkout-intro h2 {
    max-width: 820px;
    margin: 0;
    color: var(--wim-v4-green-deep);
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(2.65rem, 4.2vw, 4.35rem);
    font-weight: 750;
    letter-spacing: -.045em;
    line-height: 1.02;
}

.theme-wimbledon .wim-checkout-intro > div:first-child > p {
    max-width: 820px;
    margin: 15px 0 0;
    color: var(--wim-v4-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.theme-wimbledon .wim-checkout-security {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    padding: 22px 24px;
    border: 1px solid var(--wim-v4-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 32px rgba(10,48,32,.055);
}

.theme-wimbledon .wim-checkout-security > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #006b3c;
    color: #fff;
    font-size: 1.35rem;
}

.theme-wimbledon .wim-checkout-security > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.theme-wimbledon .wim-checkout-security strong {
    color: var(--wim-v4-green-deep);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-checkout-security span {
    color: var(--wim-v4-muted);
    font-size: .78rem;
    line-height: 1.55;
}

.theme-wimbledon .wim-checkout-page .theme-flow-steps {
    width: 100%;
    max-width: none !important;
    margin: 0 0 30px;
    border-radius: 11px;
    box-shadow: 0 8px 26px rgba(10,48,32,.05);
}

.theme-wimbledon .wim-checkout-page .theme-flow-step {
    min-height: 64px;
    padding: 13px 20px;
}

.theme-wimbledon .wim-checkout-page .wim-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 36px;
    align-items: start;
    padding-bottom: 0;
}

.theme-wimbledon .wim-checkout-page .checkout-card,
.theme-wimbledon .wim-checkout-page .reg-card {
    overflow: hidden;
    border: 1px solid #e0e5e2 !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 14px 40px rgba(10,48,32,.075) !important;
}

.theme-wimbledon .wim-checkout-page .checkout-card__header,
.theme-wimbledon .wim-checkout-page .reg-card__header {
    min-height: 78px;
    padding: 20px 24px !important;
}

.theme-wimbledon .wim-checkout-page .checkout-card__body,
.theme-wimbledon .wim-checkout-page .reg-card__body {
    padding: 28px !important;
}

.theme-wimbledon .wim-checkout-page .checkout-subtext {
    margin-bottom: 26px;
    padding: 17px 18px;
    border-radius: 10px;
}

.theme-wimbledon .wim-checkout-page .form-label {
    margin-bottom: 7px;
    font-size: .71rem;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-checkout-page .form-control,
.theme-wimbledon .wim-checkout-page .form-select {
    min-height: 48px;
    padding: 10px 13px;
    border-color: #d7dcd9;
    border-radius: 8px !important;
    background: #fff;
}

.theme-wimbledon .wim-checkout-page .form-control.bg-light {
    background: #f6f8f7 !important;
}

.theme-wimbledon .wim-checkout-page .btn-success {
    min-height: 50px;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-checkout-summary .reg-sticky {
    position: sticky;
    top: 126px;
}

.theme-wimbledon .wim-checkout-page .theme-basket-item {
    padding: 17px 0 20px;
}

.theme-wimbledon .wim-checkout-page .theme-order-total {
    margin-top: 20px;
    padding-top: 21px;
}

.theme-wimbledon .wim-checkout-page .theme-order-total strong {
    font-size: 1.6rem;
}

@media (max-width: 1260px) {
    .theme-wimbledon .wim-checkout-content {
        width: min(100% - 48px, 1220px);
    }

    .theme-wimbledon .wim-checkout-page .wim-checkout-layout {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 26px;
    }
}

@media (max-width: 920px) {
    .theme-wimbledon .wim-checkout-body {
        padding-top: 52px;
    }

    .theme-wimbledon .wim-checkout-content {
        width: min(100% - 36px, 780px);
    }

    .theme-wimbledon .wim-checkout-intro,
    .theme-wimbledon .wim-checkout-page .wim-checkout-layout {
        grid-template-columns: 1fr;
    }

    .theme-wimbledon .wim-checkout-intro {
        gap: 24px;
    }

    .theme-wimbledon .wim-checkout-summary .reg-sticky {
        position: static;
    }
}

@media (max-width: 620px) {
    .theme-wimbledon .wim-checkout-body {
        padding: 38px 0 58px;
    }

    .theme-wimbledon .wim-checkout-content {
        width: calc(100% - 28px);
    }

    .theme-wimbledon .wim-checkout-intro h2 {
        font-size: 2.4rem;
    }

    .theme-wimbledon .wim-checkout-security {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 18px;
    }

    .theme-wimbledon .wim-checkout-security > i {
        width: 42px;
        height: 42px;
    }
}


/* ========================================================================
   Wimbledon public forms - contact form treatment
   Based on the official Wimbledon Contact Us form: quiet white surfaces,
   sentence-case labels, generous spacing and crisp outlined fields.
   ======================================================================== */

.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .form-label,
.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .form-label-clean,
.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .form-label.fs-4,
.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .form-label-clean.fs-4 {
    display: block;
    margin: 0 0 9px;
    color: #171b19;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    line-height: 1.35;
    text-transform: none !important;
}

.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) :where(.form-control, .form-select, .form-control-clean, .rz-textbox, .rz-dropdown, .rz-numeric) {
    min-height: 56px;
    padding: 13px 16px;
    border: 1px solid #9fa5a2 !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    color: #151917 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.4;
    box-shadow: none !important;
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .form-select {
    padding-right: 46px;
    background-position: right 16px center;
    background-size: 13px 10px;
}

.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) :where(.form-control, .form-select, .form-control-clean, .rz-textbox, .rz-dropdown, .rz-numeric):hover {
    border-color: #6f7773 !important;
}

.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) :where(.form-control, .form-select, .form-control-clean, .rz-textbox):focus,
.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .rz-dropdown:focus-within,
.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .rz-numeric:focus-within {
    border-color: var(--wimbledon-purple) !important;
    box-shadow: 0 0 0 1px var(--wimbledon-purple) !important;
    outline: 0 !important;
}

.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .form-control::placeholder {
    color: #777d7a !important;
    opacity: 1;
}

.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .wim-readonly-field,
.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .form-control[readonly],
.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .form-control:disabled {
    background: #f2f4f3 !important;
    border-color: #c8cecb !important;
    color: #555d59 !important;
}

.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .mb-3 {
    margin-bottom: 24px !important;
}

.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .row {
    --bs-gutter-x: 24px;
}

.theme-wimbledon .wim-form-required-note {
    margin: 0 0 24px;
    color: #5d625f;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
}

.theme-wimbledon .wim-form-required-note strong {
    color: var(--wimbledon-purple);
    font-weight: 800;
}

.theme-wimbledon .wim-public-wrapper .wim-contact-form-card > :where(.checkout-card__header, .reg-card__header) {
    min-height: auto !important;
    padding: 24px 28px 18px !important;
    border-top: 4px solid var(--wimbledon-green) !important;
    border-bottom: 1px solid #dfe3e1 !important;
    background: #fff !important;
    color: #123e2b !important;
}

.theme-wimbledon .wim-public-wrapper .wim-contact-form-card > :where(.checkout-card__header, .reg-card__header)::after {
    display: none !important;
}

.theme-wimbledon .wim-public-wrapper .wim-contact-form-card .reg-card__title,
.theme-wimbledon .wim-public-wrapper .wim-contact-form-card .checkout-card__header {
    color: #123e2b !important;
    font-size: 18px !important;
    font-weight: 750 !important;
    letter-spacing: -.01em !important;
    text-transform: none !important;
}

.theme-wimbledon .wim-public-wrapper .wim-contact-form-card .reg-card__subtitle {
    margin-top: 4px;
    color: #68706c !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.theme-wimbledon .wim-public-wrapper .wim-contact-form-card > :where(.checkout-card__body, .reg-card__body) {
    padding: 28px !important;
    background: #fff !important;
}

.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .form-check-input {
    width: 20px;
    height: 20px;
    border: 1px solid #8d9591;
    border-radius: 2px !important;
}

.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .form-check-input:checked {
    border-color: var(--wimbledon-green) !important;
    background-color: var(--wimbledon-green) !important;
}

.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .validation-message,
.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) .validation-summary-errors {
    color: #a32638;
    font-size: 13px;
    font-weight: 600;
}

.theme-wimbledon .wim-public-wrapper :where(
    .wim-parking-shop-page,
    .wim-checkout-page,
    .anpr-edit-wrapper,
    .theme-detail-card
) :where(.theme-primary-action, .checkout-submit, .btn-success) {
    min-height: 54px;
    border-radius: 4px !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    letter-spacing: .02em !important;
}

@media (max-width: 620px) {
    .theme-wimbledon .wim-public-wrapper :where(
        .wim-parking-shop-page,
        .wim-checkout-page,
        .anpr-edit-wrapper,
        .theme-detail-card
    ) :where(.form-control, .form-select, .form-control-clean) {
        min-height: 52px;
        padding: 12px 14px;
        font-size: 16px !important; /* prevents iOS zoom */
    }

    .theme-wimbledon .wim-public-wrapper .wim-contact-form-card > :where(.checkout-card__header, .reg-card__header),
    .theme-wimbledon .wim-public-wrapper .wim-contact-form-card > :where(.checkout-card__body, .reg-card__body) {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}


/* ========================================================================
   Wimbledon payment return - webhook-confirmed, dashboard-aligned
   Full white canvas and the exact same hero language as WimbledonDashboard.
   ======================================================================== */

.theme-wimbledon .wim-public-wrapper:has(.wim-payment-return-page),
.theme-wimbledon .wim-public-wrapper:has(.wim-payment-return-page) .wim-public-content-page,
.theme-wimbledon .wim-public-wrapper:has(.wim-payment-return-page) .wim-public-content-page > .content,
.theme-wimbledon .wim-public-wrapper:has(.wim-payment-return-page) .wim-public-content-page > .content > .container-fluid {
    background: #fff !important;
}

.theme-wimbledon .wim-public-content-page > .content > .container-fluid:has(> .wim-payment-return-page) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}

.theme-wimbledon .wim-payment-return-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    color: var(--wim-v4-ink);
}

.theme-wimbledon .wim-payment-return-page > .wim-v4-hero {
    width: 100% !important;
    margin: 0 !important;
}

.theme-wimbledon .wim-payment-return-body {
    width: 100%;
    padding: 74px 0 104px;
    background: #fff !important;
}

.theme-wimbledon .wim-payment-return-content {
    width: min(1320px, calc(100% - 64px));
    margin: 0 auto;
}

.theme-wimbledon .wim-payment-return-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
    gap: 54px;
    align-items: end;
    margin-bottom: 38px;
}

.theme-wimbledon .wim-payment-return-intro h2 {
    max-width: 860px;
    margin: 0;
    color: var(--wim-v4-green-deep);
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: clamp(2.7rem, 4.3vw, 4.45rem);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.02;
}

.theme-wimbledon .wim-payment-return-intro > div:first-child > p {
    max-width: 790px;
    margin: 16px 0 0;
    color: var(--wim-v4-muted);
    font-size: 1rem;
    line-height: 1.72;
}

.theme-wimbledon .wim-payment-return-security {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    padding: 22px 24px;
    border: 1px solid var(--wim-v4-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 32px rgba(10,48,32,.055);
}

.theme-wimbledon .wim-payment-return-security > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #006b3c;
    color: #fff;
    font-size: 1.35rem;
}

.theme-wimbledon .wim-payment-return-security > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.theme-wimbledon .wim-payment-return-security strong {
    color: var(--wim-v4-green-deep);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-payment-return-security span {
    color: var(--wim-v4-muted);
    font-size: .78rem;
    line-height: 1.55;
}

.theme-wimbledon .wim-payment-status-card {
    position: relative;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 38px 40px;
    overflow: hidden;
    border: 1px solid #dce3df;
    border-top: 5px solid var(--wimbledon-purple);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(10,48,32,.09);
}

.theme-wimbledon .wim-payment-status-card::after {
    position: absolute;
    top: -5px;
    right: 0;
    width: 30%;
    height: 5px;
    background: #00843d;
    content: '';
}

.theme-wimbledon .wim-payment-status-card.is-success {
    border-top-color: #00843d;
}

.theme-wimbledon .wim-payment-status-card.is-success::after {
    background: var(--wimbledon-purple);
}

.theme-wimbledon .wim-payment-status-card.is-failed {
    border-top-color: #b42318;
}

.theme-wimbledon .wim-payment-status-card.is-failed::after {
    background: #d92d20;
}

.theme-wimbledon .wim-payment-status-card.is-delayed {
    border-top-color: #9a6700;
}

.theme-wimbledon .wim-payment-status-card.is-delayed::after {
    background: var(--wimbledon-purple);
}

.theme-wimbledon .wim-payment-status-card__icon {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--wimbledon-purple);
    color: #fff;
    font-size: 2rem;
}

.theme-wimbledon .wim-payment-status-card.is-success .wim-payment-status-card__icon {
    background: #00843d;
}

.theme-wimbledon .wim-payment-status-card.is-failed .wim-payment-status-card__icon {
    background: #b42318;
}

.theme-wimbledon .wim-payment-status-card.is-delayed .wim-payment-status-card__icon {
    background: #8a6100;
}

.theme-wimbledon .wim-payment-status-card__copy {
    min-width: 0;
}

.theme-wimbledon .wim-payment-status-card__eyebrow {
    margin-bottom: 8px;
    color: #00703c;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-payment-status-card.is-failed .wim-payment-status-card__eyebrow {
    color: #b42318;
}

.theme-wimbledon .wim-payment-status-card h3 {
    margin: 0;
    color: var(--wim-v4-green-deep);
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: clamp(1.75rem, 2.8vw, 2.55rem);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.theme-wimbledon .wim-payment-status-card__copy > p {
    max-width: 720px;
    margin: 10px 0 0;
    color: var(--wim-v4-muted);
    font-size: .92rem;
    line-height: 1.65;
}

.theme-wimbledon .wim-payment-order-ref {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 16px;
    margin-top: 18px;
    padding: 11px 14px;
    border-left: 3px solid var(--wimbledon-purple);
    background: #f7f5fa;
}

.theme-wimbledon .wim-payment-order-ref span {
    color: #6b6870;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.theme-wimbledon .wim-payment-order-ref strong {
    color: #252128;
    font-size: .9rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.theme-wimbledon .wim-payment-checking-note,
.theme-wimbledon .wim-payment-confirmation-note {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    color: #59625e;
    font-size: .76rem;
    line-height: 1.5;
}

.theme-wimbledon .wim-payment-confirmation-note {
    color: #006b3c;
    font-weight: 600;
}

.theme-wimbledon .wim-payment-status-card__actions {
    min-width: 205px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.theme-wimbledon .wim-payment-status-card__actions .btn {
    min-height: 48px;
    padding: 12px 22px;
    font-size: .75rem !important;
    font-weight: 800 !important;
    letter-spacing: .045em;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 1040px) {
    .theme-wimbledon .wim-payment-return-intro {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .theme-wimbledon .wim-payment-status-card {
        grid-template-columns: 74px minmax(0, 1fr);
    }

    .theme-wimbledon .wim-payment-status-card__actions {
        grid-column: 1 / -1;
        min-width: 0;
        flex-direction: row;
        padding-left: 102px;
    }
}

@media (max-width: 700px) {
    .theme-wimbledon .wim-payment-return-body {
        padding: 44px 0 70px;
    }

    .theme-wimbledon .wim-payment-return-content {
        width: calc(100% - 30px);
    }

    .theme-wimbledon .wim-payment-return-intro h2 {
        font-size: 2.4rem;
    }

    .theme-wimbledon .wim-payment-status-card {
        grid-template-columns: 1fr;
        gap: 19px;
        padding: 28px 24px;
    }

    .theme-wimbledon .wim-payment-status-card__icon {
        width: 62px;
        height: 62px;
        font-size: 1.7rem;
    }

    .theme-wimbledon .wim-payment-status-card__actions {
        grid-column: auto;
        flex-direction: column;
        padding-left: 0;
    }

    .theme-wimbledon .wim-payment-status-card__actions .btn {
        width: 100%;
    }
}
