.elementor-977 .elementor-element.elementor-element-1b84b55{--display:flex;}/* Start custom CSS *//* ============================================================
   BANNERHALL — CLUB FIXTURES
   COMPLETE FIXTURE PAGE STYLESHEET
   ============================================================ */
/* ============================================================
   FIXTURES MASTER CONTAINER
   ============================================================ */

.cf-fixtures {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;
    padding: 0 26px;

    box-sizing: border-box;
}


/* ============================================================
   PAGE HEADER
   ============================================================ */

.cf-fixtures-header {
    width: 100%;

    margin: 0 0 28px;
    padding: 0;

    box-sizing: border-box;
}

.cf-fixtures-header h2 {
    margin: 0 0 6px;
    padding: 0;

    color: #2e2e2e;

    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.cf-fixtures-header p {
    margin: 0;
    padding: 0;

    color: #6b6258;

    font-size: 16px;
    line-height: 1.5;
}


/* ============================================================
   CLUB NIGHTS
   ============================================================ */

.cf-club-nights {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* ============================================================
   SUCCESS / STATUS MESSAGE
   ============================================================ */

.cf-booking-success {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto 24px;
    padding: 14px 18px;

    box-sizing: border-box;

    background: #f3ead8;
    border-left: 4px solid #8f1d2c;
    border-radius: 6px;

    color: #2e2e2e;

    font-size: 15px;
    line-height: 1.5;
}


/* ============================================================
   CLUB NIGHT CARD
   ============================================================ */

.cf-club-night {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto 28px;
    padding: 0;

    background: #ffffff;

    border-radius: 10px;
    overflow: hidden;

    box-shadow: 0 4px 14px rgba(46, 46, 46, 0.08);

    box-sizing: border-box;
}


/* ============================================================
   CLUB NIGHT HEADER
   ============================================================ */

.cf-club-night-header {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 22px 26px;

    background: #ffffff;
    border-bottom: 1px solid #e6e0d7;

    box-sizing: border-box;
}


/* DATE */

.cf-club-night-date {
    display: flex;

    flex-direction: column;

    gap: 2px;

    min-width: 0;
}

.cf-club-night-day {
    display: block;

    margin: 0;
    padding: 0;

    color: #8f1d2c;

    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.09em;
}

.cf-club-night-date-number {
    display: block;

    margin: 0;
    padding: 0;

    color: #2e2e2e;

    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}


/* ============================================================
   BOOK A GAME BUTTON
   ============================================================ */

.cf-book-game-button {
    display: inline-block;

    flex-shrink: 0;

    margin: 0 !important;
    padding: 10px 18px !important;

    background: #8f1d2c !important;
    border: 1px solid #8f1d2c !important;
    border-radius: 6px !important;

    color: #ffffff !important;

    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;

    text-decoration: none !important;

    box-shadow: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.cf-book-game-button:hover {
    background: #741522 !important;
    border-color: #741522 !important;

    color: #ffffff !important;

    transform: translateY(-1px);
}


/* ============================================================
   BOOKINGS CONTAINER
   ============================================================ */

.cf-bookings {
    width: 100%;

    margin: 0;
    padding: 0;

    background: #ffffff;

    box-sizing: border-box;
}


/* ============================================================
   INDIVIDUAL BOOKING
   ============================================================ */

.cf-booking {
    position: relative;

    display: flex;

    flex-direction: column;
    align-items: center;

    width: 100%;

    margin: 0;

    /*
     * Extra horizontal padding reserves space for
     * Edit / Delete on the right.
     */
    padding: 28px 150px 24px;

    background: #ffffff;

    border: 0;
    border-bottom: 1px solid #eee7dc;

    box-sizing: border-box;

    text-align: center;
}

.cf-booking:last-child {
    border-bottom: none;
}


/* ============================================================
   BOOKING MAIN CONTENT
   ============================================================ */

.cf-booking-main {
    width: 100%;
    min-width: 0;

    margin: 0;
    padding: 0;
}


/* ============================================================
   CENTRED PLAYER MATCHUP
   ============================================================ */

.cf-booking-players {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto
        minmax(0, 1fr);

    align-items: center;

    width: 100%;
    max-width: 650px;

    margin: 0 auto 12px;
    padding: 0;

    text-align: center;
}


/* PLAYER NAMES */

.cf-booking-player {
    margin: 0;
    padding: 0;

    color: #2e2e2e;

    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;

    text-transform: uppercase;

    overflow-wrap: anywhere;
}

.cf-booking-player:first-child {
    text-align: right;
}

.cf-booking-player:last-child {
    text-align: left;
}


/* VS */

.cf-booking-vs {
    margin: 0 14px;
    padding: 0;

    color: #8f1d2c;

    font-size: 12px;
    line-height: 1;

    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.12em;

    white-space: nowrap;
}


/* ============================================================
   GAME TAG
   ============================================================ */

.cf-booking-game {
    display: inline-block;

    margin: 0 8px 0 0;
    padding: 4px 10px;

    background: #f8e4e7;

    border: none;
    border-radius: 12px;

    color: #8f1d2c;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;

    vertical-align: middle;
}


/* ============================================================
   NOTES
   ============================================================ */

.cf-booking-notes {
    display: inline-block;

    margin: 0;
    padding: 0;

    color: #777066;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;

    vertical-align: middle;
}


/* ============================================================
   BOOKING ACTIONS — RIGHT SIDE
   ============================================================ */

.cf-booking-actions {
    position: absolute;

    top: 50%;
    right: 26px;

    display: flex;

    align-items: center;

    gap: 8px;

    margin: 0;
    padding: 0;

    transform: translateY(-50%);
}


/* ACTION BUTTON BASE */

.cf-booking-actions a {
    display: inline-block;

    margin: 0 !important;
    padding: 7px 12px !important;

    border-radius: 5px !important;

    font-size: 12px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;

    text-decoration: none !important;

    box-shadow: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease;
}

/* ============================================================
   SUBMIT / EDIT RESULT BUTTONS
   ============================================================ */

.cf-booking-submit-result {
    background: #8f1d2c !important;
    border: 1px solid #8f1d2c !important;
    color: #ffffff !important;
    width: 120px;
    text-align: center;
}

.cf-booking-submit-result:hover {
    background: #741522 !important;
    border-color: #741522 !important;
    color: #ffffff !important;
}


/* ============================================================
   EDIT BUTTON
   ============================================================ */

.cf-booking-edit {
    background: #ffffff !important;
    border: 1px solid #2e2e2e !important;
    color: #2e2e2e !important;
}

.cf-booking-edit:hover {
    background: #2e2e2e !important;
    border-color: #2e2e2e !important;
    color: #ffffff !important;
}


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

.cf-booking-delete,
.cf-booking-delete-result {
    background: #ffffff !important;
    border: 1px solid #d8b8be !important;
    color: #8f1d2c !important;
}

.cf-booking-delete:hover,
.cf-booking-delete-result:hover {
    background: #8f1d2c !important;
    border-color: #8f1d2c !important;
    color: #ffffff !important;
}


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

/* Action area */

.cf-booking-actions {
    flex-wrap: wrap;
    justify-content: center;
    width: 150px;
    column-gap: 8px;
    row-gap: 8px;
}


/* ------------------------------------------------------------
   UNFINISHED FIXTURES
   Submit Result on top
   Edit + Delete underneath
   ------------------------------------------------------------ */

.cf-booking-actions .cf-booking-submit-result {
    flex: 0 0 150px;
    width: 150px;
    box-sizing: border-box;
}

.cf-booking-actions .cf-booking-edit,
.cf-booking-actions .cf-booking-delete {
    flex: 0 0 auto;
}


/* ------------------------------------------------------------
   COMPLETED FIXTURES
   Edit Result on top
   Delete Result underneath
   ------------------------------------------------------------ */

.cf-booking-actions:has(.cf-booking-delete-result) {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
}

.cf-booking-actions:has(.cf-booking-delete-result)
.cf-booking-submit-result {
    flex: 0 0 auto;
    width: 150px;
    box-sizing: border-box;
}

.cf-booking-actions:has(.cf-booking-delete-result)
.cf-booking-delete-result {
    width: 150px;
    box-sizing: border-box;
}
/* ============================================================
   EMPTY FIXTURE STATE
   ============================================================ */

.cf-no-bookings {
    margin: 0;
    padding: 26px;

    background: #ffffff;

    text-align: center;

    box-sizing: border-box;
}

.cf-no-bookings p {
    margin: 0 0 16px;
    padding: 0;

    color: #6b6258;

    font-size: 14px;
    line-height: 1.5;
}

.cf-empty-book-button {
    display: inline-block;

    margin: 0 !important;
    padding: 9px 17px !important;

    background: #8f1d2c !important;
    border: 1px solid #8f1d2c !important;
    border-radius: 6px !important;

    color: #ffffff !important;

    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;

    text-decoration: none !important;

    box-shadow: none !important;
}

.cf-empty-book-button:hover {
    background: #741522 !important;
    border-color: #741522 !important;

    color: #ffffff !important;
}


/* ============================================================
   VISITOR PROMPT
   ============================================================ */

.cf-visitor-booking-prompt {
    width: 100%;
    max-width: 700px;

    margin: 36px auto 10px;
    padding: 26px 30px;

    box-sizing: border-box;

    text-align: center;

    color: #2e2e2e;
}

.cf-visitor-booking-prompt h3 {
    margin: 0 0 6px;
    padding: 0;

    color: #2e2e2e;

    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.cf-visitor-booking-prompt p {
    margin: 0 0 18px;
    padding: 0;

    color: #6b6258;

    font-size: 15px;
    line-height: 1.5;
}

.cf-visitor-booking-actions {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    margin: 0;
    padding: 0;
}

.cf-visitor-booking-actions a {
    display: inline-block;

    margin: 0 !important;
    padding: 10px 22px !important;

    border-radius: 6px !important;

    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;

    text-decoration: none !important;

    box-shadow: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}


/* VISITOR LOGIN */

.cf-visitor-login {
    background: #8f1d2c !important;
    border: 1px solid #8f1d2c !important;

    color: #ffffff !important;
}

.cf-visitor-login:hover {
    background: #741522 !important;
    border-color: #741522 !important;

    color: #ffffff !important;

    transform: translateY(-1px);
}


/* VISITOR REGISTER */

.cf-visitor-register {
    background: #5b6470 !important;
    border: 1px solid #5b6470 !important;

    color: #ffffff !important;
}

.cf-visitor-register:hover {
    background: #454d57 !important;
    border-color: #454d57 !important;

    color: #ffffff !important;

    transform: translateY(-1px);
}

/* ============================================================
   LOOKING FOR OPPONENT
   ============================================================ */

.cf-booking-looking {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
}

.cf-booking-looking-text {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cf-booking-looking .cf-battle-button {
    margin-top: 14px;
}

/* Battle button spacing */

.cf-battle-action {
    margin-top: 20px;
}

/* ================================
   COMPLETED FIXTURE RESULT
   ================================ */

.cf-booking-result {
    margin: 0 auto 8px;
    text-align: center;
}

.cf-booking-result-score {
    display: grid;
    grid-template-columns: 1fr auto auto auto 1fr;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
    column-gap: 8px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #2e2e2e;
    text-transform: uppercase;
}

.cf-result-player-1 {
    text-align: right;
}

.cf-result-score-number {
    color: #8f1d2c !important;
    text-align: center;
    white-space: nowrap;
}

.cf-result-score-dash {
    color: #2e2e2e !important;
    text-align: center;
    padding: 0 4px;
}

.cf-result-player-2 {
    text-align: left;
}

.cf-booking-result-winner {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    color: #8f1d2c;
}

.cf-booking-result-scenario {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    color: #5b6470;
}

.cf-booking-result-armies {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
    color: #5b6470;
}

.cf-booking-result-armies span {
    color: #5b6470;
    font-size: 13px;
    font-weight: 600;
    margin: 0 3px;
    text-transform: none;
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {


    /* --------------------------------------------------------
       PAGE HEADER
       -------------------------------------------------------- */

    .cf-fixtures-header {
        margin-bottom: 22px;
        padding: 0;
    }

    .cf-fixtures-header h2 {
        font-size: 24px;
    }

    .cf-fixtures-header p {
        font-size: 15px;
    }


    /* --------------------------------------------------------
       SUCCESS MESSAGE
       -------------------------------------------------------- */

    .cf-booking-success {
        margin-bottom: 20px;
        padding: 13px 15px;

        font-size: 14px;
    }


    /* --------------------------------------------------------
       CLUB NIGHT CARD
       -------------------------------------------------------- */

    .cf-club-night {
        margin-bottom: 20px;

        border-radius: 8px;
    }


    /* --------------------------------------------------------
       CLUB NIGHT HEADER
       -------------------------------------------------------- */

    .cf-club-night-header {
        align-items: flex-start;

        gap: 14px;

        padding: 18px;
    }

    .cf-club-night-day {
        font-size: 12px;
    }

    .cf-club-night-date-number {
        font-size: 21px;
    }


    /* --------------------------------------------------------
       BOOK GAME
       -------------------------------------------------------- */

    .cf-book-game-button {
        padding: 9px 13px !important;

        font-size: 13px !important;
    }


    /* --------------------------------------------------------
       BOOKING
       -------------------------------------------------------- */

    .cf-booking {
        position: relative;

        padding: 24px 18px 20px;
    }


    /* --------------------------------------------------------
       PLAYER MATCHUP
       -------------------------------------------------------- */

    .cf-booking-players {
        max-width: 100%;
    }

    .cf-booking-player {
        font-size: 18px;
    }

    .cf-booking-vs {
        margin: 0 9px;

        font-size: 11px;
    }


    /* --------------------------------------------------------
       GAME TAG
       -------------------------------------------------------- */

    .cf-booking-game {
        margin-right: 4px;
    }


   /* --------------------------------------------------------
   ACTIONS
   -------------------------------------------------------- */

.cf-booking-actions {
    position: static;

    width: 100%;
    max-width: 240px;

    justify-content: center;
    align-items: center;

    margin-top: 16px;

    transform: none;
}

.cf-booking-actions .cf-booking-submit-result {
    flex: 0 0 100%;
    width: 100%;
}

.cf-booking-actions:has(.cf-booking-delete-result) {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.cf-booking-actions:has(.cf-booking-delete-result)
.cf-booking-submit-result,
.cf-booking-actions:has(.cf-booking-delete-result)
.cf-booking-delete-result {
    width: 100%;
}

    /* --------------------------------------------------------
       EMPTY STATE
       -------------------------------------------------------- */

    .cf-no-bookings {
        padding: 22px 18px;
    }


    /* --------------------------------------------------------
       VISITOR PROMPT
       -------------------------------------------------------- */

    .cf-visitor-booking-prompt {
        margin-top: 28px;
        padding: 20px 10px;
    }

    .cf-visitor-booking-actions {
        flex-direction: column;

        gap: 10px;
    }

    .cf-visitor-booking-actions a {
        width: 100%;
        max-width: 220px;

        box-sizing: border-box;

        text-align: center;
    }
    
    .cf-booking-actions {
    flex-wrap: wrap;
    width: 100%;
    max-width: 240px;
    justify-content: center;
}

.cf-booking-actions .cf-booking-submit-result {
    flex: 0 0 100%;
    width: 100%;
}

.cf-booking-actions:has(.cf-booking-delete-result) {
    flex-direction: column;
    align-items: stretch;
}

.cf-booking-actions:has(.cf-booking-delete-result)
.cf-booking-submit-result,
.cf-booking-actions:has(.cf-booking-delete-result)
.cf-booking-delete-result {
    width: 100%;
}
/* =========================================
   BANNERHALL — MAIN NAV + ACCOUNT LINKS
   ========================================= */

/* Let the Elementor menu span its available width */
.elementor-nav-menu--main .elementor-nav-menu {
    width: 100%;
}

/*
 * Push ACCOUNT to the right.
 * LOGOUT then naturally sits beside it.
 */
.elementor-nav-menu--main .elementor-nav-menu > .menu-item-1147 {
    margin-left: auto !important;
}

/*
 * Keep LOGOUT beside ACCOUNT with a small gap.
 */
.elementor-nav-menu--main .elementor-nav-menu > .menu-item-1149 {
    margin-left: 20px !important;
}

}/* End custom CSS */