.pb-sport-surface {
    --pb-table-border-color: #dbe7e1;
    --pb-table-text-color: #20362f;
    --pb-table-muted-color: #4f665d;
    --pb-table-subtle-color: #5a6e65;
    --pb-table-cell-padding-y: 0.72rem;
    --pb-table-cell-padding-x: 0.8rem;
    --pb-table-cell-padding-y-mobile: 0.58rem;
    --pb-table-cell-padding-x-mobile: 0.42rem;

    /*
     * Table typography config
     *
     * Each group has:
     * - desktop size
     * - mobile size
     * - weight/color/line-height as needed
     *
     * Utility classes:
     * - .table-odds
     */

    /* 1. Team names: away/home team labels in matchup, best odds, movement, and history tables. */
    --pb-table-team-font-size: 0.95rem;
    --pb-table-team-font-size-mobile: 0.8rem;
    --pb-table-team-font-weight: 600;
    --pb-table-team-color: var(--pb-table-text-color);
    --pb-table-team-line-height: 1.25;

    /* 2. Date/time: centered matchup date/time plus secondary table meta like sportsbook names. */
    --pb-table-datetime-font-size: 0.8rem;
    --pb-table-datetime-font-size-mobile: 0.7rem;
    --pb-table-datetime-font-weight: 700;
    --pb-table-datetime-color: #305247;
    --pb-table-datetime-line-height: 1.2;
    --pb-table-datetime-subtle-font-weight: 400;
    --pb-table-datetime-subtle-color: var(--pb-table-subtle-color);

    /* 3. Market values: main ML / spread / total values and best/opening/current numbers. */
    --pb-table-market-value-font-size: 0.87rem;
    --pb-table-market-value-font-size-mobile: 0.78rem;
    --pb-table-market-value-font-weight: 400;
    --pb-table-market-value-color: var(--pb-table-text-color);
    --pb-table-market-value-line-height: 1.25;

    /* 4. Market titles: center labels like ML / Spread / O/U and mobile Opening / Current titles. */
    --pb-table-market-title-font-size: 0.75rem;
    --pb-table-market-title-font-size-mobile: 0.65rem;
    --pb-table-market-title-font-weight: 700;
    --pb-table-market-title-color: var(--pb-table-muted-color);
    --pb-table-market-title-line-height: 1.15;
    --pb-table-market-title-letter-spacing: 0.03em;

    /* 5. Odds: parenthetical odds in brackets, e.g. (1.91). */
    --pb-table-odds-font-size: 0.9em;
    --pb-table-odds-font-size-mobile: 0.9em;
    --pb-table-odds-font-weight: 400;
    --pb-table-odds-color: #02bce1;
    --pb-table-odds-line-height: inherit;

    /* 6. Table th: generic table headers like Date / Matchup / Opening / Current / Update. */
    --pb-table-th-font-size: 0.85rem;
    --pb-table-th-font-size-mobile: 0.75rem;
    --pb-table-th-font-weight: 700;
    --pb-table-th-color: var(--pb-table-muted-color);
    --pb-table-th-line-height: 1.15;
    --pb-table-th-letter-spacing: 0.03em;

    /* 7. Table tr: generic body cell text baseline for td / row headers before semantic overrides. */
    --pb-table-tr-font-size: 0.87rem;
    --pb-table-tr-font-size-mobile: 0.78rem;
    --pb-table-tr-font-weight: 400;
    --pb-table-tr-color: var(--pb-table-text-color);
    --pb-table-tr-line-height: 1.25;
}

.pb-sport-shell {
    border: 1px solid #d4e1db;
    border-radius: 1rem;
    background: #ffffff;
    padding: 0.5rem;
    box-shadow: 0 14px 30px rgba(17, 40, 33, 0.08);
}

.pb-sport-surface .hub-card {
    border: 1px solid var(--pb-table-border-color);
    border-radius: 0.9rem;
    background: #ffffff;
    padding: 1rem;
}

.pb-sport-surface .hub-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem;
}

.pb-sport-surface .hub-card {
    text-align: center;
}

.pb-sport-surface .page-head {
    display: grid;
    margin-bottom: 1rem;
}

.pb-sport-surface .sport-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    line-height: 1.2;
}

.pb-sport-surface .sport-inline-form {
    margin: 0;
}

