.bet-the-a-main {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    font-family: inherit;
    color: #4f5252;
}

.bet-the-a-main *,
.bet-the-a-main *::before,
.bet-the-a-main *::after {
    box-sizing: inherit;
}

.bet-the-a-main__button {
    box-shadow: 0px 0px 2px 0px #bee2f9;
    background: linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
    background-color: #63b8ee;
    border-radius: 10px;
    border: 1px solid #3866a3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    color: #fafafa;
    font-family: Arial;
    font-size: 19px;
    padding: 10px 18px;
    text-decoration: none;
}

.bet-the-a-main__button:hover,
.bet-the-a-main__button:focus {
    box-shadow: 0px 0px 2px 0px #bee2f9;
    background: linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
    background-color: #63b8ee;
    border-color: #3866a3;
    color: #fafafa;
    text-decoration: none;
}

.bet-the-a-main__button:disabled {
    opacity: 0.7;
    cursor: progress;
}


.bet-the-a-main__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    color: currentColor;
}

.bet-the-a-main__button-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bet-the-a-main__button-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.bet-the-a-main__button-label {
    display: inline-block;
}

.bet-the-a-main__helper,
.bet-the-a-main__helper.is-info {
    padding: 10px;
    margin: 5px 0 15px;
    text-align: center;
    font-size: 1.05em;
    background: #fff;
    border: 2px solid #be2b26;
    border-radius: 10px;
    color: #be2b26;
    font-weight: 700;
}

.bet-the-a-main__helper.is-error {
    background: #e46360;
    color: #fff;
}

.bet-the-a-main__helper.is-success {
    background: #657e3f;
    color: #fff;
}

.bet-the-a-main__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    touch-action: pan-y;
}

.bet-the-a-main__item {
    margin: 0;
    padding: 10px;
    list-style: none;
    background: none;
    border: 0;
    touch-action: pan-y;
}

.bet-the-a-main.is-reordering .bet-the-a-main__item {
    cursor: move;
}

