.abp5_bonus_ending_site2 {
    width: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 3%;
    box-sizing: border-box;
}

.abp5_bonus_ending_site2_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    width: 60%;
    max-width: none;
}

.abp5_bonus_ending_site2_text {
    flex: 1 1 auto;
    min-width: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

.abp5_bonus_ending_site2_btn {
    flex: 0 0 auto;
    display: inline-block;
    padding: 14px 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

a.abp5_bonus_ending_site2_btn:hover,
a.abp5_bonus_ending_site2_btn:focus,
a.abp5_bonus_ending_site2_btn:visited {
    color: #ffffff;
}

a.abp5_bonus_ending_site2_btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

@media (max-width: 639px) {
    .abp5_bonus_ending_site2 {
        padding: 36px 3%;
        min-height: 160px;
    }

    .abp5_bonus_ending_site2_inner {
        width: 60%;
        gap: 20px;
    }

    .abp5_bonus_ending_site2_text {
        font-size: 22px;
        text-align: center;
    }
}
