:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --card-bg: #11271B;
    --page-bg: #08160F;
    --text-main: #F2FFF6;
    --text-secondary: #A7D9B8;
    --border-color: #2E7A4E;
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --divider-color: #1E3A2A;
    --deep-green: #0A4B2C;
}

.page-blog-2024-fishing-game-strategy-tips {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-main);
    background-color: var(--page-bg);
    padding-bottom: 50px;
}

.page-blog-2024-fishing-game-strategy-tips__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    padding-top: 10px;
    overflow: hidden;
}

.page-blog-2024-fishing-game-strategy-tips__hero-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.page-blog-2024-fishing-game-strategy-tips__hero-image {
    width: 100%;
    margin-bottom: 30px;
}

.page-blog-2024-fishing-game-strategy-tips__hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.page-blog-2024-fishing-game-strategy-tips__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 20px;
}

.page-blog-2024-fishing-game-strategy-tips__main-title {
    font-size: clamp(2.2em, 4vw, 3em);
    font-weight: 700;
    color: var(--gold-color);
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-2024-fishing-game-strategy-tips__intro-text {
    font-size: 1.1em;
    color: var(--text-secondary);
    max-width: 900px;
    margin: 0 auto 30px auto;
}

.page-blog-2024-fishing-game-strategy-tips__cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: var(--button-gradient);
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    border: none;
}

.page-blog-2024-fishing-game-strategy-tips__cta-button:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-2024-fishing-game-strategy-tips__content-section {
    padding: 40px 0;
}

.page-blog-2024-fishing-game-strategy-tips__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-blog-2024-fishing-game-strategy-tips__article-meta {
    font-size: 0.9em;
    color: var(--text-secondary);
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 15px;
}

.page-blog-2024-fishing-game-strategy-tips__section-title {
    font-size: 2em;
    color: var(--primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
}

.page-blog-2024-fishing-game-strategy-tips__sub-title {
    font-size: 1.5em;
    color: var(--secondary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: left;
}

.page-blog-2024-fishing-game-strategy-tips__article p {
    margin-bottom: 1em;
    color: var(--text-main);
}

.page-blog-2024-fishing-game-strategy-tips__list,
.page-blog-2024-fishing-game-strategy-tips__numbered-list {
    margin-bottom: 1em;
    padding-left: 20px;
    color: var(--text-main);
}

.page-blog-2024-fishing-game-strategy-tips__list li,
.page-blog-2024-fishing-game-strategy-tips__numbered-list li {
    margin-bottom: 0.5em;
    color: var(--text-main);
}

.page-blog-2024-fishing-game-strategy-tips__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
    min-width: 200px;
    min-height: 200px;
}

.page-blog-2024-fishing-game-strategy-tips__image-caption {
    text-align: center;
    font-style: italic;
    font-size: 0.9em;
    color: var(--text-secondary);
    margin-top: -20px;
    margin-bottom: 30px;
}

.page-blog-2024-fishing-game-strategy-tips__btn-secondary {
    display: inline-block;
    padding: 12px 30px;
    background: var(--page-bg);
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    border: 2px solid var(--primary-color);
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-2024-fishing-game-strategy-tips__btn-secondary:hover {
    background: var(--primary-color);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-2024-fishing-game-strategy-tips__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-blog-2024-fishing-game-strategy-tips__card {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--text-main);
}

.page-blog-2024-fishing-game-strategy-tips__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-2024-fishing-game-strategy-tips__card-title {
    font-size: 1.3em;
    color: var(--gold-color);
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-2024-fishing-game-strategy-tips__faq-list {
    margin-top: 30px;
    margin-bottom: 40px;
}

details.page-blog-2024-fishing-game-strategy-tips__faq-item {
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    background: var(--card-bg);
    color: var(--text-main);
}
details.page-blog-2024-fishing-game-strategy-tips__faq-item summary.page-blog-2024-fishing-game-strategy-tips__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    user-select: none;
    list-style: none;
    transition: background-color 0.3s ease;
}
details.page-blog-2024-fishing-game-strategy-tips__faq-item summary.page-blog-2024-fishing-game-strategy-tips__faq-question::-webkit-details-marker {
    display: none;
}
details.page-blog-2024-fishing-game-strategy-tips__faq-item summary.page-blog-2024-fishing-game-strategy-tips__faq-question:hover {
    background: var(--deep-green);
}
.page-blog-2024-fishing-game-strategy-tips__faq-qtext {
    flex: 1;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: var(--text-main);
}
.page-blog-2024-fishing-game-strategy-tips__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-color);
    flex-shrink: 0;
    margin-left: 15px;
    width: 28px;
    text-align: center;
}
details.page-blog-2024-fishing-game-strategy-tips__faq-item .page-blog-2024-fishing-game-strategy-tips__faq-answer {
    padding: 0 25px 25px;
    background: rgba(17, 39, 27, 0.7);
    border-radius: 0 0 10px 10px;
    color: var(--text-secondary);
}
details.page-blog-2024-fishing-game-strategy-tips__faq-item .page-blog-2024-fishing-game-strategy-tips__faq-answer p {
    margin-bottom: 0;
    color: var(--text-secondary);
}