.bet-the-a-main__frame {
    position: relative;
    display: flex;
    touch-action: pan-y;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 220px;
    padding: 10px 10px 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.bet-the-a-main__stats-badges-wrap[hidden] {
    display: none !important;
}

.bet-the-a-main__stats-badges-wrap {
    display: block;
    pointer-events: none;
}

.bet-the-a-main__stats-badges {
    position: absolute;
    top: 28px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 68px;
    z-index: 2;
    pointer-events: none;
}

.bet-the-a-main__stat-badge {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-height: 22px;
    padding: 2px 7px 2px 5px;
    background: rgba(255,255,255,0.98);
    border: 1px solid #d7dde7;
    border-left-width: 4px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(7,26,58,0.12);
    color: #081b3a;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.bet-the-a-main__stat-badge--average { border-left-color: #24c2cc; }
.bet-the-a-main__stat-badge--common { border-left-color: #2f74d0; }
.bet-the-a-main__stat-badge--p1 { border-left-color: #f39b1a; }
.bet-the-a-main__stat-badge--worst { border-left-color: #db3d3d; }
.bet-the-a-main__stat-badge--podium { border-left-color: #79b126; }

.bet-the-a-main__stat-badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

.bet-the-a-main__stat-badge-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bet-the-a-main__stat-badge--average .bet-the-a-main__stat-badge-icon { color: #24c2cc; }
.bet-the-a-main__stat-badge--common .bet-the-a-main__stat-badge-icon { color: #2f74d0; }
.bet-the-a-main__stat-badge--p1 .bet-the-a-main__stat-badge-icon { color: #f39b1a; }
.bet-the-a-main__stat-badge--worst .bet-the-a-main__stat-badge-icon { color: #db3d3d; }
.bet-the-a-main__stat-badge--podium .bet-the-a-main__stat-badge-icon { color: #79b126; }

.bet-the-a-main__stat-badge-value {
    display: inline-block;
    flex: 1 1 auto;
    text-align: right;
    white-space: nowrap;
}

.bet-the-a-main .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.bet-the-a-main__analysis-layer[hidden] {
    display: none !important;
}

.bet-the-a-main__analysis-layer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(7, 26, 58, 0.78);
}

.bet-the-a-main__analysis-card {
    position: relative;
    width: min(920px, 100%);
    max-height: min(86vh, 900px);
    overflow: auto;
    padding: clamp(18px, 3vw, 30px);
    border: 2px solid #2b65ae;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
    color: #071a3a;
}

.bet-the-a-main__analysis-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #be2b26;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.bet-the-a-main__analysis-card h2 {
    margin: 0 50px 8px 0;
    color: #071a3a;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.05;
    font-weight: 900;
}

.bet-the-a-main__analysis-summary {
    margin: 0 0 18px;
    color: #2b65ae;
    font-size: clamp(16px, 2vw, 21px);
    font-weight: 800;
}

.bet-the-a-main__analysis-empty {
    margin: 0;
    padding: 14px;
    border: 2px solid #be2b26;
    border-radius: 10px;
    color: #be2b26;
    font-weight: 800;
}

.bet-the-a-main__analysis-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.bet-the-a-main__analysis-metrics span {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
    border: 1px solid #dfe5ee;
    border-left: 5px solid #2b65ae;
    border-radius: 10px;
    background: #f7f9fc;
}

.bet-the-a-main__analysis-metrics span:nth-child(2) { border-left-color: #be2b26; }
.bet-the-a-main__analysis-metrics span:nth-child(3) { border-left-color: #ffcc27; }
.bet-the-a-main__analysis-metrics span:nth-child(4) { border-left-color: #24c2cc; }

.bet-the-a-main__analysis-metrics em {
    color: #68758a;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.bet-the-a-main__analysis-metrics strong {
    color: #071a3a;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1;
    font-weight: 900;
}

.bet-the-a-main__analysis-sections {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.bet-the-a-main__analysis-sections section {
    padding: 14px;
    border: 1px solid #dfe5ee;
    border-radius: 10px;
    background: #fff;
}

.bet-the-a-main__analysis-sections h3 {
    margin: 0 0 10px;
    color: #2b65ae;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 900;
}

.bet-the-a-main__analysis-sections p,
.bet-the-a-main__analysis-sections li {
    color: #071a3a;
    font-size: 14px;
    line-height: 1.35;
}

.bet-the-a-main__analysis-sections ul {
    margin: 0;
    padding-left: 18px;
}

.bet-the-a-main__analysis-sections li + li,
.bet-the-a-main__analysis-sections p + p {
    margin-top: 7px;
}

@media (max-width: 720px) {
    .bet-the-a-main__analysis-layer {
        align-items: flex-start;
        padding: 12px;
    }

    .bet-the-a-main__analysis-card {
        max-height: calc(100vh - 24px);
        border-radius: 12px;
    }

    .bet-the-a-main__analysis-metrics,
    .bet-the-a-main__analysis-sections {
        grid-template-columns: 1fr;
    }
}

.bet-the-a-main__image {
    display: block;
    touch-action: pan-y;
    width: 200px;
    height: auto;
    max-width: 100%;
}

.bet-the-a-main__empty {
    padding: 12px 0;
}

.bet-the-a-main .ui-sortable-placeholder {
    visibility: visible !important;
    min-width: 220px;
    min-height: 220px;
    margin: 10px;
    border: 2px dashed #3675b4;
    background: rgba(54, 117, 180, 0.08);
}

@media (max-width: 576px) {
    .bet-the-a-main__item {
        padding: 4px;
    }

    .bet-the-a-main__frame {
        min-width: 110px;
        min-height: 110px;
        padding: 5px;
    }

    .bet-the-a-main__image {
        width: 90px;
    }

    .bet-the-a-main__stats-badges {
        top: 14px;
        right: 4px;
        width: 42px;
        gap: 2px;
    }

    .bet-the-a-main__stat-badge {
        min-height: 13px;
        padding: 1px 4px 1px 3px;
        border-left-width: 2px;
        border-radius: 4px;
        gap: 3px;
        font-size: 8px;
    }

    .bet-the-a-main__stat-badge-icon {
        width: 8px;
        height: 8px;
        flex-basis: 8px;
    }

    .bet-the-a-main .ui-sortable-placeholder {
        min-width: 110px;
        min-height: 110px;
        margin: 4px;
    }
}

/* Frontend overview shortcode: [bet_the_a_main_overview] */
.bet-the-a-main-overview {
    --btam-blue: #0a58d0;
    --btam-blue-dark: #071a3a;
    --btam-yellow: #ffcc27;
    --btam-border: #dfe5ee;
    --btam-muted: #68758a;
    --btam-bg: #f7f9fc;
    --btam-shadow: 0 14px 38px rgba(7, 26, 58, 0.08);
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--btam-blue-dark);
    font-family: inherit;
}

.bet-the-a-main-overview *,
.bet-the-a-main-overview *::before,
.bet-the-a-main-overview *::after {
    box-sizing: inherit;
}

.bet-the-a-main-overview__hero {
    position: relative;
    margin-bottom: 22px;
}




.bet-the-a-main-overview__hero h2 {
    margin: 0;
    font-size: clamp(32px, 4.8vw, 58px);
    line-height: 1.04;
    font-weight: 900;
    color: var(--btam-blue-dark);
}

.bet-the-a-main-overview__empty {
    padding: 22px;
    border: 1px solid var(--btam-border);
    border-radius: 16px;
    background: #fff;
    color: var(--btam-muted);
}

.bet-the-a-main-overview__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 18px 0 16px;
}

.bet-the-a-main-overview__search {
    flex: 0 1 360px;
    position: relative;
}

.bet-the-a-main-overview__search::before {
    content: '⌕';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--btam-muted);
    font-size: 22px;
    line-height: 1;
}

.bet-the-a-main-overview__search input,
.bet-the-a-main-overview__sort select {
    width: 80%;
    min-height: 48px;
    border: 1px solid var(--btam-border);
    border-radius: 10px;
    background: #fff;
    color: var(--btam-blue-dark);
    box-shadow: 0 6px 16px rgba(7, 26, 58, 0.04);
    font: inherit;
}

.bet-the-a-main-overview__search input {
    padding: 10px 14px 10px 44px;
}

.bet-the-a-main-overview__sort {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    color: var(--btam-blue-dark);
    font-weight: 700;
}

.bet-the-a-main-overview__sort select {
    min-width: 180px;
    padding: 8px 12px;
}

.bet-the-a-main-overview__layout {
    display: grid;
    grid-template-columns: minmax(250px, 330px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.bet-the-a-main-overview__sidebar,
.bet-the-a-main-overview__main {
    border: 1px solid var(--btam-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--btam-shadow);
    overflow: hidden;
}

.bet-the-a-main-overview__participants {
    max-height: 640px;
    overflow: auto;
}

.bet-the-a-main-overview__participant {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 5px;
    border: 0;
    border-bottom: 1px solid #edf1f6;
    border-left: 4px solid transparent;
    background: #fff;
    color: var(--btam-blue-dark);
    text-align: left;
    cursor: pointer;
    transition: background 0.16s ease, border-color 0.16s ease;
}

.bet-the-a-main-overview__participant:hover,
.bet-the-a-main-overview__participant:focus,
.bet-the-a-main-overview__participant.is-active {
    border-left-color: #2c292a;
    background: linear-gradient(90deg, rgba(10, 88, 208, 0.10), rgba(10, 88, 208, 0.02));
    outline: none;
}

.bet-the-a-main-overview__participant strong {
    display: block;
    overflow: hidden;
    color: var(--btam-blue-dark);
    font-size: 15px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bet-the-a-main-overview__participant small {
    display: block;
    margin-top: 0;
    color: var(--btam-muted);
    font-size: 12px;
}

.bet-the-a-main-overview__participant i {
    color: var(--btam-muted);
    font-size: 26px;
    font-style: normal;
}

.bet-the-a-main-overview__main {
    border-top: 0;
}

.bet-the-a-main-overview__panel {
    padding: 0;
}

.bet-the-a-main-overview__panel-head {
    padding: clamp(10px, 2.6vw, 30px);
    border-bottom: 1px solid var(--btam-border);
}

.bet-the-a-main-overview__panel-head h2 {
    margin: 0;
    color: var(--btam-blue-dark);
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.1;
    font-weight: 900;
}

.bet-the-a-main-overview__panel-head p {
    margin: 6px 0 0;
    color: var(--btam-muted);
}

.bet-the-a-main-overview__ranking-block {
    padding: clamp(10px, 2.6vw, 30px);
}

.bet-the-a-main-overview__ranking-block h4,
.bet-the-a-main-overview__stats h4 {
    margin: 0 0 16px;
    color: var(--btam-blue-dark);
    font-size: 18px;
    font-weight: 900;
}

.bet-the-a-main-overview__ranking {
    display: flex;
    align-items: stretch;
    gap: 5px;
    margin: 0;
    margin-bottom: 0 !important;
    padding: 0 0 8px;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: thin;
}

.bet-the-a-main-overview__ranking li {
    position: relative;
    flex: 0 0 110px;
    padding: 10px;
    border: 1px solid var(--btam-border);
    border-radius: 9px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-shadow: 0 8px 18px rgba(7, 26, 58, 0.06);
    text-align: center;
}

.bet-the-a-main-overview__ranking li:not(:last-child)::after {
    content: '›';
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--btam-muted);
    font-size: 34px;
    line-height: 1;
}

.bet-the-a-main-overview__ranking img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
}

.bet-the-a-main-overview__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--btam-border);
}

.bet-the-a-main-overview__stats section {
    padding: clamp(10px, 2.4vw, 28px);
}

.bet-the-a-main-overview__stats section + section {
    border-left: 1px solid var(--btam-border);
}

.bet-the-a-main-overview__stats ul,
.bet-the-a-main-overview__sequences {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bet-the-a-main-overview__stats li {
    display: grid;
    grid-template-columns: minmax(90px, 160px) minmax(90px, 1fr) 44px;
    align-items: center;
    gap: 12px;
    margin: 10px 0;
    color: var(--btam-blue-dark);
}

.bet-the-a-main-overview__stats li strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.bet-the-a-main-overview__stats li em,
.bet-the-a-main-overview__sequences li em {
    color: var(--btam-blue-dark);
    font-style: normal;
    font-weight: 500;
    text-align: right;
}

.bet-the-a-main-overview__bar {
    display: block;
    height: 7px;
    border-radius: 999px;
    background: #e1e7f0;
    overflow: hidden;
}

.bet-the-a-main-overview__bar i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #be2b26;
}

.bet-the-a-main-overview__sequences li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 12px;
    align-items: center;
    margin: 8px 0;
}

.bet-the-a-main-overview__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-width: 0;
}

.bet-the-a-main-overview__chips b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 70px;
    min-width: 28px;
    min-height: 24px;
    padding: 2px 6px;
    border: 1px solid #dbe3ee;
    border-radius: 6px;
    background: #fff;
    color: var(--btam-blue-dark);
    font-size: 11px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bet-the-a-main-overview__based-on {
    margin: 14px 0 0;
    color: var(--btam-muted);
    font-size: 13px;
}

@media (max-width: 980px) {
    .bet-the-a-main-overview__layout {
        grid-template-columns: 1fr;
    }

    .bet-the-a-main-overview__participants {
        max-height: 330px;
    }
}

@media (max-width: 720px) {
    .bet-the-a-main-overview__toolbar,
    .bet-the-a-main-overview__panel-head {
        align-items: stretch;
        flex-direction: column;
    }

    .bet-the-a-main-overview__search,
    .bet-the-a-main-overview__sort {
        width: 100%;
    }

    .bet-the-a-main-overview__sort select {
        width: 80%;
    }

    .bet-the-a-main-overview__search {
        flex: 0px;
    }

    .bet-the-a-main-overview__stats {
        grid-template-columns: 1fr;
    }

    .bet-the-a-main-overview__stats section + section {
        border-top: 1px solid var(--btam-border);
        border-left: 0;
    }

    .bet-the-a-main-overview__ranking li {
        flex-basis: 96px;
    }

}


/* Squared layout for the entire frontend overview. */
.bet-the-a-main-overview,
.bet-the-a-main-overview *,
.bet-the-a-main-overview *::before,
.bet-the-a-main-overview *::after {
    border-radius: 0 !important;
}

/* Die Countdown-Progress-Ringe bleiben auch innerhalb der eckigen Overview rund. */
.bet-the-a-main-overview .bet-the-a-main-countdown__ring,
.bet-the-a-main-overview .bet-the-a-main-countdown__ring::before {
    border-radius: 50% !important;
}

/* Bei einem Abstand von 5px zwischen den Ranking-Kacheln werden keine Zwischenpfeile angezeigt. */
.bet-the-a-main-overview__ranking li:not(:last-child)::after {
    display: none;
}

/* Smartphone: scrolling remains possible; drag & drop starts after a long press. */
.bet-the-a-main.is-reordering .bet-the-a-main__item,
.bet-the-a-main.is-reordering .bet-the-a-main__image {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

/* Countdown und Submission deadline – Progress-Ring-Layout ohne Icons. */
.bet-the-a-main__deadline,
.bet-the-a-main-overview__deadline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 0 0 22px;
    padding: 22px 18px;
    border: 1px solid #d9e1eb;
    background: #fff;
    color: #172033;
    text-align: center;
}

.bet-the-a-main__deadline > [data-btam-deadline-label],
.bet-the-a-main-overview__deadline > [data-btam-deadline-label] {
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.2;
    font-weight: 800;
}

.bet-the-a-main-countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(90px, 132px));
    justify-content: center;
    gap: clamp(12px, 2.5vw, 28px);
    width: 100%;
}

.bet-the-a-main-countdown__unit {
    --btam-progress: 0%;
    --btam-ring-color: #5637a5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.bet-the-a-main-countdown__unit--hours {
    --btam-ring-color: #2484c5;
}

.bet-the-a-main-countdown__unit--minutes {
    --btam-ring-color: #348c37;
}

.bet-the-a-main-countdown__unit--seconds {
    --btam-ring-color: #ee8500;
}

.bet-the-a-main-countdown__ring {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: clamp(88px, 10vw, 124px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: conic-gradient(var(--btam-ring-color) var(--btam-progress), #e7edf3 0);
    box-shadow: 0 4px 12px rgba(19, 43, 75, 0.12);
}

.bet-the-a-main-countdown__ring::before {
    content: '';
    position: absolute;
    z-index: 0;
    inset: 9px;
    border-radius: 50%;
    background: #fff;
}

.bet-the-a-main-countdown__ring strong {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #111827;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 0.95;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.bet-the-a-main-countdown__ring span {
    position: relative;
    z-index: 1;
    margin-top: 7px;
    color: #222b3a;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.bet-the-a-main-countdown__label {
    color: #445064;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 700;
}

.bet-the-a-main-countdown__deadline-date {
    display: block;
    width: 100%;
    padding-top: 14px;
    border-top: 1px solid #e2e7ed;
    color: #68758a;
    font-size: 13px;
}

.bet-the-a-main__deadline.is-closed,
.bet-the-a-main-overview__deadline.is-closed,
.bet-the-a-main.is-closed .bet-the-a-main__deadline {
    border-color: #9e2b2b;
    background: #fff0f0;
    color: #8a1f1f;
    font-weight: 700;
}

.bet-the-a-main.is-closed .bet-the-a-main__item {
    cursor: default;
}

@media (max-width: 600px) {
    .bet-the-a-main__deadline,
    .bet-the-a-main-overview__deadline {
        padding: 18px 10px;
    }

    .bet-the-a-main-countdown {
        grid-template-columns: repeat(4, minmax(62px, 1fr));
        gap: 7px;
    }

    .bet-the-a-main-countdown__ring {
        width: min(100%, 82px);
    }

    .bet-the-a-main-countdown__ring::before {
        inset: 6px;
    }

    .bet-the-a-main-countdown__ring strong {
        font-size: clamp(20px, 8vw, 30px);
    }

    .bet-the-a-main-countdown__ring span {
        margin-top: 4px;
        font-size: 9px;
    }

    .bet-the-a-main-countdown__label {
        font-size: 10px;
    }
}

/* Eigene, klar abgesetzte Statistikbox unterhalb der Participantsdetails. */
.bet-the-a-main-overview__statistics-box {
    margin-top: 26px;
    border: 0;
    background: #fff;
    box-shadow: var(--btam-shadow);
}

.bet-the-a-main-overview__statistics-head {
    padding: 10px;
    border-bottom: 0;
    background: transparent;
    color: var(--btam-blue-dark);
}

.bet-the-a-main-overview__statistics-head h2 {
    margin: 0;
    color: var(--btam-blue-dark);
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.1;
    font-weight: 900;
}

.bet-the-a-main-overview__statistics-head p {
    margin: 5px 0 0;
    color: var(--btam-muted);
}

.bet-the-a-main-overview__statistics-box .bet-the-a-main-overview__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 0;
}

.bet-the-a-main-overview__statistics-box .bet-the-a-main-overview__stats section {
    min-width: 0;
    padding: clamp(10px, 2.4vw, 28px);
    border: 0;
    border-right: 1px solid var(--btam-border);
    border-bottom: 1px solid var(--btam-border);
}

.bet-the-a-main-overview__statistics-box .bet-the-a-main-overview__stats section:nth-child(2n) {
    border-right: 0;
}

.bet-the-a-main-overview__statistics-box .bet-the-a-main-overview__stats section:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.bet-the-a-main-overview__averages {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 18px;
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.bet-the-a-main-overview__averages li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #edf1f6;
}

.bet-the-a-main-overview__average-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.bet-the-a-main-overview__average-value {
    flex: 0 0 auto;
    color: #000;
    font-weight: 400;
}

.bet-the-a-main-overview__statistics-box .bet-the-a-main-overview__sequences li {
    grid-template-columns: minmax(0, 1fr) minmax(105px, auto);
    padding: 8px 0;
    border-bottom: 1px solid #edf1f6;
}

.bet-the-a-main-overview__statistics-box .bet-the-a-main-overview__sequences li em {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    white-space: nowrap;
}

.bet-the-a-main-overview__statistics-box .bet-the-a-main-overview__sequences li em small {
    color: var(--btam-muted);
    font-size: 11px;
    font-weight: 700;
}

@media (max-width: 900px) {
    .bet-the-a-main-overview__statistics-box .bet-the-a-main-overview__stats {
        grid-template-columns: 1fr;
    }

    .bet-the-a-main-overview__statistics-box .bet-the-a-main-overview__stats section,
    .bet-the-a-main-overview__statistics-box .bet-the-a-main-overview__stats section:nth-child(2n),
    .bet-the-a-main-overview__statistics-box .bet-the-a-main-overview__stats section:nth-last-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid var(--btam-border);
    }

    .bet-the-a-main-overview__statistics-box .bet-the-a-main-overview__stats section:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 600px) {
    .bet-the-a-main-overview__averages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px 10px;
    }
}


/* Participantsauswahl und Comparisonsfunktion in der Frontend-Overview. */
.bet-the-a-main-overview__participant-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    border-bottom: 1px solid #edf1f6;
    background: #fff;
}

.bet-the-a-main-overview__participant-row .bet-the-a-main-overview__participant {
    border-bottom: 0;
}

.bet-the-a-main-overview__participant-row.is-active,
.bet-the-a-main-overview__participant-row:has(.bet-the-a-main-overview__participant:hover),
.bet-the-a-main-overview__participant-row:has(.bet-the-a-main-overview__participant:focus) {
    background: linear-gradient(90deg, rgba(10, 88, 208, 0.10), rgba(10, 88, 208, 0.02));
}

.bet-the-a-main-overview__compare-toggle,
.bet-the-a-main-overview__own-tip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 94px;
    padding: 10px 12px;
    border-left: 1px solid var(--btam-border);
    color: var(--btam-blue-dark);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.bet-the-a-main-overview__compare-toggle {
    cursor: pointer;
}

.bet-the-a-main-overview__compare-toggle:hover,
.bet-the-a-main-overview__compare-toggle:focus-within {
    background: #eef6ff;
}

.bet-the-a-main-overview__compare-toggle input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--btam-blue);
    cursor: pointer;
}

.bet-the-a-main-overview__own-tip {
    background: #fff6cf;
    color: #2c292a;
}

.bet-the-a-main-overview__comparison-box {
    margin-top: 26px;
    border: 0;
    background: #fff;
    box-shadow: var(--btam-shadow);
}

.bet-the-a-main-overview__comparison-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px;
    border: 1px solid var(--btam-border);
    background: #fff;
}

