
.choice__name,
.choice__block {
    margin-bottom: 20px;
}

.choice__list ul {
    margin-bottom: 20px;
}

.choice__list li {
    line-height: 1;
    border: 1px solid #FFCF32;
    margin-bottom: 10px;
    border-radius: 10px;
    width: fit-content;
    background: #13161E;

}

.choice__list li:last-child {
    margin-bottom: 0;
}

.choice__list-areas li {
    display: flex;
    gap: 13px;
    align-items: center;
}

.choice__list-areas li:before {
    content: '';
    width: 40px;
    height: 40px;
    background: center / contain no-repeat url(/wp-content/uploads/2025/05/roulette.svg);
}

.choice__button {
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 1200px) {
    .choice__block {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .choice__item {
        flex-basis: 596px;
        padding: 20px 0px;
    }

    .choice__img {
        flex-basis: 684px;
    }

    .choice__list li {
        width: fit-content;
        padding: 8px 18px;
    }

    .choice__list-areas ul {
        margin-bottom: 0;
    }

    .choice__list-areas li {
        padding: 12px 18px;
    }

    .choice .choice__title {
        margin-bottom: 7px;
    }
}

@media screen and (max-width: 1199.98px) {

    .choice__list li {
        width: 100%;
        line-height: 171%;
        padding: 3px 18px;
    }

    .choice__list-areas li {
        padding: 2px 18px;
    }

    .choice__list-areas {
        margin-bottom: 20px;

    }

    .choice__img {
        max-height: 254px;
        object-fit: contain;
    }

    .choice__name {
        line-height: 86%;
    }

    .choice__list-areas li:before {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

}
