/* style/game-reviews-zbet-fishing-games-tips.css */

:root {
    --page-primary-color: #1A2E5B;
    --page-secondary-color: #FF8C00;
    --page-text-color-dark: #333333;
    --page-text-color-light: #FFFFFF;
    --page-background-light: #F8F8F8;
    --page-background-dark: #0F1A33; /* Slightly darker than primary for contrast */
}

.page-game-reviews-zbet-fishing-games-tips {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-text-color-dark);
    background-color: var(--page-background-light);
}

.page-game-reviews-zbet-fishing-games-tips .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-game-reviews-zbet-fishing-games-tips .hero-section {
    background: linear-gradient(135deg, var(--page-primary-color) 0%, #3a5c96 100%); /* Slightly lighter gradient from primary */
    color: var(--page-text-color-light);
    padding: 100px 0;
    text-align: center;
}

.page-game-reviews-zbet-fishing-games-tips .hero-section h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--page-text-color-light);
    line-height: 1.2;
}

.page-game-reviews-zbet-fishing-games-tips .hero-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #E0E0E0; /* Light grey for good contrast */
}

.page-game-reviews-zbet-fishing-games-tips .hero-section a {
    color: var(--page-secondary-color);
    text-decoration: underline;
}

.page-game-reviews-zbet-fishing-games-tips .content-block {
    padding: 60px 0;
    border-bottom: 1px solid #EEEEEE;
}

.page-game-reviews-zbet-fishing-games-tips .content-block:last-of-type {
    border-bottom: none;
}

.page-game-reviews-zbet-fishing-games-tips h2 {
    font-size: 2.5em;
    color: var(--page-primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-game-reviews-zbet-fishing-games-tips h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: var(--page-secondary-color);
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-game-reviews-zbet-fishing-games-tips h3 {
    font-size: 1.8em;
    color: var(--page-primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid var(--page-secondary-color);
    padding-left: 15px;
}

.page-game-reviews-zbet-fishing-games-tips h4 {
    font-size: 1.4em;
    color: var(--page-secondary-color);
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-game-reviews-zbet-fishing-games-tips p {
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.8;
}

.page-game-reviews-zbet-fishing-games-tips ul {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

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

.page-game-reviews-zbet-fishing-games-tips .content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-zbet-fishing-games-tips .btn {
    display: inline-block;
    padding: 12px 28px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    margin: 10px;
}

.page-game-reviews-zbet-fishing-games-tips .btn-primary {
    background-color: var(--page-secondary-color);
    color: var(--page-text-color-light);
    border: 2px solid var(--page-secondary-color);
}

.page-game-reviews-zbet-fishing-games-tips .btn-primary:hover {
    background-color: #e67e00; /* Slightly darker orange */
    transform: translateY(-2px);
}

.page-game-reviews-zbet-fishing-games-tips .btn-secondary {
    background-color: transparent;
    color: var(--page-primary-color);
    border: 2px solid var(--page-primary-color);
}

.page-game-reviews-zbet-fishing-games-tips .btn-secondary:hover {
    background-color: var(--page-primary-color);
    color: var(--page-text-color-light);
    transform: translateY(-2px);
}

.page-game-reviews-zbet-fishing-games-tips .bg-accent {
    background-color: var(--page-secondary-color);
    color: var(--page-text-color-light);
}

.page-game-reviews-zbet-fishing-games-tips .bg-accent h2 {
    color: var(--page-text-color-light);
}

.page-game-reviews-zbet-fishing-games-tips .bg-accent h2::after {
    background-color: var(--page-primary-color);
}

.page-game-reviews-zbet-fishing-games-tips .bg-accent p {
    color: #FFDDAA; /* Lighter orange for text on accent background */
}

.page-game-reviews-zbet-fishing-games-tips .bg-accent a {
    color: var(--page-primary-color);
    text-decoration: underline;
}

.page-game-reviews-zbet-fishing-games-tips .button-group {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-game-reviews-zbet-fishing-games-tips .text-center {
    text-align: center;
}

/* Floating Ad Menu */
.page-game-reviews-zbet-fishing-games-tips .floating-ad-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.page-game-reviews-zbet-fishing-games-tips .ad-btn {
    background-color: var(--page-primary-color);
    color: var(--page-text-color-light);
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-game-reviews-zbet-fishing-games-tips .ad-btn:hover {
    background-color: #3a5c96; /* Lighter primary */
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-game-reviews-zbet-fishing-games-tips .hero-section h1 {
        font-size: 2.5em;
    }

    .page-game-reviews-zbet-fishing-games-tips h2 {
        font-size: 2em;
    }

    .page-game-reviews-zbet-fishing-games-tips h3 {
        font-size: 1.5em;
    }

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

    .page-game-reviews-zbet-fishing-games-tips .btn {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-game-reviews-zbet-fishing-games-tips .floating-ad-menu {
        right: 10px;
        bottom: 10px;
    }
}

@media (max-width: 480px) {
    .page-game-reviews-zbet-fishing-games-tips .hero-section h1 {
        font-size: 2em;
    }

    .page-game-reviews-zbet-fishing-games-tips h2 {
        font-size: 1.8em;
    }

    .page-game-reviews-zbet-fishing-games-tips h3 {
        font-size: 1.3em;
    }

    .page-game-reviews-zbet-fishing-games-tips .btn {
        display: block;
        width: calc(100% - 20px);
        margin: 10px auto;
    }
    
    .page-game-reviews-zbet-fishing-games-tips .button-group {
        flex-direction: column;
    }

    .page-game-reviews-zbet-fishing-games-tips .floating-ad-menu {
        position: static;
        flex-direction: row;
        justify-content: center;
        margin-top: 30px;
        padding: 15px;
        background-color: rgba(26, 46, 91, 0.9);
        border-top: 1px solid rgba(255, 140, 0, 0.5);
        border-radius: 0;
        gap: 8px;
        flex-wrap: wrap;
    }

    .page-game-reviews-zbet-fishing-games-tips .ad-btn {
        flex: 1 1 auto;
        min-width: 100px;
        text-align: center;
        font-size: 0.9em;
        padding: 8px 12px;
    }
}