.page-resources-hz88-app-featured-games {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Light text for dark body background */
    background-color: transparent; /* Inherit from body, or set a transparent background for main content */
}

.page-resources-hz88-app-featured-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-resources-hz88-app-featured-games__section-title {
    font-size: 2.5em;
    color: #26A9E0; /* Brand color for titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.page-resources-hz88-app-featured-games__sub-title {
    font-size: 1.8em;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-hz88-app-featured-games__paragraph {
    font-size: 1.1em;
    margin-bottom: 1em;
    color: #f0f0f0; /* Slightly off-white for paragraphs */
}

.page-resources-hz88-app-featured-games__text-center {
    text-align: center;
}

/* Hero Section */
.page-resources-hz88-app-featured-games__hero-section {
    position: relative;
    padding: 120px 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding-top: var(--header-offset, 120px); /* Fixed header offset */
}

.page-resources-hz88-app-featured-games__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
    z-index: 1;
}

.page-resources-hz88-app-featured-games__hero-section .page-resources-hz88-app-featured-games__container {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.page-resources-hz88-app-featured-games__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: bold;
}