
.fcm-mt {
    width: 100%;
    box-sizing: border-box;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #1E2A44;
}
.fcm-mt * { box-sizing: border-box; }
.fcm-mt-public.fcm-panel-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 22px;
    background: #1F3094;
    border-radius: 24px;
}
.fcm-mt-hero,
.fcm-mt__head {
    background: transparent;
    color: #fff;
    border-radius: 18px;
    padding: 10px 6px 22px;
    margin: 0 0 16px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}
.fcm-mt-kicker {
    display: inline-flex;
    color: #F58220;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.fcm-mt__head h1,
.fcm-mt__head h2,
.fcm-mt-hero h2 {
    margin: 0 0 6px;
    color: #fff;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.03em;
    text-transform: uppercase;
}
.fcm-mt__head p,
.fcm-mt-hero p { margin: 0; color: rgba(255,255,255,.86); }
.fcm-mt-hero__badge {
    flex: 0 0 auto;
    min-width: 132px;
    padding: 12px 18px;
    background: #fff;
    color: #1F3094;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 10px 26px rgba(0,0,0,.14);
}
.fcm-mt-hero__badge span {
    display: block;
    color: #8A90A2;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}
.fcm-mt-hero__badge strong {
    display: block;
    color: #1F3094;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}
.fcm-mt-alert,
.fcm-mt-notice,
.fcm-mt-empty {
    border-radius: 14px;
    padding: 14px 16px;
    margin: 0 0 16px;
    background: #F4F7FB;
    border: 1px solid #D9E2F1;
}
.fcm-mt-alert--success { border-color: #1F9D55; background: #EBF8F0; }
.fcm-mt-alert--error { border-color: #C62828; background: #FFF1F1; }
.fcm-mt-public .fcm-panel-card,
.fcm-mt-team-picker,
.fcm-mt-card,
.fcm-mt-season,
.fcm-mt-buyer,
.fcm-mt-match,
.fcm-panel-card {
    background: #fff;
    border: 1px solid #E1E7F0;
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 16px;
    box-shadow: 0 8px 22px rgba(30,42,68,.10);
}
.fcm-mt-step,
.fcm-mt-team-picker,
.fcm-mt-buyer {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px 18px;
    align-items: start;
}
.fcm-mt-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 999px;
    background: #F58220;
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    white-space: nowrap;
}
.fcm-mt-step-copy h3,
.fcm-mt-card h3,
.fcm-mt-buyer h3 {
    color: #1F3094;
    font-size: 23px;
    margin: 0 0 4px;
    font-weight: 900;
    letter-spacing: -.02em;
}
.fcm-mt-step-copy p {
    margin: 0;
    color: #606A7C;
    font-size: 14px;
}
.fcm-mt-team-select,
.fcm-mt-choice-grid,
.fcm-mt-match-list,
.fcm-mt-season-qty,
.fcm-mt-side,
.fcm-mt-fields,
.fcm-mt-checkout-row {
    grid-column: 2;
}
.fcm-mt-team-select {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}
.fcm-mt-team-select label,
.fcm-mt-qty label,
.fcm-mt-fields label,
.fcm-mt-row-qty label {
    display: block;
    font-size: 13px;
    color: #596275;
    font-weight: 800;
}
.fcm-mt select,
.fcm-mt input[type="text"],
.fcm-mt input[type="email"],
.fcm-mt input[type="tel"],
.fcm-mt input[type="number"],
.fcm-mt input[type="datetime-local"],
.fcm-mt-admin input[type="number"],
.fcm-mt-admin input[type="email"],
.fcm-mt-admin input[type="datetime-local"] {
    width: 100%;
    max-width: 100%;
    border: 1px solid #C9D3E2;
    border-radius: 12px;
    padding: 10px 12px;
    min-height: 44px;
    background: #fff;
    color: #1E2A44;
}
.fcm-mt input[readonly],
.fcm-mt input:disabled {
    opacity: .62;
    background: #F4F7FB;
    cursor: not-allowed;
}
.fcm-mt-basket {
    position: sticky;
    top: 12px;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    border: 2px solid #F58220 !important;
}
.fcm-mt-basket__label {
    display: block;
    color: #F58220;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.fcm-mt-basket strong {
    display: block;
    color: #1F3094;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.1;
}
.fcm-mt-basket small {
    display: block;
    color: #606A7C;
    margin-top: 4px;
}
.fcm-mt-basket__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}
.fcm-mt-basket__total {
    display: inline-flex;
    min-width: 86px;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #F4F7FB;
    color: #1F3094;
    font-weight: 900;
}
.fcm-mt-choice-grid,
.fcm-mt-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}
.fcm-mt-choice,
.fcm-mt-season-qty label {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 2px solid #E1E7F0;
    border-radius: 16px;
    padding: 14px;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.fcm-mt-choice:hover,
.fcm-mt-choice.is-selected,
.fcm-mt-season-qty label:hover {
    border-color: #1F3094;
    box-shadow: 0 6px 16px rgba(31,48,148,.12);
}
.fcm-mt-choice input {
    flex: 0 0 auto;
    accent-color: #F58220;
}
.fcm-mt-choice strong,
.fcm-mt-season-qty strong {
    display: block;
    color: #1F3094;
    font-weight: 900;
    line-height: 1.15;
}
.fcm-mt-choice small,
.fcm-mt-season-qty small {
    display: block;
    color: #8A90A2;
    font-weight: 650;
    margin-top: 3px;
}
.fcm-mt-match-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 14px;
}
.fcm-mt-match-row {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 310px;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 2px solid #E1E7F0;
    border-radius: 16px;
    background: #fff;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.fcm-mt-match-row.is-selected {
    border-color: #1F3094;
    background: #F9FBFF;
    box-shadow: 0 6px 16px rgba(31,48,148,.10);
}
.fcm-mt-match-check {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fcm-mt-match-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.fcm-mt-match-check span {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    border: 2px solid #1F3094;
    background: #fff;
    position: relative;
}
.fcm-mt-match-check input:checked + span {
    background: #F58220;
    border-color: #F58220;
}
.fcm-mt-match-check input:checked + span:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 5px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.fcm-mt-match-info strong {
    display: block;
    color: #1F3094;
    font-size: 16px;
    font-weight: 900;
    overflow-wrap: anywhere;
}
.fcm-mt-match-info small {
    display: block;
    color: #606A7C;
    font-weight: 650;
    margin-top: 3px;
}
.fcm-mt-row-qty,
.fcm-mt-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.fcm-mt-row-qty input {
    margin-top: 4px;
}
.fcm-mt-season-qty {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}
.fcm-mt-season-qty label {
    justify-content: space-between;
}
.fcm-mt-season-qty input {
    max-width: 110px;
}
.fcm-mt-fields {
    margin-top: 14px;
}
.fcm-mt-fields input {
    margin-top: 4px;
}
.fcm-mt-checkout-row {
    margin-top: 16px;
}
.fcm-mt-submit,
.fcm-mt button,
.fcm-mt-admin .button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 12px 22px;
    min-height: 44px;
    background: #F58220;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}
.fcm-mt button:hover,
.fcm-mt-submit:hover {
    background: #1F3094;
    color: #fff;
}
.fcm-mt button:disabled,
.fcm-mt-submit:disabled {
    opacity: .55;
    cursor: not-allowed;
}
.fcm-mt-ticket-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
.fcm-mt-ticket {
    display: grid;
    grid-template-columns: 1fr 250px;
    gap: 18px;
    align-items: center;
    background: #fff;
    border: 2px solid #1F3094;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(30,42,68,.08);
}
.fcm-mt-ticket.is-void { opacity: .62; }
.fcm-mt-ticket__main h3 {
    margin: 0 0 6px;
    color: #1F3094;
    font-weight: 800;
}
.fcm-mt-ticket__main p { margin: 5px 0; }
.fcm-mt-ticket__qr { text-align: center; }
.fcm-mt-ticket__qr img {
    width: 220px;
    height: 220px;
    max-width: 100%;
    border: 8px solid #fff;
    box-shadow: 0 4px 14px rgba(30,42,68,.14);
}
.fcm-mt-ticket__qr small {
    display: block;
    color: #8A90A2;
    margin-top: 6px;
}
.fcm-mt-status {
    display: inline-flex;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 800;
    background: #E8EEF7;
    color: #1F3094;
}
.fcm-mt-status--paid,
.fcm-mt-status--free {
    background: #EBF8F0;
    color: #1F7A43;
}
.fcm-mt-status--refund_requested {
    background: #FFF4E8;
    color: #9A4C00;
}
.fcm-mt-status--cancelled,
.fcm-mt-status--refunded {
    background: #FFF1F1;
    color: #A51D1D;
}
.fcm-mt-ticket__actions {
    grid-column: 1 / -1;
    border-top: 1px solid #E1E7F0;
    padding-top: 12px;
}
.fcm-mt-ticket-page {
    background: #F4F7FB;
    margin: 0;
}
.fcm-mt-ticket-view {
    max-width: 980px;
    margin: 24px auto;
    padding: 16px;
}
.fcm-mt-admin .fcm-panel-shell { max-width: 1280px; }
.fcm-mt-admin .fcm-panel-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
}
.fcm-mt-admin .fcm-panel-tabs a {
    display: inline-flex;
    padding: 10px 14px;
    background: #fff;
    color: #1F3094;
    border: 1px solid #D9E2F1;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
}
.fcm-mt-admin .fcm-panel-tabs a.is-active {
    background: #F58220;
    color: #fff;
    border-color: #F58220;
}
.fcm-mt-admin table input { max-width: 180px; }

@media (max-width: 980px) {
    .fcm-mt-public.fcm-panel-shell { padding: 16px; }
    .fcm-mt-match-row {
        grid-template-columns: 42px minmax(0, 1fr);
    }
    .fcm-mt-row-qty {
        grid-column: 2;
    }
}
@media (max-width: 782px) {
    .fcm-mt-hero {
        align-items: flex-start;
        flex-direction: column;
    }
    .fcm-mt-hero__badge {
        width: 100%;
        text-align: left;
    }
    .fcm-mt-step,
    .fcm-mt-team-picker,
    .fcm-mt-buyer {
        grid-template-columns: 1fr;
    }
    .fcm-mt-step-badge {
        width: fit-content;
    }
    .fcm-mt-team-select,
    .fcm-mt-choice-grid,
    .fcm-mt-match-list,
    .fcm-mt-season-qty,
    .fcm-mt-side,
    .fcm-mt-fields,
    .fcm-mt-checkout-row {
        grid-column: 1;
    }
    .fcm-mt-team-select,
    .fcm-mt-choice-grid,
    .fcm-mt-side,
    .fcm-mt-fields,
    .fcm-mt-season-qty,
    .fcm-mt-row-qty,
    .fcm-mt-ticket {
        grid-template-columns: 1fr;
    }
    .fcm-mt-basket {
        position: static;
        align-items: stretch;
        flex-direction: column;
    }
    .fcm-mt-basket__actions {
        justify-content: space-between;
    }
    .fcm-mt-match-row {
        grid-template-columns: 38px minmax(0, 1fr);
        align-items: flex-start;
    }
    .fcm-mt-row-qty {
        grid-column: 1 / -1;
    }
    .fcm-mt-ticket__qr { order: -1; }
    .fcm-mt__head { padding: 18px; }
}


/* v2.1.48.320 — public match tickets aligned with MiniKickers booking panel */
.fcm-mt-public.fcm-mk-panel,
.fcm-mt-public.fcm-panel-shell-blue{
    --fcm-blue:#1e3094;
    --fcm-orange:#f86b08;
    --fcm-navy:#17224d;
    --fcm-bg:#f4f7fb;
    --fcm-border:#e6e8f0;
    width:100%!important;
    max-width:100%!important;
    margin:0 auto 36px!important;
    padding:24px!important;
    border-radius:14px!important;
    background:linear-gradient(135deg,#1e3094 0%,#0054a6 100%)!important;
    font-family:Montserrat,Arial,Helvetica,sans-serif!important;
    color:#fff!important;
    box-shadow:0 18px 45px rgba(30,48,148,.18)!important;
    box-sizing:border-box!important;
}
.fcm-mt-public *,
.fcm-mt-public *:before,
.fcm-mt-public *:after{box-sizing:border-box!important;}

.fcm-mt-public .fcm-mt-header,
.fcm-mt-public .fcm-panel-page-header{
    margin:0 0 18px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    color:#fff!important;
}
.fcm-mt-public .fcm-panel-title{
    margin:0 0 6px!important;
    color:#fff!important;
    font-size:34px!important;
    line-height:1.1!important;
    font-weight:900!important;
    letter-spacing:-.02em!important;
    text-transform:none!important;
}
.fcm-mt-public .fcm-panel-subtitle{
    margin:0!important;
    color:rgba(255,255,255,.9)!important;
    font-size:16px!important;
    font-weight:700!important;
    line-height:1.45!important;
}

.fcm-mt-public .fcm-mk-card,
.fcm-mt-public .fcm-panel-card,
.fcm-mt-public .fcmfee-admin-v2-panel{
    background:#fff!important;
    color:#17224d!important;
    border:0!important;
    border-radius:8px!important;
    padding:16px!important;
    margin:0 0 16px!important;
    box-shadow:none!important;
    overflow:hidden!important;
}
.fcm-mt-public .fcm-panel-section-title{
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    color:#1e3094!important;
    border:0!important;
    font-size:20px!important;
    line-height:1.2!important;
    font-weight:900!important;
}
.fcm-mt-public .fcm-mk-muted{
    margin:4px 0 0!important;
    color:#6b7280!important;
    font-size:13px!important;
    line-height:1.45!important;
    font-weight:600!important;
}

.fcm-mt-section-head{
    display:flex!important;
    align-items:flex-start!important;
    gap:12px!important;
    margin:0 0 16px!important;
    padding:0 0 14px!important;
    border-bottom:1px solid #e6e8f0!important;
}
.fcm-mt-step-pill{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    min-width:68px!important;
    min-height:32px!important;
    padding:6px 10px!important;
    border-radius:5px!important;
    background:#f86b08!important;
    color:#fff!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:900!important;
    text-transform:uppercase!important;
    letter-spacing:.02em!important;
}

.fcm-mt-team-picker{
    display:block!important;
}
.fcm-mt-team-select{
    display:grid!important;
    grid-template-columns:minmax(120px,180px) minmax(0,1fr)!important;
    align-items:center!important;
    gap:12px!important;
}
.fcm-mt-team-select label,
.fcm-mt-fields label,
.fcm-mt-booking-table label{
    color:#17224d!important;
    font-size:13px!important;
    font-weight:900!important;
}
.fcm-mt-public select,
.fcm-mt-public input[type="text"],
.fcm-mt-public input[type="email"],
.fcm-mt-public input[type="tel"],
.fcm-mt-public input[type="number"]{
    width:100%!important;
    min-height:42px!important;
    border:1px solid #d9deea!important;
    border-radius:7px!important;
    background:#fff!important;
    color:#17224d!important;
    font-family:Montserrat,Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    padding:9px 11px!important;
    box-shadow:none!important;
}
.fcm-mt-public input[readonly],
.fcm-mt-public input:disabled{
    background:#f4f7fb!important;
    color:#8a90a2!important;
    cursor:not-allowed!important;
    opacity:1!important;
}

.fcm-mt-basket-row{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:12px!important;
    margin:0 0 16px!important;
}
.fcm-mt-basket.fcm-mk-basket-summary{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:14px!important;
    flex-wrap:wrap!important;
    width:100%!important;
    padding:12px 14px!important;
    border-radius:8px!important;
    background:#fff!important;
    color:#17224d!important;
    box-shadow:none!important;
}
.fcm-mt-basket .fcm-mk-basket-count,
.fcm-mt-basket .fcm-mk-basket-total{
    display:inline-flex!important;
    align-items:center!important;
    gap:5px!important;
    font-size:14px!important;
    color:#17224d!important;
    font-weight:800!important;
}
.fcm-mt-basket .fcm-mk-basket-count strong,
.fcm-mt-basket .fcm-mk-basket-total strong{
    color:#1e3094!important;
    font-size:18px!important;
    font-weight:900!important;
}
.fcm-mt-basket-note{
    color:#6b7280!important;
    font-size:12px!important;
    font-weight:700!important;
    margin-right:auto!important;
}
.fcm-mt-add-basket,
.fcm-mt-submit,
.fcm-mt-modal__secondary{
    appearance:none!important;
    -webkit-appearance:none!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:42px!important;
    padding:10px 16px!important;
    border-radius:5px!important;
    border:1px solid #f86b08!important;
    background:#f86b08!important;
    color:#fff!important;
    font-family:Montserrat,Arial,Helvetica,sans-serif!important;
    font-size:14px!important;
    font-weight:900!important;
    line-height:1.2!important;
    text-decoration:none!important;
    box-shadow:none!important;
    cursor:pointer!important;
}
.fcm-mt-add-basket:hover,
.fcm-mt-submit:hover{background:#fff!important;color:#1e3094!important;border-color:#fff!important;}
.fcm-mt-add-basket:disabled{
    background:#d5dae6!important;
    border-color:#d5dae6!important;
    color:#7b8498!important;
    cursor:not-allowed!important;
}
.fcm-mt-modal__secondary{
    background:#fff!important;
    color:#1e3094!important;
    border-color:#d9deea!important;
}

.fcm-mt-choice-grid,
.fcm-mt-side{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
}
.fcm-mt-choice{
    display:flex!important;
    align-items:stretch!important;
    gap:10px!important;
    min-height:72px!important;
    margin:0!important;
    padding:0!important;
    border:1px solid #e6e8f0!important;
    border-radius:8px!important;
    background:#f4f7fb!important;
    color:#17224d!important;
    cursor:pointer!important;
    overflow:hidden!important;
}
.fcm-mt-choice input{
    flex:0 0 auto!important;
    margin:17px 0 0 14px!important;
}
.fcm-mt-choice span{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:4px!important;
    padding:12px 12px 12px 0!important;
}
.fcm-mt-choice strong{
    color:#1e3094!important;
    font-size:14px!important;
    line-height:1.2!important;
    font-weight:900!important;
}
.fcm-mt-choice small{
    color:#6b7280!important;
    font-size:12px!important;
    line-height:1.35!important;
    font-weight:700!important;
}
.fcm-mt-choice.is-selected{
    border-color:#f86b08!important;
    box-shadow:inset 0 0 0 2px #f86b08!important;
    background:#fff!important;
}

.fcm-mt-public .fcm-panel-table-wrap{
    width:100%!important;
    overflow-x:auto!important;
}
.fcm-mt-booking-table{
    width:100%!important;
    border-collapse:collapse!important;
    margin:0!important;
    background:#fff!important;
    color:#17224d!important;
}
.fcm-mt-booking-table th{
    padding:11px 10px!important;
    background:#f4f7fb!important;
    color:#1e3094!important;
    border-bottom:1px solid #e6e8f0!important;
    font-size:12px!important;
    line-height:1.25!important;
    font-weight:900!important;
    text-transform:uppercase!important;
    letter-spacing:.02em!important;
    text-align:left!important;
}
.fcm-mt-booking-table td{
    padding:11px 10px!important;
    border-bottom:1px solid #e6e8f0!important;
    vertical-align:middle!important;
    color:#17224d!important;
    font-size:13px!important;
    font-weight:700!important;
}
.fcm-mt-booking-table tr:last-child td{border-bottom:0!important;}
.fcm-mt-booking-table strong{
    color:#1e3094!important;
    font-weight:900!important;
}
.fcm-mt-booking-table .fcm-mt-qty{
    max-width:96px!important;
    text-align:center!important;
}
.fcm-mt-row-select{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    cursor:pointer!important;
}
.fcm-mt-row-select input{
    width:18px!important;
    height:18px!important;
    margin:0!important;
}
.fcm-mt-match-row.is-selected td{
    background:#fffaf5!important;
}

.fcm-mt-fields{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    margin-top:14px!important;
}
.fcm-mt-fields label{
    display:flex!important;
    flex-direction:column!important;
    gap:5px!important;
}
.fcm-mt-checkout-row{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
    margin-top:16px!important;
}

.fcm-mt-modal[hidden]{display:none!important;}
.fcm-mt-modal{
    position:fixed!important;
    inset:0!important;
    z-index:999999!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:20px!important;
}
.fcm-mt-modal__backdrop{
    position:absolute!important;
    inset:0!important;
    background:rgba(10,16,42,.62)!important;
}
.fcm-mt-modal__dialog{
    position:relative!important;
    width:min(760px,100%)!important;
    max-height:calc(100vh - 40px)!important;
    overflow:auto!important;
    margin:0!important;
    box-shadow:0 24px 70px rgba(0,0,0,.28)!important;
}
.fcm-mt-modal__close{
    position:absolute!important;
    top:8px!important;
    right:10px!important;
    width:34px!important;
    height:34px!important;
    border:0!important;
    border-radius:999px!important;
    background:#f4f7fb!important;
    color:#1e3094!important;
    font-size:24px!important;
    line-height:1!important;
    font-weight:900!important;
    cursor:pointer!important;
}
.fcm-mt-modal-open{overflow:hidden!important;}

@media (max-width: 760px){
    .fcm-mt-public.fcm-mk-panel{padding:16px!important;border-radius:10px!important;}
    .fcm-mt-public .fcm-panel-title{font-size:28px!important;}
    .fcm-mt-team-select,
    .fcm-mt-choice-grid,
    .fcm-mt-side,
    .fcm-mt-fields{grid-template-columns:1fr!important;}
    .fcm-mt-section-head{align-items:flex-start!important;}
    .fcm-mt-basket.fcm-mk-basket-summary{
        align-items:stretch!important;
        justify-content:flex-start!important;
        flex-direction:column!important;
    }
    .fcm-mt-basket-note{margin-right:0!important;}
    .fcm-mt-add-basket{width:100%!important;}
    .fcm-mt-booking-table thead{display:none!important;}
    .fcm-mt-booking-table,
    .fcm-mt-booking-table tbody,
    .fcm-mt-booking-table tr,
    .fcm-mt-booking-table td{
        display:block!important;
        width:100%!important;
    }
    .fcm-mt-booking-table tr{
        padding:12px!important;
        border:1px solid #e6e8f0!important;
        border-radius:8px!important;
        margin:0 0 10px!important;
        background:#fff!important;
    }
    .fcm-mt-booking-table td{
        display:flex!important;
        align-items:center!important;
        justify-content:space-between!important;
        gap:12px!important;
        padding:7px 0!important;
        border:0!important;
    }
    .fcm-mt-booking-table td:before{
        content:attr(data-label)!important;
        color:#6b7280!important;
        font-size:12px!important;
        font-weight:900!important;
        text-transform:uppercase!important;
    }
    .fcm-mt-booking-table td .fcm-mt-qty{max-width:120px!important;}
    .fcm-mt-modal{align-items:flex-end!important;padding:10px!important;}
    .fcm-mt-modal__dialog{max-height:calc(100vh - 20px)!important;}
    .fcm-mt-checkout-row{flex-direction:column-reverse!important;align-items:stretch!important;}
    .fcm-mt-checkout-row button{width:100%!important;}
}


/* Match Tickets v2.1.48.321 — MiniKickers-style ticket booking list */
.fcm-mt-parent-panel {
    width: 100%;
}

.fcm-mt-parent-panel .fcm-panel-header,
.fcm-mt-parent-panel .fcm-mk-header {
    margin-bottom: 18px;
}

.fcm-mt-parent-panel .fcm-mk-tabs-basket-row,
.fcm-mt-parent-panel .fcm-mt-basket-row {
    align-items: stretch;
    margin-bottom: 18px;
}

.fcm-mt-parent-panel .fcm-mt-basket.fcm-mk-basket-summary {
    position: static;
    width: 100%;
    border: 0 !important;
    box-shadow: 0 8px 22px rgba(30,42,68,.12);
}

.fcm-mt-parent-panel .fcm-mt-list-card {
    margin-bottom: 18px;
}

.fcm-mt-parent-panel .fcm-mt-booking-table th,
.fcm-mt-parent-panel .fcm-mt-booking-table td {
    vertical-align: middle;
}

.fcm-mt-parent-panel .fcm-mt-booking-table td strong {
    color: #1F3094;
}

.fcm-mt-parent-panel .fcm-mt-booking-table small,
.fcm-mt-parent-panel .fcm-mt-mobile-sub {
    color: #6B7280;
    font-size: 12px;
    font-weight: 700;
}

.fcm-mt-parent-panel .fcm-mt-season-ticket-row {
    background: #FFF8F3;
}

.fcm-mt-parent-panel .fcm-mt-season-ticket-row td:first-child {
    border-left: 4px solid #F58220;
}

.fcm-mt-parent-panel .fcm-mt-match-ticket-row.is-selected {
    background: #F4F7FB;
}

.fcm-mt-parent-panel .fcm-mt-add-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fcm-mt-parent-panel .fcm-mt-add-ticket {
    appearance: none;
    border: 1px solid #D5DCEA;
    background: #fff;
    color: #1F3094;
    cursor: pointer;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 900;
    min-height: 38px;
    border-radius: 999px;
    padding: 8px 12px;
    transition: background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease;
}

.fcm-mt-parent-panel .fcm-mt-add-ticket:hover,
.fcm-mt-parent-panel .fcm-mt-add-ticket:focus,
.fcm-mt-parent-panel .fcm-mt-add-ticket.is-selected {
    background: #F58220;
    border-color: #F58220;
    color: #fff;
}

.fcm-mt-parent-panel .fcm-mt-add-ticket:active {
    transform: translateY(1px);
}

.fcm-mt-parent-panel .fcm-mt-mobile-pay-row {
    display: none;
}

.fcm-mt-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.fcm-mt-modal[hidden] {
    display: none !important;
}

.fcm-mt-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 10, 35, .72);
}

.fcm-mt-modal__dialog {
    position: relative;
    width: min(760px, 100%);
    max-height: min(90vh, 900px);
    overflow: auto;
    z-index: 1;
}

.fcm-mt-modal__close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 0;
    background: #F4F7FB;
    color: #1F3094;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.fcm-mt-modal-open {
    overflow: hidden;
}

.fcm-mt-parent-panel .fcm-mt-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 16px 0;
}