.bet-the-a-main-overview__comparison-head h2 {
    margin: 0;
    color: var(--btam-blue-dark);
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.1;
    font-weight: 900;
}

.bet-the-a-main-overview__comparison-head p {
    margin: 5px 0 0;
    color: var(--btam-muted);
}

.bet-the-a-main-overview__comparison-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
}

.bet-the-a-main-overview__comparison-actions strong {
    color: #be2b26;
    white-space: nowrap;
}

.bet-the-a-main-overview__comparison-actions button {
    padding: 8px 12px;
    border: 1px solid var(--btam-blue);
    background: #fff;
    color: var(--btam-blue);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.bet-the-a-main-overview__comparison-actions button:hover,
.bet-the-a-main-overview__comparison-actions button:focus {
    background: var(--btam-blue);
    color: #fff;
}

.bet-the-a-main-overview__comparison-empty {
    padding: 10px;
    color: var(--btam-muted);
}

.bet-the-a-main-overview__comparison-results {
    padding: 18px;
}

.bet-the-a-main-overview__comparison-scroll {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--btam-border);
}

.bet-the-a-main-overview__comparison-table {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.bet-the-a-main-overview__comparison-table th,
.bet-the-a-main-overview__comparison-table td {
    padding: 7px;
    border-right: 1px solid var(--btam-border);
    border-bottom: 1px solid var(--btam-border);
    text-align: center;
    vertical-align: middle;
}

.bet-the-a-main-overview__comparison-table thead th {
    background: #2b65ae;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.bet-the-a-main-overview__comparison-table tr:last-child th,
.bet-the-a-main-overview__comparison-table tr:last-child td {
    border-bottom: 0;
}

.bet-the-a-main-overview__comparison-table th:last-child,
.bet-the-a-main-overview__comparison-table td:last-child {
    border-right: 0;
}

.bet-the-a-main-overview__comparison-name {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 155px;
    max-width: 220px;
    background: #fff;
    color: var(--btam-blue-dark);
    text-align: left !important;
}

.bet-the-a-main-overview__comparison-table thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
}

.bet-the-a-main-overview__comparison-name strong,
.bet-the-a-main-overview__comparison-name small {
    display: block;
}

.bet-the-a-main-overview__comparison-name strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bet-the-a-main-overview__comparison-name small {
    margin-top: 3px;
    color: var(--btam-muted);
    font-size: 11px;
}

.bet-the-a-main-overview__comparison-position {
    min-width: 88px;
    background: #fff;
}

.bet-the-a-main-overview__comparison-position.is-match {
    background: #e8f6e8;
}

.bet-the-a-main-overview__comparison-position.is-different {
    background: #fff3d6;
}

.bet-the-a-main-overview__comparison-position.is-reference {
    background: #eef6ff;
}

.bet-the-a-main-overview__comparison-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.bet-the-a-main-overview__comparison-image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
}

