/* style/blog-7789bet-latest-promotions-2024.css */

/* --- Base Styles --- */
.page-blog-7789bet-latest-promotions-2024 {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-main, #F2FFF6); /* Default to light text for potentially dark body background */
    background-color: var(--background, #08160F); /* Default background color */
}

.page-blog-7789bet-latest-promotions-2024__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-7789bet-latest-promotions-2024__section-title {
    font-size: 2.5rem;
    color: var(--text-main, #F2FFF6);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.page-blog-7789bet-latest-promotions-2024 h2 {
    font-size: 2.2rem;
    color: var(--text-main, #F2FFF6);
    margin-bottom: 25px;
    text-align: center;
}

.page-blog-7789bet-latest-promotions-2024 h3 {
    font-size: 1.8rem;
    color: var(--text-main, #F2FFF6);
    margin-bottom: 15px;
}

.page-blog-7789bet-latest-promotions-2024 p {
    margin-bottom: 15px;
    color: var(--text-secondary, #A7D9B8);
}

.page-blog-7789bet-latest-promotions-2024__list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-blog-7789bet-latest-promotions-2024__list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: var(--text-secondary, #A7D9B8);
}

.page-blog-7789bet-latest-promotions-2024__list--bullet li::before {
    content: '•';
    color: var(--main-color, #11A84E);
    position: absolute;
    left: 0;
    font-weight: bold;
}

.page-blog-7789bet-latest-promotions-2024 a {
    color: var(--main-color, #11A84E);
    text-decoration: none;
}

.page-blog-7789bet-latest-promotions-2024 a:hover {
    text-decoration: underline;
}

/* --- Color Contrast Management --- */
/* Default text color for light backgrounds */
.page-blog-7789bet-latest-promotions-2024__light-bg {
    background-color: #ffffff; /* Example light background */
    color: #333333; /* Dark text for light background */
}

.page-blog-7789bet-latest-promotions-2024__light-bg .page-blog-7789bet-latest-promotions-2024__section-title,
.page-blog-7789bet-latest-promotions-2024__light-bg h2,
.page-blog-7789bet-latest-promotions-2024__light-bg h3,
.page-blog-7789bet-latest-promotions-2024__light-bg .page-blog-7789bet-latest-promotions-2024__card-title {
    color: #000000; /* Ensure black for titles on light background */
}

.page-blog-7789bet-latest-promotions-2024__light-bg p,
.page-blog-7789bet-latest-promotions-2024__light-bg li {
    color: #333333; /* Ensure dark text for paragraphs and list items on light background */
}

/* Default text color for dark backgrounds */
.page-blog-7789bet-latest-promotions-2024__dark-bg {
    background-color: var(--background, #08160F); /* Example dark background */
    color: var(--text-main, #F2FFF6); /* Light text for dark background */
}

.page-blog-7789bet-latest-promotions-2024__dark-bg .page-blog-7789bet-latest-promotions-2024__section-title,
.page-blog-7789bet-latest-promotions-2024__dark-bg h2,
.page-blog-7789bet-latest-promotions-2024__dark-bg h3,
.page-blog-7789bet-latest-promotions-2024__dark-bg .page-blog-7789bet-latest-promotions-2024__card-title {
    color: var(--text-main, #F2FFF6); /* Ensure light for titles on dark background */
}

.page-blog-7789bet-latest-promotions-2024__dark-bg p,
.page-blog-7789bet-latest-promotions-2024__dark-bg li {
    color: var(--text-secondary, #A7D9B8); /* Ensure light text for paragraphs and list items on dark background */
}

/* --- Hero Section --- */
.page-blog-7789bet-latest-promotions-2024__hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column; /* Ensure content stacks vertically */
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 10px; /* Small top padding for visual separation */
    background-color: var(--deep-green, #0A4B2C); /* Fallback background for hero */
}

.page-blog-7789bet-latest-promotions-2024__hero-image {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    display: block;
    object-fit: cover;
    max-height: 500px; /* Limit height on larger screens */
}

.page-blog-7789bet-latest-promotions-2024__hero-content {
    padding: 40px 20px;
    max-width: 800px;
    z-index: 1;
    color: var(--text-main, #F2FFF6);
    margin-top: -100px; /* Pull content up slightly over the image for visual flow, not overlap */
    position: relative; /* Ensure it's above image for z-index */
    background-color: var(--card-bg, #11271B); /* Background for text to ensure contrast */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-7789bet-latest-promotions-2024__main-title {
    font-size: 3rem;
    color: var(--gold, #F2C14E);
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.page-blog-7789bet-latest-promotions-2024__hero-description {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: var(--text-main, #F2FFF6);
}

/* --- CTA Button --- */
.page-blog-7789bet-latest-promotions-2024__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
    max-width: 100%; /* Ensure button adapts to width */
    box-sizing: border-box;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text breaking */
}

.page-blog-7789bet-latest-promotions-2024__cta-button:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    transform: translateY(-2px);
}

.page-blog-7789bet-latest-promotions-2024__cta-button--center {
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
}

/* --- Intro Section --- */
.page-blog-7789bet-latest-promotions-2024__intro-section {
    padding: 60px 0;
    text-align: center;
}

/* --- Video Section --- */
.page-blog-7789bet-latest-promotions-2024__video-section {
    padding: 60px 0;
    background-color: var(--background, #08160F); /* Consistent with dark background */
    text-align: center;
    padding-top: 10px; /* Small top padding */
}

.page-blog-7789bet-latest-promotions-2024__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0 auto 30px auto;
    width: 100%; /* Important for desktop as well */
}

.page-blog-7789bet-latest-promotions-2024__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block; /* Ensure it behaves like a block element */
}

/* --- Promotions Summary Section --- */
.page-blog-7789bet-latest-promotions-2024__promotions-summary {
    padding: 60px 0;
    text-align: center;
}

.page-blog-7789bet-latest-promotions-2024__image-full-width {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
    border-radius: 8px;
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
}

.page-blog-7789bet-latest-promotions-2024__image-center {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 0 auto 40px auto;
    border-radius: 8px;
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
}

.page-blog-7789bet-latest-promotions-2024__promo-grid,
.page-blog-7789bet-latest-promotions-2024__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-7789bet-latest-promotions-2024__promo-card,
.page-blog-7789bet-latest-promotions-2024__feature-card {
    padding: 30px;
    border-radius: 12px;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-blog-7789bet-latest-promotions-2024__card {
    background-color: var(--card-bg, #11271B); /* Card background */
    color: var(--text-main, #F2FFF6); /* Card text color */
    border: 1px solid var(--border, #2E7A4E); /* Card border */
}

.page-blog-7789bet-latest-promotions-2024__light-bg .page-blog-7789bet-latest-promotions-2024__card {
    background-color: #ffffff; /* Override for light background section */
    color: #333333;
    border: 1px solid #e0e0e0;
}

.page-blog-7789bet-latest-promotions-2024__card-title {
    color: var(--gold, #F2C14E);
    margin-bottom: 15px;
}

.page-blog-7789bet-latest-promotions-2024__btn-secondary {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: var(--main-color, #11A84E);
    border: 2px solid var(--main-color, #11A84E);
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    max-width: 100%; /* Ensure button adapts to width */
    box-sizing: border-box;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text breaking */
}

.page-blog-7789bet-latest-promotions-2024__btn-secondary:hover {
    background-color: var(--main-color, #11A84E);
    color: #ffffff;
}

.page-blog-7789bet-latest-promotions-2024__text-center {
    text-align: center;
    margin-top: 40px;
    font-size: 1.1rem;
    color: var(--text-secondary, #A7D9B8);
}

/* --- Guide Section --- */
.page-blog-7789bet-latest-promotions-2024__guide-section {
    padding: 60px 0;
    text-align: center;
}

.page-blog-7789bet-latest-promotions-2024__ordered-list {
    list-style: none;
    counter-reset: guide-step;
    padding: 0;
    margin-top: 40px;
    text-align: left;
}

.page-blog-7789bet-latest-promotions-2024__ordered-list li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
}

.page-blog-7789bet-latest-promotions-2024__ordered-list li::before {
    counter-increment: guide-step;
    content: counter(guide-step);
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--main-color, #11A84E);
    color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.page-blog-7789bet-latest-promotions-2024__list-title {
    color: var(--gold, #F2C14E);
    margin-bottom: 10px;
}

.page-blog-7789bet-latest-promotions-2024__btn-primary {
    display: inline-block;
    padding: 12px 25px;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 15px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
    max-width: 100%; /* Ensure button adapts to width */
    box-sizing: border-box;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text breaking */
}

.page-blog-7789bet-latest-promotions-2024__btn-primary:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    transform: translateY(-1px);
}

/* --- Terms Section --- */
.page-blog-7789bet-latest-promotions-2024__terms-section {
    padding: 60px 0;
    text-align: left;
}

/* --- Why Choose Section --- */
.page-blog-7789bet-latest-promotions-2024__why-choose-section {
    padding: 60px 0;
    text-align: center;
}

/* --- FAQ Section --- */
.page-blog-7789bet-latest-promotions-2024__faq-section {
    padding: 60px 0;
    text-align: center;
}

.page-blog-7789bet-latest-promotions-2024__faq-list {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-7789bet-latest-promotions-2024__faq-item {
    background-color: var(--card-bg, #11271B);
    border: 1px solid var(--border, #2E7A4E);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.page-blog-7789bet-latest-promotions-2024__light-bg .page-blog-7789bet-latest-promotions-2024__faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.page-blog-7789bet-latest-promotions-2024__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--text-main, #F2FFF6);
    user-select: none;
    list-style: none; /* For <details> summary */
}

.page-blog-7789bet-latest-promotions-2024__light-bg .page-blog-7789bet-latest-promotions-2024__faq-question {
    color: #000000;
}

.page-blog-7789bet-latest-promotions-2024__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker for Chrome/Safari */
}

.page-blog-7789bet-latest-promotions-2024__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    color: var(--main-color, #11A84E);
}

.page-blog-7789bet-latest-promotions-2024__faq-answer {
    padding: 0 20px 20px 20px;
    color: var(--text-secondary, #A7D9B8);
    font-size: 1rem;
    line-height: 1.6;
}

.page-blog-7789bet-latest-promotions-2024__light-bg .page-blog-7789bet-latest-promotions-2024__faq-answer {
    color: #333333;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
    .page-blog-7789bet-latest-promotions-2024__main-title {
        font-size: 2.5rem;
    }
    .page-blog-7789bet-latest-promotions-2024__hero-description {
        font-size: 1.1rem;
    }
    .page-blog-7789bet-latest-promotions-2024__section-title {
        font-size: 2rem;
    }
    .page-blog-7789bet-latest-promotions-2024 h2 {
        font-size: 1.8rem;
    }
    .page-blog-7789bet-latest-promotions-2024 h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .page-blog-7789bet-latest-promotions-2024 {
        font-size: 16px;
        line-height: 1.6;
    }

    /* Images responsiveness */
    .page-blog-7789bet-latest-promotions-2024 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        min-width: 200px !important; /* Ensure minimum size on mobile */
        min-height: 200px !important; /* Ensure minimum size on mobile */
    }
    .page-blog-7789bet-latest-promotions-2024__section,
    .page-blog-7789bet-latest-promotions-2024__card,
    .page-blog-7789bet-latest-promotions-2024__container,
    .page-blog-7789bet-latest-promotions-2024__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        overflow: hidden !important; /* Prevent content overflow */
    }

    /* Video responsiveness */
    .page-blog-7789bet-latest-promotions-2024 video,
    .page-blog-7789bet-latest-promotions-2024__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-7789bet-latest-promotions-2024__video-section {
        padding-top: 10px !important; /* Small top padding, not var(--header-offset) */
    }

    /* Button responsiveness */
    .page-blog-7789bet-latest-promotions-2024__cta-button,
    .page-blog-7789bet-latest-promotions-2024__btn-primary,
    .page-blog-7789bet-latest-promotions-2024__btn-secondary,
    .page-blog-7789bet-latest-promotions-2024 a[class*="button"],
    .page-blog-7789bet-latest-promotions-2024 a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .page-blog-7789bet-latest-promotions-2024__cta-buttons,
    .page-blog-7789bet-latest-promotions-2024__button-group,
    .page-blog-7789bet-latest-promotions-2024__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        flex-wrap: wrap !important;
        gap: 10px;
    }
    .page-blog-7789bet-latest-promotions-2024__cta-buttons {
        display: flex;
        flex-direction: column !important; /* Stack buttons vertically on mobile */
    }

    .page-blog-7789bet-latest-promotions-2024__hero-content {
        margin-top: -50px; /* Adjust for mobile */
        padding: 20px;
    }
    .page-blog-7789bet-latest-promotions-2024__main-title {
        font-size: 2rem;
    }
    .page-blog-7789bet-latest-promotions-2024__hero-description {
        font-size: 1rem;
    }
    .page-blog-7789bet-latest-promotions-2024__section-title {
        font-size: 1.8rem;
    }
    .page-blog-7789bet-latest-promotions-2024 h2 {
        font-size: 1.6rem;
    }
    .page-blog-7789bet-latest-promotions-2024 h3 {
        font-size: 1.3rem;
    }
    .page-blog-7789bet-latest-promotions-2024__promo-grid,
    .page-blog-7789bet-latest-promotions-2024__feature-grid {
        grid-template-columns: 1fr;
    }
    .page-blog-7789bet-latest-promotions-2024__ordered-list li {
        padding-left: 0; /* Remove left padding for steps on mobile */
        text-align: center;
    }
    .page-blog-7789bet-latest-promotions-2024__ordered-list li::before {
        position: static; /* Center number above text */
        margin-bottom: 10px;
    }
}