.fcm-mt-parent-panel .fcm-mt-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.fcm-mt-parent-panel .fcm-mt-checkout-row {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 18px;
}

@media (max-width: 782px) {
    .fcm-mt-parent-panel .fcm-mk-tabs-basket-row {
        display: none;
    }

    .fcm-mt-parent-panel .fcm-mt-mobile-pay-row {
        display: flex;
    }

    .fcm-mt-parent-panel .fcm-mt-add-buttons {
        justify-content: flex-start;
    }

    .fcm-mt-parent-panel .fcm-mt-add-ticket {
        width: 100%;
        justify-content: center;
    }

    .fcm-mt-parent-panel .fcm-mt-side,
    .fcm-mt-parent-panel .fcm-mt-fields {
        grid-template-columns: 1fr;
    }

    .fcm-mt-parent-panel .fcm-mt-checkout-row {
        flex-direction: column-reverse;
    }

    .fcm-mt-parent-panel .fcm-mt-checkout-row .fcm-panel-button,
    .fcm-mt-parent-panel .fcm-mt-checkout-row button {
        width: 100%;
    }
}


/* Match Tickets v2.1.48.323 — team filter, season box, next-match-style rows */
.fcm-mt-parent-panel{
    --fcm-mt-blue:#1F3094;
    --fcm-mt-orange:#F26122;
    --fcm-mt-light-orange:#F89766;
    --fcm-mt-border:#E6E9F2;
    --fcm-mt-slate:#3A4253;
    --fcm-mt-muted:#8A90A2;
}

.fcm-mt-parent-panel .fcm-mt-filter-card{
    margin-bottom:16px!important;
}

.fcm-mt-filter-card__head{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:16px!important;
    margin:0 0 12px!important;
}

.fcm-mt-team-filter-form{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    margin:0!important;
}

.fcm-mt-parent-panel .fcm-mt-team-filter{
    width:100%!important;
    max-width:520px!important;
}

.fcm-mt-locked-team{
    display:inline-flex!important;
    align-items:center!important;
    min-height:42px!important;
    padding:9px 13px!important;
    border-radius:8px!important;
    border:1px solid var(--fcm-mt-border)!important;
    background:#F4F7FB!important;
    color:var(--fcm-mt-blue)!important;
    font-weight:900!important;
}

.fcm-mt-section-title-row{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:16px!important;
    margin:0 0 14px!important;
    padding:0 0 12px!important;
    border-bottom:1px solid var(--fcm-mt-border)!important;
}

.fcm-mt-ticket-options{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
}

.fcm-mt-season-option{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto auto!important;
    align-items:center!important;
    gap:12px!important;
    padding:13px 0!important;
    border-bottom:1px solid var(--fcm-mt-border)!important;
}

.fcm-mt-season-option:last-child{border-bottom:0!important;}

.fcm-mt-season-option__main{
    min-width:0!important;
}

.fcm-mt-season-option__label{
    display:block!important;
    margin:0 0 3px!important;
    color:var(--fcm-mt-orange)!important;
    font-size:11px!important;
    font-weight:900!important;
    letter-spacing:.06em!important;
    text-transform:uppercase!important;
}

.fcm-mt-season-option__main strong{
    display:block!important;
    color:var(--fcm-mt-blue)!important;
    font-size:16px!important;
    font-weight:900!important;
    line-height:1.2!important;
}

.fcm-mt-season-option__main small{
    display:block!important;
    color:var(--fcm-mt-muted)!important;
    font-size:12px!important;
    font-weight:700!important;
    margin-top:2px!important;
}

.fcm-mt-season-option__price{
    justify-self:end!important;
    color:var(--fcm-mt-blue)!important;
    font-weight:900!important;
    white-space:nowrap!important;
}

.fcm-mt-fixture-list{
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    background:#fff!important;
    border-radius:16px!important;
    overflow:hidden!important;
}

.fcm-mt-fixture-card{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:16px!important;
    padding:16px 0!important;
    border-bottom:1px solid var(--fcm-mt-border)!important;
    background:#fff!important;
    color:var(--fcm-mt-blue)!important;
}

.fcm-mt-fixture-card:last-child{border-bottom:0!important;}

.fcm-mt-fixture-card.is-selected{
    background:#FFF9F5!important;
}

.fcm-mt-fixture-card__main{
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    min-width:0!important;
}

.fcm-mt-date-tile{
    width:58px!important;
    height:58px!important;
    border-radius:11px!important;
    background:var(--fcm-mt-blue)!important;
    color:#fff!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    font-family:'Archivo','Montserrat',Arial,sans-serif!important;
}

.fcm-mt-date-tile span{display:block!important;line-height:1!important;}
.fcm-mt-date-tile .dow,
.fcm-mt-date-tile .mon{
    font-size:9px!important;
    font-weight:800!important;
    letter-spacing:.5px!important;
    text-transform:uppercase!important;
}
.fcm-mt-date-tile .dom{
    font-size:23px!important;
    font-weight:900!important;
    margin:2px 0!important;
}