.bet-the-a-main-overview__comparison-score {
    min-width: 70px;
    color: var(--btam-blue-dark);
    font-weight: 900;
    white-space: nowrap;
}

.bet-the-a-main-overview__comparison-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin: 14px 0 0;
    color: var(--btam-muted);
    font-size: 12px;
}

.bet-the-a-main-overview__comparison-legend span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.bet-the-a-main-overview__comparison-legend span::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid var(--btam-border);
    background: #fff;
}

.bet-the-a-main-overview__comparison-legend .is-match::before {
    background: #e8f6e8;
}

.bet-the-a-main-overview__comparison-legend .is-different::before {
    background: #fff3d6;
}

@media (max-width: 720px) {
    .bet-the-a-main-overview__participant-row {
        grid-template-columns: minmax(0, 1fr) 118px;
    }

    .bet-the-a-main-overview__compare-toggle,
    .bet-the-a-main-overview__own-tip {
        min-width: 88px;
        padding: 8px;
        font-size: 11px;
    }

    .bet-the-a-main-overview__comparison-head {
        align-items: stretch;
        flex-direction: column;
    }

    .bet-the-a-main-overview__comparison-actions {
        justify-content: space-between;
    }

    .bet-the-a-main-overview__comparison-results {
        padding: 10px;
    }
}

