.page-blog-97win97-latest-promotions {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-main, #F2FFF6); /* Default text color for dark background */
    background-color: var(--background, #08160F); /* Main background color */
}

/* Base section styling */
.page-blog-97win97-latest-promotions__section {
    padding: 60px 20px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.page-blog-97win97-latest-promotions__container {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-97win97-latest-promotions__hero-section {
    position: relative;
    padding: 10px 0 60px; /* Small top padding, body handles main offset */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: var(--deep-green, #0A4B2C); /* Dark background for hero */
    overflow: hidden; /* Ensure content doesn't overflow */
}

.page-blog-97win97-latest-promotions__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.page-blog-97win97-latest-promotions__hero-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.page-blog-97win97-latest-promotions__hero-content {
    max-width: 900px;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-97win97-latest-promotions__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive font size */
    color: var(--text-main, #F2FFF6);
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
}

.page-blog-97win97-latest-promotions__intro-text {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    color: var(--text-secondary, #A7D9B8);
    margin-bottom: 30px;
}

.page-blog-97win97-latest-promotions__cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-97win97-latest-promotions__cta-button:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-97win97-latest-promotions__cta-button--small {
    padding: 12px 25px;
    font-size: 1rem;
}

.page-blog-97win97-latest-promotions__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2rem;
}

/* Section titles */
.page-blog-97win97-latest-promotions__section-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: var(--gold, #F2C14E);
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}

/* Paragraphs */
.page-blog-97win97-latest-promotions__paragraph {
    font-size: 1rem;
    color: var(--text-secondary, #A7D9B8);
    margin-bottom: 20px;
}

/* Lists */
.page-blog-97win97-latest-promotions__list,
.page-blog-97win97-latest-promotions__ordered-list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: var(--text-secondary, #A7D9B8);
}

.page-blog-97win97-latest-promotions__ordered-list {
    list-style-type: decimal;
}

.page-blog-97win97-latest-promotions__list-item {
    margin-bottom: 10px;
    color: var(--text-secondary, #A7D9B8);
}

.page-blog-97win97-latest-promotions__list-item strong {
    color: var(--text-main, #F2FFF6);
}

/* Content Images */
.page-blog-97win97-latest-promotions__content-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    min-height: 200px;
}

/* Specific section backgrounds */
.page-blog-97win97-latest-promotions__hero-section, /* Explicitly set hero to deep green */
.page-blog-97win97-latest-promotions__terms-conditions-section,
.page-blog-97win97-latest-promotions__faq-section {
    background-color: var(--card-bg, #11271B); /* Dark background */
    color: var(--text-main, #F2FFF6); /* Light text */
}

.page-blog-97win97-latest-promotions__overview-section,
.page-blog-97win97-latest-promotions__highlights-section,
.page-blog-97win97-latest-promotions__promo-programs-section,
.page-blog-97win97-latest-promotions__guide-section,
.page-blog-97win97-latest-promotions__review-section,
.page-blog-97win97-latest-promotions__conclusion-section {
    background-color: var(--background, #08160F); /* Main background color */
    color: var(--text-secondary, #A7D9B8); /* Light text */
}

/* Promo Grid */
.page-blog-97win97-latest-promotions__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-97win97-latest-promotions__promo-card {
    background-color: var(--card-bg, #11271B);
    border: 1px solid var(--border, #2E7A4E);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%; /* Ensure cards are same height in a row */
    box-sizing: border-box;
}

.page-blog-97win97-latest-promotions__card-image {
    width: 100%;
    max-width: 400px; /* Example max width for card image */
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-97win97-latest-promotions__card-title {
    font-size: 1.4rem;
    color: var(--gold, #F2C14E);
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-97win97-latest-promotions__card-description {
    font-size: 0.95rem;
    color: var(--text-secondary, #A7D9B8);
    margin-bottom: 20px;
    flex-grow: 1; /* Allows description to take available space */
}

.page-blog-97win97-latest-promotions__btn-secondary {
    display: inline-block;
    background: var(--deep-green, #0A4B2C);
    color: var(--text-main, #F2FFF6);
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95rem;
    transition: background-color 0.3s ease;
    border: 2px solid var(--border, #2E7A4E);
    cursor: pointer;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-97win97-latest-promotions__btn-secondary:hover {
    background-color: var(--glow, #57E38D);
    color: #08160F;
    border-color: var(--glow, #57E38D);
}

/* FAQ Section */
.page-blog-97win97-latest-promotions__faq-list {
    margin-top: 40px;
}

.page-blog-97win97-latest-promotions__faq-item {
    background-color: var(--card-bg, #11271B);
    border: 1px solid var(--border, #2E7A4E);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-97win97-latest-promotions__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-weight: bold;
    color: var(--text-main, #F2FFF6);
    font-size: 1.1rem;
    position: relative;
    list-style: none; /* For details/summary */
}

.page-blog-97win97-latest-promotions__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker */
}

.page-blog-97win97-latest-promotions__faq-qtext {
    flex-grow: 1;
    text-align: left;
}

.page-blog-97win97-latest-promotions__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    color: var(--gold, #F2C14E);
}

.page-blog-97win97-latest-promotions__faq-item[open] .page-blog-97win97-latest-promotions__faq-toggle {
    content: "−";
}

.page-blog-97win97-latest-promotions__faq-answer {
    padding: 0 25px 18px;
    color: var(--text-secondary, #A7D9B8);
    font-size: 0.95rem;
}

.page-blog-97win97-latest-promotions__faq-answer p {
    margin-bottom: 0;
}

/* Links within content */
.page-blog-97win97-latest-promotions a:not([class*="btn"]):not([class*="cta"]) {
    color: var(--gold, #F2C14E);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-blog-97win97-latest-promotions a:not([class*="btn"]):not([class*="cta"]):hover {
    color: var(--glow, #57E38D);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-blog-97win97-latest-promotions__hero-section {
        padding: 10px 0 40px;
    }
    .page-blog-97win97-latest-promotions__main-title {
        font-size: clamp(2rem, 5vw, 3rem);
    }
    .page-blog-97win97-latest-promotions__intro-text {
        font-size: clamp(0.9rem, 1.8vw, 1.1rem);
    }
    .page-blog-97win97-latest-promotions__section {
        padding: 40px 15px;
    }
    .page-blog-97win97-latest-promotions__section-title {
        font-size: clamp(1.6rem, 4vw, 2.2rem);
    }
}

@media (max-width: 768px) {
    .page-blog-97win97-latest-promotions {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-97win97-latest-promotions__hero-section {
        padding: 10px 0 30px !important; /* Small top padding */
    }
    .page-blog-97win97-latest-promotions__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }
    .page-blog-97win97-latest-promotions__intro-text {
        font-size: clamp(0.875rem, 3vw, 1rem);
    }
    .page-blog-97win97-latest-promotions__cta-button,
    .page-blog-97win97-latest-promotions__btn-secondary,
    .page-blog-97win97-latest-promotions a[class*="button"],
    .page-blog-97win97-latest-promotions 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;
        margin-bottom: 10px;
    }
    .page-blog-97win97-latest-promotions__promo-card {
        padding: 20px;
    }
    .page-blog-97win97-latest-promotions__section,
    .page-blog-97win97-latest-promotions__container,
    .page-blog-97win97-latest-promotions__promo-card,
    .page-blog-97win97-latest-promotions__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important; /* Ensure content doesn't overflow */
    }

    /* Images and Videos responsive */
    .page-blog-97win97-latest-promotions img,
    .page-blog-97win97-latest-promotions video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        min-width: unset !important;
        min-height: unset !important;
    }

    .page-blog-97win97-latest-promotions__promo-grid {
        grid-template-columns: 1fr; /* Stack cards on mobile */
    }
    .page-blog-97win97-latest-promotions__faq-question {
        padding: 15px 20px;
        font-size: 1rem;
    }
    .page-blog-97win97-latest-promotions__faq-answer {
        padding: 0 20px 15px;
    }
}

@media (max-width: 480px) {
    .page-blog-97win97-latest-promotions__section {
        padding: 30px 10px;
    }
    .page-blog-97win97-latest-promotions__hero-content {
        padding: 0 10px;
    }
    .page-blog-97win97-latest-promotions__main-title {
        font-size: clamp(1.6rem, 8vw, 2.2rem);
    }
    .page-blog-97win97-latest-promotions__intro-text {
        font-size: 0.875rem;
    }
    .page-blog-97win97-latest-promotions__section-title {
        font-size: clamp(1.4rem, 5vw, 1.8rem);
    }
}

/* Color contrast enforcement */
.page-blog-97win97-latest-promotions__hero-section .page-blog-97win97-latest-promotions__main-title,
.page-blog-97win97-latest-promotions__hero-section .page-blog-97win97-latest-promotions__intro-text,
.page-blog-97win97-latest-promotions__hero-section .page-blog-97win97-latest-promotions__cta-button,
.page-blog-97win97-latest-promotions__terms-conditions-section,
.page-blog-97win97-latest-promotions__faq-section {
    color: var(--text-main, #F2FFF6); /* Light text on dark backgrounds */
}

.page-blog-97win97-latest-promotions__overview-section,
.page-blog-97win97-latest-promotions__highlights-section,
.page-blog-97win97-latest-promotions__promo-programs-section,
.page-blog-97win97-latest-promotions__guide-section,
.page-blog-97win97-latest-promotions__review-section,
.page-blog-97win97-latest-promotions__conclusion-section {
    color: var(--text-secondary, #A7D9B8); /* Light text on main background */
}

.page-blog-97win97-latest-promotions p,
.page-blog-97win97-latest-promotions li,
.page-blog-97win97-latest-promotions__card-description,
.page-blog-97win97-latest-promotions__faq-answer {
    color: var(--text-secondary, #A7D9B8); /* Ensure light text on dark backgrounds */
}

.page-blog-97win97-latest-promotions h1,
.page-blog-97win97-latest-promotions h2,
.page-blog-97win97-latest-promotions h3,
.page-blog-97win97-latest-promotions__card-title {
    color: var(--gold, #F2C14E); /* Gold for titles */
}

.page-blog-97win97-latest-promotions__cta-button,
.page-blog-97win97-latest-promotions__btn-secondary {
    color: #ffffff; /* White text on green buttons */
}

.page-blog-97win97-latest-promotions__cta-button {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
}

.page-blog-97win97-latest-promotions__btn-secondary {
    background: var(--deep-green, #0A4B2C);
    border: 2px solid var(--border, #2E7A4E);
}

.page-blog-97win97-latest-promotions a:not([class*="btn"]):not([class*="cta"]) {
    color: var(--gold, #F2C14E);
}