.page-blog-f8bet8-latest-promotions-login {
    background-color: #08160F; /* Background */
    color: #F2FFF6; /* Text Main */
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

.page-blog-f8bet8-latest-promotions-login__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-f8bet8-latest-promotions-login__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 10px; /* Small top padding */
    padding-bottom: 60px;
    background-color: #08160F; /* Ensure background for hero */
}

.page-blog-f8bet8-latest-promotions-login__hero-image {
    width: 100%;
    height: auto;
    max-height: 600px; /* Limit height for hero image */
    object-fit: cover;
    display: block;
    margin-bottom: 30px; /* Space between image and content */
}

.page-blog-f8bet8-latest-promotions-login__hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-f8bet8-latest-promotions-login__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size */
    font-weight: bold;
    color: #F2C14E; /* Gold */
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-blog-f8bet8-latest-promotions-login__hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 30px;
}

.page-blog-f8bet8-latest-promotions-login__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-blog-f8bet8-latest-promotions-login__btn-primary,
.page-blog-f8bet8-latest-promotions-login__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-f8bet8-latest-promotions-login__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
    color: #F2FFF6; /* Text Main */
    border: none;
}

.page-blog-f8bet8-latest-promotions-login__btn-primary:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    box-shadow: 0 0 15px #57E38D; /* Glow */
}

.page-blog-f8bet8-latest-promotions-login__btn-secondary {
    background-color: transparent;
    color: #F2FFF6; /* Text Main */
    border: 2px solid #2E7A4E; /* Border */
}

.page-blog-f8bet8-latest-promotions-login__btn-secondary:hover {
    background-color: #2E7A4E; /* Border */
    color: #F2FFF6;
}

.page-blog-f8bet8-latest-promotions-login__section-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #F2C14E; /* Gold */
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
    line-height: 1.3;
}