.fcm-mt-opp-badge{
    width:72px!important;
    height:72px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    overflow:visible!important;
}

.fcm-mt-opp-badge img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.fcm-mt-opp-badge--fallback span{
    width:54px!important;
    height:54px!important;
    border-radius:50%!important;
    background:#F4F7FB!important;
    color:var(--fcm-mt-blue)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-weight:900!important;
    font-size:22px!important;
    border:1px solid var(--fcm-mt-border)!important;
}

.fcm-mt-fixture-card__text{
    flex:1 1 auto!important;
    min-width:0!important;
}

.fcm-mt-fixture-card__team{
    color:var(--fcm-mt-muted)!important;
    font-size:11px!important;
    font-weight:900!important;
    text-transform:uppercase!important;
    letter-spacing:.06em!important;
    margin-bottom:2px!important;
}

.fcm-mt-fixture-card__vs{
    color:var(--fcm-mt-muted)!important;
    font-size:11px!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    letter-spacing:1px!important;
    margin-bottom:2px!important;
}

.fcm-mt-fixture-card__opp{
    color:var(--fcm-mt-blue)!important;
    font-family:'Archivo','Montserrat',Arial,sans-serif!important;
    font-size:22px!important;
    font-weight:900!important;
    line-height:1.08!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    max-width:100%!important;
}

.fcm-mt-fixture-card__meta{
    display:flex!important;
    align-items:center!important;
    gap:18px!important;
    flex-wrap:wrap!important;
    margin-top:8px!important;
    color:var(--fcm-mt-slate)!important;
    font-size:13px!important;
    font-weight:700!important;
}

.fcm-mt-fixture-card__meta span{
    display:inline-flex!important;
    align-items:center!important;
    gap:5px!important;
}

.fcm-mt-icon{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:currentColor!important;
    line-height:1!important;
    flex:0 0 auto!important;
}

.fcm-mt-icon svg{
    width:1em!important;
    height:1em!important;
    display:block!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:2!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
}

.fcm-mt-fixture-card__meta .fcm-mt-icon{
    color:var(--fcm-mt-orange)!important;
    font-size:14px!important;
}

.fcm-mt-fixture-card__actions{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
    flex-wrap:wrap!important;
}

.fcm-mt-ticket-action,
.fcm-mt-parent-panel .fcm-mt-add-ticket.fcm-mt-ticket-action{
    appearance:none!important;
    border:0!important;
    cursor:pointer!important;
    background:var(--fcm-mt-orange)!important;
    color:#fff!important;
    font-weight:900!important;
    font-size:12px!important;
    letter-spacing:.4px!important;
    text-transform:uppercase!important;
    padding:10px 14px!important;
    min-height:40px!important;
    border-radius:9px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    font-family:Montserrat,Arial,Helvetica,sans-serif!important;
    box-shadow:none!important;
}

.fcm-mt-ticket-action:hover,
.fcm-mt-ticket-action:focus,
.fcm-mt-parent-panel .fcm-mt-add-ticket.fcm-mt-ticket-action:hover,
.fcm-mt-parent-panel .fcm-mt-add-ticket.fcm-mt-ticket-action:focus,
.fcm-mt-parent-panel .fcm-mt-add-ticket.fcm-mt-ticket-action.is-selected{
    background:var(--fcm-mt-blue)!important;
    border-color:var(--fcm-mt-blue)!important;
    color:#fff!important;
    text-decoration:none!important;
}

.fcm-mt-ticket-action .fcm-mt-icon{
    font-size:14px!important;
}

@media (max-width: 980px){
    .fcm-mt-fixture-card{
        grid-template-columns:1fr!important;
        align-items:stretch!important;
    }
    .fcm-mt-fixture-card__actions{
        justify-content:flex-start!important;
        padding-left:72px!important;
    }
}

@media (max-width: 760px){
    .fcm-mt-filter-card__head,
    .fcm-mt-section-title-row{
        display:block!important;
    }
    .fcm-mt-season-option{
        grid-template-columns:1fr!important;
        align-items:stretch!important;
    }
    .fcm-mt-season-option__price{
        justify-self:start!important;
    }
    .fcm-mt-fixture-card__main{
        align-items:flex-start!important;
        gap:10px!important;
    }
    .fcm-mt-date-tile{
        width:52px!important;
        height:52px!important;
    }
    .fcm-mt-date-tile .dom{font-size:20px!important;}
    .fcm-mt-opp-badge{
        width:52px!important;
        height:52px!important;
    }
    .fcm-mt-fixture-card__opp{
        font-size:18px!important;
        white-space:normal!important;
    }
    .fcm-mt-fixture-card__meta{
        gap:8px!important;
        font-size:12px!important;
    }
    .fcm-mt-fixture-card__actions{
        padding-left:0!important;
        display:grid!important;
        grid-template-columns:1fr!important;
    }
    .fcm-mt-ticket-action,
    .fcm-mt-parent-panel .fcm-mt-add-ticket.fcm-mt-ticket-action{
        width:100%!important;
    }
}


/* v2.1.48.323 match ticket refinements */
.fcm-mt-parent-panel .fcm-mt-basket-row{
    margin-bottom:14px!important;
}
.fcm-mt-parent-panel .fcm-mt-basket.fcm-mk-basket-summary{
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
}
.fcm-mt-basket-filter{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    flex-wrap:wrap!important;
    margin-right:auto!important;
    min-width:0!important;
}
.fcm-mt-basket-filter__label{
    color:#1e3094!important;
    font-size:12px!important;
    font-weight:900!important;
    text-transform:uppercase!important;
    letter-spacing:.04em!important;
}
.fcm-mt-team-pills{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    flex-wrap:wrap!important;
}
.fcm-mt-team-pill{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:30px!important;
    padding:5px 10px!important;
    border:1px solid #1F3094!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#1F3094!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1.1!important;
    text-decoration:none!important;
    box-shadow:none!important;
}
.fcm-mt-team-pill:hover,
.fcm-mt-team-pill:focus,
.fcm-mt-team-pill.is-active{
    background:#1F3094!important;
    color:#fff!important;
    text-decoration:none!important;
}
.fcm-mt-basket-note{
    flex-basis:100%!important;
    margin:2px 0 0!important;
    font-size:11px!important;
}

.fcm-mt-parent-panel .fcm-mt-ticket-action,
.fcm-mt-parent-panel .fcm-mt-add-ticket.fcm-mt-ticket-action{
    min-height:34px!important;
    padding:8px 11px!important;
    border-radius:8px!important;
    font-size:11px!important;
    letter-spacing:.02em!important;
    gap:5px!important;
}
.fcm-mt-parent-panel .fcm-mt-ticket-action .fcm-mt-icon{
    width:13px!important;
    height:13px!important;
}
.fcm-mt-parent-panel .fcm-mt-ticket-action span:not(.fcm-mt-icon){
    display:inline!important;
}

.fcm-mt-fixture-card__actions{
    gap:7px!important;
    flex-wrap:nowrap!important;
}
.fcm-mt-fixture-card__opp{
    max-width:340px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
}
.fcm-mt-section-title-row .fcm-mk-muted{
    font-size:13px!important;
}

.fcm-mt-modal-step[hidden]{
    display:none!important;
}
.fcm-mt-side-cards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    margin-top:10px!important;
}
.fcm-mt-choice-card{
    position:relative!important;
    display:grid!important;
    grid-template-columns:82px minmax(0,1fr)!important;
    align-items:center!important;
    gap:14px!important;
    min-height:128px!important;
    padding:14px!important;
    background:#fff!important;
    border:2px solid #d9deea!important;
    border-radius:14px!important;
}
.fcm-mt-choice-card:hover,
.fcm-mt-choice-card.is-selected{
    border-color:#1F3094!important;
    background:#F4F7FB!important;
}
.fcm-mt-choice-card input{
    position:absolute!important;
    opacity:0!important;
    pointer-events:none!important;
}
.fcm-mt-choice-card__media{
    width:74px!important;
    height:74px!important;
    border-radius:16px!important;
    background:#fff!important;
    border:1px solid #e2e7f0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
}
.fcm-mt-choice-card__media img{
    width:66px!important;
    height:66px!important;
    object-fit:contain!important;
    display:block!important;
}
.fcm-mt-choice-card__media--shield svg{
    width:58px!important;
    height:64px!important;
    fill:#1F3094!important;
    stroke:#F58220!important;
    stroke-width:2!important;
}
.fcm-mt-choice-card__body{
    display:flex!important;
    flex-direction:column!important;
    gap:6px!important;
    padding:0!important;
}
.fcm-mt-choice-card__body strong{
    color:#1F3094!important;
    font-size:17px!important;
    font-weight:900!important;
    line-height:1.15!important;
}
.fcm-mt-choice-card__body small{
    color:#596275!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1.35!important;
}

@media (max-width: 980px){
    .fcm-mt-basket-filter{
        width:100%!important;
    }
    .fcm-mt-fixture-card__actions{
        flex-wrap:wrap!important;
    }
}
@media (max-width: 760px){
    .fcm-mt-side-cards{
        grid-template-columns:1fr!important;
    }
    .fcm-mt-choice-card{
        grid-template-columns:70px minmax(0,1fr)!important;
        min-height:108px!important;
    }
    .fcm-mt-choice-card__media{
        width:62px!important;
        height:62px!important;
    }
    .fcm-mt-choice-card__media img{
        width:56px!important;
        height:56px!important;
    }
    .fcm-mt-team-pill{
        font-size:11px!important;
        padding:5px 8px!important;
    }
}


/* v2.1.48.324 match ticket filter/action refinements */
.fcm-mt-parent-panel .fcm-mt-basket.fcm-mk-basket-summary{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:nowrap!important;
    gap:10px!important;
}
.fcm-mt-basket-filter{
    flex:1 1 auto!important;
    min-width:0!important;
    margin-right:auto!important;
    display:flex!important;
    align-items:center!important;
    flex-wrap:nowrap!important;
    overflow:hidden!important;
}
.fcm-mt-basket-filter__label,
.fcm-mt-basket-note{
    display:none!important;
}
.fcm-mt-team-pills{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    flex-wrap:nowrap!important;
    min-width:0!important;
    max-width:100%!important;
    overflow-x:auto!important;
    scrollbar-width:thin!important;
    padding:1px 2px!important;
}
.fcm-mt-team-pill,
.fcm-mt-team-pill:visited{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:30px!important;
    padding:6px 10px!important;
    border:1px solid #1F3094!important;
    border-radius:8px!important;
    background:#fff!important;
    color:#1F3094!important;
    font-size:10px!important;
    font-weight:900!important;
    line-height:1.05!important;
    letter-spacing:.01em!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    box-shadow:none!important;
}
.fcm-mt-team-pill:hover,
.fcm-mt-team-pill:focus{
    background:#F4F7FB!important;
    color:#1F3094!important;
    text-decoration:none!important;
}
.fcm-mt-team-pill.is-active,
.fcm-mt-team-pill.is-active:hover,
.fcm-mt-team-pill.is-active:focus,
.fcm-mt-team-pill.is-active:visited{
    background:#1F3094!important;
    border-color:#1F3094!important;
    color:#fff!important;
}
.fcm-mt-parent-panel .fcm-mt-ticket-action,
.fcm-mt-parent-panel .fcm-mt-add-ticket.fcm-mt-ticket-action{
    min-width:0!important;
    min-height:32px!important;
    padding:7px 10px!important;
    border-radius:8px!important;
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:.01em!important;
    gap:5px!important;
}
.fcm-mt-parent-panel .fcm-mt-ticket-action .fcm-mt-icon{
    width:12px!important;
    height:12px!important;
    font-size:12px!important;
}
.fcm-mt-fixture-card__actions{
    gap:6px!important;
    flex-wrap:nowrap!important;
}
.fcm-mt-fixture-card__eyebrow{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    min-width:0!important;
    margin-bottom:2px!important;
    color:var(--fcm-mt-muted)!important;
}
.fcm-mt-fixture-card__eyebrow .fcm-mt-fixture-card__team,
.fcm-mt-fixture-card__eyebrow .fcm-mt-fixture-card__vs{
    display:inline!important;
    margin:0!important;
}
.fcm-mt-fixture-card__team,
.fcm-mt-fixture-card__vs{
    color:var(--fcm-mt-muted)!important;
    font-size:11px!important;
    font-weight:900!important;
    text-transform:uppercase!important;
    letter-spacing:.06em!important;
}
.fcm-mt-fixture-card__vs{
    font-weight:800!important;
}
@media (max-width: 980px){
    .fcm-mt-parent-panel .fcm-mt-basket.fcm-mk-basket-summary{
        flex-wrap:wrap!important;
    }
    .fcm-mt-basket-filter{
        width:100%!important;
        flex-basis:100%!important;
    }
}
@media (max-width: 760px){
    .fcm-mt-team-pill{
        font-size:10px!important;
        padding:6px 8px!important;
    }
}


/* v2.1.48.325 match ticket client-side filter + modal refinements */
.fcm-mt-parent-panel .fcm-mt-fixture-card,
.fcm-mt-parent-panel .fcm-mt-fixture-card.is-selected,
.fcm-mt-parent-panel .fcm-mt-season-option,
.fcm-mt-parent-panel .fcm-mt-season-option.is-selected{
    background:#fff!important;
}
.fcm-mt-parent-panel .fcm-mt-team-pill,
.fcm-mt-parent-panel button.fcm-mt-team-pill,
.fcm-mt-parent-panel .fcm-mt-team-pill:visited{
    background:#fff!important;
    color:#1F3094!important;
    border-color:#1F3094!important;
}
.fcm-mt-parent-panel .fcm-mt-team-pill:hover,
.fcm-mt-parent-panel .fcm-mt-team-pill:focus{
    background:#F4F7FB!important;
    color:#1F3094!important;
    border-color:#1F3094!important;
}
.fcm-mt-parent-panel .fcm-mt-team-pill.is-active,
.fcm-mt-parent-panel .fcm-mt-team-pill.is-active:hover,
.fcm-mt-parent-panel .fcm-mt-team-pill.is-active:focus{
    background:#1F3094!important;
    color:#fff!important;
    border-color:#1F3094!important;
}
.fcm-mt-parent-panel [data-fcm-mt-ticket-item][hidden],
.fcm-mt-modal-step[hidden],
.fcm-mt-choice-card__media img[hidden],
.fcm-mt-choice-card__media span[hidden]{
    display:none!important;
}
.fcm-mt-parent-panel .fcm-mt-choice-card__media{
    border:0!important;
    box-shadow:none!important;
    background:#fff!important;
}
.fcm-mt-parent-panel .fcm-mt-choice-card__media--away img{
    display:block!important;
    width:66px!important;
    height:66px!important;
    object-fit:contain!important;
}
.fcm-mt-parent-panel .fcm-mt-choice-card__media--away span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:58px!important;
    height:58px!important;
    border-radius:50%!important;
    background:#F4F7FB!important;
    color:#1F3094!important;
    font-weight:900!important;
}
.fcm-mt-parent-panel .fcm-mt-submit:hover,
.fcm-mt-parent-panel .fcm-mt-submit:focus,
.fcm-mt-parent-panel button.fcm-mt-submit:hover,
.fcm-mt-parent-panel button.fcm-mt-submit:focus{
    background:#1F3094!important;
    border-color:#1F3094!important;
    color:#fff!important;
}