.pb-sport-surface .sport-card-copy {
    color: #566a61;
    margin-bottom: 0.75rem;
}

.pb-sport-surface .sport-intro {
    margin-bottom: 0.75rem;
    text-align: center;
    color: #566a61;
}

.pb-sport-surface .sport-empty-note {
    padding: 0.5rem 0;
    text-align: center;
    color: #5b6e65;
}

.pb-sport-surface .sport-note {
    color: #5b6e65;
}

.pb-sport-surface .sport-note-sm {
    font-size: 0.85rem;
}

.pb-sport-surface .sport-section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.pb-sport-surface .sport-section-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.pb-sport-surface .sport-section-label {
    margin: 0;
    color: #6a7e75;
    font-size: 0.82rem;
    line-height: 1.2;
}

.pb-sport-surface .toolbar {
    border: 1px solid #d4e1db;
    border-radius: 0.95rem;
    background: #f8fbf9;
    padding: 0.7rem;
    display: grid;
    gap: 0.85rem;
}

.pb-sport-surface .toolbar-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.pb-sport-surface .date-nav,
.pb-sport-surface .filter-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.pb-sport-surface .date-label {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #163128;
}

.pb-sport-surface .filter-pill {
    border-radius: 0.3rem;
    padding-inline: 0.9rem;
}

.pb-sport-surface .date-form {
    margin: 0;
    position: relative;
}

.pb-sport-surface .calendar-popover {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 50%;
    z-index: 40;
    width: min(18rem, calc(100vw - 2rem));
    padding: 0.75rem;
    border: 1px solid #d4e1db;
    border-radius: 0.95rem;
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(17, 40, 33, 0.14);
    transform: translateX(-50%);
}

.pb-sport-surface .calendar-popover[hidden] {
    display: none !important;
}

.pb-sport-surface .calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.55rem;
}

.pb-sport-surface .calendar-month {
    font-size: 0.9rem;
    font-weight: 700;
    color: #163128;
}

.pb-sport-surface .calendar-nav {
    width: 2rem;
    height: 2rem;
    padding: 0;
    line-height: 1;
}

.pb-sport-surface .calendar-weekdays,
.pb-sport-surface .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.25rem;
}

.pb-sport-surface .calendar-weekdays {
    margin-bottom: 0.35rem;
}

.pb-sport-surface .calendar-weekday {
    text-align: center;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6f847a;
}

.pb-sport-surface .calendar-day {
    min-height: 2.15rem;
    border: 1px solid #d4e1db;
    border-radius: 0.55rem;
    background: #ffffff;
    color: #20362f;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
}

.pb-sport-surface .calendar-day:hover:not(:disabled) {
    border-color: #1d7f73;
    background: #eef7f2;
    color: #163128;
}

.pb-sport-surface .calendar-day.is-selected {
    border-color: #198754;
    background: #198754;
    color: #ffffff;
}

.pb-sport-surface .calendar-day.is-today:not(.is-selected) {
    border-color: #1d7f73;
    box-shadow: inset 0 0 0 1px #1d7f73;
}

.pb-sport-surface .calendar-day.is-outside-month {
    color: #879791;
    background: #fbfdfc;
    border-color: #e6eeea;
}

.pb-sport-surface .calendar-day:disabled,
.pb-sport-surface .calendar-day.is-inactive {
    border-color: #e1e8e4;
    background: #f4f7f5;
    color: #a0aea8;
    cursor: not-allowed;
    opacity: 1;
}

.pb-sport-surface .toolbar-icon-btn {
    width: 2.35rem;
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
}

.pb-sport-surface .toolbar-icon {
    width: 1.05rem;
    height: 1.05rem;
    display: inline-block;
}

.pb-sport-surface .toolbar-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.pb-sport-surface .date-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.games-shell.pb-sport-surface .date-nav .btn.btn-sm {
    min-height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pb-sport-surface .games-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}

.pb-sport-surface .game-card {
    border: 1px solid #d4e1db;
    border-radius: 0.95rem;
    background: #ffffff;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(16, 33, 27, 0.08);
}

.pb-sport-surface .game-card-actions {
    margin: 0;
    padding: 0.65rem 0.75rem 0.75rem;
    text-align: center;
}

