.page-blog-f8bet2a-latest-promotions {
    font-family: Arial, sans-serif;
    color: #FFFFFF; /* Default text color for dark background */
    background-color: #100224; /* Dark background as per WOW88 style */
    line-height: 1.6;
    overflow-x: hidden; /* Prevent horizontal overflow */
}

.page-blog-f8bet2a-latest-promotions__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
}

.page-blog-f8bet2a-latest-promotions__section-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #26A9E0; /* Main color for section titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

/* Gradient text for important titles */
.page-blog-f8bet2a-latest-promotions__section-title.gradient {
    background: linear-gradient(to right, #ff9500, #ff5e3a); /* Orange-red gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; /* Fallback for browsers that don't support text-fill-color */
}

.page-blog-f8bet2a-latest-promotions__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding */
    display: flex;
    flex-direction: column; /* Default to column for image above text */
    align-items: center;
    text-align: center;
    min-height: clamp(420px, 50vw, 800px); /* Responsive height */
    justify-content: center;
    background-color: #100224;
}

.page-blog-f8bet2a-latest-promotions__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; /* Space between image and text */
}

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

.page-blog-f8bet2a-latest-promotions__hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px 40px;
    box-sizing: border-box;
}

.page-blog-f8bet2a-latest-promotions__hero-title {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: bold;
    margin-bottom: 20px;
    color: #FFFFFF;
    line-height: 1.2;
    max-width: 100%; /* Ensure H1 fits */
}

.page-blog-f8bet2a-latest-promotions__hero-description {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    margin-bottom: 30px;
    color: #FFFFFF;
}

.page-blog-f8bet2a-latest-promotions__hero-cta-button,
.page-blog-f8bet2a-latest-promotions__overview-cta-button,
.page-blog-f8bet2a-latest-promotions__promotion-card-cta,
.page-blog-f8bet2a-latest-promotions__all-promotions-button,
.page-blog-f8bet2a-latest-promotions__how-to-claim-cta-button,
.page-blog-f8bet2a-latest-promotions__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(to right, #ff9500, #ff5e3a); /* Orange-red gradient */
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background 0.3s ease;
    min-height: 44px; /* Touch target size */
    box-sizing: border-box;
}

.page-blog-f8bet2a-latest-promotions__hero-cta-button:hover,
.page-blog-f8bet2a-latest-promotions__overview-cta-button:hover,
.page-blog-f8bet2a-latest-promotions__promotion-card-cta:hover,
.page-blog-f8bet2a-latest-promotions__all-promotions-button:hover,
.page-blog-f8bet2a-latest-promotions__how-to-claim-cta-button:hover,
.page-blog-f8bet2a-latest-promotions__cta-button:hover {
    background: linear-gradient(to right, #ff5e3a, #ff9500);
}

.page-blog-f8bet2a-latest-promotions__overview-section,
.page-blog-f8bet2a-latest-promotions__featured-promotions,
.page-blog-f8bet2a-latest-promotions__how-to-claim-section,
.page-blog-f8bet2a-latest-promotions__faq-section,
.page-blog-f8bet2a-latest-promotions__cta-section {
    padding: 60px 0;
    background-color: #1a083a; /* Slightly lighter dark background for sections */
    margin-bottom: 20px;
}

.page-blog-f8bet2a-latest-promotions__overview-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
    border-radius: 8px;
    object-fit: cover;
    min-width: 200px; /* Min image size */
    min-height: 200px; /* Min image size */
}

.page-blog-f8bet2a-latest-promotions__overview-text {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.1rem;
    color: #CCCCCC;
}

.page-blog-f8bet2a-latest-promotions__overview-cta-button {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
}

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

.page-blog-f8bet2a-latest-promotions__promotion-card {
    background-color: #2a1154; /* Card background */
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-f8bet2a-latest-promotions__promotion-card-image {
    width: 100%;
    height: auto; /* Changed to auto */
    aspect-ratio: 3 / 2; /* Maintain aspect ratio */
    object-fit: cover;
    margin-bottom: 20px;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px; /* Ensure minimum size */
}

.page-blog-f8bet2a-latest-promotions__promotion-card-title {
    font-size: 1.4rem;
    color: #26A9E0;
    margin-bottom: 10px;
    padding: 0 15px;
}

.page-blog-f8bet2a-latest-promotions__promotion-card-description {
    font-size: 1rem;
    color: #CCCCCC;
    margin-bottom: 20px;
    padding: 0 15px;
}

.page-blog-f8bet2a-latest-promotions__promotion-card-cta {
    font-size: 0.95rem;
    padding: 12px 25px;
}

.page-blog-f8bet2a-latest-promotions__all-promotions-cta {
    text-align: center;
    margin-top: 50px;
}

.page-blog-f8bet2a-latest-promotions__all-promotions-button {
    background: #83a1f2; /* Blue pill button */
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 1.1rem;
}

.page-blog-f8bet2a-latest-promotions__all-promotions-button:hover {
    background: #688cec;
}

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

.page-blog-f8bet2a-latest-promotions__step-card {
    background-color: #2a1154;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-f8bet2a-latest-promotions__step-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #26A9E0;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-blog-f8bet2a-latest-promotions__step-title {
    font-size: 1.5rem;
    color: #26A9E0;
    margin-bottom: 10px;
}

.page-blog-f8bet2a-latest-promotions__step-description {
    font-size: 1rem;
    color: #CCCCCC;
}

.page-blog-f8bet2a-latest-promotions__how-to-claim-cta-button {
    display: block;
    margin: 50px auto 0;
    max-width: 350px;
    text-align: center;
}

.page-blog-f8bet2a-latest-promotions__faq-list {
    margin-top: 40px;
}

.page-blog-f8bet2a-latest-promotions__faq-item {
    background-color: #2a1154;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-f8bet2a-latest-promotions__faq-question {
    font-size: 1.2rem;
    color: #26A9E0;
    margin-bottom: 10px;
    cursor: pointer; /* Indicate it's clickable */
    position: relative;
    padding-right: 30px;
}

.page-blog-f8bet2a-latest-promotions__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #26A9E0;
    transition: transform 0.3s ease;
}

