.layout-bc.is-home-page .upcoming-games-container {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end
}

.layout-bc.is-home-page .time-filters-bc {
    order: 1;
    margin-bottom: 10px
}

.layout-bc.is-home-page .time-filters-bc .time-filters-content {
    justify-content: flex-end;
    grid-template-columns: none;
    grid-auto-flow: column
}

.layout-bc.sportsbook .upcoming-games-container {
    flex-direction: column
}

.layout-bc.sportsbook .upcoming-games-container .time-filters-bc {
    margin-inline-start: 0;
    margin-bottom: 10px
}

.hm-row-bc:not(.has-slider) .widget-scroll-container {
    min-height: 380px
}

.upcoming-games-container {
    display: flex;
    align-items: flex-start
}

.widget-scroll-container {
    position: relative;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(var(--b-sc-rgb), .07), rgba(var(--b-sc-rgb), .03));
    border-radius: 4px
}

.widget-scroll-container .pm-body-bc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
    will-change: scroll-position;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.widget-scroll-container>i {
    position: absolute;
    bottom: -20px;
    opacity: .07;
    font-size: 200px
}

[dir=ltr] .widget-scroll-container>i {
    right: -20px
}

[dir=rtl] .widget-scroll-container>i {
    left: -20px
}

.time-filters-content {
    flex: auto;
    display: flex
}

.time-filter-button-bc {
    white-space: nowrap
}

.time-filter-button-bc.btn.active {
    color: rgba(var(--b-rgb), .9);
    background: var(--b-sc);
    border-color: var(--b-sc)
}

.time-filters-bc {
    flex-shrink: 0;
    display: flex;
    width: 100%
}

.time-filters-bc .time-filters-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(94px, 1fr));
    grid-gap: 5px
}

.current-day-1:after {
    content: "1"
}

.current-day-2:after {
    content: "2"
}

.current-day-3:after {
    content: "3"
}

.current-day-4:after {
    content: "4"
}

.current-day-5:after {
    content: "5"
}

.current-day-6:after {
    content: "6"
}

.current-day-7:after {
    content: "7"
}

.current-day-8:after {
    content: "8"
}

.current-day-9:after {
    content: "9"
}

.current-day-10:after {
    content: "10"
}

.current-day-11:after {
    content: "11"
}

.current-day-12:after {
    content: "12"
}

.current-day-13:after {
    content: "13"
}

.current-day-14:after {
    content: "14"
}

.current-day-15:after {
    content: "15"
}

.current-day-16:after {
    content: "16"
}

.current-day-17:after {
    content: "17"
}

.current-day-18:after {
    content: "18"
}

.current-day-19:after {
    content: "19"
}

.current-day-20:after {
    content: "20"
}

.current-day-21:after {
    content: "21"
}

.current-day-22:after {
    content: "22"
}

.current-day-23:after {
    content: "23"
}

.current-day-24:after {
    content: "24"
}

.current-day-25:after {
    content: "25"
}

.current-day-26:after {
    content: "26"
}

.current-day-27:after {
    content: "27"
}

.current-day-28:after {
    content: "28"
}

.current-day-29:after {
    content: "29"
}

.current-day-30:after {
    content: "30"
}

.current-day-31:after {
    content: "31"
}

.sgm-market-input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.large-market-button-bc {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    padding: 0 10px;
    color: rgba(var(--b-sc-rgb), .8);
    background: rgba(var(--b-sc-rgb), .1);
    font-size: 12px;
    text-transform: capitalize;
    text-decoration: underline;
    cursor: pointer
}