/* Vox Casino palette and layout. Do not edit Yep / Twindor originals. */
:root {
    --font-family: "Helvetica", "Segoe UI", Arial, sans-serif;
    --black: #000000;
    --white: #ffffff;
    --bg-primary: #0C0908;
    --primary: #F85D11;
    --secondary: #16110F;
    --hover: #FF7A3D;
    --text-primary: rgba(255, 255, 255, 0.72);
    --bg-secondary: #1C1614;
    --button: #2A201C;
    --bg-secondary-hover: #3A2A24;
    --tab: rgb(42, 32, 28);
    --tab-accent: rgb(22, 17, 15);
    --gradient: linear-gradient(180deg, #00000080 13.62%, #00000080 80%);
    --gradient-accent: linear-gradient(180deg, rgba(12, 9, 8, 0.1) 0%, rgba(12, 9, 8, 0.3) 40%, rgba(12, 9, 8, 0.7) 60%, rgba(12, 9, 8, 1) 100%);
}

html,
body,
.wrapper,
main,
.filter,
.games,
.providers,
.seo-block,
.faq,
.footer {
    background-color: #0C0908;
    background-image: none;
}

.header__logo img,
.footer__logo img,
.footer__policy img {
    width: 132px !important;
    height: auto !important;
    max-width: 100%;
}

.wrapper > main {
    padding-top: 58px;
}

.vox-img-link {
    display: block;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    color: inherit;
}

.main {
    position: relative;
    overflow: hidden;
    background: #0C0908 !important;
    background-image: none !important;
    min-height: 560px;
    height: auto;
    padding: 60px 0;
}

.main__container {
    position: static;
}

.main__wrapper {
    position: relative;
    z-index: 2;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main__content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.main__title {
    color: var(--primary);
    margin-bottom: 24px;
}

.main__text {
    margin-bottom: 24px;
}

.main__link {
    margin: 0 auto;
    border-radius: 9px !important;
}

.main__bg {
    pointer-events: auto;
}

.main__bg .vox-img-link {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.main__bg img {
    object-fit: cover;
    object-position: center;
}

.block__content .vox-img-link {
    margin: 0 auto 24px;
}

.block__content .vox-img-link img,
.seo-block .vox-img-link img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.category__button.active {
    background-color: rgba(248, 93, 17, 0.16);
    color: var(--primary);
}

.header__button,
.header__button.btn,
.header__button.btn-secondary {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 34px;
    white-space: nowrap;
    overflow: visible;
    padding: 8px 14px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    border-radius: 9px !important;
}

.main__link,
.games__more {
    height: auto;
    min-height: 44px;
    white-space: normal;
    border-radius: 9px !important;
}

.seo-block table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0 24px;
}

.seo-block th,
.seo-block td {
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
}

.seo-block .toc {
    margin: 0 0 24px;
    padding-left: 20px;
}

.seo-block .toc a {
    color: var(--primary);
}

.seo-block .note {
    border-left: 3px solid var(--primary);
    padding: 12px 14px;
    margin: 16px 0;
    background: rgba(248, 93, 17, 0.1);
}

.block__content h1,
.block__content h2,
.block__content h3,
.block__content h4 {
    text-transform: none;
}

.block__content h2 {
    font-size: 28px;
    line-height: 1.25;
    margin: 28px 0 12px;
}

.block__content h3 {
    font-size: 20px;
    margin: 20px 0 10px;
}

.vox-crumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    align-items: center;
    margin: 0 0 20px;
    font-size: 13px;
}

.vox-crumb a {
    display: inline;
    color: var(--primary);
}

.vox-author {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin: 28px 0 8px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
}

.vox-author img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.games__image img {
    object-fit: cover;
}

.footer__slide {
    opacity: 0.85;
}

.footer__slide img {
    filter: none;
}

@media (min-width: 992px) {
    .main {
        min-height: 560px;
        height: auto;
        max-height: none;
    }

    .main__bg img {
        max-height: none;
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: center;
    }

    .block__content .vox-img-link img,
    .seo-block .vox-img-link img {
        max-height: none !important;
        height: auto !important;
        object-fit: contain !important;
    }
}

@media (max-width: 991.98px) {
    .search__form {
        display: none !important;
    }

    .header__box .header__buttons {
        display: none !important;
    }

    .header__inner .header__buttons {
        display: flex !important;
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .header__inner .header__button {
        width: 100% !important;
        max-width: 280px !important;
        justify-content: center;
        font-size: 14px !important;
        padding: 12px 16px !important;
        white-space: normal;
    }

    .main {
        min-height: 420px;
        height: auto;
        max-height: none;
        overflow: hidden;
    }

    .main__title {
        font-size: 32px !important;
        line-height: 1.15 !important;
    }

    .main__text {
        font-size: 15px !important;
    }

    .main__bg img {
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 575.98px) {
    .header__logo img {
        width: 88px !important;
    }

    .seo-block table,
    .seo-block table thead,
    .seo-block table tbody,
    .seo-block table th,
    .seo-block table td,
    .seo-block table tr {
        display: block;
        width: 100%;
    }

    .seo-block thead {
        display: none;
    }

    .seo-block tr {
        margin-bottom: 12px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 8px;
        overflow: hidden;
    }

    .seo-block td {
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .seo-block td:last-child {
        border-bottom: none;
    }

    .seo-block td::before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        color: var(--primary);
        margin-bottom: 4px;
    }
}