.pb-sport-surface .empty-state {
    border: 1px dashed #c7d8d0;
    border-radius: 0.95rem;
    background: #fbfdfc;
    padding: 1.5rem 1rem;
    text-align: center;
    color: #5b6e65;
}

.pb-sport-surface .page-actions {
    display: flex;
    justify-content: center;
    margin-bottom: 0.8rem;
}

.pb-sport-surface .best-card,
.pb-sport-surface .history-card {
    border: 1px solid #dbe7e1;
    border-radius: 0.85rem;
    background: #ffffff;
    padding: 0.8rem;
}

.pb-sport-surface .best-tabs {
    margin-top: 0.7rem;
}

.pb-sport-surface .best-tabs .nav-link {
    color: #305247;
    border: 1px solid #dbe7e1;
    background: #f6faf8;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 4px;
}

.pb-sport-surface .best-tabs .nav-link.active {
    background: #198754;
    border-color: #198754;
    color: #ffffff;
}

.pb-sport-surface .best-pane {
    margin-top: 0.75rem;
}

.pb-sport-surface .ml-table,
.pb-sport-surface .matchup-table,
.pb-sport-surface .odds-table,
.pb-sport-surface .movement-table {
    color: var(--pb-table-text-color);
    font-size: var(--pb-table-tr-font-size);
    line-height: var(--pb-table-tr-line-height);
}

.pb-sport-surface .best-pane .ml-table {
    width: 100%;
    table-layout: fixed;
    margin: 0;
}

.pb-sport-surface .ml-table> :not(caption)>*>*,
.pb-sport-surface .matchup-table> :not(caption)>*>*,
.pb-sport-surface .odds-table> :not(caption)>*>*,
.pb-sport-surface .movement-table> :not(caption)>*>* {
    padding: var(--pb-table-cell-padding-y) var(--pb-table-cell-padding-x);
    vertical-align: middle;
    background: transparent;
    border-bottom: 1px solid var(--pb-table-border-color);
}

.pb-sport-surface .ml-table tbody tr:last-child>*,
.pb-sport-surface .matchup-table tbody tr:last-child>*,
.pb-sport-surface .odds-table tbody tr:last-child>*,
.pb-sport-surface .movement-table tbody tr:last-child>* {
    border-bottom: 0;
}

.pb-sport-surface .best-col-label {
    width: 36%;
}

.pb-sport-surface .best-col-value {
    width: 32%;
}

.pb-sport-surface .best-col-total-label {
    width: 26%;
}

.pb-sport-surface .best-col-total-value {
    width: 37%;
}

/* Table typography utilities */
.pb-sport-surface .table-head-cell {
    font-size: var(--pb-table-th-font-size);
    font-weight: var(--pb-table-th-font-weight);
    color: var(--pb-table-th-color);
    line-height: var(--pb-table-th-line-height);
    letter-spacing: var(--pb-table-th-letter-spacing);
    white-space: nowrap;
    border-top: 0;
}

.pb-sport-surface .table-data-cell,
.pb-sport-surface .table-rowhead-cell {
    font-size: var(--pb-table-tr-font-size);
    font-weight: var(--pb-table-tr-font-weight);
    color: var(--pb-table-tr-color);
    line-height: var(--pb-table-tr-line-height);
    vertical-align: middle;
}

.pb-sport-surface .history-card {
    margin-top: 0.9rem;
}

.pb-sport-surface .history-card .sport-section-controls {
    flex-wrap: nowrap;
}

.pb-sport-surface .history-card .sport-section-controls .form-select {
    width: auto;
    min-width: 10rem;
}

.pb-sport-surface .history-tabs {
    margin-bottom: 0.75rem;
}

.pb-sport-surface .history-pane-grid {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

.pb-sport-surface .history-chart-wrap {
    border: 1px solid #dbe7e1;
    border-radius: 0.8rem;
    background: #ffffff;
    padding: 0.75rem 0.35rem 0.75rem 0.25rem;
    margin-bottom: 0.75rem;
    position: relative;
    overflow: visible;
}

.pb-sport-surface .history-chart svg {
    display: block;
    width: 100%;
    height: auto;
}

.pb-sport-surface .history-chart-tooltip {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 10px));
    width: 90%;
    max-width: 300px;
    min-width: 0;
    box-sizing: border-box;
    background: rgba(32, 54, 47, 0.96);
    color: #ffffff;
    border-radius: 0.7rem;
    padding: 0.45rem 0.6rem;
    box-shadow: 0 10px 26px rgba(24, 36, 32, 0.2);
    pointer-events: none;
    z-index: 10;
}

