/* style/blog-tf88-casino-fishing-slots-strategy.css */
/* body đã padding-top: var(--header-offset) từ shared.css; trang này không cần lặp lại */

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

.page-blog-tf88-casino-fishing-slots-strategy {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--tf88-text-main); /* Default text color for the page */
    background-color: var(--tf88-background-color); /* Overall page background */
}

.page-blog-tf88-casino-fishing-slots-strategy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-tf88-casino-fishing-slots-strategy__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column; /* Enforce image on top, content below */
    align-items: center;
    padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
    background-color: var(--tf88-deep-green-color);
    overflow: hidden; /* Ensure content doesn't overflow */
}

.page-blog-tf88-casino-fishing-slots-strategy__hero-image-wrapper {
    width: 100%;
    max-width: 1920px; /* Max width for the image wrapper */
    margin-bottom: 30px; /* Space between image and content */
}

.page-blog-tf88-casino-fishing-slots-strategy__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.page-blog-tf88-casino-fishing-slots-strategy__hero-content {
    max-width: 900px;
    text-align: center;
    padding: 0 20px;
}

.page-blog-tf88-casino-fishing-slots-strategy__main-title {
    font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size, not fixed */
    font-weight: bold;
    color: var(--tf88-gold-color);
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-tf88-casino-fishing-slots-strategy__hero-description {
    font-size: 1.2em;
    color: var(--tf88-text-secondary);
    margin-bottom: 30px;
}

.page-blog-tf88-casino-fishing-slots-strategy__cta-buttons {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on small screens */
    justify-content: center;
    gap: 20px;
}

.page-blog-tf88-casino-fishing-slots-strategy__btn-primary,
.page-blog-tf88-casino-fishing-slots-strategy__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    max-width: 100%; /* Ensure buttons adapt to mobile */
    box-sizing: border-box;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Break long words */
    text-align: center;
}

