.elementor-1211 .elementor-element.elementor-element-fd7cb90{--display:flex;}/* Start custom CSS *//* ============================================================
   BANNERHALL — CLUB RECORD
   ============================================================ */

/* ------------------------------------------------------------
   CLUB RECORD HEADER
   ------------------------------------------------------------ */

.cf-club-record-header {
    margin: 0 0 22px;
}

.cf-club-record-header h2 {
    margin: 0;
    color: #2e2e2e;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.cf-club-record-header p {
    margin: 7px 0 0;
    color: #6b6258;
    font-size: 14px;
    line-height: 1.5;
}


/* ------------------------------------------------------------
   EMPTY CLUB RECORD
   ------------------------------------------------------------ */

.cf-club-record-empty {
    margin-top: 8px;
    padding: 24px 20px;

    background: #ffffff;
    border: 1px solid #e6e0d7;
    border-radius: 10px;

    color: #6b6258;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;

    box-shadow: 0 4px 14px rgba(46, 46, 46, 0.08);
    box-sizing: border-box;
}
/* ------------------------------------------------------------
   CLUB RECORD FILTERS
   ------------------------------------------------------------ */

.cf-club-record-filters {
    display: flex;
    align-items: flex-end;
    gap: 18px;

    margin: 0 0 22px;
}

.cf-club-record-filter {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cf-club-record-filter label {
    color: #2e2e2e;

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

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

.cf-club-record-filter select {
    height: 38px;

    padding: 0 34px 0 11px;

    background: #ffffff;

    border: 1px solid #e6e0d7;
    border-radius: 6px;

    color: #2e2e2e;

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

    box-sizing: border-box;

    cursor: pointer;
}

/* Game and Player */
#cf-club-record-game,
#cf-club-record-player {
    min-width: 190px;
}

/* Year and Month */
#cf-club-record-year,
#cf-club-record-month {
    min-width: 125px;
}

.cf-club-record-filter select:focus {
    outline: none;

    border-color: #8f1d2c;

    box-shadow:
        0 0 0 2px rgba(143, 29, 44, 0.08);
}

/* ------------------------------------------------------------
   CLUB RECORD MASTER CONTAINER
   ------------------------------------------------------------ */

.cf-club-record {
    width: 100%;
    max-width: 960px;

    margin: 28px 0 0;
    padding: 0;

    box-sizing: border-box;
}


/* ------------------------------------------------------------
   INDIVIDUAL RECORD
   ------------------------------------------------------------ */
.cf-club-record-item {
    display: grid;

grid-template-columns:
    105px
    160px
    170px
    130px
    170px
    1fr;

    align-items: center;

    width: 100%;

    margin: 0 0 4px;
    padding: 13px 16px;

    background: #ffffff;

    border: 1px solid #e6e0d7;
    border-radius: 10px;

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

    box-sizing: border-box;
}

/* ------------------------------------------------------------
   COLUMN SEPARATORS
   ------------------------------------------------------------ */

.cf-club-record-item > div:not(:last-child) {
    border-right: 1px solid #e6e0d7;
}

.cf-club-record-date {
    padding-right: 18px;
}

.cf-club-record-game {
    padding-left: 18px;
    padding-right: 18px;
}

.cf-club-record-player-1 {
    padding-left: 18px;
    padding-right: 18px;
}

.cf-club-record-result {
    padding-left: 18px;
    padding-right: 18px;
}

.cf-club-record-player-2 {
    padding-left: 18px;
    padding-right: 18px;
}

.cf-club-record-action {
    padding-left: 18px;
}

/* ------------------------------------------------------------
   DATE
   ------------------------------------------------------------ */

.cf-club-record-date {
    color: #8f1d2c;

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

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


/* ------------------------------------------------------------
   GAME INFORMATION
   ------------------------------------------------------------ */

.cf-club-record-game {
    padding-left: 12px;
    padding-right: 12px;

    text-align: center;
}

.cf-club-record-game-name {
    margin: 0;

    color: #2e2e2e;

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

.cf-club-record-scenario {
    margin-top: 3px;

    color: #6b6258;

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

.cf-club-record-points {
    margin-top: 3px;

    color: #6b6258;

    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
}

/* ------------------------------------------------------------
   PLAYER COLUMNS
   ------------------------------------------------------------ */

.cf-club-record-player {
    min-width: 0;
}

.cf-club-record-player-1 {
    padding-left: 12px;
    padding-right: 18px;

    text-align: right;
}

.cf-club-record-player-2 {
    padding-left: 18px;
    padding-right: 12px;

    text-align: left;
}

.cf-club-record-player-name {
    color: #2e2e2e;

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

    text-transform: uppercase;

    overflow-wrap: anywhere;
}

.cf-club-record-army {
    margin-top: 3px;

    color: #6b6258;

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

.cf-club-record-points-destroyed {
    margin-top: 3px;

    color: #6b6258;

    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
}
/* ------------------------------------------------------------
   RESULT
   ------------------------------------------------------------ */

.cf-club-record-result {
    padding-left: 12px;
    padding-right: 12px;

    text-align: center;
}

.cf-club-record-score {
    color: #8f1d2c;

    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;

    white-space: nowrap;
}

.cf-club-record-winner {
    margin-top: 4px;

    color: #8f1d2c;

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

.cf-club-record-status {
    color: #6b6258;

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

    text-align: center;
}

/* ------------------------------------------------------------
   DOUBLE ONES
   ------------------------------------------------------------ */

.cf-club-record-double-ones {
    display: grid;

    grid-template-columns: 1fr auto 1fr;

    align-items: center;

    margin-top: 5px;

    color: #6b6258;

    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
}

.cf-club-record-double-ones-p1 {
    color: #8f1d2c;

    text-align: right;

    padding-right: 7px;
}

.cf-club-record-double-ones-label {
    color: #6b6258;

    white-space: nowrap;
}

.cf-club-record-double-ones-p2 {
    color: #8f1d2c;

    text-align: left;

    padding-left: 7px;
}
/* ------------------------------------------------------------
   ACTION
   ------------------------------------------------------------ */

.cf-club-record-action {
    display: grid !important;
    place-items: center !important;

    width: 100%;
    height: 100%;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box;
}

.cf-club-record-action a {
    display: block !important;

    width: max-content;

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

    background: #ffffff !important;
    border: 1px solid #2e2e2e !important;
    border-radius: 5px !important;

    color: #2e2e2e !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;

    text-align: center;
    text-decoration: none !important;

    box-shadow: none !important;

    box-sizing: border-box;

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

.cf-club-record-action a:hover {
    background: #2e2e2e !important;
    border-color: #2e2e2e !important;
    color: #ffffff !important;
}

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

@media (max-width: 767px) {

    .cf-club-record {
        padding: 0 18px;
    }

    .cf-club-record-item {
        grid-template-columns: 1fr;

        gap: 14px;

        margin-bottom: 20px;
        padding: 20px 18px;

        border-radius: 8px;
    }

    .cf-club-record-date {
        text-align: center;
    }

    .cf-club-record-game {
        padding-right: 0;

        text-align: center;
    }

    .cf-club-record-player-1,
    .cf-club-record-player-2 {
        padding-left: 0;
        padding-right: 0;

        text-align: center;
    }

    .cf-club-record-result {
        padding: 4px 0;
    }

    .cf-club-record-action {
        padding-top: 4px;
    }

    .cf-club-record-action a {
        width: 100%;
        max-width: 220px;

        box-sizing: border-box;
    }
    .cf-club-record-filters {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .cf-club-record-filter select {
        width: 100%;
        min-width: 0;
    }
}/* End custom CSS */