/* style/blog-nnn88-latest-slot-games.css */

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

.page-blog-nnn88-latest-slot-games {
    background-color: var(--nnn88-background);
    color: var(--nnn88-text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-nnn88-latest-slot-games__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px;
    padding-top: 10px; /* Small decorative top padding */
    overflow: hidden;
    background-color: var(--nnn88-deep-green);
}

.page-blog-nnn88-latest-slot-games__hero-image-wrapper {
    width: 100%;
    max-width: 1920px;
    margin-bottom: 30px;
}

.page-blog-nnn88-latest-slot-games__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-nnn88-latest-slot-games__hero-content {
    text-align: center;
    max-width: 900px;
    z-index: 1;
    padding: 0 15px;
}

.page-blog-nnn88-latest-slot-games__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: var(--nnn88-text-main);
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.page-blog-nnn88-latest-slot-games__description {
    font-size: 1.15rem;
    color: var(--nnn88-text-secondary);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-nnn88-latest-slot-games__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-blog-nnn88-latest-slot-games__btn-primary,
.page-blog-nnn88-latest-slot-games__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-nnn88-latest-slot-games__btn-primary {
    background: var(--nnn88-button-gradient);
    color: var(--nnn88-text-main);
    border: 2px solid var(--nnn88-glow-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-nnn88-latest-slot-games__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    opacity: 0.9;
}

.page-blog-nnn88-latest-slot-games__btn-secondary {
    background-color: transparent;
    color: var(--nnn88-glow-color);
    border: 2px solid var(--nnn88-glow-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-nnn88-latest-slot-games__btn-secondary:hover {
    background-color: var(--nnn88-glow-color);
    color: var(--nnn88-background);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-nnn88-latest-slot-games__content-section {
    padding: 60px 20px;
    background-color: var(--nnn88-background);
    color: var(--nnn88-text-main);
}

.page-blog-nnn88-latest-slot-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-blog-nnn88-latest-slot-games__section-title {
    font-size: 2.5rem;
    color: var(--nnn88-gold-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-blog-nnn88-latest-slot-games__text-block {
    font-size: 1.1rem;
    color: var(--nnn88-text-secondary);
    margin-bottom: 25px;
    text-align: justify;
}

.page-blog-nnn88-latest-slot-games__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.page-blog-nnn88-latest-slot-games__feature-card {
    background-color: var(--nnn88-card-bg);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--nnn88-border-color);
    color: var(--nnn88-text-main);
    text-align: center;
}

.page-blog-nnn88-latest-slot-games__feature-card h3 {
    color: var(--nnn88-gold-color);
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.page-blog-nnn88-latest-slot-games__feature-card p {
    color: var(--nnn88-text-secondary);
    font-size: 1rem;
    line-height: 1.7;
    text-align: justify;
}

.page-blog-nnn88-latest-slot-games__game-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.page-blog-nnn88-latest-slot-games__game-card {
    background-color: var(--nnn88-card-bg);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--nnn88-border-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--nnn88-text-main);
}

.page-blog-nnn88-latest-slot-games__game-image {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid var(--nnn88-deep-green);
}

.page-blog-nnn88-latest-slot-games__card-title {
    font-size: 1.35rem;
    color: var(--nnn88-gold-color);
    margin-bottom: 10px;
}

.page-blog-nnn88-latest-slot-games__card-link {
    color: var(--nnn88-gold-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-nnn88-latest-slot-games__card-link:hover {
    color: var(--nnn88-glow-color);
}

.page-blog-nnn88-latest-slot-games__game-card p {
    color: var(--nnn88-text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    text-align: justify;
}

.page-blog-nnn88-latest-slot-games__btn-small {
    padding: 10px 20px;
    font-size: 0.9rem;
}

.page-blog-nnn88-latest-slot-games__view-all-button {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.page-blog-nnn88-latest-slot-games__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.page-blog-nnn88-latest-slot-games__guide-card {
    background-color: var(--nnn88-card-bg);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--nnn88-border-color);
    color: var(--nnn88-text-main);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-blog-nnn88-latest-slot-games__guide-card h3 {
    color: var(--nnn88-gold-color);
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.page-blog-nnn88-latest-slot-games__guide-card p {
    color: var(--nnn88-text-secondary);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
    text-align: justify;
}

.page-blog-nnn88-latest-slot-games__promo-cta {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.page-blog-nnn88-latest-slot-games__mobile-app-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    background-color: var(--nnn88-card-bg);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--nnn88-border-color);
    margin-bottom: 60px;
}

.page-blog-nnn88-latest-slot-games__mobile-content {
    flex: 1;
    color: var(--nnn88-text-main);
}

.page-blog-nnn88-latest-slot-games__mobile-content .page-blog-nnn88-latest-slot-games__text-block {
    color: var(--nnn88-text-secondary);
}

.page-blog-nnn88-latest-slot-games__mobile-image-wrapper {
    flex: 0 0 400px;
    max-width: 400px;
}

.page-blog-nnn88-latest-slot-games__mobile-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    border: 1px solid var(--nnn88-deep-green);
}

.page-blog-nnn88-latest-slot-games__faq-list {
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-blog-nnn88-latest-slot-games__faq-item {
    background-color: var(--nnn88-card-bg);
    border: 1px solid var(--nnn88-border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--nnn88-text-main);
}

.page-blog-nnn88-latest-slot-games__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.15rem;
    font-weight: bold;
    color: var(--nnn88-gold-color);
    cursor: pointer;
    background-color: var(--nnn88-deep-green);
    border-bottom: 1px solid var(--nnn88-divider-color);
    list-style: none; /* For details summary */
}

.page-blog-nnn88-latest-slot-games__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker for Chrome/Safari */
}

.page-blog-nnn88-latest-slot-games__faq-qtext {
    flex-grow: 1;
}

.page-blog-nnn88-latest-slot-games__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

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

.page-blog-nnn88-latest-slot-games__faq-answer {
    padding: 20px;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--nnn88-text-secondary);
    background-color: var(--nnn88-card-bg);
    border-top: 1px solid var(--nnn88-divider-color);
}

.page-blog-nnn88-latest-slot-games__faq-answer p {
    margin-bottom: 0;
}

.page-blog-nnn88-latest-slot-games__final-cta {
    text-align: center;
    margin-top: 50px;
}

/* Desktop Video/Flex Width - General Placeholder */
.page-blog-nnn88-latest-slot-games__video-container {
    width: 100%; /* Ensure full width on desktop for flex containers */
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-nnn88-latest-slot-games__mobile-app-section {
        flex-direction: column;
        text-align: center;
    }

    .page-blog-nnn88-latest-slot-games__mobile-image-wrapper {
        flex: none;
        max-width: 600px;
        width: 100%;
    }

    .page-blog-nnn88-latest-slot-games__mobile-image {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .page-blog-nnn88-latest-slot-games__hero-section {
        padding: 40px 15px;
        padding-top: 10px !important; /* body handles header offset */
    }

    .page-blog-nnn88-latest-slot-games__main-title {
        font-size: clamp(2rem, 8vw, 2.5rem);
    }

    .page-blog-nnn88-latest-slot-games__description {
        font-size: 1rem;
    }

    .page-blog-nnn88-latest-slot-games__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-nnn88-latest-slot-games__btn-primary,
    .page-blog-nnn88-latest-slot-games__btn-secondary {
        padding: 12px 20px;
        font-size: 0.95rem;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-nnn88-latest-slot-games__content-section {
        padding: 40px 15px;
    }

    .page-blog-nnn88-latest-slot-games__section-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .page-blog-nnn88-latest-slot-games__text-block {
        font-size: 1rem;
    }

    .page-blog-nnn88-latest-slot-games__features-grid,
    .page-blog-nnn88-latest-slot-games__game-list,
    .page-blog-nnn88-latest-slot-games__guide-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-nnn88-latest-slot-games__game-image,
    .page-blog-nnn88-latest-slot-games__hero-image,
    .page-blog-nnn88-latest-slot-games__mobile-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-nnn88-latest-slot-games__hero-image-wrapper,
    .page-blog-nnn88-latest-slot-games__mobile-image-wrapper,
    .page-blog-nnn88-latest-slot-games__feature-card,
    .page-blog-nnn88-latest-slot-games__game-card,
    .page-blog-nnn88-latest-slot-games__guide-card,
    .page-blog-nnn88-latest-slot-games__mobile-app-section,
    .page-blog-nnn88-latest-slot-games__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }

    .page-blog-nnn88-latest-slot-games__mobile-app-section {
        padding: 30px 15px;
    }

    .page-blog-nnn88-latest-slot-games__mobile-image-wrapper {
        flex: none;
        width: 100%;
        max-width: 100%;
    }

    .page-blog-nnn88-latest-slot-games__faq-question {
        font-size: 1rem;
        padding: 15px;
    }

    .page-blog-nnn88-latest-slot-games__faq-answer {
        font-size: 0.95rem;
        padding: 15px;
    }
}