.pb-sport-surface .history-chart-hit-area {
    outline: none;
}

.pb-sport-surface .history-chart-tooltip.is-visible {
    display: block;
}

.pb-sport-surface .history-chart-tooltip-title {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0.28rem;
}

.pb-sport-surface .history-chart-tooltip-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
}

.pb-sport-surface .history-chart-tooltip-row+.history-chart-tooltip-row {
    margin-top: 0.18rem;
}

.pb-sport-surface .history-chart-tooltip-series {
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.2;
}

.pb-sport-surface .history-chart-tooltip-value {
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.1;
}

.pb-sport-surface .history-chart-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 0.4rem;
    padding-left: 5px;
}

.pb-sport-surface .history-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.76rem;
    font-weight: 700;
    color: #305247;
}

.pb-sport-surface .history-legend-dot {
    display: inline-block;
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 999px;
}

.pb-sport-surface .history-chart-empty {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6a7e75;
    font-size: 0.82rem;
    text-align: center;
}

.pb-sport-surface .history-checked-at {
    margin: 0.45rem 0 0;
    padding: 0 0.25rem;
    color: #6a7e75;
    font-size: 0.78rem;
    line-height: 1.35;
}

.pb-sport-surface .history-update-text {
    display: block;
    line-height: var(--pb-table-datetime-line-height);
}

.pb-sport-surface .history-header-update {
    width: 24%;
}

.pb-sport-surface .history-table-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0.15rem 0.35rem 0;
}

.pb-sport-surface .history-table .line-value {
    white-space: nowrap;
}

.table-shell,
.pb-sport-surface .matchup-wrap,
.pb-sport-surface .movement-table-wrap,
.pb-sport-surface .odds-mobile-card {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.table-shell {
    border: 1px solid var(--pb-table-border-color);
    border-radius: 0.85rem;
    background: #ffffff;
}

.game-shell.pb-sport-surface .matchup-wrap {
    border: 1px solid #dbe6e1;
    border-radius: 0.9rem;
    background: #ffffff;
}

.pb-sport-surface .matchup-table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
}

.pb-sport-surface .matchup-col-meta {
    width: 7.2rem;
}

.pb-sport-surface .matchup-top>* {
    background: #f3f8f5;
}

.pb-sport-surface .team-cell {
    color: var(--pb-table-text-color);
    line-height: var(--pb-table-team-line-height);
}

.pb-sport-surface .team-head {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
    max-width: 100%;
}

.pb-sport-surface .team-cell.is-home {
    text-align: right;
}

.pb-sport-surface .team-cell.is-home .team-head {
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin-left: auto;
}

.pb-sport-surface .team-logo {
    width: 1.6rem;
    height: 1.6rem;
    object-fit: contain;
    flex: 0 0 1.6rem;
    align-self: center;
}

.pb-sport-surface .team-name {
    display: block;
    min-width: 0;
    align-self: center;
}

.pb-sport-surface .team-name {
    font-size: var(--pb-table-team-font-size);
    font-weight: var(--pb-table-team-font-weight);
    color: var(--pb-table-team-color);
    line-height: var(--pb-table-team-line-height);
}

.pb-sport-surface .team-cell.is-home .team-name {
    text-align: right;
}

.pb-sport-surface .meta-cell {
    text-align: center;
}

.pb-sport-surface .meta-date {
    display: block;
}

.pb-sport-surface .meta-date,
.pb-sport-surface .meta-time {
    font-size: var(--pb-table-datetime-font-size);
    line-height: var(--pb-table-datetime-line-height);
}

.pb-sport-surface .meta-time {
    display: block;
    margin-top: 0.18rem;
}

.pb-sport-surface .meta-date {
    color: var(--pb-table-datetime-color);
}

.pb-sport-surface .meta-time,
.pb-sport-surface .market-book {
    font-weight: var(--pb-table-datetime-subtle-font-weight);
    color: var(--pb-table-datetime-subtle-color);
}

