/* style/blog-f88bet-comprehensive-analysis.css */

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

.page-blog-f88bet-comprehensive-analysis {
    background-color: var(--background-color);
    color: var(--text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-f88bet-comprehensive-analysis__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px 60px; /* Small top padding, more bottom padding for content */
    overflow: hidden;
}

.page-blog-f88bet-comprehensive-analysis__hero-image-wrapper {
    position: relative;
    width: 100%;
    max-height: 700px;
    overflow: hidden;
}

.page-blog-f88bet-comprehensive-analysis__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    filter: brightness(0.7); /* Slightly dim image for text readability */
}

.page-blog-f88bet-comprehensive-analysis__hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    padding: 20px;
    margin-top: 40px;
    color: var(--text-main);
}

.page-blog-f88bet-comprehensive-analysis__main-title {
    font-size: clamp(2em, 4vw, 3.5em);
    font-weight: 700;
    color: var(--gold-color);
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.page-blog-f88bet-comprehensive-analysis__hero-description {
    font-size: clamp(1em, 1.5vw, 1.3em);
    color: var(--text-secondary);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-f88bet-comprehensive-analysis__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-f88bet-comprehensive-analysis__btn-primary,
.page-blog-f88bet-comprehensive-analysis__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-f88bet-comprehensive-analysis__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: 2px solid var(--primary-color);
}

.page-blog-f88bet-comprehensive-analysis__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-f88bet-comprehensive-analysis__btn-secondary {
    background: transparent;
    color: var(--glow-color);
    border: 2px solid var(--glow-color);
}

.page-blog-f88bet-comprehensive-analysis__btn-secondary:hover {
    background: var(--glow-color);
    color: var(--background-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(87, 227, 141, 0.4);
}

.page-blog-f88bet-comprehensive-analysis__section {
    padding: 60px 20px;
    text-align: center;
    background-color: var(--background-color);
}

.page-blog-f88bet-comprehensive-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
}

.page-blog-f88bet-comprehensive-analysis__section-title {
    font-size: clamp(1.8em, 3vw, 2.8em);
    color: var(--gold-color);
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-blog-f88bet-comprehensive-analysis__subsection-title {
    font-size: clamp(1.4em, 2vw, 2em);
    color: var(--glow-color);
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-blog-f88bet-comprehensive-analysis__text-block {
    font-size: 1.1em;
    color: var(--text-secondary);
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.page-blog-f88bet-comprehensive-analysis__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-f88bet-comprehensive-analysis__card {
    background-color: var(--card-bg);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--border-color);
    color: var(--text-main);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-blog-f88bet-comprehensive-analysis__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.page-blog-f88bet-comprehensive-analysis__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
}

.page-blog-f88bet-comprehensive-analysis__card-title {
    font-size: 1.4em;
    color: var(--gold-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-f88bet-comprehensive-analysis__card-text {
    font-size: 1em;
    color: var(--text-secondary);
    flex-grow: 1;
}

.page-blog-f88bet-comprehensive-analysis__list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    text-align: left;
}

.page-blog-f88bet-comprehensive-analysis__list li {
    margin-bottom: 10px;
    font-size: 1em;
    color: var(--text-secondary);
    position: relative;
    padding-left: 25px;
}

.page-blog-f88bet-comprehensive-analysis__list li::before {
    content: '★';
    color: var(--glow-color);
    position: absolute;
    left: 0;
    font-size: 1.2em;
    line-height: 1;
}

.page-blog-f88bet-comprehensive-analysis__list li a {
    color: var(--glow-color);
    text-decoration: none;
}

.page-blog-f88bet-comprehensive-analysis__list li a:hover {
    text-decoration: underline;
}

.page-blog-f88bet-comprehensive-analysis__ordered-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    text-align: left;
    counter-reset: step-counter;
}

.page-blog-f88bet-comprehensive-analysis__ordered-list li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
}

.page-blog-f88bet-comprehensive-analysis__ordered-list li::before {
    counter-increment: step-counter;
    content: "0" counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
}

.page-blog-f88bet-comprehensive-analysis__list-title {
    font-size: 1.3em;
    color: var(--gold-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-f88bet-comprehensive-analysis__list-text {
    font-size: 1em;
    color: var(--text-secondary);
}

.page-blog-f88bet-comprehensive-analysis__section-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-f88bet-comprehensive-analysis__cta-center {
    margin-top: 50px;
    text-align: center;
}

.page-blog-f88bet-comprehensive-analysis__btn-link {
    display: inline-block;
    margin-top: 15px;
    color: var(--glow-color);
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease, transform 0.3s ease;
}

.page-blog-f88bet-comprehensive-analysis__btn-link:hover {
    color: var(--gold-color);
    transform: translateX(5px);
}

.page-blog-f88bet-comprehensive-analysis__blockquote {
    background-color: var(--deep-green);
    border-left: 5px solid var(--primary-color);
    padding: 20px 30px;
    margin: 40px auto;
    max-width: 800px;
    font-style: italic;
    color: var(--text-main);
    font-size: 1.1em;
    border-radius: 8px;
    text-align: left;
}

.page-blog-f88bet-comprehensive-analysis__blockquote cite {
    display: block;
    margin-top: 15px;
    font-style: normal;
    font-weight: bold;
    color: var(--gold-color);
}

.page-blog-f88bet-comprehensive-analysis__faq-list {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-f88bet-comprehensive-analysis__faq-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: left;
}

.page-blog-f88bet-comprehensive-analysis__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: 600;
    color: var(--text-main);
    cursor: pointer;
    background-color: var(--deep-green);
    transition: background-color 0.3s ease;
}

.page-blog-f88bet-comprehensive-analysis__faq-question:hover {
    background-color: var(--primary-color);
}

.page-blog-f88bet-comprehensive-analysis__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-f88bet-comprehensive-analysis__faq-question::marker {
    display: none;
}

.page-blog-f88bet-comprehensive-analysis__faq-qtext {
    flex-grow: 1;
    color: var(--text-main);
}

.page-blog-f88bet-comprehensive-analysis__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    color: var(--gold-color);
    margin-left: 15px;
}

.page-blog-f88bet-comprehensive-analysis__faq-item[open] .page-blog-f88bet-comprehensive-analysis__faq-question .page-blog-f88bet-comprehensive-analysis__faq-toggle {
    content: '−';
}

.page-blog-f88bet-comprehensive-analysis__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    color: var(--text-secondary);
    line-height: 1.8;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .page-blog-f88bet-comprehensive-analysis__grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-blog-f88bet-comprehensive-analysis__hero-content {
        margin-top: 20px;
        padding: 15px;
    }

    .page-blog-f88bet-comprehensive-analysis__main-title {
        font-size: clamp(1.8em, 7vw, 2.5em);
    }

    .page-blog-f88bet-comprehensive-analysis__hero-description {
        font-size: clamp(0.9em, 2.5vw, 1.1em);
    }

    .page-blog-f88bet-comprehensive-analysis__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-blog-f88bet-comprehensive-analysis__btn-primary,
    .page-blog-f88bet-comprehensive-analysis__btn-secondary {
        width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-blog-f88bet-comprehensive-analysis__section {
        padding: 40px 15px;
    }

    .page-blog-f88bet-comprehensive-analysis__section-title {
        font-size: clamp(1.5em, 5vw, 2em);
        margin-bottom: 30px;
    }

    .page-blog-f88bet-comprehensive-analysis__subsection-title {
        font-size: clamp(1.2em, 4vw, 1.5em);
    }

    .page-blog-f88bet-comprehensive-analysis__text-block,
    .page-blog-f88bet-comprehensive-analysis__card-text,
    .page-blog-f88bet-comprehensive-analysis__list li,
    .page-blog-f88bet-comprehensive-analysis__list-text,
    .page-blog-f88bet-comprehensive-analysis__blockquote p,
    .page-blog-f88bet-comprehensive-analysis__faq-answer p {
        font-size: 0.95em;
    }

    .page-blog-f88bet-comprehensive-analysis__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-f88bet-comprehensive-analysis__card {
        padding: 20px;
    }

    .page-blog-f88bet-comprehensive-analysis__card-image,
    .page-blog-f88bet-comprehensive-analysis__section-image,
    .page-blog-f88bet-comprehensive-analysis__hero-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-f88bet-comprehensive-analysis__hero-image-wrapper,
    .page-blog-f88bet-comprehensive-analysis__container,
    .page-blog-f88bet-comprehensive-analysis__section,
    .page-blog-f88bet-comprehensive-analysis__card,
    .page-blog-f88bet-comprehensive-analysis__cta-buttons,
    .page-blog-f88bet-comprehensive-analysis__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }

    .page-blog-f88bet-comprehensive-analysis__hero-section {
        padding-top: 10px !important;
        padding-left: 0;
        padding-right: 0;
    }

    .page-blog-f88bet-comprehensive-analysis__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
    }

    .page-blog-f88bet-comprehensive-analysis__faq-answer {
        padding: 0 20px 15px;
    }

    .page-blog-f88bet-comprehensive-analysis__ordered-list li::before {
        width: 35px;
        height: 35px;
        font-size: 1em;
    }
    .page-blog-f88bet-comprehensive-analysis__ordered-list li {
        padding-left: 50px;
    }
}

@media (max-width: 480px) {
    .page-blog-f88bet-comprehensive-analysis__main-title {
        font-size: clamp(1.5em, 8vw, 2em);
    }
    .page-blog-f88bet-comprehensive-analysis__hero-description {
        font-size: clamp(0.85em, 3vw, 1em);
    }
    .page-blog-f88bet-comprehensive-analysis__section-title {
        font-size: clamp(1.3em, 6vw, 1.8em);
    }
    .page-blog-f88bet-comprehensive-analysis__subsection-title {
        font-size: clamp(1.1em, 5vw, 1.4em);
    }
    .page-blog-f88bet-comprehensive-analysis__faq-question {
        font-size: 1em;
    }
    .page-blog-f88bet-comprehensive-analysis__faq-toggle {
        font-size: 1.3em;
    }
}