/* Version 1.5.9 – Button icons and action rows. */
.bet-the-a-main__actions,
.bet-the-a-main__share-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0 0 15px;
}

.bet-the-a-main__share-actions {
    margin: 16px 0 0;
}

.bet-the-a-main__button--secondary,
.bet-the-a-main__link-button,
.bet-the-a-main-overview__panel-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid #2b65ae;
    background: #fff;
    color: #2b65ae;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    cursor: pointer;
}

.bet-the-a-main__button--secondary:hover,
.bet-the-a-main__button--secondary:focus,
.bet-the-a-main__link-button:hover,
.bet-the-a-main__link-button:focus,
.bet-the-a-main-overview__panel-actions button:hover,
.bet-the-a-main-overview__panel-actions button:focus {
    background: #2b65ae;
    color: #fff;
    text-decoration: none;
}

.bet-the-a-main__link-button:disabled,
.bet-the-a-main-overview__panel-actions button:disabled {
    opacity: 0.65;
    cursor: progress;
}

.bet-the-a-main-overview__panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.bet-the-a-main-overview__panel-head > div:first-child {
    min-width: 0;
}

.bet-the-a-main-overview__panel-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.bet-the-a-main-overview__score-pill {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    padding: 3px 8px;
    background: #2b65ae;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    vertical-align: middle;
}