.pb-sport-surface .market-book {
    display: block;
    margin-top: 0.2rem;
    font-size: var(--pb-table-datetime-font-size);
    line-height: var(--pb-table-datetime-line-height);
}

.pb-sport-surface .meta-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.6rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    font-size: var(--pb-table-datetime-font-size);
    font-weight: 600;
    line-height: var(--pb-table-datetime-line-height);
}

.pb-sport-surface .meta-badge.is-live {
    background: #dc3545;
    border-color: #dc3545;
    color: #ffffff;
}

.pb-sport-surface .meta-badge.is-final {
    background: #212529;
    border-color: #212529;
    color: #ffffff;
}

.pb-sport-surface .meta-score {
    display: block;
    margin-top: 0.6rem;
    font-size: var(--pb-table-tr-font-size);
    color: var(--pb-table-text-color);
    font-variant-numeric: tabular-nums;
    line-height: var(--pb-table-datetime-line-height);
}

.pb-sport-surface .meta-score-part {
    font-weight: 800;
}

.pb-sport-surface .meta-score-part.is-loser {
    font-weight: 500;
    color: #5a6e65;
    opacity: 1;
}

.pb-sport-surface .meta-score-sep {
    margin-inline: 0.14rem;
    font-weight: 600;
    color: #6f847a;
}

.pb-sport-surface .market-label {
    width: 5.4rem;
    text-align: center;
    color: var(--pb-table-market-title-color);
    font-size: var(--pb-table-market-title-font-size);
    font-weight: var(--pb-table-market-title-font-weight);
    text-transform: uppercase;
    line-height: var(--pb-table-market-title-line-height);
    letter-spacing: var(--pb-table-market-title-letter-spacing);
}

.pb-sport-surface .mobile-row-title {
    text-align: center;
    color: var(--pb-table-market-title-color);
    font-size: var(--pb-table-market-title-font-size);
    font-weight: var(--pb-table-market-title-font-weight);
    text-transform: uppercase;
    line-height: var(--pb-table-market-title-line-height);
    letter-spacing: var(--pb-table-market-title-letter-spacing);
    width: 100%;
}

.pb-sport-surface .market-cell {
    color: var(--pb-table-text-color);
    font-variant-numeric: tabular-nums;
}

.pb-sport-surface .market-cell.is-home {
    text-align: right;
}

.pb-sport-surface .line-value,
.pb-sport-surface .market-main,
.pb-sport-surface .odds-value {
    font-size: var(--pb-table-market-value-font-size);
    font-weight: var(--pb-table-market-value-font-weight);
    color: var(--pb-table-market-value-color);
    line-height: var(--pb-table-market-value-line-height);
}

.pb-sport-surface .market-main {
    display: block;
}

.pb-sport-surface .market-book:empty {
    display: none;
}

.pb-sport-surface .market-empty {
    color: #7f8f88;
}

.pb-sport-surface .table-odds {
    font-size: var(--pb-table-odds-font-size);
    font-weight: var(--pb-table-odds-font-weight);
    color: var(--pb-table-odds-color);
    line-height: var(--pb-table-odds-line-height);
    white-space: nowrap;
}

.pb-sport-surface .card-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #dbe7e1;
}

.pb-sport-surface .card-tab {
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #5a6e65;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 0.2rem 0.05rem 0.45rem;
}

.pb-sport-surface .card-tab.active {
    color: #20362f;
    border-bottom-color: #23b359;
}

.pb-sport-surface .card-pane[hidden] {
    display: none !important;
}

.pb-sport-surface .market-switch {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
    padding: 0.65rem 0.8rem;
    border: 1px solid #dbe7e1;
    border-radius: 0.8rem;
    background: #f8fbf9;
    margin-bottom: 0.5rem;
}

.pb-sport-surface .market-option {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #2a3d35;
    font-size: 0.94rem;
    cursor: pointer;
    user-select: none;
}

.pb-sport-surface .market-option input[type="radio"] {
    margin: 0;
    accent-color: #23b359;
    width: 1rem;
    height: 1rem;
}

.pb-sport-surface .odds-table {
    table-layout: fixed;
    width: 100%;
    min-width: 660px;
    margin: 0;
}

.pb-sport-surface .odds-table .col-date {
    width: 16%;
}

