:root {
    --a8bet-primary-green: #11A84E;
    --a8bet-secondary-green: #22C768;
    --a8bet-button-gradient-start: #2AD16F;
    --a8bet-button-gradient-end: #13994A;
    --a8bet-card-bg: #11271B;
    --a8bet-background: #08160F;
    --a8bet-text-main: #F2FFF6;
    --a8bet-text-secondary: #A7D9B8;
    --a8bet-border: #2E7A4E;
    --a8bet-glow: #57E38D;
    --a8bet-gold: #F2C14E;
    --a8bet-divider: #1E3A2A;
    --a8bet-deep-green: #0A4B2C;
    --a8bet-dark-text: #333333; /* For light backgrounds */
    --a8bet-light-text: #ffffff; /* For dark backgrounds */
}

.page-blog-a8bet-promotion-types {
    background-color: var(--a8bet-background); /* Explicitly set page background */
    color: var(--a8bet-text-main); /* Light text for dark background */
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-blog-a8bet-promotion-types a {
    color: var(--a8bet-secondary-green);
    text-decoration: none;
}

.page-blog-a8bet-promotion-types a:hover {
    text-decoration: underline;
    color: var(--a8bet-glow);
}

.page-blog-a8bet-promotion-types__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-a8bet-promotion-types__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0 40px; /* Small top padding */
    text-align: center;
    overflow: hidden; /* Ensure no overflow */
}

.page-blog-a8bet-promotion-types__hero-image-wrapper {
    width: 100%;
    max-height: 500px; /* Limit height for hero image */
    overflow: hidden;
    position: relative;
}

.page-blog-a8bet-promotion-types__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.7); /* Slightly dim the image for text readability */
}

.page-blog-a8bet-promotion-types__hero-content {
    position: relative; /* Not absolute, for upper-image-lower-text */
    z-index: 2;
    padding: 20px;
    max-width: 800px;
    margin-top: 20px; /* Space between image and content */
}

