/* style/game-reviews-fishing-games.css */
.page-game-reviews-fishing-games {
    font-family: 'Arial', sans-serif;
    color: #F5E5C5; /* Light text for readability on dark backgrounds */
    background-color: #0A1A3A; /* Main background color */
    line-height: 1.6;
}

.page-game-reviews-fishing-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-reviews-fishing-games__hero-section {
    background: linear-gradient(135deg, #0A1A3A 0%, #2A3A5A 100%);
    color: #FFD700;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-reviews-fishing-games__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:hero:fishing_game,underwater,dynamic,8win55_branding]') no-repeat center center/cover;
    opacity: 0.2;
    z-index: 0;
}

.page-game-reviews-fishing-games__hero-section > * {
    position: relative;
    z-index: 1;
}

.page-game-reviews-fishing-games__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-weight: bold;
}

.page-game-reviews-fishing-games__hero-description {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #F5E5C5;
}

.page-game-reviews-fishing-games__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A1A3A;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-game-reviews-fishing-games__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-game-reviews-fishing-games__cta-button--large {
    padding: 20px 40px;
    font-size: 1.5em;
}

.page-game-reviews-fishing-games__content-section {
    padding: 60px 0;
}

.page-game-reviews-fishing-games__section-title {
    font-size: 2.5em;
    color: #FFD700;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 15px;
}

.page-game-reviews-fishing-games__sub-title {
    font-size: 1.8em;
    color: #F5E5C5;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-game-reviews-fishing-games p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #F5E5C5;
}

.page-game-reviews-fishing-games ul {
    list-style-type: disc;
    margin-left: 40px;
    margin-bottom: 20px;
    color: #F5E5C5;
}

.page-game-reviews-fishing-games ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-game-reviews-fishing-games strong {
    color: #FFD700;
}

.page-game-reviews-fishing-games__image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-game-reviews-fishing-games__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 2px solid #FFD700;
}

.page-game-reviews-fishing-games__image-caption {
    font-style: italic;
    margin-top: 15px;
    color: #F5E5C5;
    font-size: 0.95em;
}

.page-game-reviews-fishing-games__faq-item {
    background-color: #1A2A4A;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-fishing-games__faq-question {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-game-reviews-fishing-games__faq-answer {
    font-size: 1.1em;
    color: #F5E5C5;
}

.page-game-reviews-fishing-games__final-cta {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-game-reviews-fishing-games__hero-title {
        font-size: 2.5em;
    }

    .page-game-reviews-fishing-games__hero-description {
        font-size: 1.2em;
    }

    .page-game-reviews-fishing-games__section-title {
        font-size: 2em;
    }

    .page-game-reviews-fishing-games__sub-title {
        font-size: 1.5em;
    }

    .page-game-reviews-fishing-games p,
    .page-game-reviews-fishing-games ul li,
    .page-game-reviews-fishing-games__faq-answer {
        font-size: 1em;
    }

    .page-game-reviews-fishing-games__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-game-reviews-fishing-games__cta-button--large {
        padding: 15px 30px;
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-game-reviews-fishing-games__hero-title {
        font-size: 2em;
    }

    .page-game-reviews-fishing-games__hero-description {
        font-size: 1em;
    }

    .page-game-reviews-fishing-games__section-title {
        font-size: 1.8em;
    }

    .page-game-reviews-fishing-games__sub-title {
        font-size: 1.3em;
    }

    .page-game-reviews-fishing-games__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-game-reviews-fishing-games__cta-button--large {
        padding: 12px 25px;
        font-size: 1em;
    }
}