/* style/fishing-games.css */
.page-fishing-games {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light backgrounds */
    background-color: var(--bg-light, #FFFFFF); /* Default light background for main content */
    padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

/* Base container for content sections */
.page-fishing-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}