/* style/blog-hl8-popular-casino-games.css */

/* Custom Colors */
:root {
    --hl8-color-primary: #11A84E;
    --hl8-color-secondary: #22C768;
    --hl8-gradient-button: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --hl8-bg-card: #11271B;
    --hl8-bg-main: #08160F;
    --hl8-text-main: #F2FFF6;
    --hl8-text-secondary: #A7D9B8;
    --hl8-border: #2E7A4E;
    --hl8-glow: #57E38D;
    --hl8-gold: #F2C14E;
    --hl8-divider: #1E3A2A;
    --hl8-deep-green: #0A4B2C;
}

.page-blog-hl8-popular-casino-games {
    font-family: 'Arial', sans-serif;
    color: var(--hl8-text-main); /* Main text color for the page, as body background is dark */
    background-color: var(--hl8-bg-main); /* Ensure consistency with body background */
    line-height: 1.6;
}

.page-blog-hl8-popular-casino-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-blog-hl8-popular-casino-games__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column; /* Image then text */
    align-items: center;
    padding: 60px 20px;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    overflow: hidden;
}

.page-blog-hl8-popular-casino-games__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit height for hero image */
    overflow: hidden;
    margin-bottom: 20px; /* Space between image and content */
}

.page-blog-hl8-popular-casino-games__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-hl8-popular-casino-games__hero-content {
    text-align: center;
    max-width: 800px;
    z-index: 1;
    position: relative; /* Ensure content is above any background elements */
}

.page-blog-hl8-popular-casino-games__main-title {
    font-size: clamp(2em, 4vw, 3.5em); /* Responsive H1 font size */
    color: var(--hl8-gold);
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-hl8-popular-casino-games__hero-description {
    font-size: 1.2em;
    color: var(--hl8-text-secondary);
    margin-bottom: 30px;
}

.page-blog-hl8-popular-casino-games__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-blog-hl8-popular-casino-games__btn-primary,
.page-blog-hl8-popular-casino-games__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    box-sizing: border-box; /* Crucial for responsive buttons */
    max-width: 100%; /* Ensure button doesn't exceed container */
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Allow text to break words */
}

.page-blog-hl8-popular-casino-games__btn-primary {
    background: var(--hl8-gradient-button);
    color: #ffffff; /* White text on dark button */
    border: 2px solid transparent;
}

.page-blog-hl8-popular-casino-games__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 20px var(--hl8-glow);
}

.page-blog-hl8-popular-casino-games__btn-secondary {
    background-color: transparent;
    color: var(--hl8-color-primary);
    border: 2px solid var(--hl8-color-primary);
}

.page-blog-hl8-popular-casino-games__btn-secondary:hover {
    background-color: var(--hl8-color-primary);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-hl8-popular-casino-games__cta-center {
    text-align: center;
    margin-top: 40px;
}

/* General Sections */
.page-blog-hl8-popular-casino-games__introduction-section,
.page-blog-hl8-popular-casino-games__games-section,
.page-blog-hl8-popular-casino-games__guide-section,
.page-blog-hl8-popular-casino-games__app-download-section,
.page-blog-hl8-popular-casino-games__faq-section,
.page-blog-hl8-popular-casino-games__conclusion-section {
    padding: 60px 0;
    border-bottom: 1px solid var(--hl8-divider);
}

.page-blog-hl8-popular-casino-games__dark-section {
    background-color: var(--hl8-deep-green); /* Use deep green background */
    color: var(--hl8-text-main); /* Ensure light text */
}

.page-blog-hl8-popular-casino-games__light-bg {
    background-color: var(--hl8-bg-card); /* Using card bg for 'light' variation to maintain theme */
    color: var(--hl8-text-main);
}

.page-blog-hl8-popular-casino-games__section-title {
    font-size: 2.5em;
    color: var(--hl8-gold);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-hl8-popular-casino-games__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--hl8-color-primary);
    border-radius: 2px;
}

.page-blog-hl8-popular-casino-games__paragraph {
    font-size: 1.05em;
    margin-bottom: 20px;
    color: var(--hl8-text-secondary);
}

/* Games Section */
.page-blog-hl8-popular-casino-games__game-category {
    margin-bottom: 60px;
}

.page-blog-hl8-popular-casino-games__game-subtitle {
    font-size: 2em;
    color: var(--hl8-text-main);
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.page-blog-hl8-popular-casino-games__game-subtitle::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--hl8-color-secondary);
    border-radius: 1.5px;
}