.page-blog-top-slot-games-c8bet {
    font-family: 'Arial', sans-serif;
    color: #F2FFF6; /* Main text color for dark backgrounds */
    line-height: 1.6;
    background-color: #08160F; /* Ensure background color if not inherited from shared */
}

.page-blog-top-slot-games-c8bet__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-top-slot-games-c8bet__section-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #F2FFF6; /* Light color for titles on dark background */
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.page-blog-top-slot-games-c8bet__section-description {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 40px;
    color: #A7D9B8; /* Secondary text color */
}

.page-blog-top-slot-games-c8bet__text-block {
    margin-bottom: 20px;
    font-size: 1rem;
    color: #F2FFF6;
}

/* Hero Section */
.page-blog-top-slot-games-c8bet__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px; /* Small top padding as body handles header offset */
    padding-bottom: 60px;
    overflow: hidden;
    background-color: #0A4B2C; /* Deep Green fallback */
}

.page-blog-top-slot-games-c8bet__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit image height */
    overflow: hidden;
}

.page-blog-top-slot-games-c8bet__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-blog-top-slot-games-c8bet__hero-content {
    text-align: center;
    padding: 30px 20px;
    max-width: 900px;
    z-index: 1;
    color: #F2FFF6;
}

.page-blog-top-slot-games-c8bet__main-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    margin-bottom: 15px;
    color: #F2FFF6;
    text-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.page-blog-top-slot-games-c8bet__hero-description {
    font-size: clamp(1rem, 2vw, 1.3rem);
    margin-bottom: 30px;
    color: #A7D9B8;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-top-slot-games-c8bet__cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 128, 0, 0.3);
    border: none;
    cursor: pointer;
}

.page-blog-top-slot-games-c8bet__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 128, 0, 0.5);
    opacity: 0.9;
}

/* Intro and Conclusion Sections */
.page-blog-top-slot-games-c8bet__intro-section,
.page-blog-top-slot-games-c8bet__conclusion-section {
    padding: 60px 0;
    background-color: #08160F; /* Background color for dark sections */
    color: #F2FFF6;
}

/* History Section */
.page-blog-top-slot-games-c8bet__history-section {
    padding: 60px 0;
    background-color: #11271B; /* Card BG color */
    color: #F2FFF6;
}

.page-blog-top-slot-games-c8bet__image-text-layout {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.page-blog-top-slot-games-c8bet__image-text-layout--reversed {
    flex-direction: row-reverse;
}

.page-blog-top-slot-games-c8bet__content-image {
    width: 50%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.page-blog-top-slot-games-c8bet__text-content {
    width: 50%;
}

/* Categories Section */
.page-blog-top-slot-games-c8bet__categories-section {
    padding: 60px 0;
    background-color: #08160F;
}

.page-blog-top-slot-games-c8bet__grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-blog-top-slot-games-c8bet__card {
    background-color: #11271B; /* Card BG */
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #2E7A4E; /* Border color */
}

.page-blog-top-slot-games-c8bet__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.page-blog-top-slot-games-c8bet__card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #F2FFF6;
}

.page-blog-top-slot-games-c8bet__card-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 15px auto;
    border-radius: 10px;
}

.page-blog-top-slot-games-c8bet__card-text {
    font-size: 0.95rem;
    color: #A7D9B8;
}

/* Top Games Section */
.page-blog-top-slot-games-c8bet__top-games-section {
    padding: 60px 0;
    background-color: #11271B; /* Card BG */
}

.page-blog-top-slot-games-c8bet__game-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-top-slot-games-c8bet__game-card {
    background-color: #0A4B2C; /* Deep Green */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
    border: 1px solid #2E7A4E; /* Border color */
}

.page-blog-top-slot-games-c8bet__game-card:hover {
    transform: translateY(-5px);
}

.page-blog-top-slot-games-c8bet__game-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
}

.page-blog-top-slot-games-c8bet__game-details {
    padding: 20px;
}

.page-blog-top-slot-games-c8bet__game-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #F2FFF6;
}

.page-blog-top-slot-games-c8bet__game-description {
    font-size: 0.9rem;
    color: #A7D9B8;
    margin-bottom: 15px;
}

.page-blog-top-slot-games-c8bet__play-button {
    display: inline-block;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-blog-top-slot-games-c8bet__play-button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* Strategy Section */
.page-blog-top-slot-games-c8bet__strategy-section {
    padding: 60px 0;
    background-color: #08160F;
}

.page-blog-top-slot-games-c8bet__strategy-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-top-slot-games-c8bet__strategy-item {
    background-color: #11271B; /* Card BG */
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border: 1px solid #2E7A4E; /* Border color */
}

.page-blog-top-slot-games-c8bet__strategy-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #F2FFF6;
}

.page-blog-top-slot-games-c8bet__strategy-text {
    font-size: 0.95rem;
    color: #A7D9B8;
}

/* Promotions Section */
.page-blog-top-slot-games-c8bet__promotions-section {
    padding: 60px 0;
    background-color: #11271B; /* Card BG */
}

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