.pb-sport-surface .odds-table .col-teams {
    width: 30%;
}

.pb-sport-surface .odds-table .col-opening {
    width: 27%;
}

.pb-sport-surface .odds-table .col-current {
    width: 27%;
}

.pb-sport-surface .movement-table {
    table-layout: fixed;
    width: 100%;
    min-width: 250px;
    margin: 0;
}

.pb-sport-surface .movement-table .movement-col-matchup {
    width: 52%;
}

.pb-sport-surface .movement-table .movement-col-movement {
    width: 48%;
}

.pb-sport-surface .movement-table thead .table-head-cell {
    text-align: left;
}

.pb-sport-surface .team-stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.15rem;
    height: 100%;
}

.pb-sport-surface .team-line {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 3rem;
    padding: 0;
    line-height: var(--pb-table-team-line-height);
}

.pb-sport-surface .odds-value {
    display: inline;
}

.pb-sport-surface .market-lines {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.pb-sport-surface .market-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 3rem;
    padding: 0;
    line-height: var(--pb-table-market-value-line-height);
}

.pb-sport-surface .odds-mobile-card {
    border: 1px solid #dbe7e1;
    border-radius: 0.8rem;
    background: #ffffff;
    padding: 0.6rem 0.5rem;
}

.pb-sport-surface .odds-mobile-scroll {
    min-width: 250px;
}

.pb-sport-surface .odds-mobile-game+.odds-mobile-game {
    border-top: 1px solid #dbe7e1;
    margin-top: 0.6rem;
    padding-top: 0.6rem;
}

.pb-sport-surface .odds-mobile-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 6.75rem minmax(0, 1fr);
    gap: 0.6rem;
    align-items: center;
    padding: 0.32rem 0;
}

.pb-sport-surface .odds-mobile-row+.odds-mobile-row {
    border-top: 1px solid #edf3ef;
}

.pb-sport-surface .mobile-team {
    line-height: var(--pb-table-team-line-height);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
    justify-content: center;
    min-width: 0;
}

.pb-sport-surface .mobile-team-logo {
    width: 1.7rem;
    height: 1.7rem;
    object-fit: contain;
    flex: 0 0 1.7rem;
    align-self: center;
}

.pb-sport-surface .mobile-team-away {
    text-align: left;
    align-items: center;
    justify-content: flex-start;
}

.pb-sport-surface .mobile-team-home {
    flex-direction: row-reverse;
    text-align: right;
    align-items: center;
    justify-content: flex-start;
}

.pb-sport-surface .mobile-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

.pb-sport-surface .mobile-row-title {
    white-space: nowrap;
}

.pb-sport-surface .mobile-odds {
    line-height: var(--pb-table-market-value-line-height);
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.pb-sport-surface .mobile-odds-away {
    text-align: left;
    align-items: flex-start;
}

.pb-sport-surface .mobile-odds-home {
    text-align: right;
    align-items: flex-end;
}

.pb-sport-surface .movement-change {
    font-size: 0.9em;
    font-weight: 400;
    white-space: nowrap;
}

.pb-sport-surface .change-positive {
    color: #1c944f;
    font-weight: 400;
}

.pb-sport-surface .change-negative {
    color: #c73535;
    font-weight: 400;
}

.pb-sport-surface .change-neutral {
    color: #5a6e65;
    font-weight: 400;
}

.pb-sport-surface .movement-matchup-stack {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
}

.pb-sport-surface .movement-team-row {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 1.55rem;
}

.pb-sport-surface .movement-logo {
    width: 1.1rem;
    height: 1.1rem;
    object-fit: contain;
    flex: 0 0 1.1rem;
}

.pb-sport-surface .movement-value-stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.28rem;
}

.pb-sport-surface .movement-value-row {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    min-height: 1.55rem;
}

.pb-sport-surface .movement-value-centered {
    min-height: 3.38rem;
    display: flex;
    gap: 0.3rem;
    align-items: center;
}

.pb-sport-surface .movement-empty {
    visibility: hidden;
}

