.label_data, .value_data, .others {
    text-align: center;
    display: block;
    flex-grow: 1;
    font-weight: 700;
}

.label_item, .value_item {
    margin: 20px 0 20px 0;
    min-height: 25px;
}

.container-fluid-game {
    padding: 10px 10px 50px 10px;
}

.max-w-7xl-game {
    max-width: 80rem;
    margin: 0 auto;
    padding-top: 24px;
}

.game-single__title {
    text-align: center;
    text-transform: uppercase;
}

.game-description, .game-details, .game-features {
    text-transform: uppercase;
}

.game-description__text {
    padding-right: 20px;
}

.game-single__details {
    margin-top: 50px;
}

.game-single__similar-games {
    margin-top: 40px;
}

.game-single__features {
    position: relative;
    top: 20px;
}

.game-single__details-title, .game-single__features-title, .game-single__similar-games-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.game-single__details-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.game-box {
    padding: 24px 40px;
    border-radius: 36px;
    background: #ff8000;
    text-align: center;
    display: block;
    flex-grow: 1;
}

.game-box__label {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
}

.game-box__value {
    font-size: 18px;
    font-weight: 700;
}

.game-single__meta {
    display: flex;
    justify-content: center;
    gap: 80px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.phoenix-game-card, .phoenix-game-similar-card {
    display: inline-block;
    justify-content: center;
    transition: transform .25s ease;
    will-change: transform;
    border-radius: 24px;
}

.phoenix-game-card:hover {
    transform: translateY(-2px) scale(1.04);
}

.phoenix-game-card:hover .game-card__overlay,
.phoenix-game-similar-card:hover .similar-game-card__overlay {
    opacity: 1;
    transform: translateY(0);
}

.games-card:hover .similar-game-card__overlay {
    opacity: 1;
    transform: none;
}

.game-card__link {
    display: block;
    position: relative;
    text-align: center;
}

.game-card__image {
    margin: 0 auto;
}

.game-card__image img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    display: block;
}

.similar-game-card__image img {
    height: auto;
    border-radius: 24px;
    display: block;
}

.game-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 12px;
    padding: 20px;
    margin: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 45px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
    pointer-events: auto;
}

.similar-game-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 20px;
    padding: 20px;
    margin: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 14px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
    pointer-events: auto;
}

.game-card__btn {
    text-align: center;
    padding: 20px 36px !important;
    border-radius: 30px;
    background: #ff8000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.similar-game-card__btn {
    text-align: center;
    padding: 12px 36px;
    border-radius: 30px;
    background: #ff8000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}

.similar-game-info__btn {
    text-align: center;
    padding: 12px 36px;
    border-radius: 30px;
    background: #ff8000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}

.game-card__coming_soon {
    color: #ff8000;
    bottom: 10px !important;
    position: relative;
    width: auto;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.game-card__overlay > :nth-child(2) {
    bottom: 10px;
    position: relative;
    width: auto;
}

.carousel-slider .carousel-slider__item img {
    width: 260px !important;
    height: 220px !important;
}

.game-features-slider {
    position: relative;
    max-width: 900px;
    margin: 0 auto 40px;
    overflow: visible;
}

.game-features-slider__viewport {
    overflow: hidden;
}

.game-features-slider__track {
    display: flex;
    will-change: transform;
    transition: transform .25s ease;
}

.game-features-slider__slide {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 10px;
    box-sizing: border-box;
}

.game-feature-card {
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
}

.game-feature-card__icon img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    margin-bottom: 10px;
}

.game-feature-card__title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.game-feature-card__desc {
    font-size: 14px;
}

.game-features-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ff8000;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    z-index: 5;
    opacity: 0;
    transition: opacity .2s ease;
}

.game-features-slider:hover .game-features-slider__nav {
    opacity: 1;
}

.game-features-slider__nav--prev {
    left: -40px;
}

.game-features-slider__nav--next {
    right: -40px;
}

.game-features-slider__nav.is-disabled {
    opacity: .4;
    cursor: default;
}

.py-2-game {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.px-6-game {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.main_image {
    opacity: 1;
    padding: 35px;
    display: flex;
    align-items: center;
}

.details > tr > th{
    text-align: start;
}

tr, td {
    border: 1px solid #ddd !important;
}

.game-details-table-wrapper tr:nth-child(odd) {
    background-color: #F4F4F4;
}

.game-main-columns {
    display: flex;
    gap: 40px;
}

.game-main-columns__col {
    flex: 1 1 50%;
}

.similar-games__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
}

.phoenix-game-similar-card {
    position: relative;
}

@media (max-width: 1024px) {
    .container-fluid-game {
        padding: 10px 10px 40px 10px;
    }

    .main_image {
        padding: 20px 15px;
    }

    .game-single__title {
        /*font-size: 26px;*/
        line-height: 1.3;
        margin-bottom: 20px;
        text-align: center;
    }

    .game-main-columns {
        flex-direction: column;
    }

    .game-main-columns__col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .game-description__text {
        padding-right: 0;
        margin-bottom: 24px;
    }

    .game-details-table-wrapper {
        margin-top: 10px;
    }

    .game-features-slider {
        max-width: 100%;
    }

    .game-features-slider__slide {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .game-card__btn,
    .similar-game-card__btn,
    .similar-game-info__btn {
        font-size: 15px;
        padding: 14px 28px;
    }

    .game-features-slider__nav--prev {
        left: 0;
    }

    .game-features-slider__nav--next {
        right: 0;
    }
}

@media (max-width: 768px) {
    .similar-games__grid {
        display: block;
    }

    .game-single__title {
        /*font-size: 22px;*/
    }

    .game-single__details-title,
    .game-single__features-title,
    .game-single__similar-games-title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .game-details-table {
        font-size: 13px;
    }

    .game-details-table-wrapper {
        overflow-x: auto;
    }

    .game-features-slider__slide {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .game-feature-card__icon img {
        max-width: 220px;
        margin: 0 auto 10px;
    }

    .game-features-slider__nav {
        opacity: 1;
        width: 40px;
        height: 40px;
    }

    .phoenix-game-similar-card {
        flex: 0 0 100%;
    }

    .game-card__btn,
    .similar-game-card__btn,
    .similar-game-info__btn {
        font-size: 14px;
        padding: 10px 24px;
    }

    .main_image {
        padding: 15px 10px;
    }
}

@media (max-width: 480px) {
    .game-single__title {
        /*font-size: 20px;*/
    }

    .game-description__text,
    .game-feature-card__desc {
        font-size: 13px;
    }
}