/* style/slot-games-classic-slots.css */

/* Base styles for the page content */
.page-slot-games-classic-slots {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: #FFFFFF; /* Ensures a consistent light background */
}

.page-slot-games-classic-slots__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-slot-games-classic-slots__section-title {
    font-size: 2.5em;
    color: #017439; /* Brand primary color */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-slot-games-classic-slots__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-slot-games-classic-slots__highlight {
    font-weight: bold;
    color: #017439;
}

/* Hero Section */
.page-slot-games-classic-slots__hero-section {
    position: relative;
    padding-top: var(--header-offset, 120px); /* Fixed header offset */
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    background-color: #017439; /* Brand primary color for dark background */
    color: #FFFFFF; /* White text for dark background */
    overflow: hidden;
}

.page-slot-games-classic-slots__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 20px;
}

.page-slot-games-classic-slots__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFFFFF;
}