/* style/slot-games.css */

/* Base styles for the page content, assuming body background is #000000 (dark) */
.page-slot-games {
    color: #ffffff; /* Light text for dark body background */
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    padding-bottom: 60px; /* Space before footer */
}

/* Ensure main content container has correct padding for header offset if needed */
.page-slot-games__hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    background-color: #000000; /* Dark background for hero */
    color: #ffffff;
    padding: 80px 20px;
    overflow: hidden;
    text-align: center;
    padding-top: var(--header-offset, 120px); /* Ensure header offset, desktop default */
}