/* style/resources-responsible-gambling-8kbet.css */

.page-resources-responsible-gambling-8kbet {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #F0F8FF; /* Light text for dark background */
    background-color: #0A2342; /* Main dark blue background */
}

.page-resources-responsible-gambling-8kbet__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-responsible-gambling-8kbet__hero-section {
    background: linear-gradient(135deg, #0A2342 0%, #1A3A60 100%); /* Dark blue gradient */
    color: #FFD700; /* Gold for hero text */
    text-align: center;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #FFD700;
}

.page-resources-responsible-gambling-8kbet__hero-title {
    font-size: 3.5em;
    margin-bottom: 15px;
    font-weight: 700;
    color: #FFD700; /* Gold */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-responsible-gambling-8kbet__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 30px;
    color: #F0F8FF; /* Light text */
}

.page-resources-responsible-gambling-8kbet__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    margin-top: 30px;
}

.page-resources-responsible-gambling-8kbet__content-section {
    padding: 60px 0;
    background-color: #0A2342; /* Main dark blue */
}

.page-resources-responsible-gambling-8kbet__article {
    background-color: #1A3A60; /* Slightly lighter dark blue for article background */
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-responsible-gambling-8kbet__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold */
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 15px;
}

.page-resources-responsible-gambling-8kbet__subsection-title {
    font-size: 1.8em;
    color: #F0F8FF; /* Light text */
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-resources-responsible-gambling-8kbet p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #F0F8FF;
}

.page-resources-responsible-gambling-8kbet strong {
    color: #FFD700;
}

.page-resources-responsible-gambling-8kbet__list {
    list-style-type: disc;
    margin-left: 40px;
    margin-bottom: 20px;
    color: #F0F8FF;
}

.page-resources-responsible-gambling-8kbet__list li {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.page-resources-responsible-gambling-8kbet__image-full-width {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 40px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-responsible-gambling-8kbet__image-centered {
    display: block;
    margin: 40px auto;
    max-width: 80%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-responsible-gambling-8kbet__cta-buttons {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.page-resources-responsible-gambling-8kbet__button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 0 15px;
    cursor: pointer;
}

.page-resources-responsible-gambling-8kbet__button--primary {
    background-color: #FFD700; /* Gold */
    color: #0A2342; /* Dark blue */
    border: 2px solid #FFD700;
}

.page-resources-responsible-gambling-8kbet__button--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-responsible-gambling-8kbet__button--secondary {
    background-color: #0A2342; /* Dark blue */
    color: #FFD700; /* Gold */
    border: 2px solid #FFD700;
}

.page-resources-responsible-gambling-8kbet__button--secondary:hover {
    background-color: #1A3A60;
    transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-responsible-gambling-8kbet__hero-title {
        font-size: 2.5em;
    }

    .page-resources-responsible-gambling-8kbet__hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-responsible-gambling-8kbet__section-title {
        font-size: 2em;
    }

    .page-resources-responsible-gambling-8kbet__subsection-title {
        font-size: 1.5em;
    }

    .page-resources-responsible-gambling-8kbet__article {
        padding: 20px;
    }

    .page-resources-responsible-gambling-8kbet__list {
        margin-left: 20px;
    }

    .page-resources-responsible-gambling-8kbet__button {
        display: block;
        margin: 15px auto;
        width: 80%;
    }
}

@media (max-width: 480px) {
    .page-resources-responsible-gambling-8kbet__hero-title {
        font-size: 2em;
    }

    .page-resources-responsible-gambling-8kbet__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-responsible-gambling-8kbet__section-title {
        font-size: 1.8em;
    }

    .page-resources-responsible-gambling-8kbet__subsection-title {
        font-size: 1.3em;
    }

    .page-resources-responsible-gambling-8kbet p, .page-resources-responsible-gambling-8kbet__list li {
        font-size: 1em;
    }
}