/* v2.1.48.326 match ticket modal badge + validation polish */
.fcm-mt-parent-panel .fcm-mt-choice-card__media--away img[hidden],
.fcm-mt-parent-panel .fcm-mt-choice-card__media--away span[hidden],
.fcm-mt-modal .fcm-mt-choice-card__media--away img[hidden],
.fcm-mt-modal .fcm-mt-choice-card__media--away span[hidden]{
    display:none!important;
}
.fcm-mt-parent-panel .fcm-mt-choice-card__media--away{
    overflow:visible!important;
}
.fcm-mt-parent-panel .fcm-mt-choice-card__media--away img{
    max-width:74px!important;
    max-height:74px!important;
    width:auto!important;
    height:auto!important;
    object-fit:contain!important;
}
.fcm-mt-parent-panel .fcm-mt-fields input:invalid{
    border-color:#d33!important;
}


.fcm-mt-clear-basket{
    appearance:none!important;
    -webkit-appearance:none!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    border-radius:5px!important;
    border:1px solid #1e3094!important;
    background:#fff!important;
    color:#1e3094!important;
    font-size:18px!important;
    line-height:1!important;
    cursor:pointer!important;
    box-shadow:none!important;
}
.fcm-mt-clear-basket:hover,
.fcm-mt-clear-basket:focus{
    background:#1e3094!important;
    color:#fff!important;
    border-color:#1e3094!important;
}
.fcm-mt-clear-basket:disabled{
    opacity:.45!important;
    cursor:not-allowed!important;
    background:#fff!important;
    color:#8a90a2!important;
    border-color:#d5dae6!important;
}
.fcm-mt-clear-basket span{
    display:block!important;
    transform:translateY(-1px);
}


/* v2.1.48.328 — Adult Match Tickets club admin aligned with MiniKickers admin panel */
.fcm-mt-admin .fcm-mk-panel{
    max-width:100%!important;
}
.fcm-mt-admin .fcm-mk-tabs .dashicons{
    width:18px!important;
    height:18px!important;
    font-size:18px!important;
    line-height:18px!important;
}
.fcm-mt-admin .fcm-mk-section-heading-row{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:12px!important;
    margin:0 0 16px!important;
    padding:0 0 14px!important;
    border-bottom:1px solid #e6e8f0!important;
}
.fcm-mt-admin .fcm-mk-section-heading-row .fcm-panel-section-title{
    margin:0!important;
    padding:0!important;
    border:0!important;
}
.fcm-mt-admin .fcm-mk-muted{
    margin:4px 0 0!important;
    color:#6b7280!important;
    font-weight:700!important;
}
.fcm-mt-admin .fcm-mk-stat-pill,
.fcm-mt-admin .fcm-mk-income-pill{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:28px!important;
    padding:5px 10px!important;
    border-radius:999px!important;
    background:#f4f7fb!important;
    color:#1e3094!important;
    font-size:13px!important;
    line-height:1!important;
    font-weight:900!important;
}
.fcm-mt-admin .fcm-mk-income-pill{
    background:#fff4e8!important;
    color:#9a4c00!important;
}
.fcm-mt-admin-opp{
    display:inline-flex!important;
    align-items:center!important;
    gap:9px!important;
    min-width:0!important;
    font-weight:900!important;
    color:#17224d!important;
}
.fcm-mt-admin-opp .fcm-mt-opp-badge{
    width:34px!important;
    height:34px!important;
    flex:0 0 34px!important;
    border:0!important;
    border-radius:0!important;
    padding:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
.fcm-mt-admin-opp .fcm-mt-opp-badge img{
    width:34px!important;
    height:34px!important;
    object-fit:contain!important;
    display:block!important;
}
.fcm-mt-admin-opp .fcm-mt-opp-badge--fallback{
    border-radius:50%!important;
    background:#f4f7fb!important;
    border:1px solid #e6e8f0!important;
}
.fcm-mt-admin-actions{
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:7px!important;
}
.fcm-mt-admin-actions form,
.fcm-mt-admin-inline-form{
    display:inline-flex!important;
    margin:0!important;
}
.fcm-mt-admin-actions .fcm-mk-button,
.fcm-mt-admin-inline-form .fcm-mk-button{
    min-height:34px!important;
    padding:7px 10px!important;
    font-size:12px!important;
    border-radius:5px!important;
    white-space:nowrap!important;
}
.fcm-mt-admin-settings-grid{
    display:grid!important;
    grid-template-columns:minmax(280px,360px) minmax(0,1fr)!important;
    gap:16px!important;
    align-items:start!important;
}
.fcm-mt-admin-settings-grid .fcm-panel-section-title{
    margin:-16px -16px 16px!important;
    padding:14px 16px!important;
    border-bottom:1px solid #e6e8f0!important;
}
.fcm-mt-admin-settings-grid input[type="email"],
.fcm-mt-admin-settings-grid input[type="number"],
.fcm-mt-admin-settings-grid input[type="datetime-local"]{
    width:100%!important;
    min-height:38px!important;
    border:1px solid #ccd6e4!important;
    border-radius:5px!important;
    padding:7px 9px!important;
    color:#17224d!important;
}
.fcm-mt-admin-match-heading{
    display:flex!important;
    align-items:baseline!important;
    justify-content:space-between!important;
    gap:12px!important;
    margin:18px 0 10px!important;
    padding:10px 12px!important;
    border-radius:8px!important;
    background:#f4f7fb!important;
    color:#1e3094!important;
    font-size:16px!important;
    font-weight:900!important;
}
.fcm-mt-admin-match-heading small{
    color:#6b7280!important;
    font-size:12px!important;
    font-weight:800!important;
}
.fcm-mt-scan-placeholder .dashicons{
    vertical-align:middle!important;
    margin-right:8px!important;
}
@media (max-width:900px){
    .fcm-mt-admin-settings-grid{
        grid-template-columns:1fr!important;
    }
    .fcm-mt-admin-match-heading{
        align-items:flex-start!important;
        flex-direction:column!important;
    }
}


/* v2.1.48.331 — match ticket admin cleanup + clear basket icon visibility */
.fcm-mt-clear-basket{
    color:#1e3094!important;
}
.fcm-mt-clear-basket__icon{
    display:block!important;
    width:19px!important;
    height:19px!important;
    fill:currentColor!important;
    color:currentColor!important;
    pointer-events:none!important;
}
.fcm-mt-clear-basket:hover .fcm-mt-clear-basket__icon,
.fcm-mt-clear-basket:focus .fcm-mt-clear-basket__icon{
    color:#fff!important;
    fill:currentColor!important;
}
.fcm-mt-clear-basket:disabled .fcm-mt-clear-basket__icon{
    color:#8a90a2!important;
    fill:currentColor!important;
}
.fcm-mt-admin-matches-table td[data-label="Tickets"] strong,
.fcm-mt-admin .fcm-mk-booking-table td[data-label="Tickets"] strong{
    color:#1e3094!important;
    font-weight:900!important;
}
.fcm-mt-admin-matches-table td[data-label="Tickets"] small,
.fcm-mt-admin .fcm-mk-booking-table td[data-label="Tickets"] small{
    display:block!important;
    margin-top:3px!important;
    color:#6b7280!important;
    font-weight:700!important;
}


/* Match ticket admin attendees modal */
.fcm-mt-admin-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
}
.fcm-mt-admin-modal.is-open {
    display: flex;
}
.fcm-mt-admin-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 18, 40, .62);
}
.fcm-mt-admin-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(860px, 96vw);
    max-height: min(760px, 88vh);
    overflow: auto;
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 22px 60px rgba(0,0,0,.28);
}
.fcm-mt-admin-modal__close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: 1px solid #1F3094;
    border-radius: 999px;
    background: #fff;
    color: #1F3094;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    cursor: pointer;
}
.fcm-mt-admin-modal__close:hover,
.fcm-mt-admin-modal__close:focus {
    background: #1F3094;
    color: #fff;
}
.fcm-mt-admin-modal__head {
    padding: 0 42px 16px 0;
    margin: 0 0 14px;
    border-bottom: 1px solid #E1E7F2;
}
.fcm-mt-admin-modal__head h3 {
    margin: 0 0 6px;
    color: #1F3094;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
}
.fcm-mt-admin-modal__head p {
    margin: 0;
    color: #1E2A44;
    font-weight: 800;
}
.fcm-mt-admin-modal__head span {
    color: #8A90A2;
    font-weight: 700;
}
.fcm-mt-attendees-table td small {
    color: #8A90A2;
    font-weight: 700;
}
html.fcm-mt-modal-open {
    overflow: hidden;
}
@media (max-width: 720px) {
    .fcm-mt-admin-modal {
        padding: 12px;
    }
    .fcm-mt-admin-modal__dialog {
        padding: 18px 14px;
        border-radius: 16px;
    }
    .fcm-mt-admin-modal__head h3 {
        font-size: 22px;
    }
}


/* v2.1.48.334 My Tickets completion pass */
.fcm-mt-ticket-section {
  margin-top: 18px;
}
.fcm-mt-ticket-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 12px;
  padding: 0 2px;
}
.fcm-mt-ticket-section__head h3 {
  margin: 0;
  color: #1F3094;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.fcm-mt-ticket-section__head span {
  color: #8A90A2;
  font-size: 13px;
  font-weight: 700;
}
.fcm-mt-ticket__link,
.fcm-mt-ticket__actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid #1F3094;
  background: #fff;
  color: #1F3094;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.fcm-mt-ticket__link:hover,
.fcm-mt-ticket__actions button:hover {
  background: #1F3094;
  color: #fff;
}
.fcm-mt-delivery {
  display: inline-flex;
  margin-left: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #F4F7FB;
  color: #1E2A44;
  font-size: 11px;
  font-weight: 800;
}
.fcm-mt-delivery--email_failed {
  background: #fff1f1;
  color: #a61b1b;
}
.fcm-mt-admin-actions .fcm-panel-button,
.fcm-mt-admin-inline-form .fcm-panel-button {
  white-space: nowrap;
}


/* v2.1.48.335 — match-ticket UX fixes */
.fcm-mt-clear-basket__icon,
.fcm-mt-clear-basket svg{
    display:block!important;
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
    min-height:20px!important;
    color:inherit!important;
    fill:currentColor!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:none!important;
}
.fcm-mt-clear-basket__icon path,
.fcm-mt-clear-basket svg path{
    fill:currentColor!important;
}
.fcm-mt-clear-basket:disabled .fcm-mt-clear-basket__icon,
.fcm-mt-clear-basket:disabled svg{
    color:#1e3094!important;
    opacity:.55!important;
}
.fcm-mt-fixture-card.is-selected{
    background:#fff!important;
}
.fcm-mt-toast[hidden]{
    display:none!important;
}
.fcm-mt-toast-notice{
    position:fixed!important;
    right:22px!important;
    bottom:22px!important;
    z-index:999999!important;
    max-width:min(420px, calc(100vw - 44px))!important;
    padding:15px 18px!important;
    border-radius:12px!important;
    background:#1e3094!important;
    color:#fff!important;
    font-family:Montserrat, Arial, Helvetica, sans-serif!important;
    font-size:14px!important;
    font-weight:800!important;
    line-height:1.35!important;
    box-shadow:0 14px 38px rgba(30,48,148,.32)!important;
    transform:translateY(16px)!important;
    opacity:0!important;
    transition:opacity .25s ease, transform .25s ease!important;
}
.fcm-mt-toast-notice.is-visible{
    opacity:1!important;
    transform:translateY(0)!important;
}
.fcm-mt-toast-notice--error{
    background:#b42318!important;
}
@media (max-width: 640px){
    .fcm-mt-toast-notice{
        left:16px!important;
        right:16px!important;
        bottom:16px!important;
        max-width:none!important;
    }
}


/* v2.1.48.336 — match ticket toast uses shared top-of-page green toast styling. */
.fcm-mt-toast-stack,
.fcm-toast-stack{
    position:fixed!important;
    top:90px!important;
    right:20px!important;
    bottom:auto!important;
    z-index:999999!important;
    display:flex!important;
    flex-direction:column!important;
    gap:12px!important;
    width:min(430px, calc(100vw - 32px))!important;
    pointer-events:none!important;
}
.fcm-mt-toast-notice.fcm-toast{
    position:relative!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    display:grid!important;
    grid-template-columns:34px minmax(0, 1fr) 34px!important;
    align-items:center!important;
    gap:12px!important;
    max-width:none!important;
    width:100%!important;
    padding:14px 12px 14px 14px!important;
    border-radius:4px!important;
    border:2px solid #1f7a3a!important;
    background:#e8f6ed!important;
    color:#14532d!important;
    box-shadow:0 12px 30px rgba(30,42,68,.16)!important;
    font-family:Montserrat, Arial, Helvetica, sans-serif!important;
    font-size:14px!important;
    font-weight:800!important;
    line-height:1.35!important;
    transform:translateY(-10px)!important;
    opacity:0!important;
    transition:opacity .25s ease, transform .25s ease!important;
    pointer-events:auto!important;
}
.fcm-mt-toast-notice.fcm-toast.is-visible{
    opacity:1!important;
    transform:translateY(0)!important;
}
.fcm-mt-toast-notice.fcm-toast .fcm-toast__icon{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:30px!important;
    height:30px!important;
    border-radius:999px!important;
    background:#1f7a3a!important;
    color:#fff!important;
    font-weight:900!important;
    line-height:1!important;
    font-size:18px!important;
}
.fcm-mt-toast-notice.fcm-toast .fcm-toast__message{
    color:inherit!important;
    font-size:14px!important;
    font-weight:800!important;
    line-height:1.35!important;
}
.fcm-mt-toast-notice.fcm-toast .fcm-toast__close{
    appearance:none!important;
    border:0!important;
    background:transparent!important;
    color:inherit!important;
    width:32px!important;
    height:32px!important;
    border-radius:4px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:26px!important;
    line-height:1!important;
    cursor:pointer!important;
    padding:0!important;
    font-weight:900!important;
}
.fcm-mt-toast-notice--error.fcm-toast{
    background:#fff3e3!important;
    border-color:#c45a00!important;
    color:#7a3300!important;
}
.fcm-mt-toast-notice--error.fcm-toast .fcm-toast__icon{
    background:#d96600!important;
    color:#fff!important;
}
@media (max-width:640px){
    .fcm-mt-toast-stack,
    .fcm-toast-stack{
        left:16px!important;
        right:16px!important;
        top:76px!important;
        width:auto!important;
        max-width:none!important;
    }
}

/* v2.1.48.336 — make clear basket SVG visible against theme/global SVG rules. */
.fcm-mt-clear-basket .fcm-mt-clear-basket__icon,
.fcm-mt-clear-basket svg{
    display:block!important;
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
    min-height:20px!important;
    color:currentColor!important;
    fill:currentColor!important;
    stroke:none!important;
    opacity:1!important;
    visibility:visible!important;
}
.fcm-mt-clear-basket .fcm-mt-clear-basket__icon path,
.fcm-mt-clear-basket svg path{
    fill:currentColor!important;
    stroke:none!important;
    opacity:1!important;
    visibility:visible!important;
}


/* v2.1.48.339 match ticket admin polish */
.fcm-mt-admin .fcm-mk-card,
.fcm-mt-admin .fcm-panel-card {
    box-sizing: border-box;
}

.fcm-mt-admin .fcm-panel-table-wrap {
    overflow-x: auto;
}

.fcm-mt-admin-matches-table {
    table-layout: fixed;
}