.bet-the-a-main-overview__result-box {
    margin-top: 26px;
    background: #fff;
    box-shadow: var(--btam-shadow);
}

.bet-the-a-main-overview__result-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
    gap: 0;
    border-top: 1px solid var(--btam-border);
}

.bet-the-a-main-overview__leaderboard {
    padding: clamp(10px, 2.6vw, 30px);
    border-left: 1px solid var(--btam-border);
}

.bet-the-a-main-overview__leaderboard h4,
.bet-the-a-main-overview__heatmap-section h4 {
    margin: 0 0 16px;
    color: var(--btam-blue-dark);
    font-size: 18px;
    font-weight: 900;
}

.bet-the-a-main-overview__leaderboard ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bet-the-a-main-overview__leaderboard li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0;
    border-bottom: 1px solid #edf1f6;
}

.bet-the-a-main-overview__leaderboard li:last-child {
    border-bottom: 0;
}

.bet-the-a-main-overview__leaderboard span {
    min-width: 0;
    overflow: hidden;
    color: var(--btam-blue-dark);
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bet-the-a-main-overview__leaderboard em {
    flex: 0 0 auto;
    color: #be2b26;
    font-style: normal;
    font-weight: 900;
}

.bet-the-a-main-overview__heatmap-section {
    grid-column: 1 / -1;
}

.bet-the-a-main-overview__heatmap-scroll {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--btam-border);
    background: #fff;
}

