.button {
    padding: 6px;
    cursor: pointer;
    font-size: 20px;
    background: transparent;
    outline: none;
    position: relative;
    overflow: hidden;
    display: flex;
    line-height: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Bangers, sans-serif;
    font-style: italic;
}

.button_1 {
    background: #cb1105;
    color: white;

}

.form_wrapper {
    max-width: 500px;
    border-radius: 6px;
    overflow: hidden;
    margin: 20px auto 50px;
}

form .big__banner__links {
    margin-top: 30px;
    justify-content: center;
}

.big__banner__links {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.big__banner__link {
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    background: var(--color-2);
    padding: 12px;
}

.big__banner__link svg {
    width: 20px;
    height: 20px;
}

.form__head {
    padding: 15px;
    width: 100%;
    background: #1a2c38;

}

.form__head svg {
    width: 67px;
    height: 34px;
}

form button {
    width: 100%;
}

.button_2 {
    background: linear-gradient(180deg, #2aa90e 0, #1c8502);
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    outline: 0;
    padding: 10px 40px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;

}

.section__title_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section__title {
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}

.section__subtitle {
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
    font-family: Tahoma, sans-serif;
}


.button_3.active {
    background: var(--color-3);
}

.button_3 {
    border: 1px solid var(--color-3);
}

.button_4 {
    background: var(--color-9);
}

.button_4:hover {
    background: var(--color-10);
}

.wp-element-button {
    border-radius: 4px!important;
}

.wp-block-post-content a:not(a[href="/go"]) {
    color: var(--color-3);
}

.video_banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 10;
    background-image: url("https://zodiaccasino1.ca/wp-content/themes/zodiaccasinoca/assets/image/iphone.fs8.png");
}

.video_banner {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    height: 348px;
}

.content__banner__info__btn {
    background: linear-gradient(180deg, #2aa90e 0, #1c8502);
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    outline: 0;
    padding: 10px 40px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
}

@media (max-width: 500px) {
    .wp-block-button {
        width: 100% !important;
    }

    .section__title {
        font-size: 20px;
    }
}

table {
    margin-block-start: 15px!important;
    margin-block-end: 15px!important;
    border-collapse: collapse;
}

table td {
    border: 1px solid #000000;
    padding: 10px;
}

.table_wrapper tbody tr:nth-child(odd) {
    background: linear-gradient(180deg, #fff 0, #eee);
}

.table_wrapper {
    overflow: auto;
}






/* Контейнер основного контента (single/page) - НЕ на главной странице */
body:not(.home) .entry-content.wp-block-post-content.is-layout-flow.wp-block-post-content-is-layout-flow {
    padding: 0 15px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Fallback: если часть классов отсутствует - НЕ на главной странице */
body:not(.home) .wp-block-post-content {
    padding: 0 15px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Сброс стилей для главной страницы */
body.home .entry-content.wp-block-post-content.is-layout-flow.wp-block-post-content-is-layout-flow,
body.home .wp-block-post-content {
    padding: 0;
    max-width: none;
    width: auto;
    margin: 0;
    box-sizing: border-box;
}