.fcm-mt-admin-matches-table th:nth-child(1),
.fcm-mt-admin-matches-table td:nth-child(1) { width: 190px; }
.fcm-mt-admin-matches-table th:nth-child(2),
.fcm-mt-admin-matches-table td:nth-child(2) { width: 160px; }
.fcm-mt-admin-matches-table th:nth-child(3),
.fcm-mt-admin-matches-table td:nth-child(3) { width: 250px; }
.fcm-mt-admin-matches-table th:nth-child(4),
.fcm-mt-admin-matches-table td:nth-child(4) { width: 130px; }
.fcm-mt-admin-matches-table th:nth-child(5),
.fcm-mt-admin-matches-table td:nth-child(5) { width: 110px; }
.fcm-mt-admin-matches-table th:nth-child(6),
.fcm-mt-admin-matches-table td:nth-child(6) { width: 130px; }
.fcm-mt-admin-matches-table th:nth-child(7),
.fcm-mt-admin-matches-table td:nth-child(7) { width: 180px; }

.fcm-mt-admin-matches-table td {
    vertical-align: middle;
}

.fcm-mt-admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fcm-mt-admin-ticket-link {
    flex-direction: column;
    align-items: center;
    gap: 2px;
    min-width: 104px;
    padding: 8px 12px !important;
    line-height: 1.1 !important;
    text-transform: none !important;
}

.fcm-mt-admin-ticket-link span {
    display: block;
    font-weight: 900;
    font-size: 12px;
}

.fcm-mt-admin-ticket-link small {
    display: block;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
    opacity: .78;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .02em;
}

.fcm-mt-admin-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px !important;
}

.fcm-mt-admin-modal.is-open {
    display: flex !important;
}

.fcm-mt-admin-modal__overlay {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(8, 16, 41, .68) !important;
}

.fcm-mt-admin-modal__dialog {
    position: relative !important;
    z-index: 2 !important;
    width: min(960px, 94vw) !important;
    max-height: min(760px, 86vh) !important;
    overflow: auto !important;
    background: #fff !important;
    border-radius: 18px !important;
    padding: 26px !important;
    box-shadow: 0 24px 70px rgba(0,0,0,.34) !important;
}

.fcm-mt-admin-modal__head {
    padding: 0 56px 18px 0 !important;
    margin: 0 0 18px !important;
    border-bottom: 1px solid #E1E7F2 !important;
}

.fcm-mt-admin-modal__head h3 {
    margin: 0 0 10px !important;
    color: #1F3094 !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
}

.fcm-mt-admin-modal__head p {
    margin: 0 !important;
    color: #1E2A44 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
}

.fcm-mt-admin-modal__head span {
    display: inline-block !important;
    margin-top: 4px !important;
    color: #8A90A2 !important;
    font-weight: 800 !important;
}

.fcm-mt-admin-modal__close {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #1F3094 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #1F3094 !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.fcm-mt-admin-modal__close:hover,
.fcm-mt-admin-modal__close:focus {
    background: #1F3094 !important;
    color: #fff !important;
}

.fcm-mt-attendees-table {
    margin: 0 !important;
}

.fcm-mt-attendees-table th,
.fcm-mt-attendees-table td {
    text-align: left !important;
}

.fcm-mt-attendees-table td strong {
    color: #1E2A44 !important;
}

.fcm-mt-attendees-table td small {
    display: block !important;
    margin-top: 3px !important;
    color: #8A90A2 !important;
    font-weight: 700 !important;
}

@media (max-width: 860px) {
    .fcm-mt-admin-matches-table {
        table-layout: auto;
    }
    .fcm-mt-admin-matches-table th,
    .fcm-mt-admin-matches-table td {
        width: auto !important;
    }
    .fcm-mt-admin-modal {
        padding: 12px !important;
    }
    .fcm-mt-admin-modal__dialog {
        padding: 20px 14px !important;
        border-radius: 16px !important;
    }
    .fcm-mt-admin-modal__head h3 {
        font-size: 24px !important;
    }
}


/* v2.1.48.340 — My Tickets booking-card/modal polish */
.fcm-mt-my .fcm-mt-ticket-list{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
}
.fcm-mt-my .fcm-mt-ticket,
.fcm-mt-booking-pass{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:18px;
    background:#fff;
    border:0;
    border-radius:16px;
    padding:22px;
    box-shadow:0 8px 24px rgba(30,42,68,.10);
}
.fcm-mt-my .fcm-mt-ticket__main h3{
    margin:0 0 7px;
    color:#1F3094;
    font-size:clamp(20px,2.2vw,28px);
    font-weight:900;
    line-height:1.15;
}
.fcm-mt-booking-pass__meta{
    color:#1E2A44;
}
.fcm-mt-my .fcm-mt-ticket__actions{
    grid-column:auto;
    border-top:0;
    padding-top:0;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:10px;
}
.fcm-mt-ticket-action-form{
    display:inline-flex;
    margin:0;
}
.fcm-mt-ticket__btn,
.fcm-mt-ticket__link,
.fcm-mt-ticket__actions button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 18px;
    border-radius:12px;
    border:2px solid #1F3094;
    background:#fff;
    color:#1F3094;
    font-family:Montserrat, Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:900;
    line-height:1;
    text-decoration:none;
    cursor:pointer;
    white-space:nowrap;
    transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.fcm-mt-ticket__btn:hover,
.fcm-mt-ticket__btn:focus,
.fcm-mt-ticket__link:hover,
.fcm-mt-ticket__link:focus,
.fcm-mt-ticket__actions button:hover,
.fcm-mt-ticket__actions button:focus{
    background:#1F3094;
    color:#fff;
    border-color:#1F3094;
}
.fcm-mt-ticket__btn--muted{
    border-color:#D9E2F1;
    color:#1F3094;
}
.fcm-mt-my .fcm-mt-ticket__qr{
    display:none!important;
}
.fcm-mt-ticket-modal .fcm-mt-admin-modal__dialog{
    width:min(760px, 94vw);
    border-radius:18px;
    padding:26px;
}
.fcm-mt-ticket-modal .fcm-mt-admin-modal__dialog--qr{
    width:min(700px, 94vw);
}
.fcm-mt-ticket-detail-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin:0;
}
.fcm-mt-ticket-detail-list > div,
.fcm-mt-ticket-modal-summary,
.fcm-mt-ticket-modal-item,
.fcm-mt-ticket-qr-card{
    background:#F4F7FB;
    border:1px solid #E1E7F2;
    border-radius:14px;
    padding:14px;
}
.fcm-mt-ticket-detail-list dt{
    margin:0 0 4px;
    color:#8A90A2;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.fcm-mt-ticket-detail-list dd{
    margin:0;
    color:#1E2A44;
    font-weight:800;
}
.fcm-mt-ticket-modal-summary{
    display:flex;
    justify-content:space-between;
    gap:12px;
    margin:0 0 14px;
    color:#1F3094;
    font-weight:900;
}
.fcm-mt-ticket-modal-list{
    display:grid;
    gap:10px;
}
.fcm-mt-ticket-modal-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
}
.fcm-mt-ticket-modal-item small{
    display:block;
    margin-top:4px;
    color:#8A90A2;
    font-weight:800;
}
.fcm-mt-ticket-qr-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:16px;
}
.fcm-mt-ticket-qr-card{
    text-align:center;
}
.fcm-mt-ticket-qr-card img,
.fcm-mt-ticket-qr-modal__body img{
    width:220px;
    height:220px;
    max-width:100%;
    background:#fff;
    border:8px solid #fff;
    border-radius:12px;
    box-shadow:0 4px 16px rgba(30,42,68,.16);
}
.fcm-mt-ticket-qr-card strong,
.fcm-mt-ticket-qr-card small,
.fcm-mt-ticket-qr-modal__body strong{
    display:block;
    margin-top:8px;
    color:#1F3094;
    font-weight:900;
}
.fcm-mt-ticket-qr-modal__body{
    text-align:center;
}
.fcm-mt-admin .fcm-panel-tab-content .fcm-table,
.fcm-mt-admin table{
    background:#fff;
}
.fcm-mt-admin .fcm-panel-button,
.fcm-mt-admin .button,
.fcm-mt-admin button{
    border-radius:12px;
}
@media (max-width: 782px){
    .fcm-mt-my .fcm-mt-ticket,
    .fcm-mt-booking-pass{
        grid-template-columns:1fr;
        padding:18px;
    }
    .fcm-mt-my .fcm-mt-ticket__actions{
        justify-content:flex-start;
    }
    .fcm-mt-ticket-detail-list{
        grid-template-columns:1fr;
    }
    .fcm-mt-ticket-modal-item{
        align-items:flex-start;
        flex-direction:column;
    }
}