.page-blog-2024-fishing-game-strategy-tips__cta-banner {
    position: relative;
    max-width: 1000px;
    margin: 60px auto 30px auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 250px;
}

.page-blog-2024-fishing-game-strategy-tips__cta-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    filter: brightness(0.6);
}

.page-blog-2024-fishing-game-strategy-tips__cta-banner-content {
    position: relative;
    z-index: 1;
    padding: 40px 30px;
    color: #ffffff;
    max-width: 800px;
}

.page-blog-2024-fishing-game-strategy-tips__cta-banner-title {
    font-size: clamp(1.8em, 3.5vw, 2.5em);
    color: var(--gold-color);
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.page-blog-2024-fishing-game-strategy-tips__cta-banner-text {
    font-size: 1.1em;
    color: var(--text-main);
    margin-bottom: 30px;
}

.page-blog-2024-fishing-game-strategy-tips__cta-button--large {
    padding: 18px 50px;
    font-size: 20px;
}


@media (max-width: 1024px) {
    .page-blog-2024-fishing-game-strategy-tips__container {
        padding: 0 25px;
    }
}

@media (max-width: 768px) {
    .page-blog-2024-fishing-game-strategy-tips__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-2024-fishing-game-strategy-tips__hero-image img {
        border-radius: 4px;
    }

    .page-blog-2024-fishing-game-strategy-tips__main-title {
        font-size: clamp(2em, 8vw, 2.5em);
        max-width: 90%;
    }

    .page-blog-2024-fishing-game-strategy-tips__intro-text {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .page-blog-2024-fishing-game-strategy-tips__cta-button {
        padding: 12px 30px;
        font-size: 16px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    
    .page-blog-2024-fishing-game-strategy-tips__content-section {
        padding: 30px 0;
    }

    .page-blog-2024-fishing-game-strategy-tips__container {
        padding: 0 15px;
    }

    .page-blog-2024-fishing-game-strategy-tips__section-title {
        font-size: 1.8em;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .page-blog-2024-fishing-game-strategy-tips__sub-title {
        font-size: 1.3em;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .page-blog-2024-fishing-game-strategy-tips__image {
        margin: 20px auto;
        border-radius: 6px;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    
    .page-blog-2024-fishing-game-strategy-tips__image-caption {
        margin-top: -10px;
        margin-bottom: 20px;
    }

    .page-blog-2024-fishing-game-strategy-tips__card-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-2024-fishing-game-strategy-tips__card {
        padding: 20px;
        text-align: center;
    }

    .page-blog-2024-fishing-game-strategy-tips__card-title {
        font-size: 1.2em;
    }

    details.page-blog-2024-fishing-game-strategy-tips__faq-item summary.page-blog-2024-fishing-game-strategy-tips__faq-question {
        padding: 15px;
    }
    .page-blog-2024-fishing-game-strategy-tips__faq-qtext {
        font-size: 1em;
    }
    details.page-blog-2024-fishing-game-strategy-tips__faq-item .page-blog-2024-fishing-game-strategy-tips__faq-answer {
        padding: 0 15px 15px;
    }

    .page-blog-2024-fishing-game-strategy-tips__cta-banner {
        margin: 40px auto 20px auto;
        border-radius: 8px;
        min-height: 200px;
    }

    .page-blog-2024-fishing-game-strategy-tips__cta-banner-content {
        padding: 30px 20px;
    }

    .page-blog-2024-fishing-game-strategy-tips__cta-banner-title {
        font-size: clamp(1.5em, 6vw, 2em);
    }

    .page-blog-2024-fishing-game-strategy-tips__cta-banner-text {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .page-blog-2024-fishing-game-strategy-tips__cta-button--large {
        padding: 15px 40px;
        font-size: 18px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    
    .page-blog-2024-fishing-game-strategy-tips__hero-container,
    .page-blog-2024-fishing-game-strategy-tips__card-grid,
    .page-blog-2024-fishing-game-strategy-tips__faq-list,
    .page-blog-2024-fishing-game-strategy-tips__cta-banner {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-2024-fishing-game-strategy-tips__cta-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}