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

.page-blog-lc88win-popular-slot-games {
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
}

.page-blog-lc88win-popular-slot-games strong {
    color: var(--gold-color);
}

.page-blog-lc88win-popular-slot-games__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 60px 0; /* body handles top padding, this is for visual separation */
    background-color: var(--deep-green);
}

.page-blog-lc88win-popular-slot-games__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

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

.page-blog-lc88win-popular-slot-games__hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    padding: 20px;
    margin-top: -100px; /* Pull content up over the image slightly for visual flow */
    background: rgba(17, 39, 27, 0.8); /* Card BG with transparency */
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-blog-lc88win-popular-slot-games__main-title {
    color: var(--gold-color);
    font-size: clamp(2.2rem, 4vw, 3rem); /* Use clamp for H1 */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.page-blog-lc88win-popular-slot-games__description {
    font-size: 1.1rem;
    color: var(--text-main);
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-lc88win-popular-slot-games__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-blog-lc88win-popular-slot-games__cta-buttons--center {
    margin-top: 40px;
}

.page-blog-lc88win-popular-slot-games__cta-buttons--large a {
    padding: 18px 35px;
    font-size: 1.15rem;
}

.page-blog-lc88win-popular-slot-games__btn-primary,
.page-blog-lc88win-popular-slot-games__btn-secondary,
.page-blog-lc88win-popular-slot-games__btn-tertiary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-lc88win-popular-slot-games__btn-primary {
    background: var(--button-gradient);
    color: #ffffff; /* White text for contrast */
    border: 2px solid transparent;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-lc88win-popular-slot-games__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-blog-lc88win-popular-slot-games__btn-secondary {
    background: transparent;
    color: var(--text-main);
    border: 2px solid var(--primary-color);
}

.page-blog-lc88win-popular-slot-games__btn-secondary:hover {
    background: var(--primary-color);
    color: #ffffff;
    transform: translateY(-2px);
}

.page-blog-lc88win-popular-slot-games__btn-tertiary {
    background: var(--deep-green);
    color: var(--gold-color);
    border: 1px solid var(--border-color);
    font-size: 0.9rem;
    padding: 8px 15px;
}

.page-blog-lc88win-popular-slot-games__btn-tertiary:hover {
    background: var(--primary-color);
    color: #ffffff;
}

.page-blog-lc88win-popular-slot-games__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: var(--bg-dark);
    border-bottom: 1px solid var(--divider-color);
}

.page-blog-lc88win-popular-slot-games__content-area:last-of-type {
    border-bottom: none;
}

.page-blog-lc88win-popular-slot-games__section-title {
    color: var(--gold-color);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

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

.page-blog-lc88win-popular-slot-games__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-lc88win-popular-slot-games__card,
.page-blog-lc88win-popular-slot-games__game-card {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-blog-lc88win-popular-slot-games__card:hover,
.page-blog-lc88win-popular-slot-games__game-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-lc88win-popular-slot-games__card-image,
.page-blog-lc88win-popular-slot-games__game-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
    display: block; /* Ensure it behaves as a block element */
    margin-left: auto;
    margin-right: auto;
}

.page-blog-lc88win-popular-slot-games__card-title,
.page-blog-lc88win-popular-slot-games__game-title {
    color: var(--gold-color);
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.page-blog-lc88win-popular-slot-games__list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-blog-lc88win-popular-slot-games__list li {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: var(--text-main);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-lc88win-popular-slot-games__list li::before {
    content: '✓';
    color: var(--primary-color);
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.2em;
}

.page-blog-lc88win-popular-slot-games__content-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 40px auto;
    display: block;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

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

.page-blog-lc88win-popular-slot-games__safety-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-lc88win-popular-slot-games__safety-title {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.page-blog-lc88win-popular-slot-games__faq-list {
    margin-top: 30px;
}

.page-blog-lc88win-popular-slot-games__faq-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-lc88win-popular-slot-games__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    color: var(--text-main);
    font-weight: bold;
    font-size: 1.1rem;
    user-select: none;
    list-style: none;
}

.page-blog-lc88win-popular-slot-games__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-lc88win-popular-slot-games__faq-item summary {
    list-style: none;
}

.page-blog-lc88win-popular-slot-games__faq-toggle {
    font-size: 1.5em;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.page-blog-lc88win-popular-slot-games__faq-item[open] .page-blog-lc88win-popular-slot-games__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-lc88win-popular-slot-games__faq-answer {
    padding: 0 25px 20px 25px;
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-lc88win-popular-slot-games__hero-content {
        margin-top: -80px;
        padding: 15px;
    }

    .page-blog-lc88win-popular-slot-games__main-title {
        font-size: clamp(2rem, 4.5vw, 2.8rem);
    }

    .page-blog-lc88win-popular-slot-games__description {
        font-size: 1rem;
    }

    .page-blog-lc88win-popular-slot-games__cta-buttons {
        gap: 15px;
    }

    .page-blog-lc88win-popular-slot-games__btn-primary,
    .page-blog-lc88win-popular-slot-games__btn-secondary {
        padding: 10px 20px;
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .page-blog-lc88win-popular-slot-games {
        font-size: 15px;
        line-height: 1.5;
    }

    .page-blog-lc88win-popular-slot-games__hero-section {
        padding-bottom: 40px;
    }

    .page-blog-lc88win-popular-slot-games__hero-content {
        margin-top: -60px;
        padding: 15px;
        max-width: calc(100% - 30px);
    }

    .page-blog-lc88win-popular-slot-games__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }

    .page-blog-lc88win-popular-slot-games__description {
        font-size: 0.95rem;
    }

    .page-blog-lc88win-popular-slot-games__cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .page-blog-lc88win-popular-slot-games__btn-primary,
    .page-blog-lc88win-popular-slot-games__btn-secondary,
    .page-blog-lc88win-popular-slot-games__btn-tertiary,
    .page-blog-lc88win-popular-slot-games a[class*="button"],
    .page-blog-lc88win-popular-slot-games 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;
        padding-right: 15px;
    }

    .page-blog-lc88win-popular-slot-games__cta-buttons--large a {
        padding: 15px 25px;
        font-size: 1rem;
    }

    .page-blog-lc88win-popular-slot-games__content-area {
        padding: 30px 15px;
    }

    .page-blog-lc88win-popular-slot-games__section-title {
        font-size: clamp(1.6rem, 5vw, 2.2rem);
        margin-bottom: 20px;
    }

    .page-blog-lc88win-popular-slot-games__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-lc88win-popular-slot-games__card,
    .page-blog-lc88win-popular-slot-games__game-card,
    .page-blog-lc88win-popular-slot-games__safety-item {
        padding: 20px;
    }

    .page-blog-lc88win-popular-slot-games__card-image,
    .page-blog-lc88win-popular-slot-games__game-image,
    .page-blog-lc88win-popular-slot-games__content-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin-left: auto;
        margin-right: auto;
    }

    .page-blog-lc88win-popular-slot-games__section,
    .page-blog-lc88win-popular-slot-games__card,
    .page-blog-lc88win-popular-slot-games__container,
    .page-blog-lc88win-popular-slot-games__hero-image-wrapper,
    .page-blog-lc88win-popular-slot-games__video-section,
    .page-blog-lc88win-popular-slot-games__video-container,
    .page-blog-lc88win-popular-slot-games__video-wrapper {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
      overflow: hidden !important;
    }

    .page-blog-lc88win-popular-slot-games__video-section {
        padding-top: 10px !important; /* body handles --header-offset, this is a small visual padding */
    }

    .page-blog-lc88win-popular-slot-games__faq-question {
        padding: 15px 20px;
        font-size: 1rem;
    }

    .page-blog-lc88win-popular-slot-games__faq-answer {
        padding: 0 20px 15px 20px;
        font-size: 0.95rem;
    }
}