.page-blog-a8bet-promotion-types__main-title {
    font-size: 3.2em;
    font-weight: 700;
    color: var(--a8bet-gold);
    margin-bottom: 15px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.page-blog-a8bet-promotion-types__description {
    font-size: 1.2em;
    color: var(--a8bet-text-secondary);
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-a8bet-promotion-types__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.page-blog-a8bet-promotion-types__btn-primary,
.page-blog-a8bet-promotion-types__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    max-width: 100%; /* Ensure button responsiveness */
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-a8bet-promotion-types__btn-primary {
    background: linear-gradient(180deg, var(--a8bet-button-gradient-start) 0%, var(--a8bet-button-gradient-end) 100%);
    color: var(--a8bet-light-text);
    border: none;
}

.page-blog-a8bet-promotion-types__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    opacity: 0.9;
}

.page-blog-a8bet-promotion-types__btn-secondary {
    background: transparent;
    color: var(--a8bet-secondary-green);
    border: 2px solid var(--a8bet-secondary-green);
}

.page-blog-a8bet-promotion-types__btn-secondary:hover {
    background-color: var(--a8bet-secondary-green);
    color: var(--a8bet-background);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.page-blog-a8bet-promotion-types__center-button {
    margin-top: 30px;
    margin-bottom: 20px;
}

/* Sections */
.page-blog-a8bet-promotion-types__section {
    padding: 60px 0;
    border-bottom: 1px solid var(--a8bet-divider);
}

.page-blog-a8bet-promotion-types__section:last-of-type {
    border-bottom: none;
}

.page-blog-a8bet-promotion-types__section-title {
    font-size: 2.5em;
    color: var(--a8bet-gold);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.page-blog-a8bet-promotion-types__subsection-title {
    font-size: 1.8em;
    color: var(--a8bet-primary-green);
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-blog-a8bet-promotion-types p {
    margin-bottom: 15px;
    color: var(--a8bet-text-main);
}

.page-blog-a8bet-promotion-types ul,
.page-blog-a8bet-promotion-types ol {
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--a8bet-text-main);
}

.page-blog-a8bet-promotion-types li {
    margin-bottom: 10px;
    color: var(--a8bet-text-main);
}

/* Feature Grid / Cards */
.page-blog-a8bet-promotion-types__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-a8bet-promotion-types__feature-card {
    background-color: var(--a8bet-card-bg);
    border: 1px solid var(--a8bet-border);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 100%; /* Ensure card responsiveness */
    box-sizing: border-box;
}

.page-blog-a8bet-promotion-types__feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.page-blog-a8bet-promotion-types__feature-image,
.page-blog-a8bet-promotion-types__content-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px; /* Minimum size requirement */
    object-fit: cover;
    filter: none; /* No filter for image colors */
}

.page-blog-a8bet-promotion-types__card-title {
    font-size: 1.5em;
    color: var(--a8bet-primary-green);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-a8bet-promotion-types__card-button {
    display: inline-block;
    background: linear-gradient(180deg, var(--a8bet-button-gradient-start) 0%, var(--a8bet-button-gradient-end) 100%);
    color: var(--a8bet-light-text);
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    transition: opacity 0.3s ease;
    max-width: 100%; /* Button responsiveness */
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-a8bet-promotion-types__card-button:hover {
    opacity: 0.9;
}

/* FAQ Section */
.page-blog-a8bet-promotion-types__faq-list {
    margin-top: 30px;
}

.page-blog-a8bet-promotion-types__faq-item {
    background-color: var(--a8bet-card-bg);
    border: 1px solid var(--a8bet-border);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    max-width: 100%; /* Ensure responsiveness */
    box-sizing: border-box;
}

.page-blog-a8bet-promotion-types__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15em;
    font-weight: 600;
    color: var(--a8bet-primary-green);
    cursor: pointer;
    background-color: var(--a8bet-deep-green);
    transition: background-color 0.3s ease;
    user-select: none;
    list-style: none; /* For details/summary */
}

.page-blog-a8bet-promotion-types__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker for details/summary */
}

.page-blog-a8bet-promotion-types__faq-question:hover {
    background-color: var(--a8bet-primary-green);
    color: var(--a8bet-text-main);
}

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

.page-blog-a8bet-promotion-types__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    color: var(--a8bet-text-secondary);
}

.page-blog-a8bet-promotion-types__faq-item[open] .page-blog-a8bet-promotion-types__faq-question {
    background-color: var(--a8bet-primary-green);
    color: var(--a8bet-text-main);
}

/* Responsive design */
@media (max-width: 1024px) {
    .page-blog-a8bet-promotion-types__main-title {
        font-size: 2.8em;
    }
    .page-blog-a8bet-promotion-types__section-title {
        font-size: 2.2em;
    }
    .page-blog-a8bet-promotion-types__subsection-title {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-blog-a8bet-promotion-types {
        font-size: 15px;
        line-height: 1.5;
    }
    .page-blog-a8bet-promotion-types__hero-section {
        padding: 10px 0 30px;
    }
    .page-blog-a8bet-promotion-types__hero-image-wrapper {
        max-height: 350px;
    }
    .page-blog-a8bet-promotion-types__hero-content {
        padding: 15px;
        margin-top: 15px;
    }
    .page-blog-a8bet-promotion-types__main-title {
        font-size: 2.2em;
        margin-bottom: 10px;
    }
    .page-blog-a8bet-promotion-types__description {
        font-size: 1.1em;
        margin-bottom: 20px;
    }
    .page-blog-a8bet-promotion-types__cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }
    .page-blog-a8bet-promotion-types__btn-primary,
    .page-blog-a8bet-promotion-types__btn-secondary,
    .page-blog-a8bet-promotion-types__card-button {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 20px !important;
        font-size: 1em !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-a8bet-promotion-types__section {
        padding: 40px 0;
    }
    .page-blog-a8bet-promotion-types__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-blog-a8bet-promotion-types__subsection-title {
        font-size: 1.4em;
    }
    .page-blog-a8bet-promotion-types__feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-blog-a8bet-promotion-types__feature-card,
    .page-blog-a8bet-promotion-types__faq-item {
        padding: 15px;
    }
    .page-blog-a8bet-promotion-types__feature-image,
    .page-blog-a8bet-promotion-types__content-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-a8bet-promotion-types__card-title {
        font-size: 1.3em;
    }
    .page-blog-a8bet-promotion-types__faq-question {
        padding: 15px 20px;
        font-size: 1em;
    }
    .page-blog-a8bet-promotion-types__faq-answer {
        padding: 0 20px 15px;
    }
    .page-blog-a8bet-promotion-types__container {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .page-blog-a8bet-promotion-types__main-title {
        font-size: 1.8em;
    }
    .page-blog-a8bet-promotion-types__description {
        font-size: 1em;
    }
    .page-blog-a8bet-promotion-types__section-title {
        font-size: 1.6em;
    }
    .page-blog-a8bet-promotion-types__subsection-title {
        font-size: 1.2em;
    }
}