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

.page-blog-f8bet-registration-betting-guide {
    font-family: Arial, sans-serif;
    color: var(--f8bet-text-main); /* Light text on dark body background */
    background-color: var(--f8bet-background-color); /* Dark body background */
    line-height: 1.6;
    padding-bottom: 50px; /* Add some padding at the bottom for content */
}

.page-blog-f8bet-registration-betting-guide__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
    overflow: hidden;
}

.page-blog-f8bet-registration-betting-guide__hero-image-wrapper {
    width: 100%;
    max-height: 500px; /* Limit height for hero image */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-blog-f8bet-registration-betting-guide__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.page-blog-f8bet-registration-betting-guide__hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    margin-top: 40px;
    padding: 0 20px;
}

.page-blog-f8bet-registration-betting-guide__main-title {
    color: var(--f8bet-gold-color);
    font-size: clamp(2rem, 4vw, 3rem); /* Responsive font size, not fixed large */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-f8bet-registration-betting-guide__description {
    font-size: 1.15rem;
    color: var(--f8bet-text-secondary);
    margin-bottom: 30px;
}

.page-blog-f8bet-registration-betting-guide__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-f8bet-registration-betting-guide__btn-primary,
.page-blog-f8bet-registration-betting-guide__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-f8bet-registration-betting-guide__btn-primary {
    background: var(--f8bet-button-gradient);
    color: #ffffff; /* White text on dark button */
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-f8bet-registration-betting-guide__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-f8bet-registration-betting-guide__btn-secondary {
    background: transparent;
    color: var(--f8bet-gold-color); /* Gold text on transparent/dark background */
    border: 2px solid var(--f8bet-gold-color);
}

.page-blog-f8bet-registration-betting-guide__btn-secondary:hover {
    background: rgba(242, 193, 78, 0.1);
    color: var(--f8bet-gold-color);
    transform: translateY(-3px);
}

.page-blog-f8bet-registration-betting-guide__content-section {
    padding: 60px 20px;
    background-color: var(--f8bet-background-color);
}

.page-blog-f8bet-registration-betting-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-f8bet-registration-betting-guide__section-title {
    font-size: 2.2rem;
    color: var(--f8bet-gold-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-blog-f8bet-registration-betting-guide__subsection-title {
    font-size: 1.6rem;
    color: var(--f8bet-primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-f8bet-registration-betting-guide__text-block {
    margin-bottom: 20px;
    color: var(--f8bet-text-main);
    font-size: 1.05rem;
}

.page-blog-f8bet-registration-betting-guide__list,
.page-blog-f8bet-registration-betting-guide__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--f8bet-text-main);
}

.page-blog-f8bet-registration-betting-guide__ordered-list {
    list-style-type: decimal;
}

.page-blog-f8bet-registration-betting-guide__list-item {
    margin-bottom: 10px;
    color: var(--f8bet-text-secondary);
    font-size: 1rem;
}

.page-blog-f8bet-registration-betting-guide__nested-list {
    list-style-type: circle;
    margin-left: 20px;
    margin-top: 5px;
}

.page-blog-f8bet-registration-betting-guide__image-wrapper {
    margin: 40px auto;
    max-width: 800px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    border: 1px solid var(--f8bet-border-color);
}

.page-blog-f8bet-registration-betting-guide__content-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px; /* Minimum size requirement */
}

/* FAQ Section */
.page-blog-f8bet-registration-betting-guide__faq-section {
    padding: 60px 20px;
    background-color: var(--f8bet-card-bg);
}

.page-blog-f8bet-registration-betting-guide__faq-list {
    margin-top: 30px;
}

.page-blog-f8bet-registration-betting-guide__faq-item {
    background-color: var(--f8bet-deep-green);
    border: 1px solid var(--f8bet-border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--f8bet-text-main);
}

.page-blog-f8bet-registration-betting-guide__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15rem;
    font-weight: 600;
    cursor: pointer;
    background-color: var(--f8bet-deep-green);
    color: var(--f8bet-text-main);
    transition: background-color 0.3s ease;
    list-style: none; /* For details/summary */
}

.page-blog-f8bet-registration-betting-guide__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-f8bet-registration-betting-guide__faq-question:hover {
    background-color: var(--f8bet-border-color);
}

.page-blog-f8bet-registration-betting-guide__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--f8bet-gold-color);
    margin-left: 15px;
}

.page-blog-f8bet-registration-betting-guide__faq-answer {
    padding: 0 25px 20px;
    font-size: 1rem;
    color: var(--f8bet-text-secondary);
}

.page-blog-f8bet-registration-betting-guide__faq-answer p {
    margin-bottom: 0;
    color: var(--f8bet-text-secondary);
}

/* Conclusion Section */
.page-blog-f8bet-registration-betting-guide__conclusion-section {
    padding: 60px 20px;
    text-align: center;
    background-color: var(--f8bet-background-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-f8bet-registration-betting-guide__hero-content {
        max-width: 768px;
    }

    .page-blog-f8bet-registration-betting-guide__main-title {
        font-size: clamp(1.8rem, 5vw, 2.5rem);
    }
}

@media (max-width: 768px) {
    .page-blog-f8bet-registration-betting-guide__hero-section {
        padding-bottom: 40px;
    }

    .page-blog-f8bet-registration-betting-guide__hero-content {
        margin-top: 20px;
    }

    .page-blog-f8bet-registration-betting-guide__main-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem) !important;
    }

    .page-blog-f8bet-registration-betting-guide__description {
        font-size: 1rem;
    }

    .page-blog-f8bet-registration-betting-guide__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-blog-f8bet-registration-betting-guide__btn-primary,
    .page-blog-f8bet-registration-betting-guide__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px !important;
        font-size: 1rem !important;
    }

    .page-blog-f8bet-registration-betting-guide__content-section,
    .page-blog-f8bet-registration-betting-guide__faq-section,
    .page-blog-f8bet-registration-betting-guide__conclusion-section {
        padding: 40px 15px;
    }

    .page-blog-f8bet-registration-betting-guide__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-f8bet-registration-betting-guide__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .page-blog-f8bet-registration-betting-guide__subsection-title {
        font-size: 1.4rem;
    }

    .page-blog-f8bet-registration-betting-guide__text-block,
    .page-blog-f8bet-registration-betting-guide__list-item {
        font-size: 0.95rem;
    }

    .page-blog-f8bet-registration-betting-guide__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }

    .page-blog-f8bet-registration-betting-guide__faq-answer {
        padding: 0 20px 15px;
    }

    /* Images responsive */
    .page-blog-f8bet-registration-betting-guide img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-f8bet-registration-betting-guide__image-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
}

@media (max-width: 480px) {
    .page-blog-f8bet-registration-betting-guide__main-title {
        font-size: clamp(1.2rem, 7vw, 1.8rem) !important;
    }

    .page-blog-f8bet-registration-betting-guide__section-title {
        font-size: 1.6rem;
    }

    .page-blog-f8bet-registration-betting-guide__subsection-title {
        font-size: 1.2rem;
    }
}