.page-blog-top-slot-games-c8bet__promo-card {
    background-color: #0A4B2C; /* Deep Green */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
    border: 1px solid #2E7A4E; /* Border color */
}

.page-blog-top-slot-games-c8bet__promo-card:hover {
    transform: translateY(-5px);
}

.page-blog-top-slot-games-c8bet__promo-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.page-blog-top-slot-games-c8bet__promo-title {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 15px 20px 5px;
    color: #F2FFF6;
}

.page-blog-top-slot-games-c8bet__promo-text {
    font-size: 0.9rem;
    color: #A7D9B8;
    padding: 0 20px 20px;
}

.page-blog-top-slot-games-c8bet__cta-wrapper {
    text-align: center;
    margin-top: 20px;
}

/* Security Section */
.page-blog-top-slot-games-c8bet__security-section {
    padding: 60px 0;
    background-color: #08160F;
}

/* FAQ Section */
.page-blog-top-slot-games-c8bet__faq-section {
    padding: 60px 0;
    background-color: #11271B; /* Card BG */
}

.page-blog-top-slot-games-c8bet__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-top-slot-games-c8bet__faq-item {
    background-color: #0A4B2C; /* Deep Green */
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border: 1px solid #2E7A4E; /* Border color */
}

.page-blog-top-slot-games-c8bet__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
    color: #F2FFF6;
    transition: background-color 0.3s ease;
    list-style: none; /* Remove default marker for details/summary */
}

.page-blog-top-slot-games-c8bet__faq-item summary::-webkit-details-marker {
    display: none; /* Hide default marker for webkit browsers */
}

.page-blog-top-slot-games-c8bet__faq-question:hover {
    background-color: rgba(46, 122, 78, 0.2); /* #2E7A4E with opacity */
}

.page-blog-top-slot-games-c8bet__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    color: #57E38D; /* Glow color */
}

.page-blog-top-slot-games-c8bet__faq-answer {
    padding: 0 25px;
    font-size: 0.95rem;
    color: #A7D9B8;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-out, max-height 0.3s ease-out, padding-top 0.3s ease-out, padding-bottom 0.3s ease-out;
}

.page-blog-top-slot-games-c8bet__faq-item[open] .page-blog-top-slot-games-c8bet__faq-answer {
    opacity: 1;
    max-height: 500px; /* Arbitrary large value, adjust as needed */
    padding-top: 10px;
    padding-bottom: 20px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .page-blog-top-slot-games-c8bet {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-top-slot-games-c8bet__hero-section {
        padding-bottom: 40px;
    }

    .page-blog-top-slot-games-c8bet__main-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    .page-blog-top-slot-games-c8bet__hero-description {
        font-size: clamp(0.9rem, 3vw, 1.1rem);
    }

    .page-blog-top-slot-games-c8bet__section-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .page-blog-top-slot-games-c8bet__image-text-layout {
        flex-direction: column;
        gap: 20px;
    }

    .page-blog-top-slot-games-c8bet__content-image,
    .page-blog-top-slot-games-c8bet__text-content {
        width: 100%;
    }

    .page-blog-top-slot-games-c8bet__card,
    .page-blog-top-slot-games-c8bet__game-card,
    .page-blog-top-slot-games-c8bet__strategy-item,
    .page-blog-top-slot-games-c8bet__promo-card {
        padding: 20px;
    }

    .page-blog-top-slot-games-c8bet__cta-button,
    .page-blog-top-slot-games-c8bet__play-button {
        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-top-slot-games-c8bet__cta-wrapper,
    .page-blog-top-slot-games-c8bet__button-group {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
        flex-wrap: wrap !important;
        gap: 10px;
    }

    /* Ensure all images are responsive */
    .page-blog-top-slot-games-c8bet img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        min-width: 200px !important; /* Enforce minimum size */
        min-height: 200px !important; /* Enforce minimum size */
    }
    
    /* All image containers and general containers */
    .page-blog-top-slot-games-c8bet__hero-image-wrapper,
    .page-blog-top-slot-games-c8bet__content-image,
    .page-blog-top-slot-games-c8bet__card-image,
    .page-blog-top-slot-games-c8bet__game-image,
    .page-blog-top-slot-games-c8bet__promo-image,
    .page-blog-top-slot-games-c8bet__container,
    .page-blog-top-slot-games-c8bet__grid-layout,
    .page-blog-top-slot-games-c8bet__game-list,
    .page-blog-top-slot-games-c8bet__strategy-list,
    .page-blog-top-slot-games-c8bet__promo-grid,
    .page-blog-top-slot-games-c8bet__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Specific overrides for containers that might not have padding by default */
    .page-blog-top-slot-games-c8bet__hero-content,
    .page-blog-top-slot-games-c8bet__text-content,
    .page-blog-top-slot-games-c8bet__game-details,
    .page-blog-top-slot-games-c8bet__promo-title,
    .page-blog-top-slot-games-c8bet__promo-text {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .page-blog-top-slot-games-c8bet__faq-question,
    .page-blog-top-slot-games-c8bet__faq-answer {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .page-blog-top-slot-games-c8bet__hero-section {
        padding-top: 10px !important; /* body already handles --header-offset */
    }
}