.page-blog-f8bet8-latest-promotions-login__text-block {
    font-size: 1.1rem;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-f8bet8-latest-promotions-login__highlight {
    color: #57E38D; /* Glow */
    font-weight: bold;
}

.page-blog-f8bet8-latest-promotions-login__card {
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.page-blog-f8bet8-latest-promotions-login__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-f8bet8-latest-promotions-login__card-title {
    font-size: 1.3rem;
    color: #F2C14E; /* Gold */
    margin-bottom: 10px;
}

.page-blog-f8bet8-latest-promotions-login__card-description {
    font-size: 0.95rem;
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-blog-f8bet8-latest-promotions-login__promotion-grid,
.page-blog-f8bet8-latest-promotions-login__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-blog-f8bet8-latest-promotions-login__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.page-blog-f8bet8-latest-promotions-login__step-item {
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.page-blog-f8bet8-latest-promotions-login__step-icon {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-f8bet8-latest-promotions-login__step-title {
    font-size: 1.2rem;
    color: #F2C14E; /* Gold */
    margin-bottom: 10px;
}

.page-blog-f8bet8-latest-promotions-login__step-description {
    font-size: 0.95rem;
    color: #A7D9B8; /* Text Secondary */
}

.page-blog-f8bet8-latest-promotions-login__ordered-list {
    list-style-type: decimal;
    margin-left: 20px;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-blog-f8bet8-latest-promotions-login__ordered-list li {
    color: #F2FFF6; /* Text Main */
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.page-blog-f8bet8-latest-promotions-login__ordered-list li strong {
    color: #F2C14E; /* Gold */
}

.page-blog-f8bet8-latest-promotions-login__feature-list {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-blog-f8bet8-latest-promotions-login__feature-list li {
    color: #F2FFF6; /* Text Main */
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.page-blog-f8bet8-latest-promotions-login__feature-list li strong {
    color: #57E38D; /* Glow */
}

.page-blog-f8bet8-latest-promotions-login__content-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-f8bet8-latest-promotions-login__payment-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-blog-f8bet8-latest-promotions-login__payment-card {
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-f8bet8-latest-promotions-login__contact-options {
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-blog-f8bet8-latest-promotions-login__contact-options li {
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 8px;
    padding: 15px 25px;
    color: #F2FFF6; /* Text Main */
    font-size: 1.1rem;
    flex: 1 1 auto;
    max-width: 250px;
    text-align: center;
}

.page-blog-f8bet8-latest-promotions-login__contact-options li strong {
    color: #57E38D; /* Glow */
}

.page-blog-f8bet8-latest-promotions-login__app-download-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-blog-f8bet8-latest-promotions-login__app-image {
    width: 250px;
    height: 250px;
    object-fit: contain;
    border-radius: 10px;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-f8bet8-latest-promotions-login__app-info {
    max-width: 500px;
}

.page-blog-f8bet8-latest-promotions-login__faq-list {
    margin-top: 30px;
}

.page-blog-f8bet8-latest-promotions-login__faq-item {
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-f8bet8-latest-promotions-login__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-size: 1.15rem;
    color: #F2FFF6; /* Text Main */
    background-color: #11271B; /* Card BG */
    user-select: none;
    list-style: none;
}

.page-blog-f8bet8-latest-promotions-login__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-f8bet8-latest-promotions-login__faq-qtext {
    flex-grow: 1;
    color: #F2C14E; /* Gold */
}

.page-blog-f8bet8-latest-promotions-login__faq-toggle {
    font-size: 1.5rem;
    font-weight: bold;
    color: #57E38D; /* Glow */
    margin-left: 15px;
}

.page-blog-f8bet8-latest-promotions-login__faq-answer {
    padding: 0 25px 18px 25px;
    font-size: 1rem;
    color: #A7D9B8; /* Text Secondary */
}

@media (min-width: 769px) {
    .page-blog-f8bet8-latest-promotions-login__app-download-cta {
        flex-direction: row;
        text-align: left;
        justify-content: center;
    }
    .page-blog-f8bet8-latest-promotions-login__app-image {
        margin-right: 30px;
    }
}

@media (max-width: 768px) {
    .page-blog-f8bet8-latest-promotions-login__container {
        padding: 0 15px;
    }

    .page-blog-f8bet8-latest-promotions-login__hero-image {
        max-height: 400px;
    }

    .page-blog-f8bet8-latest-promotions-login__main-title {
        font-size: 2rem;
    }

    .page-blog-f8bet8-latest-promotions-login__hero-subtitle {
        font-size: 1rem;
    }

    .page-blog-f8bet8-latest-promotions-login__cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .page-blog-f8bet8-latest-promotions-login__btn-primary,
    .page-blog-f8bet8-latest-promotions-login__btn-secondary {
        width: 100% !important;
        max-width: 300px !important;
        padding: 12px 20px;
        font-size: 0.9rem;
    }

    .page-blog-f8bet8-latest-promotions-login__section-title {
        font-size: 1.5rem;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .page-blog-f8bet8-latest-promotions-login__text-block {
        font-size: 1rem;
        text-align: left;
    }

    .page-blog-f8bet8-latest-promotions-login__promotion-grid,
    .page-blog-f8bet8-latest-promotions-login__game-grid,
    .page-blog-f8bet8-latest-promotions-login__steps,
    .page-blog-f8bet8-latest-promotions-login__payment-methods {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-f8bet8-latest-promotions-login__card-image,
    .page-blog-f8bet8-latest-promotions-login__step-icon,
    .page-blog-f8bet8-latest-promotions-login__app-image,
    .page-blog-f8bet8-latest-promotions-login__content-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        min-width: 200px !important;
        min-height: 200px !important;
    }

    .page-blog-f8bet8-latest-promotions-login__section,
    .page-blog-f8bet8-latest-promotions-login__card,
    .page-blog-f8bet8-latest-promotions-login__container,
    .page-blog-f8bet8-latest-promotions-login__app-download-cta {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden;
    }

    .page-blog-f8bet8-latest-promotions-login__hero-section {
        padding-top: 10px !important;
        padding-left: 0;
        padding-right: 0;
    }

    .page-blog-f8bet8-latest-promotions-login__hero-content {
        padding: 0 15px;
    }

    .page-blog-f8bet8-latest-promotions-login__contact-options li {
        max-width: 100%;
        flex-basis: 100%;
    }

    .page-blog-f8bet8-latest-promotions-login__app-download-cta {
        flex-direction: column;
        align-items: center;
    }
}