.bet-the-a-main-overview__heatmap {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: #fff;
}

.bet-the-a-main-overview__heatmap th,
.bet-the-a-main-overview__heatmap td {
    padding: 2px 5px;
    border-right: 1px solid var(--btam-border);
    border-bottom: 1px solid var(--btam-border);
    text-align: center;
    vertical-align: middle;
}

.bet-the-a-main-overview__heatmap thead th {
    background: #2b65ae;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.bet-the-a-main-overview__heatmap tbody th {
    position: sticky;
    left: 0;
    z-index: 1;
    max-width: 180px;
    background: #fff;
    color: var(--btam-blue-dark);
    font-size: 12px;
    font-weight: 800;
    text-align: left;
    white-space: nowrap;
}

.bet-the-a-main-overview__heatmap td {
    min-width: 54px;
    background: var(--btam-heat-color, #e9eaff);
    color: #071a3a;
}

.bet-the-a-main-overview__heatmap td span,
.bet-the-a-main-overview__heatmap td small {
    display: block;
    line-height: 1.1;
}

.bet-the-a-main-overview__heatmap td span {
    font-weight: 900;
}

.bet-the-a-main-overview__heatmap td small {
    margin-top: 2px;
    font-size: 10px;
    font-weight: 700;
}

@media (max-width: 900px) {
    .bet-the-a-main-overview__result-grid {
        grid-template-columns: 1fr;
    }

    .bet-the-a-main-overview__leaderboard {
        border-top: 1px solid var(--btam-border);
        border-left: 0;
    }
}

@media (max-width: 720px) {
    .bet-the-a-main-overview__panel-head {
        align-items: stretch;
        flex-direction: column;
    }

    .bet-the-a-main-overview__panel-actions {
        justify-content: flex-start;
    }

    .bet-the-a-main__actions,
    .bet-the-a-main__share-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .bet-the-a-main__actions .bet-the-a-main__button,
    .bet-the-a-main__actions .bet-the-a-main__link-button,
    .bet-the-a-main__share-actions .bet-the-a-main__link-button,
    .bet-the-a-main-overview__panel-actions button {
        width: 100%;
    }
}

.bet-the-a-main-overview__stats li > span:first-child {
    overflow: hidden;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Version 1.5.4 – sorting page buttons and scoped list spacing. */
.bet-the-a-main__reset-list-spacing ul li:not(.blocks-gallery-item):not(.wp-block-navigation-item),
.bet-the-a-main__reset-list-spacing ol li:not(.blocks-gallery-item):not(.wp-block-navigation-item) {
    margin-bottom: 0;
}

.bet-the-a-main-overview__statistics-box,
.bet-the-a-main-overview__result-box,
.bet-the-a-main-overview__panel.is-active,
.bet-the-a-main-overview__comparison-box {
    border: 1px solid var(--btam-border);
}

.bet-the-a-main-overview__comparison-head {
    border: 0;
}

.bet-the-a-main__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0 0 15px;
}

.bet-the-a-main__actions .bet-the-a-main__button,
.bet-the-a-main__actions .bet-the-a-main__link-button {
    min-width: 0;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.1;
    white-space: nowrap;
}

.bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-reorder-button] {
    flex: 0 0 100%;
    width: auto;
    max-width: max-content;
}

.bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-apply-community-average],
.bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-share-image],
.bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-toggle-stats],
.bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-toggle-analysis],
.bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-copy-link] {
    flex: 1 1 calc((100% - 48px) / 5);
    width: auto;
    max-width: calc((100% - 48px) / 5);
}

.bet-the-a-main.is-guest .bet-the-a-main__actions [data-btam-reorder-button],
.bet-the-a-main.is-guest .bet-the-a-main__actions [data-btam-apply-community-average] {
    width: auto;
}

