.page-news-f8bet1-new-license {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.page-news-f8bet1-new-license__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-news-f8bet1-new-license__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Small top padding as per instruction */
    padding-bottom: 40px;
    background-color: #FFFFFF;
    color: #333333; /* Default dark text for contrast on white */
}

.page-news-f8bet1-new-license__hero-image-wrapper {
    width: 100%;
    margin: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.page-news-f8bet1-new-license__hero-image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

.page-news-f8bet1-new-license__hero-content {
    max-width: 900px;
    padding: 0 15px;
    text-align: center;
}

.page-news-f8bet1-new-license__main-title {
    font-size: clamp(1.8rem, 4.5vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    color: #017439;
    margin-bottom: 20px;
}

.page-news-f8bet1-new-license__intro-paragraph {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555555;
}

.page-news-f8bet1-new-license__content-section {
    padding: 60px 0;
    background-color: #FFFFFF;
    color: #333333;
}

.page-news-f8bet1-new-license__section-title {
    font-size: clamp(1.5rem, 3.5vw, 2.5rem);
    font-weight: 600;
    color: #017439;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
}

.page-news-f8bet1-new-license__content-section p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5em;
    color: #444444;
}

.page-news-f8bet1-new-license__link {
    color: #017439;
    text-decoration: none;
    font-weight: 500;
}

.page-news-f8bet1-new-license__link:hover {
    text-decoration: underline;
}

.page-news-f8bet1-new-license__image-figure {
    margin: 30px auto;
    text-align: center;
    max-width: 800px; /* Constrain image width in content */
}

.page-news-f8bet1-new-license__content-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    filter: none; /* Ensure no CSS filter is applied */
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px;
}

.page-news-f8bet1-new-license__image-caption {
    font-size: 0.9rem;
    color: #777777;
    margin-top: 10px;
}

.page-news-f8bet1-new-license__benefits-list {
    list-style: disc inside;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #444444;
}

.page-news-f8bet1-new-license__benefits-list li {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 10px;
}

.page-news-f8bet1-new-license__faq-section {
    padding: 60px 0;
    background-color: #f8f8f8;
    color: #333333;
}

.page-news-f8bet1-new-license__faq-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.page-news-f8bet1-new-license__faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-news-f8bet1-new-license__faq-question {
    font-size: 1.2rem;
    font-weight: 600;
    color: #017439;
    margin-bottom: 10px;
}

.page-news-f8bet1-new-license__faq-answer {
    font-size: 1rem;
    line-height: 1.6;
    color: #555555;
}

.page-news-f8bet1-new-license__cta-section {
    padding: 60px 0;
    background-color: #017439; /* Primary color for CTA background */
    color: #FFFFFF;
    text-align: center;
}

.page-news-f8bet1-new-license__cta-title {
    font-size: clamp(1.6rem, 4vw, 2.8rem);
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.page-news-f8bet1-new-license__cta-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-news-f8bet1-new-license__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-news-f8bet1-new-license__button {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
    cursor: pointer;
}

.page-news-f8bet1-new-license__button--register,
.page-news-f8bet1-new-license__button--login {
    background-color: #C30808; /* Custom red for register/login */
    color: #FFFF00; /* Custom yellow for font */
    border: 2px solid #C30808;
}

.page-news-f8bet1-new-license__button--register:hover,
.page-news-f8bet1-new-license__button--login:hover {
    background-color: #e02020;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .page-news-f8bet1-new-license__hero-image {
        max-width: 100%;
        height: auto;
    }
    .page-news-f8bet1-new-license__content-image {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Ensure min size on mobile */
        min-height: 200px;
    }
    .page-news-f8bet1-new-license__main-title {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    .page-news-f8bet1-new-license__section-title {
        font-size: clamp(1.3rem, 5vw, 2rem);
    }
    .page-news-f8bet1-new-license__intro-paragraph,
    .page-news-f8bet1-new-license__content-section p,
    .page-news-f8bet1-new-license__benefits-list li,
    .page-news-f8bet1-new-license__faq-answer {
        font-size: 0.95rem;
    }
    .page-news-f8bet1-new-license__faq-question {
        font-size: 1.1rem;
    }
    .page-news-f8bet1-new-license__cta-title {
        font-size: clamp(1.4rem, 6vw, 2.2rem);
    }
    .page-news-f8bet1-new-license__cta-description {
        font-size: 1rem;
    }
    .page-news-f8bet1-new-license__button {
        padding: 12px 25px;
        font-size: 1rem;
    }
    .page-news-f8bet1-new-license__cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}