/* style/betting-news-regulatory-updates.css */

.page-betting-news-regulatory-updates {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-betting-news-regulatory-updates__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-betting-news-regulatory-updates__hero {
    position: relative;
    background: linear-gradient(135deg, #003366 0%, #003366 60%, #FFCC00 100%);
    color: #ffffff;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    min-height: 400px;
}

.page-betting-news-regulatory-updates__hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding-left: 50px;
}

.page-betting-news-regulatory-updates__hero-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #ffffff; /* Contrast: 10.38:1 on #003366 */
}

.page-betting-news-regulatory-updates__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    opacity: 0.9;
    color: #ffffff; /* Contrast: 10.38:1 on #003366 */
}

.page-betting-news-regulatory-updates__hero-image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: auto;
    max-width: 50%;
    object-fit: cover;
    opacity: 0.8;
    z-index: 1;
}

/* General Section Styles */
.page-betting-news-regulatory-updates__section {
    padding: 60px 0;
}

.page-betting-news-regulatory-updates__section--grey {
    background-color: #eef2f6; /* Light grey for contrast */
}

.page-betting-news-regulatory-updates__section-title {
    font-size: 2.5em;
    color: #003366; /* Contrast: 10.38:1 on #f8f8f8, 6.77:1 on #eef2f6 */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-betting-news-regulatory-updates__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFCC00;
    margin: 15px auto 0;
}

.page-betting-news-regulatory-updates__sub-title {
    font-size: 1.8em;
    color: #003366; /* Contrast: 10.38:1 on #f8f8f8, 6.77:1 on #eef2f6 */
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-betting-news-regulatory-updates__text {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333333; /* Contrast: 10.38:1 on #f8f8f8, 6.77:1 on #eef2f6 */
}

.page-betting-news-regulatory-updates__keyword {
    color: #003366;
    font-weight: bold;
}

.page-betting-news-regulatory-updates__list {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #333333;
}

.page-betting-news-regulatory-updates__list li {
    margin-bottom: 10px;
}

/* Buttons */
.page-betting-news-regulatory-updates__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    text-align: center;
}

.page-betting-news-regulatory-updates__btn--primary {
    background-color: #FFCC00;
    color: #000000; /* Contrast: 13.91:1 on #FFCC00 */
    border: 2px solid #FFCC00;
}

.page-betting-news-regulatory-updates__btn--primary:hover {
    background-color: #e6b800;
    border-color: #e6b800;
    transform: translateY(-2px);
}

.page-betting-news-regulatory-updates__btn--accent {
    background-color: #003366;
    color: #ffffff; /* Contrast: 10.38:1 on #003366 */
    border: 2px solid #003366;
}

.page-betting-news-regulatory-updates__btn--accent:hover {
    background-color: #002244;
    border-color: #002244;
    transform: translateY(-2px);
}

.page-betting-news-regulatory-updates__btn--secondary {
    background-color: transparent;
    color: #003366; /* Contrast: 10.38:1 on #f8f8f8 */
    border: 2px solid #003366;
    margin-left: 20px;
}