/* v2.1.48.342 — My Tickets fixture-row layout + button/modal polish */
.fcm-mt-my .fcm-mt-ticket-list{
    gap:18px;
}
.fcm-mt-my-match-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:18px;
    background:#fff;
    border-radius:16px;
    padding:18px 18px 18px 0;
    border:0;
    border-bottom:1px solid #E5EAF3;
    box-shadow:none;
}
.fcm-mt-my-match-row__info{
    display:grid;
    grid-template-columns:116px 132px minmax(0,1fr);
    align-items:center;
    gap:20px;
    min-width:0;
}
.fcm-mt-my-match-row .fcm-mt-date-tile{
    width:92px;
    height:92px;
    justify-self:center;
    border-radius:16px;
}
.fcm-mt-my-match-row .fcm-mt-date-tile .dow{
    font-size:15px;
    letter-spacing:.06em;
}
.fcm-mt-my-match-row .fcm-mt-date-tile .dom{
    font-size:40px;
    line-height:.95;
}
.fcm-mt-my-match-row .fcm-mt-date-tile .mon{
    font-size:15px;
}
.fcm-mt-my-match-row .fcm-mt-opp-badge{
    width:92px;
    height:92px;
    border-radius:999px;
    background:#F4F7FB;
    border:2px solid #E5EAF3;
}
.fcm-mt-my-match-row .fcm-mt-opp-badge img{
    max-width:78px;
    max-height:78px;
    object-fit:contain;
}
.fcm-mt-my-match-row .fcm-mt-opp-badge--fallback span{
    color:#1F3094;
    font-size:34px;
    font-weight:900;
}
.fcm-mt-my-match-row__copy{
    min-width:0;
}
.fcm-mt-my-match-row__eyebrow{
    margin:0 0 3px;
    color:#8A90A2;
    font-family:Montserrat, Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:900;
    line-height:1;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.fcm-mt-my-match-row__copy h3{
    margin:0 0 10px;
    color:#1F3094;
    font-family:Montserrat, Arial, Helvetica, sans-serif;
    font-size:clamp(26px,3vw,42px);
    font-weight:900;
    line-height:1.02;
    text-transform:uppercase;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.fcm-mt-my-match-row__meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:18px;
    color:#3D4452;
    font-size:18px;
    font-weight:800;
}
.fcm-mt-my-match-row__meta span{
    display:inline-flex;
    align-items:center;
    gap:8px;
}
.fcm-mt-my-match-row__meta .fcm-mt-icon{
    color:#F26122;
}
.fcm-mt-my-match-row__meta .fcm-mt-icon svg{
    width:20px;
    height:20px;
    stroke:currentColor;
}
.fcm-mt-my-match-row__ticketline,
.fcm-mt-my-match-row__status{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    margin-top:10px;
    color:#596273;
    font-size:13px;
    font-weight:800;
}
.fcm-mt-my-match-row__ticketline strong{
    color:#1F3094;
}
.fcm-mt-my-match-row__actions{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    justify-content:center;
    gap:10px;
    min-width:150px;
    padding:0;
    border:0;
}
.fcm-mt-ticket__btn,
.fcm-mt-ticket__link,
.fcm-mt-ticket__actions button,
.fcm-mt-admin-actions .fcm-mk-button,
.fcm-mt-admin-actions .fcm-panel-button{
    border-radius:14px!important;
    min-height:44px;
    padding:11px 18px;
    font-family:Montserrat, Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:900;
    letter-spacing:.01em;
    text-transform:none;
    line-height:1;
    box-shadow:none;
}
.fcm-mt-ticket__btn--primary,
.fcm-mt-ticket__link.fcm-mt-ticket__btn--primary{
    background:#1F3094;
    border-color:#1F3094;
    color:#fff;
}
.fcm-mt-ticket__btn--primary:hover,
.fcm-mt-ticket__btn--primary:focus,
.fcm-mt-ticket__link.fcm-mt-ticket__btn--primary:hover,
.fcm-mt-ticket__link.fcm-mt-ticket__btn--primary:focus{
    background:#F26122;
    border-color:#F26122;
    color:#fff;
}
.fcm-mt-admin-modal__dialog{
    border-radius:18px;
}
.fcm-mt-admin-modal__close{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    border:2px solid #1F3094;
    background:#fff;
    color:#1F3094;
    font-size:22px;
    line-height:1;
}
.fcm-mt-admin-modal__close:hover,
.fcm-mt-admin-modal__close:focus{
    background:#1F3094;
    border-color:#1F3094;
    color:#fff;
}
.fcm-mt-ticket-modal-note .fcm-mt-ticket__link{
    width:auto;
    display:inline-flex;
}
@media (max-width: 980px){
    .fcm-mt-my-match-row{
        grid-template-columns:1fr;
        padding:16px;
    }
    .fcm-mt-my-match-row__info{
        grid-template-columns:82px 82px minmax(0,1fr);
        gap:12px;
    }
    .fcm-mt-my-match-row .fcm-mt-date-tile,
    .fcm-mt-my-match-row .fcm-mt-opp-badge{
        width:72px;
        height:72px;
    }
    .fcm-mt-my-match-row .fcm-mt-date-tile .dom{
        font-size:30px;
    }
    .fcm-mt-my-match-row__copy h3{
        white-space:normal;
        font-size:24px;
    }
    .fcm-mt-my-match-row__meta{
        font-size:14px;
        gap:10px;
    }
    .fcm-mt-my-match-row__actions{
        flex-direction:row;
        justify-content:flex-start;
        min-width:0;
    }
}
@media (max-width: 620px){
    .fcm-mt-my-match-row__info{
        grid-template-columns:72px minmax(0,1fr);
    }
    .fcm-mt-my-match-row .fcm-mt-opp-badge{
        display:none;
    }
    .fcm-mt-my-match-row__actions{
        flex-direction:column;
    }
}


/* v2.1.48.343 — tokenised ticket page fixture-row polish */
.fcm-mt-ticket-page .fcm-mt-ticket-view{
    max-width:1180px;
    margin:32px auto;
    padding:0 18px;
}
.fcm-mt-email-ticket-pass{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:28px;
    align-items:center;
    width:100%;
    background:#fff;
    border:2px solid #1F3094;
    border-radius:22px;
    padding:22px 22px 18px;
    box-shadow:none;
}
.fcm-mt-email-ticket-pass__match{
    display:grid;
    grid-template-columns:96px 116px minmax(0,1fr);
    align-items:center;
    gap:20px;
    min-width:0;
}
.fcm-mt-email-ticket-pass .fcm-mt-date-tile{
    width:86px;
    height:86px;
    border-radius:16px;
}
.fcm-mt-email-ticket-pass .fcm-mt-date-tile .dow{
    font-size:14px;
    letter-spacing:.06em;
}
.fcm-mt-email-ticket-pass .fcm-mt-date-tile .dom{
    font-size:38px;
    line-height:.95;
}
.fcm-mt-email-ticket-pass .fcm-mt-date-tile .mon{
    font-size:14px;
}
.fcm-mt-email-ticket-pass .fcm-mt-opp-badge{
    width:88px;
    height:88px;
    border-radius:999px;
    background:#F4F7FB;
    border:2px solid #E5EAF3;
}
.fcm-mt-email-ticket-pass .fcm-mt-opp-badge img{
    max-width:74px;
    max-height:74px;
    object-fit:contain;
}
.fcm-mt-email-ticket-pass__copy h3{
    white-space:normal;
}
.fcm-mt-email-ticket-pass__codes{
    margin-top:10px;
    color:#1E2A44;
    font-size:13px;
    font-weight:700;
}
.fcm-mt-email-ticket-pass__codes strong{
    color:#1F3094;
    font-weight:900;
}
.fcm-mt-email-ticket-pass__qr{
    text-align:center;
}
.fcm-mt-email-ticket-pass__qr img{
    display:block;
    width:260px;
    max-width:32vw;
    height:auto;
    background:#fff;
    padding:8px;
}
.fcm-mt-email-ticket-pass__qr small{
    display:block;
    margin-top:8px;
    color:#8A90A2;
    font-size:13px;
    font-weight:700;
}
.fcm-mt-email-ticket-pass__actions{
    grid-column:1 / -1;
    justify-content:flex-start;
    padding-top:16px;
    border-top:1px solid #E5EAF3;
}
.fcm-mt-ticket-refresh{
    min-width:168px;
    text-align:center;
}
@media (max-width: 900px){
    .fcm-mt-email-ticket-pass{
        grid-template-columns:1fr;
    }
    .fcm-mt-email-ticket-pass__match{
        grid-template-columns:78px 78px minmax(0,1fr);
        gap:12px;
    }
    .fcm-mt-email-ticket-pass .fcm-mt-date-tile,
    .fcm-mt-email-ticket-pass .fcm-mt-opp-badge{
        width:70px;
        height:70px;
    }
    .fcm-mt-email-ticket-pass .fcm-mt-date-tile .dom{
        font-size:28px;
    }
    .fcm-mt-email-ticket-pass__qr img{
        max-width:260px;
        width:100%;
        margin:0 auto;
    }
}
@media (max-width: 640px){
    .fcm-mt-email-ticket-pass__match{
        grid-template-columns:70px 70px;
    }
    .fcm-mt-email-ticket-pass__copy{
        grid-column:1 / -1;
    }
}


/* v2.1.48.347 — full match ticket module scanner/export/reminder polish */
.fcm-mt-scan-panel .fcm-mt-scan-match-form,
.fcm-mt-scan-panel .fcm-mt-scan-form{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:flex-end;
    margin:0 0 16px;
}
.fcm-mt-scan-panel label{
    display:flex;
    flex-direction:column;
    gap:6px;
    min-width:260px;
    flex:1;
    color:#1F3094;
    font-weight:800;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.fcm-mt-scan-panel select,
.fcm-mt-scan-panel input[type="text"]{
    width:100%;
    min-height:44px;
    border:1px solid #D7DEEA;
    border-radius:12px;
    padding:10px 12px;
    font-size:15px;
    color:#1E2A44;
    background:#fff;
}
.fcm-mt-scan-grid{
    display:grid;
    grid-template-columns:minmax(260px,.8fr) minmax(300px,1.2fr);
    gap:18px;
    align-items:start;
    margin:18px 0;
}
.fcm-mt-scan-camera,
.fcm-mt-scan-form,
.fcm-mt-scan-result,
.fcm-mt-export-panel .fcm-mt-export-actions{
    background:#fff;
    border:1px solid #E5EAF3;
    border-radius:16px;
    padding:16px;
}
.fcm-mt-scan-camera video{
    width:100%;
    max-height:320px;
    border-radius:14px;
    margin-top:12px;
    background:#111;
    object-fit:cover;
}
.fcm-mt-scan-result{
    margin-top:16px;
    border-width:2px;
}
.fcm-mt-scan-result h3{
    margin:0 0 10px;
    color:#1F3094;
    font-size:22px;
    font-weight:900;
}
.fcm-mt-scan-result--valid,
.fcm-mt-scan-notice--checked_in{
    border-color:#1F9D55;
    background:#F0FFF5;
}
.fcm-mt-scan-result--already,
.fcm-mt-scan-result--wrong_match,
.fcm-mt-scan-result--void,
.fcm-mt-scan-result--not_found{
    border-color:#F58220;
    background:#FFF8F3;
}
.fcm-mt-scan-result__summary{
    display:grid;
    gap:5px;
    color:#1E2A44;
}
.fcm-mt-scan-result__summary strong{
    color:#1F3094;
    font-size:18px;
}
.fcm-mt-scan-result__summary small{
    color:#8A90A2;
}
.fcm-mt-scan-result__counts{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:8px;
}
.fcm-mt-scan-result__counts span,
.fcm-mt-scan-totals > div{
    background:#F4F7FB;
    border:1px solid #E5EAF3;
    border-radius:14px;
    padding:9px 12px;
    color:#1F3094;
    font-weight:800;
}
.fcm-mt-scan-totals{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
    margin-top:18px;
}
.fcm-mt-scan-totals > div{
    display:flex;
    flex-direction:column;
    gap:3px;
    align-items:flex-start;
}
.fcm-mt-scan-totals strong{
    font-size:28px;
    line-height:1;
}
.fcm-mt-scan-totals span{
    color:#8A90A2;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.05em;
}
.fcm-mt-scan-notice{
    padding:12px 14px;
    border-radius:14px;
    margin:0 0 16px;
    font-weight:800;
    border:1px solid #E5EAF3;
}
.fcm-mt-export-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}
.fcm-mt-export-actions form{
    margin:0;
}
@media (max-width: 760px){
    .fcm-mt-scan-grid,
    .fcm-mt-scan-totals{
        grid-template-columns:1fr;
    }
    .fcm-mt-scan-panel .fcm-mt-scan-match-form,
    .fcm-mt-scan-panel .fcm-mt-scan-form{
        flex-direction:column;
        align-items:stretch;
    }
    .fcm-mt-scan-panel label{
        min-width:0;
    }
}


/* v2.1.48.365 — My Tickets vertical card grid */
.fcm-mt-my .fcm-mt-ticket-section{
    margin-top:22px;
}
.fcm-mt-my .fcm-mt-ticket-list{
    display:grid;
    grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));
    gap:18px;
    align-items:stretch;
}
.fcm-mt-my .fcm-mt-booking-pass,
.fcm-mt-my-match-row{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    justify-content:space-between;
    min-width:0;
    min-height:100%;
    padding:18px;
    background:#fff;
    border:0;
    border-radius:18px;
    box-shadow:0 8px 22px rgba(30,42,68,.08);
}
.fcm-mt-my-match-row__info{
    display:grid;
    grid-template-columns:86px minmax(0,1fr);
    grid-template-areas:
        "date badge"
        "copy copy";
    align-items:center;
    gap:14px;
    min-width:0;
}
.fcm-mt-my-match-row .fcm-mt-date-tile{
    grid-area:date;
    width:76px;
    height:76px;
    justify-self:start;
    border-radius:14px;
}
.fcm-mt-my-match-row .fcm-mt-date-tile .dow{
    font-size:12px;
}
.fcm-mt-my-match-row .fcm-mt-date-tile .dom{
    font-size:32px;
}
.fcm-mt-my-match-row .fcm-mt-date-tile .mon{
    font-size:12px;
}
.fcm-mt-my-match-row .fcm-mt-opp-badge{
    grid-area:badge;
    width:76px;
    height:76px;
    justify-self:start;
    border-radius:999px;
}
.fcm-mt-my-match-row .fcm-mt-opp-badge img{
    max-width:64px;
    max-height:64px;
}
.fcm-mt-my-match-row .fcm-mt-opp-badge--fallback span{
    font-size:26px;
}
.fcm-mt-my-match-row__copy{
    grid-area:copy;
    padding-top:2px;
}
.fcm-mt-my-match-row__eyebrow{
    margin:0 0 5px;
    font-size:12px;
    letter-spacing:.08em;
}
.fcm-mt-my-match-row__copy h3{
    margin:0 0 10px;
    font-size:clamp(22px, 2.1vw, 30px);
    line-height:1.05;
    white-space:normal;
}
.fcm-mt-my-match-row__meta{
    gap:10px;
    font-size:14px;
}
.fcm-mt-my-match-row__meta .fcm-mt-icon svg{
    width:17px;
    height:17px;
}
.fcm-mt-my-match-row__ticketline,
.fcm-mt-my-match-row__status{
    gap:8px;
    margin-top:10px;
    font-size:12px;
}
.fcm-mt-my-match-row__actions{
    display:flex;
    flex-direction:row;
    align-items:stretch;
    justify-content:flex-start;
    gap:10px;
    min-width:0;
    width:100%;
    margin-top:18px;
    padding-top:14px;
    border-top:1px solid #E5EAF3;
}
.fcm-mt-my-match-row__actions .fcm-mt-ticket__btn{
    flex:1 1 0;
    min-width:0;
    white-space:nowrap;
}
@media (min-width: 1400px){
    .fcm-mt-my .fcm-mt-ticket-list{
        grid-template-columns:repeat(auto-fill, minmax(360px, 1fr));
    }
}
@media (max-width: 720px){
    .fcm-mt-my .fcm-mt-ticket-list{
        grid-template-columns:1fr;
    }
    .fcm-mt-my-match-row{
        padding:16px;
    }
    .fcm-mt-my-match-row__actions{
        flex-direction:column;
    }
}

/* v2.1.48.367 — Match Tickets admin tabs follow the shared two-column mobile tab layout. */
@media (max-width: 782px) {
    .fcm-mt-admin .fcm-panel-tabs,
    .fcm-mt-admin .fcm-mk-tabs,
    .fcm-mt-admin .fcmfee-admin-v2-tabs,
    .fcm-mt-admin .fcm-reg-admin-tabs {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        overflow: visible !important;
        padding-bottom: 0 !important;
    }
    .fcm-mt-admin .fcm-panel-tabs > *,
    .fcm-mt-admin .fcm-mk-tabs > *,
    .fcm-mt-admin .fcmfee-admin-v2-tabs > *,
    .fcm-mt-admin .fcm-reg-admin-tabs > * {
        width: 100% !important;
        min-width: 0 !important;
        white-space: normal !important;
        justify-content: center !important;
        text-align: center !important;
    }
}


/* v2.1.48.368 — hard mobile tab stack override.
 * Some module CSS (notably MiniKickers-style panels reused by Match Tickets)
 * previously forced nowrap + overflow-x after the shared panel layer.
 */