.bet-the-a-main__actions .bet-the-a-main__button-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.bet-the-a-main__actions .bet-the-a-main__button-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 720px) {
    .bet-the-a-main__actions,
    .bet-the-a-main__share-actions {
        flex-direction: row;
        align-items: stretch;
    }

    .bet-the-a-main__button--secondary,
    .bet-the-a-main__link-button,
    .bet-the-a-main-overview__panel-actions button {
        min-height: 0;
    }

    .bet-the-a-main__actions [data-btam-reorder-button] {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .bet-the-a-main__actions [data-btam-reorder-button] .bet-the-a-main__button-label {
        display: inline-block;
    }

    .bet-the-a-main.is-guest .bet-the-a-main__actions [data-btam-apply-community-average] {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-apply-community-average],
    .bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-share-image],
    .bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-toggle-stats],
    .bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-toggle-analysis],
    .bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-copy-link] {
        flex: 1 1 calc((100% - 48px) / 5) !important;
        width: auto !important;
        max-width: calc((100% - 48px) / 5) !important;
        padding: 8px 3px;
        gap: 2px;
        font-size: 9px;
    }

    .bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-apply-community-average] .bet-the-a-main__button-label,
    .bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-share-image] .bet-the-a-main__button-label,
    .bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-toggle-stats] .bet-the-a-main__button-label,
    .bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-toggle-analysis] .bet-the-a-main__button-label,
    .bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-copy-link] .bet-the-a-main__button-label {
        display: none;
    }

    .bet-the-a-main__actions .bet-the-a-main__button-icon {
        flex: 0 0 25px;
    }

    .bet-the-a-main.is-authenticated .bet-the-a-main__actions .bet-the-a-main__button-icon,
    .bet-the-a-main.is-authenticated .bet-the-a-main__actions .bet-the-a-main__link-button .bet-the-a-main__button-icon {
        width: auto;
        height: auto;
    }
}

/* Version 1.6.2 mobile button refinement: icon-only secondary action buttons below 720px. */

/* Version 1.6.9 – countdown shortcode, centered cards, launch button colors, six-button desktop row, and feature legend. */
.bet-the-a-main-countdown-shortcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin: 0 0 22px;
    padding: 22px 18px;
    border: 1px solid #d9e1eb;
    background: #fff;
    color: #172033;
    text-align: center;
}

.bet-the-a-main-countdown-shortcode__label {
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.2;
    font-weight: 800;
}

.bet-the-a-main-countdown-shortcode.is-closed {
    border-color: #9e2b2b;
    background: #fff0f0;
    color: #8a1f1f;
    font-weight: 700;
}

.bet-the-a-main-countdown__label {
    display: none !important;
}

.bet-the-a-main__list {
    justify-content: center;
}

.bet-the-a-main__button--primary,
.bet-the-a-main__button--primary:hover,
.bet-the-a-main__button--primary:focus {
    background: linear-gradient(to bottom, #FFDF00 0%, #fdca3a 100%);
    background-color: #FFDF00;
    border-color: #d4a700;
    color: #172033;
    box-shadow: 0px 0px 2px 0px rgba(253, 202, 58, 0.85);
}

.bet-the-a-main__button--primary.is-save-mode,
.bet-the-a-main__button--primary.is-save-mode:hover,
.bet-the-a-main__button--primary.is-save-mode:focus {
    background: linear-gradient(to bottom, #00be34 0%, #008f27 100%);
    background-color: #00be34;
    border-color: #007b20;
    color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 190, 52, 0.85);
}

.bet-the-a-main__actions {
    gap: calc(48px / 5);
}

.bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-reorder-button],
.bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-apply-community-average],
.bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-share-image],
.bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-toggle-stats],
.bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-toggle-analysis],
.bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-copy-link] {
    flex: 1 1 calc((100% - 48px) / 6);
    width: auto;
    max-width: calc((100% - 48px) / 6);
}

.bet-the-a-main__legend {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: min(1120px, 100%);
    margin: 12px auto 0;
    padding: 12px;
    border: 1px solid #d9e1eb;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.92);
}

.bet-the-a-main__legend-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    padding: 8px;
    border: 1px solid #edf1f6;
    border-radius: 8px;
    background: #fff;
    color: #172033;
}

.bet-the-a-main__legend-item .bet-the-a-main__button-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    color: #2b65ae;
}

.bet-the-a-main__legend-item span {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.bet-the-a-main__legend-item strong {
    color: #2b65ae;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.15;
}

.bet-the-a-main__legend-item small {
    color: #4f5252;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
}

@media (max-width: 900px) {
    .bet-the-a-main__legend {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .bet-the-a-main__actions {
        gap: 12px;
    }

    .bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-reorder-button] {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-apply-community-average],
    .bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-share-image],
    .bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-toggle-stats],
    .bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-toggle-analysis],
    .bet-the-a-main.is-authenticated .bet-the-a-main__actions [data-btam-copy-link] {
        flex: 1 1 calc((100% - 48px) / 5) !important;
        width: auto !important;
        max-width: calc((100% - 48px) / 5) !important;
    }

    .bet-the-a-main__legend {
        grid-template-columns: 1fr;
    }
}

.bet-the-a-main__button-icon svg,
.bet-the-a-main__button-icon img {
    display: block;
    width: 100%;
    height: 100%;
}


/* Version 1.6.18 – Landing page CTA buttons shortcode. */
.bet-the-a-main-landing-buttons {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 18px;
}

.bet-the-a-main-landing-buttons__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

.bet-the-a-main-landing-buttons__button {
    min-width: 220px;
    max-width: calc((100% - 12px) / 2);
    width: 100%;
    font-weight: 800;
}

@media (max-width: 576px) {
    .bet-the-a-main-landing-buttons__inner {
        gap: 10px;
    }

    .bet-the-a-main-landing-buttons__button {
        max-width: 100%;
        min-width: 0;
    }
}