.page-blog-f8bet2a-latest-promotions__faq-answer {
    font-size: 1rem;
    color: #CCCCCC;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.page-blog-f8bet2a-latest-promotions__faq-answer a {
    color: #83a1f2; /* Link color */
    text-decoration: underline;
}
.page-blog-f8bet2a-latest-promotions__faq-answer a:hover {
    color: #688cec;
}


.page-blog-f8bet2a-latest-promotions__cta-section {
    position: relative;
    text-align: center;
    overflow: hidden; /* Ensure image doesn't overflow */
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #1a083a;
}

.page-blog-f8bet2a-latest-promotions__cta-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
    border-radius: 8px;
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-f8bet2a-latest-promotions__cta-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: #26A9E0;
    margin-bottom: 20px;
}

.page-blog-f8bet2a-latest-promotions__cta-description {
    font-size: 1.1rem;
    color: #CCCCCC;
    margin-bottom: 40px;
}

.page-blog-f8bet2a-latest-promotions__cta-button {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
}

/* General image styling for content area */
.page-blog-f8bet2a-latest-promotions img {
    max-width: 100%;
    height: auto;
    display: block; /* Ensure images behave as blocks */
    object-fit: cover;
    object-position: center;
}

/* Mobile responsiveness */
@media (max-width: 849px) {
    .page-blog-f8bet2a-latest-promotions__hero-section {
        flex-direction: column; /* Image above text */
        padding-top: 10px;
        min-height: auto; /* Allow content to dictate height */
    }

    .page-blog-f8bet2a-latest-promotions__hero-image-wrapper {
        margin-bottom: 20px;
    }

    .page-blog-f8bet2a-latest-promotions__hero-content {
        padding: 0 15px 30px;
    }

    .page-blog-f8bet2a-latest-promotions__hero-cta-button {
        max-width: 100%;
        width: 100%;
    }

    .page-blog-f8bet2a-latest-promotions__promotion-grid,
    .page-blog-f8bet2a-latest-promotions__steps {
        grid-template-columns: 1fr; /* Single column layout */
    }

    .page-blog-f8bet2a-latest-promotions__promotion-card-image {
        height: auto; /* Adjust height for smaller screens, controlled by aspect-ratio */
    }
}

@media (max-width: 549px) {
    .page-blog-f8bet2a-latest-promotions__section-title {
        font-size: 1.8rem;
    }

    .page-blog-f8bet2a-latest-promotions__hero-title {
        font-size: 2rem;
    }

    .page-blog-f8bet2a-latest-promotions__hero-description {
        font-size: 1rem;
    }

    .page-blog-f8bet2a-latest-promotions__hero-cta-button,
    .page-blog-f8bet2a-latest-promotions__overview-cta-button,
    .page-blog-f8bet2a-latest-promotions__promotion-card-cta,
    .page-blog-f8bet2a-latest-promotions__all-promotions-button,
    .page-blog-f8bet2a-latest-promotions__how-to-claim-cta-button,
    .page-blog-f8bet2a-latest-promotions__cta-button {
        padding: 12px 20px;
        font-size: 1rem;
    }

    .page-blog-f8bet2a-latest-promotions__promotion-card-title {
        font-size: 1.2rem;
    }

    .page-blog-f8bet2a-latest-promotions__step-title {
        font-size: 1.3rem;
    }

    .page-blog-f8bet2a-latest-promotions__faq-question {
        font-size: 1rem;
    }
    .page-blog-f8bet2a-latest-promotions__cta-title {
        font-size: 1.6rem;
    }
}

/* Ensure content area images are never smaller than 200px */
.page-blog-f8bet2a-latest-promotions img:not(.shared-header img, .shared-footer img) {
    min-width: 200px;
    min-height: 200px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .page-blog-f8bet2a-latest-promotions img:not(.shared-header img, .shared-footer img) {
        max-width: 100%;
        height: auto;
    }
    .page-blog-f8bet2a-latest-promotions {
        max-width: 100%;
        overflow-x: hidden;
    }
}

/* Ensure no filter is used on images */
.page-blog-f8bet2a-latest-promotions img {
    filter: none;
}