/* style/resources-so79-latest-updates-and-advantages.css */

/* Global styles for this page content */
.page-resources-so79-latest-updates-and-advantages {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light backgrounds */
    background-color: var(--background-color, #f8f8f8); /* Use shared background, fallback to light grey */
    padding-top: var(--header-offset, 120px); /* Fixed header offset */
}

.page-resources-so79-latest-updates-and-advantages__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-resources-so79-latest-updates-and-advantages__section {
    padding: 60px 0;
    text-align: center;
}

.page-resources-so79-latest-updates-and-advantages__section--updates {
    background-color: #ffffff;
}

.page-resources-so79-latest-updates-and-advantages__section--advantages {
    background-color: #26A9E0; /* Brand primary color for background */
    color: #ffffff; /* White text for dark background */
}

.page-resources-so79-latest-updates-and-advantages__section--games {
    background-color: #f8f8f8;
}

.page-resources-so79-latest-updates-and-advantages__section--promotions {
    background-color: #ffffff;
}

.page-resources-so79-latest-updates-and-advantages__section--security {
    background-color: #f8f8f8;
}

.page-resources-so79-latest-updates-and-advantages__section--faq {
    background-color: #ffffff;
}

.page-resources-so79-latest-updates-and-advantages__section--cta-bottom {
    background-color: #26A9E0; /* Brand primary color for background */
    color: #ffffff; /* White text for dark background */
}

.page-resources-so79-latest-updates-and-advantages__section-title {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    color: inherit; /* Inherit color from parent section */
}

.page-resources-so79-latest-updates-and-advantages__section-intro {
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: inherit; /* Inherit color from parent section */
}

.page-resources-so79-latest-updates-and-advantages__sub-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #26A9E0; /* Brand primary color for sub-titles */
    text-align: left;
}

.page-resources-so79-latest-updates-and-advantages__section--advantages .page-resources-so79-latest-updates-and-advantages__sub-title {
    color: #ffffff; /* White for dark section */
}

.page-resources-so79-latest-updates-and-advantages p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
}

.page-resources-so79-latest-updates-and-advantages__list {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.page-resources-so79-latest-updates-and-advantages__list li {
    margin-bottom: 10px;
    font-size: 16px;
}

/* Images */
.page-resources-so79-latest-updates-and-advantages img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Hero Section */
.page-resources-so79-latest-updates-and-advantages__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #26A9E0, #a0d8f0); /* Gradient background with brand colors */
    color: #ffffff; /* White text for hero section */
}

.page-resources-so79-latest-updates-and-advantages__hero-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1; /* Ensure content is above any potential background overlays */
}