.abp5_hero_more_games_site2 {
    position: relative;
    width: 100%;
    padding: 80px 3% 60px 5%;
    box-sizing: border-box;
    background: transparent;
    overflow: hidden;
}

.abp5_hero_more_games_site2_inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
}

.abp5_hero_more_games_site2_image_wrap {
    flex: 0 0 40%;
    max-width: 40%;
    height: auto;
    min-height: 240px;
    border-radius: 16px;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.abp5_hero_more_games_site2_content {
    flex: 1;
    min-width: 0;
}

.abp5_hero_more_games_site2_eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 12px 0;
}

.abp5_hero_more_games_site2_heading {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(24px, 3.2vw, 40px);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.abp5_hero_more_games_site2_description {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0 0 24px 0;
}

.abp5_hero_more_games_site2_description p {
    margin: 0 0 12px 0;
}

.abp5_hero_more_games_site2_description p:last-child {
    margin-bottom: 0;
}

.abp5_hero_more_games_site2_list {
    list-style: none;
    margin: 0 0 28px 0;
    padding: 0;
}

.abp5_hero_more_games_site2_list_item {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    padding-left: 28px;
    margin-bottom: 10px;
}

.abp5_hero_more_games_site2_list_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.35em;
    width: 14px;
    height: 10px;
    border-left: 2px solid #04d27b;
    border-bottom: 2px solid #04d27b;
    transform: rotate(-45deg);
}

.abp5_hero_more_games_site2_btn {
    display: inline-block;
    padding: 16px 32px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: #e85a2a;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.2s ease;
}

.abp5_hero_more_games_site2_btn:hover {
    background: #d94a22;
    color: #ffffff;
    transform: translateY(-1px);
}

.abp5_hero_more_games_site2_decor {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translate3d(var(--abp5-hmg-decor-x, 0), var(--abp5-hmg-decor-y, 0), 0);
    z-index: 0;
    pointer-events: none;
}

.abp5_hero_more_games_site2_decor img {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    object-position: right center;
}

@media (max-width: 991px) {
    .abp5_hero_more_games_site2_inner {
        flex-direction: column;
        gap: 32px;
    }

    .abp5_hero_more_games_site2_image_wrap {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .abp5_hero_more_games_site2_decor {
        opacity: 0.6;
    }
}

@media (max-width: 600px) {
    .abp5_hero_more_games_site2 {
        padding: 60px 3% 40px 5%;
    }

    .abp5_hero_more_games_site2_heading {
        font-size: 22px;
    }

    .abp5_hero_more_games_site2_description,
    .abp5_hero_more_games_site2_list_item {
        font-size: 14px;
    }
}