.page-betting-news-regulatory-updates__btn--secondary:hover {
    background-color: #003366;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Image with text layout */
.page-betting-news-regulatory-updates__section--intro .page-betting-news-regulatory-updates__container,
.page-betting-news-regulatory-updates__section--grey .page-betting-news-regulatory-updates__container,
.page-betting-news-regulatory-updates__section .page-betting-news-regulatory-updates__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.page-betting-news-regulatory-updates__section--intro .page-betting-news-regulatory-updates__text,
.page-betting-news-regulatory-updates__section--grey .page-betting-news-regulatory-updates__text,
.page-betting-news-regulatory-updates__section .page-betting-news-regulatory-updates__text {
    flex-basis: 100%;
}

.page-betting-news-regulatory-updates__image {
    max-width: 45%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.page-betting-news-regulatory-updates__image--left {
    order: -1;
    margin-right: 5%;
}

.page-betting-news-regulatory-updates__image--right {
    margin-left: 5%;
}

.page-betting-news-regulatory-updates__section > .page-betting-news-regulatory-updates__container > *:not(.page-betting-news-regulatory-updates__image) {
    flex-basis: 50%;
}

.page-betting-news-regulatory-updates__section > .page-betting-news-regulatory-updates__container > *:nth-child(even):not(.page-betting-news-regulatory-updates__image) {
    flex-basis: 45%;
}

/* FAQ Section */
.page-betting-news-regulatory-updates__faq {
    margin-top: 40px;
}

.page-betting-news-regulatory-updates__faq-item {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-betting-news-regulatory-updates__faq-question {
    font-size: 1.3em;
    color: #003366; /* Contrast: 10.38:1 on #ffffff */
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-betting-news-regulatory-updates__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    color: #FFCC00;
    transition: transform 0.3s ease;
}

.page-betting-news-regulatory-updates__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-betting-news-regulatory-updates__faq-answer {
    font-size: 1em;
    color: #555555; /* Contrast: 8.49:1 on #ffffff */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.page-betting-news-regulatory-updates__faq-answer.active {
    max-height: 200px; /* Adjust as needed */
}

/* CTA Block */
.page-betting-news-regulatory-updates__cta-block {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background-color: #f0f4f8;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.page-betting-news-regulatory-updates__section--cta {
    background-color: #003366;
    color: #ffffff;
    text-align: center;
}

.page-betting-news-regulatory-updates__section--cta .page-betting-news-regulatory-updates__section-title {
    color: #ffffff; /* Contrast: 10.38:1 on #003366 */
}

.page-betting-news-regulatory-updates__section--cta .page-betting-news-regulatory-updates__section-title::after {
    background-color: #FFCC00;
}

.page-betting-news-regulatory-updates__section--cta .page-betting-news-regulatory-updates__text {
    color: #ffffff; /* Contrast: 10.38:1 on #003366 */
    max-width: 800px;
    margin: 0 auto 30px auto;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-betting-news-regulatory-updates__hero {
        flex-direction: column;
        text-align: center;
        padding: 60px 0;
    }

    .page-betting-news-regulatory-updates__hero-content {
        padding-left: 0;
        max-width: 100%;
    }

    .page-betting-news-regulatory-updates__hero-image {
        position: static;
        transform: none;
        width: 100%;
        max-width: 80%;
        margin-top: 30px;
        height: auto;
    }

    .page-betting-news-regulatory-updates__hero-title {
        font-size: 2.5em;
    }

    .page-betting-news-regulatory-updates__hero-subtitle {
        font-size: 1.1em;
    }

    .page-betting-news-regulatory-updates__section-title {
        font-size: 2em;
    }

    .page-betting-news-regulatory-updates__sub-title {
        font-size: 1.5em;
    }

    .page-betting-news-regulatory-updates__section > .page-betting-news-regulatory-updates__container > *:not(.page-betting-news-regulatory-updates__image) {
        flex-basis: 100%;
        text-align: center;
    }

    .page-betting-news-regulatory-updates__section > .page-betting-news-regulatory-updates__container > *:nth-child(even):not(.page-betting-news-regulatory-updates__image) {
        flex-basis: 100%;
    }

    .page-betting-news-regulatory-updates__image {
        max-width: 80%;
        margin: 20px auto;
        order: 0 !important; /* Reset order for smaller screens */
    }

    .page-betting-news-regulatory-updates__image--left, .page-betting-news-regulatory-updates__image--right {
        margin-left: auto;
        margin-right: auto;
    }

    .page-betting-news-regulatory-updates__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .page-betting-news-regulatory-updates__hero {
        padding: 40px 0;
    }

    .page-betting-news-regulatory-updates__hero-title {
        font-size: 2em;
    }

    .page-betting-news-regulatory-updates__hero-subtitle {
        font-size: 1em;
    }

    .page-betting-news-regulatory-updates__section {
        padding: 40px 0;
    }

    .page-betting-news-regulatory-updates__section-title {
        font-size: 1.8em;
    }

    .page-betting-news-regulatory-updates__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-betting-news-regulatory-updates__faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-betting-news-regulatory-updates__hero-title {
        font-size: 1.8em;
    }

    .page-betting-news-regulatory-updates__hero-subtitle {
        font-size: 0.9em;
    }

    .page-betting-news-regulatory-updates__section-title {
        font-size: 1.5em;
    }

    .page-betting-news-regulatory-updates__sub-title {
        font-size: 1.3em;
    }

    .page-betting-news-regulatory-updates__text, .page-betting-news-regulatory-updates__list li {
        font-size: 0.95em;
    }

    .page-betting-news-regulatory-updates__btn {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .page-betting-news-regulatory-updates__btn--secondary {
        margin-top: 0;
    }

    .page-betting-news-regulatory-updates__image {
        max-width: 100%;
    }
}