@media (min-width: 992px) {
    .pb-sport-surface .hub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pb-sport-surface .games-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .pb-sport-surface .odds-mobile-row {
        grid-template-columns: minmax(0, 1fr) 25% minmax(0, 1fr);
    }

    .pb-sport-surface .card-tab {
        font-size: 0.95rem;
    }

    .pb-sport-surface .market-option {
        font-size: 0.8rem;
    }

    .pb-sport-surface .mobile-row-title {
        line-height: 1.05;
        white-space: normal;
    }
    .sport-btn-compact {
        font-size: 0.75rem;
        padding: 0.1rem 0.3rem;
    }
}

@media (max-width: 991.98px) {
    .pb-sport-surface .toolbar-row {
        justify-content: center;
    }

    .pb-sport-surface .date-nav,
    .pb-sport-surface .filter-nav {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .pb-sport-surface .team-name {
        font-size: var(--pb-table-team-font-size-mobile);
    }

    .pb-sport-surface .meta-date,
    .pb-sport-surface .meta-time {
        font-size: var(--pb-table-datetime-font-size-mobile);
    }

    .pb-sport-surface .line-value,
    .pb-sport-surface .market-main,
    .pb-sport-surface .odds-value {
        font-size: var(--pb-table-market-value-font-size-mobile);
    }

    .pb-sport-surface .mobile-row-title,
    .pb-sport-surface .market-label {
        font-size: var(--pb-table-market-title-font-size-mobile);
    }

    .pb-sport-surface .table-odds {
        font-size: var(--pb-table-odds-font-size-mobile);
    }

    .pb-sport-surface .table-head-cell {
        font-size: var(--pb-table-th-font-size-mobile);
    }

    .pb-sport-surface .table-data-cell,
    .pb-sport-surface .table-rowhead-cell {
        font-size: var(--pb-table-tr-font-size-mobile);
    }

    .pb-sport-surface .mobile-odds .market-book {
        font-size: var(--pb-table-datetime-font-size-mobile);
    }

    .games-shell.pb-sport-surface .date-nav .btn.btn-sm {
        height: 1.8rem;
        min-height: 1.8rem;
        font-size: 0.74rem;
        padding-block: 0;
        padding-inline: 0.45rem;
        line-height: 1;
    }

    .pb-sport-surface .toolbar-icon-btn {
        width: 1.8rem;
        height: 1.8rem;
    }

    .pb-sport-surface .toolbar-icon {
        width: 0.8rem;
        height: 0.8rem;
    }

    .pb-sport-surface .filter-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .pb-sport-surface .filter-pill {
        width: 100%;
    }

    .pb-sport-surface .matchup-table> :not(caption)>*>* {
        padding: var(--pb-table-cell-padding-y-mobile) var(--pb-table-cell-padding-x-mobile);
    }

    .pb-sport-surface .team-head {
        flex-direction: row;
        align-items: center;
        gap: 0.4rem;
    }

    .pb-sport-surface .team-cell.is-home .team-head {
        flex-direction: row-reverse;
        align-items: center;
    }

    .pb-sport-surface .team-logo {
        width: 1.35rem;
        height: 1.35rem;
        flex-basis: 1.35rem;
    }

    .pb-sport-surface .meta-score {
        font-size: var(--pb-table-tr-font-size-mobile);
    }

    .pb-sport-surface .history-chart-wrap {
        padding: 0.5rem 0.2rem;
    }

    .pb-sport-surface .history-chart-empty {
        min-height: 200px;
        font-size: 0.9rem;
    }

    .pb-sport-surface .history-legend-item {
        font-size: 0.68rem;
        gap: 0.3rem;
    }

    .pb-sport-surface .history-legend-dot {
        width: 0.58rem;
        height: 0.58rem;
    }

    .pb-sport-surface .history-table-wrap {
        padding: 0.1rem 0 0;
    }

    .pb-sport-surface .history-table> :not(caption)>*>* {
        padding: var(--pb-table-cell-padding-y-mobile) var(--pb-table-cell-padding-x-mobile);
    }

    .pb-sport-surface .history-table thead th {
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
        line-height: var(--pb-table-th-line-height);
    }

    .pb-sport-surface .history-update-text {
        font-size: var(--pb-table-datetime-font-size-mobile);
    }

    .pb-sport-surface .market-label {
        width: 4rem;
    }

    .pb-sport-surface .matchup-col-meta {
        width: 5.1rem;
    }

    .pb-sport-surface .best-tabs .nav-link {
        font-size: 0.8rem;
    }
}