:root {
    --side-spacing: 5px;
    --bg-main-color: #0B0B0B !important;
}

body {
    background: #0B0B0B !important;
}

.homePage {
    width: 100%;
}

.slider-section:not(:first-child) {
    margin-top: 16px;
}

.slider-section .slider-items {
    margin: -10px 0 0 calc(var(--side-spacing) * -1);
}

.slider-section .slider-item {
    padding: 10px 0 0 var(--side-spacing);
}

.slider-section .slider-item:has(.casino-game) {
    width: calc((100vw - var(--side-spacing)) / 2);
}

.slider-section:has(.product-banner) .slider-items {
    margin: -10px 0 0 -10px;
}

.slider-section .slider-item:has(.product-banner) {
    padding: 10px 0 0 10px;
}

.slider-section .slider-item:has(.product-banner) {
    width: calc(100vw / 3);
}

.slider-section .match-tracker {
    display: block;
    position: relative;
    width: 17px;
    height: 17px;
    background-color: var(--bg-main-color-light);
    background-image: var(--icon-event-stats);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1;
}

.slider-section .championship {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 12px;
    background: #2B2B2B;
    border-radius: 15px;
}

.slider-section .championship-icon {
    display: flex;
}

.slider-section .championship-icon svg {
    width: 24px;
    height: auto;
}

.slider-section .promotion-card {
    display: flex;
    flex-direction: column;
    width: calc(100dvw - 10px);
    height: 100%;
    margin: 0;
}

.slider-section .championship-title {
    margin-left: 8px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 700;
}

.slider-section .banner {
    display: flex;
}

.slider-section .banner-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.slider-section .casino-provider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 137px;
    height: 50px;
    background: #2B2B2B;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}

.slider-section .casino-provider-image {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.slider-section .casino-provider-image svg {
    width: 100%;
    height: inherit;
}
