/* style/resources-18win-bet-best-casino-games.css */

/* Base Styles */
.page-resources-18win-bet-best-casino-games {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: transparent; /* Main content area will inherit body background or have its own section backgrounds */
}

/* Fixed header offset for the first content section */
.page-resources-18win-bet-best-casino-games__hero-section {
    position: relative;
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
    padding-bottom: 60px;
    background-color: #0a0a0a; /* Dark background from body */
    color: #ffffff; /* Light text for dark background */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Prevent content overflow */
}

.page-resources-18win-bet-best-casino-games__hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}

.page-resources-18win-bet-best-casino-games__hero-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-18win-bet-best-casino-games__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}