/* style/fishing-games.css */

/* Base styles for the page content */
.page-fishing-games {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: #000000; /* Matching body background for consistency */
}

/* Section styling */
.page-fishing-games__section {
    padding: 60px 20px;
    margin-bottom: 0; /* Remove default margin */
}

.page-fishing-games__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: var(--header-offset, 120px); /* Fixed header offset */
    padding-bottom: 80px;
    overflow: hidden;
    background: linear-gradient(135deg, #0A2463 0%, #000000 100%); /* Dark blue to black gradient */
}

.page-fishing-games__hero-content {
    max-width: 900px;
    z-index: 2;
    margin-bottom: 40px;
}