@media (max-width: 782px) {
    .fcm-mk-panel .fcm-mk-tabs.fcm-panel-tabs,
    .fcm-mk-panel .fcm-panel-tabs.fcm-mk-tabs,
    .fcm-mt-admin .fcm-mk-panel .fcm-mk-tabs,
    .fcm-mt-admin .fcm-mt-admin-panel .fcm-panel-tabs,
    .fcm-mt-admin-panel .fcm-panel-tabs,
    .fcm-mt-admin-panel .fcm-mk-tabs {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        flex-wrap: initial !important;
        gap: 8px !important;
        overflow: visible !important;
        overflow-x: visible !important;
        -webkit-overflow-scrolling: auto !important;
        padding-bottom: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .fcm-mk-panel .fcm-mk-tabs.fcm-panel-tabs > *,
    .fcm-mt-admin .fcm-mk-panel .fcm-mk-tabs > *,
    .fcm-mt-admin .fcm-mt-admin-panel .fcm-panel-tabs > *,
    .fcm-mt-admin-panel .fcm-panel-tabs > *,
    .fcm-mt-admin-panel .fcm-mk-tabs > * {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        flex: 1 1 auto !important;
        white-space: normal !important;
        justify-content: center !important;
        text-align: center !important;
    }
}


/* v2.1.48.386 — MTQ rollup: season ticket cards, clean admin tabs and compact ticket pass */
.fcm-mt-season-card-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:stretch!important;
}
.fcm-mt-season-option--card{
    display:flex!important;
    flex-direction:column!important;
    justify-content:space-between!important;
    gap:14px!important;
    min-height:210px!important;
    border:1px solid rgba(30,48,148,.14)!important;
    border-radius:18px!important;
    padding:18px!important;
    box-shadow:0 12px 28px rgba(30,48,148,.10)!important;
}
.fcm-mt-season-option--card.fcm-mt-season-team-1{
    background:linear-gradient(180deg,rgba(0,84,166,.10),#fff)!important;
}
.fcm-mt-season-option--card.fcm-mt-season-team-2{
    background:linear-gradient(180deg,rgba(245,130,32,.14),#fff)!important;
}
.fcm-mt-season-option--card .fcm-mt-season-option__main{
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
}
.fcm-mt-season-option--card .fcm-mt-season-option__price{
    font-size:1.6rem!important;
    line-height:1!important;
}
.fcm-mt-season-option--card .fcm-mt-ticket-action{
    width:100%!important;
    justify-content:center!important;
}
.fcm-mt-admin-tabs .fcm-mt-tab-form{
    display:contents!important;
    margin:0!important;
}
.fcm-mt-admin-tabs .fcm-mt-tab-form button{
    cursor:pointer!important;
    border:0!important;
    font:inherit!important;
}
.fcm-mt-ticket-page .fcm-mt-ticket-view{
    max-width:760px!important;
    margin:18px auto!important;
    padding:0 14px!important;
}
.fcm-mt-ticket-page .fcm-mt__head{
    margin:0 0 12px!important;
    padding:16px 18px!important;
}
.fcm-mt-ticket-page .fcm-mt__head h1{
    margin:0 0 4px!important;
}
.fcm-mt-email-ticket-pass{
    gap:14px!important;
    padding:16px!important;
}
.fcm-mt-email-ticket-pass__match{
    gap:12px!important;
}
.fcm-mt-email-ticket-pass__gate-code{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:8px 12px!important;
    margin-top:10px!important;
    padding:10px 12px!important;
    border:1px dashed rgba(30,48,148,.30)!important;
    border-radius:12px!important;
    background:#f4f7fb!important;
}
.fcm-mt-email-ticket-pass__gate-code span{
    text-transform:uppercase!important;
    font-size:.72rem!important;
    font-weight:800!important;
    letter-spacing:.04em!important;
    color:#1e3094!important;
}
.fcm-mt-email-ticket-pass__gate-code strong{
    font-size:1.25rem!important;
    letter-spacing:.06em!important;
    color:#1e2a44!important;
}
.fcm-mt-email-ticket-pass__gate-code small{
    flex-basis:100%!important;
    color:#526070!important;
}
.fcm-mt-email-ticket-pass__qr{
    margin:0 auto!important;
}
.fcm-mt-email-ticket-pass__qr img{
    max-width:220px!important;
}
.fcm-mt-scan-camera video{
    width:100%!important;
    max-width:420px!important;
    border-radius:14px!important;
    background:#111!important;
}
@media (max-width:1100px){
    .fcm-mt-season-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:640px){
    .fcm-mt-season-card-grid{grid-template-columns:1fr!important;}
    .fcm-mt-season-option--card{min-height:0!important;}
    .fcm-mt-ticket-page .fcm-mt-ticket-view{margin:8px auto!important;}
    .fcm-mt-email-ticket-pass__match{display:grid!important;grid-template-columns:72px 1fr!important;}
    .fcm-mt-email-ticket-pass__copy{grid-column:1 / -1!important;}
    .fcm-mt-email-ticket-pass__qr img{max-width:200px!important;}
}


/* v2.1.48.387 — MTQ polish: season cards, compact ticket pass, manual-first gate scan and scorecards */
.fcm-mt-season-option--card .fcm-mt-season-option__team{
    color:#1F3094!important;
    font-size:1.1rem!important;
    line-height:1.15!important;
}
.fcm-mt-season-option--card .fcm-mt-season-option__description{
    color:#5f6b83!important;
    font-weight:800!important;
}
.fcm-mt-season-option--card .fcm-mt-season-option__label{
    align-self:flex-start!important;
    border-radius:999px!important;
    background:rgba(245,130,32,.14)!important;
    color:#f15f22!important;
    padding:5px 9px!important;
    font-size:.72rem!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
}
.fcm-mt-ticketline-stack{
    display:grid!important;
    gap:4px!important;
}
.fcm-mt-status-lines{
    display:grid!important;
    gap:3px!important;
}
.fcm-mt-status-line{
    display:block!important;
    white-space:normal!important;
}
.fcm-mt-compact-pass{
    max-width:780px!important;
    margin:18px auto!important;
    padding:20px!important;
    border-radius:20px!important;
}
.fcm-mt-compact-pass__top{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:18px!important;
    align-items:center!important;
}
.fcm-mt-compact-pass__identity{
    display:grid!important;
    grid-template-columns:72px minmax(0,1fr)!important;
    gap:10px 18px!important;
    align-items:center!important;
}
.fcm-mt-compact-pass__identity .fcm-mt-opp-badge{
    grid-row:1 / span 3!important;
}
.fcm-mt-compact-pass__identity h3{
    margin:0!important;
    line-height:.98!important;
}
.fcm-mt-compact-pass__meta{
    display:grid!important;
    gap:6px!important;
    color:#4b5567!important;
    font-weight:800!important;
}
.fcm-mt-compact-pass__meta span{
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
}
.fcm-mt-compact-pass__qr{
    text-align:center!important;
}
.fcm-mt-compact-pass__qr img{
    width:190px!important;
    height:190px!important;
}
.fcm-mt-compact-pass__details{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:10px!important;
    margin:16px 0!important;
}
.fcm-mt-compact-pass__details > div{
    background:#F4F7FB!important;
    border:1px solid #DDE6F4!important;
    border-radius:14px!important;
    padding:10px 12px!important;
}
.fcm-mt-compact-pass__details span{
    display:block!important;
    color:#657089!important;
    font-size:.72rem!important;
    font-weight:900!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
}
.fcm-mt-compact-pass__details strong{
    display:block!important;
    color:#1E2A44!important;
    font-weight:900!important;
    line-height:1.25!important;
}
.fcm-mt-compact-pass__gate-code{
    margin:10px 0 14px!important;
    max-width:none!important;
    display:grid!important;
    gap:4px!important;
}
.fcm-mt-compact-pass .fcm-mt-email-ticket-pass__actions{
    border-top:1px solid #DDE6F4!important;
    margin-top:12px!important;
    padding-top:12px!important;
}
.fcm-mt-scan-grid--manual-first{
    display:grid!important;
    grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)!important;
    gap:16px!important;
    align-items:start!important;
}
.fcm-mt-scan-form--primary,
.fcm-mt-scan-camera--optional{
    background:#F4F7FB!important;
    border:1px solid #DDE6F4!important;
    border-radius:18px!important;
    padding:16px!important;
}
.fcm-mt-scan-camera--optional summary{
    cursor:pointer!important;
    color:#1F3094!important;
    font-weight:900!important;
}
.fcm-mt-scan-camera__inner{
    margin-top:14px!important;
    display:grid!important;
    gap:12px!important;
}
.fcm-mt-scan-camera video{
    width:100%!important;
    border-radius:14px!important;
    background:#111827!important;
}
@media (max-width: 760px){
    .fcm-mt-compact-pass{
        padding:14px!important;
    }
    .fcm-mt-compact-pass__top,
    .fcm-mt-scan-grid--manual-first{
        grid-template-columns:1fr!important;
    }
    .fcm-mt-compact-pass__identity{
        grid-template-columns:54px minmax(0,1fr)!important;
        gap:8px 12px!important;
    }
    .fcm-mt-compact-pass__qr img{
        width:180px!important;
        height:180px!important;
    }
    .fcm-mt-compact-pass__details{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
    .fcm-mt-admin-scorecards{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:10px!important;
    }
}
@media (max-width: 430px){
    .fcm-mt-compact-pass__details{
        grid-template-columns:1fr!important;
    }
}



/* v2.1.48.388 — MTQ admin/ticket layout polish */
.fcm-mt-season-option--card .fcm-mt-season-option__label{
    align-self:center!important;
    display:block!important;
    width:100%!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#F58220!important;
    text-align:center!important;
    box-shadow:none!important;
    font-size:.9rem!important;
    line-height:1.25!important;
}

/* Compact ticket/pass page: badge beside match info, gate code above QR, no wasted left space. */
.fcm-mt-ticket-page .fcm-mt-ticket-view{
    max-width:980px!important;
}
.fcm-mt-smart-pass{
    max-width:940px!important;
    padding:22px!important;
}
.fcm-mt-smart-pass__grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 260px!important;
    gap:22px!important;
    align-items:start!important;
}
.fcm-mt-smart-pass__match{
    display:grid!important;
    grid-template-columns:86px minmax(0,1fr)!important;
    gap:18px!important;
    align-items:start!important;
}
.fcm-mt-smart-pass__match .fcm-mt-opp-badge{
    width:76px!important;
    height:76px!important;
    margin:0!important;
}
.fcm-mt-smart-pass__match-copy h3{
    margin:2px 0 10px!important;
    font-size:2.25rem!important;
    line-height:1.02!important;
}
.fcm-mt-smart-pass__details{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    margin-top:14px!important;
}
.fcm-mt-smart-pass__details > div{
    min-width:0!important;
}
.fcm-mt-smart-pass__gate{
    display:grid!important;
    gap:12px!important;
    justify-items:stretch!important;
}
.fcm-mt-smart-pass__gate .fcm-mt-compact-pass__gate-code{
    order:1!important;
    margin:0!important;
    text-align:center!important;
}
.fcm-mt-smart-pass__gate .fcm-mt-compact-pass__gate-code strong{
    word-break:break-word!important;
    overflow-wrap:anywhere!important;
}
.fcm-mt-smart-pass__gate .fcm-mt-compact-pass__qr{
    order:2!important;
    margin:0!important;
    text-align:center!important;
}
.fcm-mt-smart-pass__gate .fcm-mt-compact-pass__qr img{
    width:220px!important;
    height:220px!important;
    max-width:100%!important;
}
.fcm-mt-gate-checkin-card{
    margin:16px auto!important;
    max-width:940px!important;
}
.fcm-mt-gate-checkin-form{
    display:grid!important;
    gap:12px!important;
}
.fcm-mt-gate-checkin-form label span{
    display:block!important;
    font-weight:900!important;
    color:#1E3094!important;
    margin-bottom:6px!important;
}
.fcm-mt-gate-checkin-form input[type="text"]{
    width:100%!important;
    max-width:420px!important;
    text-transform:uppercase!important;
    letter-spacing:.04em!important;
    font-weight:900!important;
}

@media (max-width:1100px){
    .fcm-mt-admin .fcm-mt-admin-scorecards{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}
@media (max-width:782px){
    .fcm-mt-admin .fcm-mt-admin-tabs{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:8px!important;
        padding:8px!important;
        overflow:visible!important;
        flex-wrap:initial!important;
    }
    .fcm-mt-admin .fcm-mt-admin-tabs > *,
    .fcm-mt-admin .fcm-mt-admin-tabs button,
    .fcm-mt-admin .fcm-mt-admin-tabs a{
        width:100%!important;
        min-width:0!important;
        max-width:none!important;
    }
    .fcm-mt-admin .fcm-mt-admin-scorecards{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:10px!important;
    }
    .fcm-mt-admin .fcm-mt-admin-scorecard span{
        min-height:0!important;
        font-size:.68rem!important;
    }
    .fcm-mt-admin .fcm-mt-admin-scorecard strong{
        font-size:1.25rem!important;
    }
    .fcm-mt-smart-pass__grid{
        grid-template-columns:1fr!important;
    }
    .fcm-mt-smart-pass__match{
        grid-template-columns:64px minmax(0,1fr)!important;
        gap:12px!important;
    }
    .fcm-mt-smart-pass__match .fcm-mt-opp-badge{
        width:58px!important;
        height:58px!important;
    }
    .fcm-mt-smart-pass__match-copy h3{
        font-size:1.75rem!important;
    }
    .fcm-mt-smart-pass__details{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
    .fcm-mt-smart-pass__gate .fcm-mt-compact-pass__qr img{
        width:190px!important;
        height:190px!important;
    }
}
@media (max-width:430px){
    .fcm-mt-smart-pass__details{
        grid-template-columns:1fr!important;
    }
    .fcm-mt-admin .fcm-mt-admin-scorecards .fcm-mt-admin-scorecard{
        padding:13px 8px!important;
    }
}


/* v2.1.48.390 — Match Tickets shared panel style reset and clean scan helpers.
   Keep Match Tickets using the existing shared FCM panel classes; only define
   layout hooks that the shared layer does not know about. */

/* Admin tabs: use shared .fcm-tab-bar / .fcm-tab-button styles. */
.fcm-mt-admin .fcm-mt-admin-tabs .fcm-mt-tab-form{
    display:contents;
    margin:0;
}
.fcm-mt-admin .fcm-mt-admin-tabs .fcm-tab-button{
    appearance:none;
    border-width:1px;
}

/* Admin scorecards: reuse the Club Admin/shared scorecard style, only control count layout. */
.fcm-mt-admin .fcm-mt-admin-scorecards{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:14px;
    margin:0 0 18px;
}
.fcm-mt-admin .fcm-mt-admin-scorecard{
    min-width:0;
}
.fcm-mt-admin .fcm-mt-admin-scorecard span,
.fcm-mt-admin .fcm-mt-admin-scorecard strong{
    display:block;
}

/* Status/counts must be readable one-per-line. */
.fcm-mt-status-lines,
.fcm-mt-status-lines--admin,
.fcm-mt-admin td[data-label="Status"] .fcm-mt-status-lines{
    display:grid;
    grid-template-columns:1fr;
    gap:4px;
    white-space:normal;
}
.fcm-mt-status-line{
    display:block;
    width:100%;
    line-height:1.25;
    white-space:normal;
}

/* Smart gate check-in page contrast and spacing. */
.fcm-mt-ticket-gate-view{
    max-width:980px;
    margin:24px auto;
    padding:0 16px;
}
.fcm-mt-ticket-gate-view .fcm-mt__head,
.fcm-mt-ticket-gate-view .fcm-mt__head--compact{
    max-width:940px;
    margin:0 auto 16px;
    padding:0;
    background:transparent;
    color:#1E2A44;
}
.fcm-mt-ticket-gate-view .fcm-mt__head h1,
.fcm-mt-ticket-gate-view .fcm-mt__head--compact h1{
    color:#1E3094;
}
.fcm-mt-ticket-gate-view .fcm-mt__head p,
.fcm-mt-ticket-gate-view .fcm-mt__head--compact p{
    color:#5E6C84;
}
.fcm-mt-gate-checkin-card{
    margin:0 auto 16px;
    max-width:940px;
}
.fcm-mt-gate-checkin-form{
    display:grid;
    gap:12px;
    margin-top:12px;
}
.fcm-mt-gate-checkin-form label{
    display:grid;
    gap:6px;
    max-width:440px;
}
.fcm-mt-gate-checkin-form label span{
    color:#1E3094;
    font-weight:900;
}
.fcm-mt-gate-checkin-form input[type="text"]{
    text-transform:uppercase;
    letter-spacing:.04em;
    font-weight:900;
}
.fcm-mt-gate-ticket-reference{
    max-width:940px;
    margin:0 auto;
}

/* My Tickets: compact header row with badge left of match text. */
.fcm-mt-my-match-row__info{
    display:grid;
    grid-template-columns:72px minmax(0,1fr);
    grid-template-areas:"badge copy";
    align-items:start;
    gap:14px;
}
.fcm-mt-my-match-row .fcm-mt-date-tile{
    display:none;
}
.fcm-mt-my-match-row .fcm-mt-opp-badge{
    grid-area:badge;
    width:64px;
    height:64px;
    justify-self:start;
    align-self:start;
}
.fcm-mt-my-match-row .fcm-mt-opp-badge img{
    max-width:60px;
    max-height:60px;
}
.fcm-mt-my-match-row__copy{
    grid-area:copy;
    padding-top:0;
}

/* Scan helpers. */
.fcm-mt-scan-camera__inner{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
}
.fcm-mt-scan-camera__inner [data-fcm-mt-scan-message]{
    flex-basis:100%;
}
.fcm-mt-scan-camera video{
    flex-basis:100%;
    width:100%;
    max-width:420px;
    border-radius:14px;
    background:#111827;
}

@media (max-width:1280px){
    .fcm-mt-admin .fcm-mt-admin-scorecards{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}
@media (max-width:782px){
    .fcm-mt-admin .fcm-mt-admin-tabs{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:8px;
        width:100%;
        overflow:visible;
    }
    .fcm-mt-admin .fcm-mt-admin-tabs > *,
    .fcm-mt-admin .fcm-mt-admin-tabs .fcm-tab-button{
        width:100%;
        min-width:0;
        max-width:none;
        white-space:normal;
        text-align:center;
    }
    .fcm-mt-admin .fcm-mt-admin-scorecards{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:10px;
    }
}
@media (max-width:620px){
    .fcm-mt-my-match-row__info{
        grid-template-columns:56px minmax(0,1fr);
        gap:12px;
    }
    .fcm-mt-my-match-row .fcm-mt-opp-badge{
        width:52px;
        height:52px;
    }
    .fcm-mt-my-match-row .fcm-mt-opp-badge img{
        max-width:50px;
        max-height:50px;
    }
}


/* v2.1.48.391 — FCM Gate role / ticket polish */
.fcm-mt-admin .fcm-mt-admin-tabs .fcm-panel-tab,
.fcm-mt-admin .fcm-mt-admin-tabs .fcm-tab-button,
.fcm-mt-admin .fcm-mt-admin-tabs a,
.fcm-mt-admin .fcm-mt-admin-tabs button{
    font-weight:900!important;
}

/* My Tickets: compact equal-height cards without forcing a square/1:1 layout. */
.fcm-mt-my .fcm-mt-ticket-list{
    align-items:stretch!important;
}
.fcm-mt-my .fcm-mt-my-match-row,
.fcm-mt-my .fcm-mt-booking-pass{
    min-height:0!important;
    height:auto!important;
    aspect-ratio:auto!important;
}
.fcm-mt-my .fcm-mt-booking-pass{
    grid-template-rows:auto auto!important;
}
.fcm-mt-my .fcm-mt-my-match-row__info{
    align-content:start!important;
}
.fcm-mt-my .fcm-mt-my-match-row__copy h3{
    margin-bottom:6px!important;
}
.fcm-mt-my .fcm-mt-my-match-row__meta{
    margin-top:4px!important;
}
.fcm-mt-my .fcm-mt-my-match-row__ticketline,
.fcm-mt-my .fcm-mt-my-match-row__status{
    margin-top:7px!important;
}
.fcm-mt-my .fcm-mt-my-match-row__actions{
    align-self:end!important;
}

/* Gate check-in: remove ghost header spacing and align form controls/buttons to shared panel spacing. */
.fcm-mt-ticket-gate-view{
    padding-top:0!important;
}
.fcm-mt-gate-checkin-card{
    margin-top:18px!important;
}
.fcm-mt-gate-checkin-form{
    gap:14px!important;
}
.fcm-mt-gate-checkin-form .fcm-panel-button,
.fcm-mt-gate-checkin-form .fcm-mk-button,
.fcm-mt-scan-panel .fcm-panel-button,
.fcm-mt-scan-panel .fcm-mk-button{
    font-weight:900!important;
}
.fcm-mt-scan-camera__inner{
    gap:12px!important;
}
.fcm-mt-scan-camera__inner .fcm-panel-button{
    margin-right:8px!important;
    margin-bottom:8px!important;
}


/* v2.1.48.392 — local QR rendering + cross-browser scanner polish */
.fcm-mt-local-qr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 10px 24px rgba(30,42,68,.08);
}
.fcm-mt-local-qr canvas {
  display: block;
  max-width: 100%;
  height: auto;
}
.fcm-mt-scan-camera__inner video[data-fcm-mt-scan-video] {
  display: block;
  width: min(100%, 420px);
  max-height: 320px;
  margin: 12px 0;
  border-radius: 14px;
  border: 1px solid rgba(30,42,68,.16);
  background: #111827;
}
.fcm-mt-scan-camera__inner video[data-fcm-mt-scan-video][hidden] {
  display: none;
}


/* v2.1.48.393 — Match Tickets short QR payload + layout hotfix */

/* My Tickets cards: remove forced square/empty-card behaviour and keep compact equal cards. */
.fcm-mt-my .fcm-mt-ticket-list{
    display:grid!important;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;
    align-items:stretch!important;
}
.fcm-mt-my .fcm-mt-booking-pass,
.fcm-mt-my .fcm-mt-my-match-row{
    aspect-ratio:auto!important;
    min-height:0!important;
    height:auto!important;
    padding:18px!important;
    display:grid!important;
    grid-template-rows:auto auto!important;
    gap:14px!important;
}
.fcm-mt-my .fcm-mt-my-match-row__info{
    min-height:0!important;
}
.fcm-mt-my .fcm-mt-my-match-row__actions{
    align-self:start!important;
    margin-top:8px!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    min-width:0!important;
}
.fcm-mt-my .fcm-mt-ticket__btn{
    width:100%!important;
    min-height:42px!important;
}

/* Smart check-in: make the submit/action visible and consistent with shared buttons. */
.fcm-mt-gate-checkin-form{
    align-items:start!important;
}
.fcm-mt-gate-checkin-form button,
.fcm-mt-gate-checkin-form .fcm-panel-button,
.fcm-mt-gate-checkin-form .fcm-panel-button-primary,
.fcm-mt-gate-checkin-form .fcm-panel-button-secondary,
.fcm-mt-gate-checkin-form .fcm-mk-button{
    width:auto!important;
    min-width:190px!important;
    max-width:100%!important;
    min-height:44px!important;
    padding:11px 18px!important;
    border-radius:14px!important;
    font-weight:900!important;
    text-align:center!important;
    text-decoration:none!important;
}
.fcm-mt-gate-checkin-form button.fcm-panel-button-primary,
.fcm-mt-gate-checkin-form .fcm-panel-button-primary{
    background:#1F3094!important;
    border:1px solid #1F3094!important;
    color:#fff!important;
}
.fcm-mt-gate-checkin-form .fcm-panel-button-secondary{
    background:#fff!important;
    border:1px solid #1F3094!important;
    color:#1F3094!important;
}
.fcm-mt-gate-checkin-form label{
    display:grid!important;
    gap:6px!important;
    width:min(100%,430px)!important;
}
@media (min-width:980px){
    .fcm-mt-my .fcm-mt-ticket-list{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}
@media (max-width:620px){
    .fcm-mt-my .fcm-mt-ticket-list{
        grid-template-columns:1fr!important;
    }
    .fcm-mt-my .fcm-mt-my-match-row__actions{
        grid-template-columns:1fr!important;
    }
}


/* v2.1.48.394 — My Tickets layout and gate scan/session hotfix */

/* My Tickets: restore a readable compact card.  The card itself is one column;
   the header owns the badge + match copy layout, so the action buttons cannot
   steal a grid column and squeeze the match title vertically. */
.fcm-mt-my .fcm-mt-ticket-list{
    display:grid!important;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;
    gap:18px!important;
    align-items:stretch!important;
}
.fcm-mt-my .fcm-mt-my-match-row,
.fcm-mt-my .fcm-mt-booking-pass{
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    align-items:stretch!important;
    grid-template-columns:1fr!important;
    grid-template-rows:auto!important;
    aspect-ratio:auto!important;
    min-height:0!important;
    height:auto!important;
    padding:18px!important;
    gap:12px!important;
}
.fcm-mt-my .fcm-mt-my-match-row__info{
    display:grid!important;
    grid-template-columns:64px minmax(0,1fr)!important;
    grid-template-areas:"badge copy"!important;
    align-items:start!important;
    gap:14px!important;
    min-width:0!important;
    width:100%!important;
}
.fcm-mt-my .fcm-mt-my-match-row .fcm-mt-date-tile{
    display:none!important;
}
.fcm-mt-my .fcm-mt-my-match-row .fcm-mt-opp-badge{
    grid-area:badge!important;
    width:58px!important;
    height:58px!important;
    justify-self:start!important;
    align-self:start!important;
}
.fcm-mt-my .fcm-mt-my-match-row .fcm-mt-opp-badge img{
    max-width:54px!important;
    max-height:54px!important;
}
.fcm-mt-my .fcm-mt-my-match-row__copy{
    grid-area:copy!important;
    min-width:0!important;
    width:100%!important;
}
.fcm-mt-my .fcm-mt-my-match-row__eyebrow{
    margin:0 0 4px!important;
    line-height:1.1!important;
}
.fcm-mt-my .fcm-mt-my-match-row__copy h3{
    margin:0 0 8px!important;
    font-size:clamp(24px,2vw,32px)!important;
    line-height:1.05!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
}
.fcm-mt-my .fcm-mt-my-match-row__meta{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px 12px!important;
    margin:0 0 8px!important;
    line-height:1.25!important;
}
.fcm-mt-my .fcm-mt-my-match-row__ticketline{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:2px!important;
    margin-top:8px!important;
}
.fcm-mt-my .fcm-mt-my-match-row__status{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    margin-top:10px!important;
}
.fcm-mt-my .fcm-mt-my-match-row__actions{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
    grid-column:1!important;
    align-self:auto!important;
    margin-top:14px!important;
    padding-top:14px!important;
    border-top:1px solid #E5EAF3!important;
}
.fcm-mt-my .fcm-mt-my-match-row__actions .fcm-mt-ticket__btn{
    width:100%!important;
    min-width:0!important;
    min-height:42px!important;
}
@media (min-width:1100px){
    .fcm-mt-my .fcm-mt-ticket-list{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}
@media (max-width:680px){
    .fcm-mt-my .fcm-mt-ticket-list{
        grid-template-columns:1fr!important;
    }
    .fcm-mt-my .fcm-mt-my-match-row__info{
        grid-template-columns:56px minmax(0,1fr)!important;
        gap:12px!important;
    }
    .fcm-mt-my .fcm-mt-my-match-row .fcm-mt-opp-badge{
        width:50px!important;
        height:50px!important;
    }
    .fcm-mt-my .fcm-mt-my-match-row__actions{
        grid-template-columns:1fr!important;
    }
}

/* Gate scan panel: camera/preview above action buttons, then manual lookup below. */
.fcm-mt-scan-grid--manual-first{
    display:grid!important;
    gap:16px!important;
}
.fcm-mt-scan-camera{
    order:1!important;
}
.fcm-mt-scan-form--primary{
    order:2!important;
}
.fcm-mt-scan-camera__inner{
    display:grid!important;
    gap:12px!important;
    align-items:start!important;
}
.fcm-mt-scan-camera__inner video[data-fcm-mt-scan-video]{
    order:1!important;
    width:min(100%,520px)!important;
    max-height:380px!important;
    margin:0!important;
}
.fcm-mt-scan-camera__inner [data-fcm-mt-scan-message]{
    order:2!important;
    margin:0!important;
}
.fcm-mt-scan-camera__actions{
    order:3!important;
    display:flex!important;
    flex-wrap:wrap!important;
    gap:10px!important;
}
.fcm-mt-scan-camera__actions .fcm-panel-button{
    margin:0!important;
}

/* Smart check-in form: keep the submit action looking like a real shared button. */
.fcm-mt-gate-checkin-form{
    display:grid!important;
    gap:12px!important;
    align-items:start!important;
}
.fcm-mt-gate-checkin-form label{
    display:grid!important;
    gap:6px!important;
    width:min(100%,430px)!important;
}
.fcm-mt-gate-checkin-form button,
.fcm-mt-gate-checkin-form .fcm-panel-button{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:190px!important;
    max-width:100%!important;
    min-height:44px!important;
    padding:11px 20px!important;
    border-radius:14px!important;
    font-weight:900!important;
    line-height:1.1!important;
}


/* v2.1.48.395 — Match Tickets gate scan layout hotfix */
/* Keep gate-code lookup/check controls visible first, then show scan helpers and camera preview underneath. */
.fcm-mt-scan-panel .fcm-mt-scan-stack,
.fcm-mt-scan-panel .fcm-mt-scan-grid--manual-first{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
    align-items:start!important;
}
.fcm-mt-scan-panel .fcm-mt-scan-form--primary{
    order:1!important;
}
.fcm-mt-scan-panel .fcm-mt-scan-camera--inline,
.fcm-mt-scan-panel .fcm-mt-scan-camera{
    order:2!important;
}
.fcm-mt-scan-panel .fcm-mt-scan-camera--inline{
    background:#F4F7FB!important;
    border:1px solid #DDE6F4!important;
    border-radius:18px!important;
    padding:16px!important;
}
.fcm-mt-scan-panel .fcm-mt-scan-camera__inner{
    display:grid!important;
    gap:12px!important;
    align-items:start!important;
}
.fcm-mt-scan-panel .fcm-mt-scan-camera__inner [data-fcm-mt-scan-message]{
    order:1!important;
    margin:0!important;
}
.fcm-mt-scan-panel .fcm-mt-scan-camera__actions{
    order:2!important;
    display:flex!important;
    flex-wrap:wrap!important;
    gap:10px!important;
}
.fcm-mt-scan-panel .fcm-mt-scan-camera__actions .fcm-panel-button,
.fcm-mt-scan-panel .fcm-mt-scan-camera__actions .fcm-mk-button{
    margin:0!important;
}
.fcm-mt-scan-panel .fcm-mt-scan-camera__inner video[data-fcm-mt-scan-video]{
    order:3!important;
    width:min(100%,520px)!important;
    max-height:380px!important;
    margin:0!important;
}
.fcm-mt-scan-panel .fcm-mt-scan-camera__inner video[data-fcm-mt-scan-video][hidden]{
    display:none!important;
}


/* v2.1.48.396 — Match Tickets mobile gate scan layout/order */
.fcm-mt-scan-grid--mobile-order{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    align-items:stretch;
}
.fcm-mt-scan-grid--mobile-order .fcm-mt-scan-camera--preview{
    display:none;
    padding:0;
    border:0;
    background:transparent;
}
.fcm-mt-scan-panel.is-fcm-mt-camera-active .fcm-mt-scan-grid--mobile-order .fcm-mt-scan-camera--preview,
.fcm-mt-scan-grid--mobile-order .fcm-mt-scan-camera--preview:has(video:not([hidden])){
    display:block;
    order:1;
}
.fcm-mt-scan-grid--mobile-order .fcm-mt-scan-camera--preview video{
    display:block;
    width:100%;
    max-height:360px;
    min-height:220px;
    margin:0 0 4px;
    border-radius:14px;
    background:#111;
    object-fit:cover;
}
.fcm-mt-scan-grid--mobile-order .fcm-mt-scan-camera--preview video[hidden]{
    display:none;
}
.fcm-mt-scan-grid--mobile-order .fcm-mt-scan-form--primary{
    order:2;
    margin:0;
}
.fcm-mt-scan-grid--mobile-order .fcm-mt-scan-camera--actions{
    order:3;
    margin:0;
}
.fcm-mt-scan-grid--mobile-order .fcm-mt-scan-camera__actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.fcm-mt-scan-grid--mobile-order .fcm-mt-scan-status-line{
    margin:10px 0 0;
}
.fcm-mt-scan-result{
    margin:14px 0 12px;
}
@media (max-width: 700px){
    .fcm-mt-scan-panel .fcm-mt-scan-match-form,
    .fcm-mt-scan-panel .fcm-mt-scan-form{
        display:grid;
        grid-template-columns:1fr;
        gap:10px;
    }
    .fcm-mt-scan-panel label{
        min-width:0;
    }
    .fcm-mt-scan-grid--mobile-order .fcm-mt-scan-camera--actions{
        padding:0;
        border:0;
        background:transparent;
    }
    .fcm-mt-scan-grid--mobile-order .fcm-mt-scan-camera__actions{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:10px;
    }
    .fcm-mt-scan-grid--mobile-order .fcm-mt-scan-camera__actions .fcm-panel-button{
        width:100%;
        justify-content:center;
        text-align:center;
        min-height:44px;
    }
    .fcm-mt-scan-grid--mobile-order .fcm-mt-scan-status-line{
        font-size:12px;
        line-height:1.35;
    }
    .fcm-mt-scan-result{
        order:0;
        margin:12px 0;
    }
}


/* v2.1.48.397 — Match Tickets scan panel PRG/layout hotfix */
.fcm-mt-scan-form--primary .fcm-mt-scan-camera__actions--inline{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    width:100%;
    margin-top:10px;
}
.fcm-mt-scan-form--primary .fcm-mt-scan-camera__actions--inline .fcm-panel-button{
    width:100%;
    justify-content:center;
    text-align:center;
}
.fcm-mt-scan-form--primary .fcm-mt-scan-status-line{
    width:100%;
    margin:8px 0 0;
}
@media (max-width: 760px){
    .fcm-mt-scan-totals{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:10px;
    }
    .fcm-mt-scan-totals > div{
        min-width:0;
        padding:14px 16px;
    }
    .fcm-mt-scan-totals strong{
        font-size:clamp(24px,8vw,34px);
    }
    .fcm-mt-scan-totals span{
        font-size:12px;
        line-height:1.25;
    }
    .fcm-mt-scan-form--primary .fcm-mt-scan-camera__actions--inline{
        grid-template-columns:1fr;
    }
}


/* v2.1.48.399 — Match Tickets gate scanner camera position */
.fcm-mt-scan-form--primary label{
    order:1;
}
.fcm-mt-scan-form--primary > button{
    order:2;
}
.fcm-mt-scan-form--primary .fcm-mt-scan-camera--preview{
    order:3!important;
    width:100%!important;
    display:none;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    margin:2px 0 0!important;
}
.fcm-mt-scan-panel.is-fcm-mt-camera-active .fcm-mt-scan-form--primary .fcm-mt-scan-camera--preview{
    display:block!important;
}
.fcm-mt-scan-form--primary .fcm-mt-scan-camera--preview video[data-fcm-mt-scan-video]{
    display:block;
    width:100%!important;
    max-height:380px!important;
    min-height:220px;
    margin:0!important;
    border-radius:14px!important;
    background:#111;
    object-fit:cover;
}
.fcm-mt-scan-form--primary .fcm-mt-scan-camera--preview video[data-fcm-mt-scan-video][hidden]{
    display:none!important;
}
.fcm-mt-scan-form--primary .fcm-mt-scan-camera__actions--inline{
    order:4!important;
}
.fcm-mt-scan-form--primary .fcm-mt-scan-status-line{
    order:5!important;
}
.fcm-mt-scan-grid--mobile-order .fcm-mt-scan-form--primary{
    order:2!important;
}
@media (max-width: 700px){
    .fcm-mt-scan-form--primary .fcm-mt-scan-camera--preview{
        margin:4px 0 2px!important;
    }
    .fcm-mt-scan-form--primary .fcm-mt-scan-camera--preview video[data-fcm-mt-scan-video]{
        max-height:360px!important;
        min-height:240px;
    }
}
