/* style/blog-h88-no-hu-top-slot-games-review.css */
:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --card-bg: #11271B;
    --body-bg: #08160F;
    --text-main: #F2FFF6;
    --text-secondary: #A7D9B8;
    --border-color: #2E7A4E;
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --divider-color: #1E3A2A;
    --deep-green-color: #0A4B2C;
}

.page-blog-h88-no-hu-top-slot-games-review {
    font-family: Arial, sans-serif;
    color: var(--text-main); /* Default text color for dark body bg */
    background-color: var(--body-bg); /* Ensure body background is dark */
}

.page-blog-h88-no-hu-top-slot-games-review__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px 60px; /* Small top padding, more bottom padding */
    overflow: hidden;
    background-color: var(--body-bg);
}

.page-blog-h88-no-hu-top-slot-games-review__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit height for aesthetic */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-blog-h88-no-hu-top-slot-games-review__hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-blog-h88-no-hu-top-slot-games-review__hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin-top: 40px; /* Space between image and text */
    padding: 20px;
    background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
    border-radius: 8px;
}

.page-blog-h88-no-hu-top-slot-games-review__main-title {
    color: var(--text-main);
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size for H1 */
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-h88-no-hu-top-slot-games-review__hero-description {
    color: var(--text-secondary);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.page-blog-h88-no-hu-top-slot-games-review__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.page-blog-h88-no-hu-top-slot-games-review__btn-primary,
.page-blog-h88-no-hu-top-slot-games-review__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-h88-no-hu-top-slot-games-review__btn-primary {
    background: var(--button-gradient);
    color: var(--text-main);
    border: none;
}

.page-blog-h88-no-hu-top-slot-games-review__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-h88-no-hu-top-slot-games-review__btn-secondary {
    background: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.page-blog-h88-no-hu-top-slot-games-review__btn-secondary:hover {
    background: var(--secondary-color);
    color: var(--body-bg);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-h88-no-hu-top-slot-games-review__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
}

.page-blog-h88-no-hu-top-slot-games-review__dark-bg {
    background-color: var(--body-bg);
    color: var(--text-main);
}

.page-blog-h88-no-hu-top-slot-games-review__light-bg {
    background-color: #0d1a13; /* Slightly lighter dark for contrast */
    color: var(--text-main);
}

.page-blog-h88-no-hu-top-slot-games-review__section-title {
    font-size: 2.5rem;
    color: var(--gold-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-blog-h88-no-hu-top-slot-games-review__sub-title {
    font-size: 2rem;
    color: var(--primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-blog-h88-no-hu-top-slot-games-review__text-block {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 20px;
}

.page-blog-h88-no-hu-top-slot-games-review__text-contrast-fix {
    color: var(--text-main) !important; /* Ensure high contrast */
}

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

.page-blog-h88-no-hu-top-slot-games-review__feature-item {
    background-color: var(--card-bg);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
}

.page-blog-h88-no-hu-top-slot-games-review__feature-heading {
    color: var(--primary-color);
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.page-blog-h88-no-hu-top-slot-games-review__feature-item p {
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.6;
}

.page-blog-h88-no-hu-top-slot-games-review__content-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 40px;
    display: block;
    object-fit: cover;
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-blog-h88-no-hu-top-slot-games-review__game-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-h88-no-hu-top-slot-games-review__card {
    background-color: var(--card-bg);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    color: var(--text-main);
}

.page-blog-h88-no-hu-top-slot-games-review__card-image {
    width: 100%;\    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-blog-h88-no-hu-top-slot-games-review__card-title {
    font-size: 1.3rem;
    color: var(--gold-color);
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-h88-no-hu-top-slot-games-review__card-title a {
    color: var(--gold-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-h88-no-hu-top-slot-games-review__card-title a:hover {
    color: var(--glow-color);
}

.page-blog-h88-no-hu-top-slot-games-review__card-text {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
}

.page-blog-h88-no-hu-top-slot-games-review__step-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-blog-h88-no-hu-top-slot-games-review__step-item {
    background-color: var(--card-bg);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    border-left: 5px solid var(--primary-color);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-h88-no-hu-top-slot-games-review__step-heading {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.page-blog-h88-no-hu-top-slot-games-review__step-item p {
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.6;
}

.page-blog-h88-no-hu-top-slot-games-review__promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-h88-no-hu-top-slot-games-review__faq-list {
    margin-top: 40px;
}

.page-blog-h88-no-hu-top-slot-games-review__faq-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--text-main);
}

.page-blog-h88-no-hu-top-slot-games-review__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--text-main);
    list-style: none; /* For details/summary */
}

.page-blog-h88-no-hu-top-slot-games-review__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker */
}

.page-blog-h88-no-hu-top-slot-games-review__faq-qtext {
    flex-grow: 1;
    color: var(--text-main);
}

.page-blog-h88-no-hu-top-slot-games-review__faq-toggle {
    font-size: 1.8rem;
    margin-left: 15px;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.page-blog-h88-no-hu-top-slot-games-review__faq-item[open] .page-blog-h88-no-hu-top-slot-games-review__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-h88-no-hu-top-slot-games-review__faq-answer {
    padding: 0 25px 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.page-blog-h88-no-hu-top-slot-games-review__faq-answer p {
    margin-bottom: 10px;
    color: var(--text-secondary);
}

.page-blog-h88-no-hu-top-slot-games-review__cta-section {
    text-align: center;
    padding: 80px 20px;
    background-color: var(--deep-green-color);
    color: var(--text-main);
}

.page-blog-h88-no-hu-top-slot-games-review__cta-section .page-blog-h88-no-hu-top-slot-games-review__section-title {
    color: var(--gold-color);
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
    .page-blog-h88-no-hu-top-slot-games-review__main-title {
        font-size: clamp(2rem, 6vw, 3rem);
    }
    .page-blog-h88-no-hu-top-slot-games-review__section-title {
        font-size: 2rem;
    }
    .page-blog-h88-no-hu-top-slot-games-review__sub-title {
        font-size: 1.7rem;
    }
}

@media (max-width: 768px) {
    .page-blog-h88-no-hu-top-slot-games-review {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-h88-no-hu-top-slot-games-review__hero-section {
        padding: 10px 15px 40px;
    }
    .page-blog-h88-no-hu-top-slot-games-review__hero-content {
        margin-top: 20px;
        padding: 15px;
    }
    .page-blog-h88-no-hu-top-slot-games-review__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }
    .page-blog-h88-no-hu-top-slot-games-review__hero-description {
        font-size: 1rem;
    }
    .page-blog-h88-no-hu-top-slot-games-review__cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px; /* Add padding to prevent buttons touching edges */
    }
    .page-blog-h88-no-hu-top-slot-games-review__btn-primary,
    .page-blog-h88-no-hu-top-slot-games-review__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 0.95rem;
    }
    .page-blog-h88-no-hu-top-slot-games-review__content-area {
        padding: 40px 15px;
    }
    .page-blog-h88-no-hu-top-slot-games-review__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    .page-blog-h88-no-hu-top-slot-games-review__sub-title {
        font-size: 1.5rem;
    }
    .page-blog-h88-no-hu-top-slot-games-review__text-block {
        font-size: 1rem;
    }
    .page-blog-h88-no-hu-top-slot-games-review img {
        max-width: 100% !important;
        width: 100% !important; /* Ensure content images take full width */
        height: auto !important;
        display: block !important;
        min-width: 200px !important; /* Ensure min size is kept */
        min-height: 200px !important; /* Ensure min size is kept */
    }
    .page-blog-h88-no-hu-top-slot-games-review__hero-image {
        height: auto; /* Allow hero image to adjust height */
    }
    .page-blog-h88-no-hu-top-slot-games-review__card-image {
        height: auto !important; /* Allow card images to adjust height */
    }
    .page-blog-h88-no-hu-top-slot-games-review__feature-list,
    .page-blog-h88-no-hu-top-slot-games-review__game-cards,
    .page-blog-h88-no-hu-top-slot-games-review__promotions-grid {
        grid-template-columns: 1fr;
    }
    .page-blog-h88-no-hu-top-slot-games-review__card,
    .page-blog-h88-no-hu-top-slot-games-review__feature-item,
    .page-blog-h88-no-hu-top-slot-games-review__faq-item {
        padding: 20px;
    }
    .page-blog-h88-no-hu-top-slot-games-review__faq-question {
        font-size: 1.1rem;
        padding: 15px 20px;
    }
    .page-blog-h88-no-hu-top-slot-games-review__faq-answer {
        padding: 0 20px 15px;
        font-size: 0.95rem;
    }
    .page-blog-h88-no-hu-top-slot-games-review__cta-section {
        padding: 60px 15px;
    }
    /* Ensure all containers are responsive */
    .page-blog-h88-no-hu-top-slot-games-review__section,
    .page-blog-h88-no-hu-top-slot-games-review__card,
    .page-blog-h88-no-hu-top-slot-games-review__container,
    .page-blog-h88-no-hu-top-slot-games-review__hero-section,
    .page-blog-h88-no-hu-top-slot-games-review__content-area,
    .page-blog-h88-no-hu-top-slot-games-review__cta-section {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
    }
    /* Specific padding for content areas to avoid text touching edges */
    .page-blog-h88-no-hu-top-slot-games-review__content-area,
    .page-blog-h88-no-hu-top-slot-games-review__cta-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Contrast Fixes for specific elements if needed */
.page-blog-h88-no-hu-top-slot-games-review__card.page-blog-h88-no-hu-top-slot-games-review__contrast-fix {
  background: var(--card-bg) !important;
  color: var(--text-main) !important;
  border: 1px solid var(--border-color) !important;
}

.page-blog-h88-no-hu-top-slot-games-review__card.page-blog-h88-no-hu-top-slot-games-review__contrast-fix .page-blog-h88-no-hu-top-slot-games-review__card-title a,
.page-blog-h88-no-hu-top-slot-games-review__card.page-blog-h88-no-hu-top-slot-games-review__contrast-fix .page-blog-h88-no-hu-top-slot-games-review__card-text {
  color: var(--text-main) !important;
}

.page-blog-h88-no-hu-top-slot-games-review__card.page-blog-h88-no-hu-top-slot-games-review__contrast-fix .page-blog-h88-no-hu-top-slot-games-review__card-title {
    color: var(--gold-color) !important;
}

/* Ensure content images CSS size is not less than 200px */
.page-blog-h88-no-hu-top-slot-games-review__content-area img {
    width: auto; /* Allow auto width for larger screens to respect aspect ratio */
    height: auto;
    max-width: 100%;
    min-width: 200px;
    min-height: 200px;
}