.cate-faq-section {
    border-radius: 12px;
    overflow: hidden;
}

.dark .tp-widget-review-next:focus-within button::before {
    box-shadow: none !important;
}

.conts2 {
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding: 40px 8px 20px;
    color: #fff;
}

.conts2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: calc(100vw - 8px);
    height: 100%;
    background: url("../image/bg1.webp") no-repeat center / 100% 100%;
    opacity: .5;
    transform: translateX(-50%);
}

.conts2 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
}

.conts2 .title a {
    z-index: 1;
}

.conts2 .mobile.game-title {
    display: none;
}

.conts2 .contbox {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

.conts2 .contbox .item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 358px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    color: inherit;
    background: linear-gradient(167deg, #122740 0%, #0b121a 100%);
    text-decoration: none;
    transition: all .3s ease;
}

.conts2 .contbox .item:nth-child(1),
.conts2 .contbox .item:nth-child(2) {
    grid-column: span 3;
    height: 329px;
}

.conts2 .contbox .item:nth-child(3),
.conts2 .contbox .item:nth-child(4),
.conts2 .contbox .item:nth-child(5) {
    grid-column: span 2;
    height: 219px;
}

.conts2 .contbox .item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(18, 39, 64, 0) 0%, #122740 62.98%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.conts2 .contbox .item:hover::before {
    opacity: 1;
}

.conts2 .contbox .item:focus {
    outline: none;
}

.conts2 .contbox .item:focus-visible {
    outline: 2px solid #53fecd;
    outline-offset: 2px;
}

.news-card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    color: transparent;
    font-size: 0;
}

.news-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 24px;
    background: linear-gradient(180deg, rgba(18, 39, 64, 0) 0%, #122740 62.98%);
}

.conts2 .contbox .item .atitle {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    margin: 0;
    padding: 15px 20px 10px;
    overflow: hidden;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.conts2 .contbox .item .summary {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    height: auto;
    padding: 0 20px;
    overflow: hidden;
    border: none;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-link {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    height: 0;
    margin: 0 20px;
    overflow: hidden;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(90deg, #53fecd 0%, #2c74c9 100%);
    font-family: Oswald, Oswald;
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    text-decoration: none;
    transform: translateY(10px);
    transition: opacity .3s ease, transform .3s ease, height .3s ease, margin-top .3s ease;
}

.conts2 .contbox .item:hover .news-link,
.conts2 .contbox .item:focus-within .news-link {
    height: 46px;
    margin-top: 20px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.trustpilot-reviews-section {
    max-width: calc(100vw - 50px);
    margin: 0 auto;
    padding: 60px 0 15px;
    overflow: hidden;
}

.trustpilot-reviews-section .reviews-title {
    color: #fff;
    font-family: Oswald, Oswald;
    font-size: 42px;
    font-weight: bold;
}

.trustpilot-reviews-section .reviews-stats {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.trustpilot-reviews-section .stat-item {
    flex: 1;
}

.trustpilot-reviews-section .stat-label {
    margin-bottom: 15px;
    color: #fff;
    font-family: Oswald, Oswald;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.trustpilot-reviews-section .stat-value {
    background: linear-gradient(0deg, #53fecd 0%, #2c74c9 100%);
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trustpilot-reviews-section .stat-value .label {
    font-family: Oswald, Oswald;
    font-size: 36px;
    font-weight: bold;
}

.trustpilot-reviews-section .stat-suffix {
    margin-left: 5px;
    font-size: 20px;
    font-weight: bold;
}

.trustpilot-reviews-section .stat-value img {
    width: auto;
    height: 12px;
    margin-left: 5px;
}

.trustpilot-desktop-widget {
    display: block;
}

.trustpilot-mobile-widget {
    display: none;
}

@media (max-width: 1024px) {
    .conts2 {
        margin-top: 40px;
        padding: 32px 10px 24px;
    }

    .conts2::before {
        left: 0;
        width: 100%;
        transform: none;
    }

    .conts2 .contbox {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .conts2 .contbox .item,
    .conts2 .contbox .item:nth-child(1),
    .conts2 .contbox .item:nth-child(2),
    .conts2 .contbox .item:nth-child(3),
    .conts2 .contbox .item:nth-child(4),
    .conts2 .contbox .item:nth-child(5) {
        grid-column: span 1;
        min-height: 250px;
        height: auto;
        border-radius: 12px;
    }

    .news-card-content {
        padding-bottom: 20px;
    }

    .conts2 .contbox .item .atitle {
        padding: 12px 14px 8px;
        font-size: 14px;
    }

    .conts2 .contbox .item .summary {
        padding: 0 14px;
        font-size: 12px;
        line-height: 1.5;
    }

    .news-link {
        height: 0;
        margin: 0 20px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(10px);
    }

    .conts2 .contbox .item:hover .news-link,
    .conts2 .contbox .item:focus-within .news-link {
        height: 46px;
        margin-top: 20px;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .trustpilot-reviews-section {
        max-width: calc(100vw - 20px);
        padding: 32px 0 0;
    }

    .trustpilot-reviews-section .reviews-title {
        font-family: Oswald, sans-serif;
        font-size: 24px;
    }

    .trustpilot-desktop-widget {
        display: none !important;
    }

    .trustpilot-mobile-widget {
        display: block !important;
    }
}

@media (max-width: 640px) {
    .conts2 .title:not(.mobile) {
        display: none;
    }

    .conts2 .mobile.game-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 14px;
    }

    .conts2 .mobile.game-title .hotGames {
        margin: 0;
        padding: 0;
        color: #fff;
        font-family: Oswald, sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
    }

    .conts2 .mobile.game-title .allGames a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
    }

    .conts2 .contbox {
        grid-template-columns: 1fr;
    }
}
