/* style/casino-slots.css */

/* Base styles for the page content */
.page-casino-slots {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Light text for dark body background */
    background-color: transparent; /* Body background is handled by shared.css */
}

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

/* Header offset for main content */
.page-casino-slots__hero-section {
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

/* Sections */
.page-casino-slots__section-title {
    font-size: 2.5em;
    color: #26A9E0; /* Brand color for titles */
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}