.page-blog-tf88-casino-fishing-slots-strategy__btn-primary {
    background: var(--tf88-button-gradient);
    color: var(--tf88-text-main);
    border: 2px solid var(--tf88-primary-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-tf88-casino-fishing-slots-strategy__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
    filter: brightness(1.1);
}

.page-blog-tf88-casino-fishing-slots-strategy__btn-secondary {
    background: transparent;
    color: var(--tf88-primary-color);
    border: 2px solid var(--tf88-primary-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-tf88-casino-fishing-slots-strategy__btn-secondary:hover {
    background: var(--tf88-primary-color);
    color: var(--tf88-text-main);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* General Section Styling */
.page-blog-tf88-casino-fishing-slots-strategy__section {
    padding: 60px 0;
}

.page-blog-tf88-casino-fishing-slots-strategy__section-title {
    font-size: 2.5em;
    color: var(--tf88-gold-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-tf88-casino-fishing-slots-strategy__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--tf88-primary-color);
    border-radius: 2px;
}

.page-blog-tf88-casino-fishing-slots-strategy__sub-title {
    font-size: 1.8em;
    color: var(--tf88-primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-blog-tf88-casino-fishing-slots-strategy p {
    margin-bottom: 15px;
    color: var(--tf88-text-main);
}

.page-blog-tf88-casino-fishing-slots-strategy__image-full {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

.page-blog-tf88-casino-fishing-slots-strategy__list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px;
    color: var(--tf88-text-main);
}

.page-blog-tf88-casino-fishing-slots-strategy__list-ordered {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 15px;
    color: var(--tf88-text-main);
}

.page-blog-tf88-casino-fishing-slots-strategy__list li {
    margin-bottom: 10px;
}

.page-blog-tf88-casino-fishing-slots-strategy__btn-center {
    display: block;
    margin: 40px auto 0 auto;
    width: fit-content;
}

/* Specific Section Backgrounds */
.page-blog-tf88-casino-fishing-slots-strategy__introduction {
    background-color: var(--tf88-background-color);
}

.page-blog-tf88-casino-fishing-slots-strategy__slots-guide {
    background-color: var(--tf88-background-color);
}

.page-blog-tf88-casino-fishing-slots-strategy__fishing-guide {
    background-color: var(--tf88-background-color);
}

.page-blog-tf88-casino-fishing-slots-strategy__promotion-section {
    background-color: var(--tf88-card-bg); /* Darker background for promotion section */
    color: var(--tf88-text-main);
}

.page-blog-tf88-casino-fishing-slots-strategy__responsible-gaming {
    background-color: var(--tf88-background-color);
}

.page-blog-tf88-casino-fishing-slots-strategy__cta-final-section {
    background-color: var(--tf88-deep-green-color); /* Medium background for final CTA */
    text-align: center;
    padding: 80px 0;
}

.page-blog-tf88-casino-fishing-slots-strategy__cta-final-title {
    color: var(--tf88-gold-color);
    font-size: 2.8em;
    margin-bottom: 20px;
}

.page-blog-tf88-casino-fishing-slots-strategy__cta-final-description {
    font-size: 1.3em;
    color: var(--tf88-text-secondary);
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* FAQ Section */
.page-blog-tf88-casino-fishing-slots-strategy__faq-section {
    background-color: var(--tf88-background-color);
    padding-bottom: 80px;
}

.page-blog-tf88-casino-fishing-slots-strategy__faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.page-blog-tf88-casino-fishing-slots-strategy__faq-item {
    background-color: var(--tf88-card-bg);
    border-radius: 8px;
    border: 1px solid var(--tf88-border-color);
    overflow: hidden;
    transition: all 0.3s ease;
}

.page-blog-tf88-casino-fishing-slots-strategy__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--tf88-primary-color);
    cursor: pointer;
    background-color: var(--tf88-deep-green-color);
    border-bottom: 1px solid var(--tf88-divider-color);
    list-style: none; /* For details/summary */
}

/* Hide default marker for <details> */
.page-blog-tf88-casino-fishing-slots-strategy__faq-item summary::-webkit-details-marker {
    display: none;
}
.page-blog-tf88-casino-fishing-slots-strategy__faq-item summary {
    list-style: none;
}

.page-blog-tf88-casino-fishing-slots-strategy__faq-qtext {
    flex-grow: 1;
    color: var(--tf88-text-main);
}

.page-blog-tf88-casino-fishing-slots-strategy__faq-toggle {
    font-size: 1.5em;
    font-weight: bold;
    color: var(--tf88-gold-color);
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-blog-tf88-casino-fishing-slots-strategy__faq-item[open] .page-blog-tf88-casino-fishing-slots-strategy__faq-toggle {
    transform: rotate(45deg); /* Rotate for 'x' or '-' effect */
}

.page-blog-tf88-casino-fishing-slots-strategy__faq-answer {
    padding: 20px 25px;
    font-size: 1em;
    color: var(--tf88-text-secondary);
    background-color: var(--tf88-card-bg);
    border-top: 1px solid var(--tf88-divider-color);
}

.page-blog-tf88-casino-fishing-slots-strategy__faq-answer p {
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-tf88-casino-fishing-slots-strategy__main-title {
        font-size: clamp(2em, 5vw, 3em);
    }

    .page-blog-tf88-casino-fishing-slots-strategy__section-title {
        font-size: 2em;
    }

    .page-blog-tf88-casino-fishing-slots-strategy__sub-title {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .page-blog-tf88-casino-fishing-slots-strategy {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-tf88-casino-fishing-slots-strategy__hero-section {
        padding: 10px 0 40px 0;
    }

    .page-blog-tf88-casino-fishing-slots-strategy__hero-content {
        padding: 0 15px;
    }

    .page-blog-tf88-casino-fishing-slots-strategy__main-title {
        font-size: clamp(1.8em, 6vw, 2.5em);
        margin-bottom: 15px;
    }

    .page-blog-tf88-casino-fishing-slots-strategy__hero-description {
        font-size: 1em;
        margin-bottom: 25px;
    }

    .page-blog-tf88-casino-fishing-slots-strategy__cta-buttons {
        flex-direction: column; /* Stack buttons vertically on mobile */
        gap: 15px;
    }

    .page-blog-tf88-casino-fishing-slots-strategy__btn-primary,
    .page-blog-tf88-casino-fishing-slots-strategy__btn-secondary {
        width: 100% !important; /* Force full width on mobile */
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-tf88-casino-fishing-slots-strategy__section {
        padding: 40px 0;
    }

    .page-blog-tf88-casino-fishing-slots-strategy__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-blog-tf88-casino-fishing-slots-strategy__sub-title {
        font-size: 1.3em;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    /* Images responsiveness */
    .page-blog-tf88-casino-fishing-slots-strategy img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        box-sizing: border-box !important;
    }
    
    .page-blog-tf88-casino-fishing-slots-strategy__container,
    .page-blog-tf88-casino-fishing-slots-strategy__section,
    .page-blog-tf88-casino-fishing-slots-strategy__card,
    .page-blog-tf88-casino-fishing-slots-strategy__cta-buttons,
    .page-blog-tf88-casino-fishing-slots-strategy__hero-image-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }

    .page-blog-tf88-casino-fishing-slots-strategy__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
    }

    .page-blog-tf88-casino-fishing-slots-strategy__faq-answer {
        padding: 15px 20px;
    }

    .page-blog-tf88-casino-fishing-slots-strategy__cta-final-title {
        font-size: 2em;
    }

    .page-blog-tf88-casino-fishing-slots-strategy__cta-final-description {
        font-size: 1.1em;
    }
}