/* style/blog-online-entertainment-trends-and-cn3789-code-future.css */

/* Base styles for the page content */
.page-blog-online-entertainment-trends-and-cn3789-code-future {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Text Main */
    background-color: #08160F; /* Background */
    padding-bottom: 50px; /* Add some padding at the bottom */
}

/* Section styling */
.page-blog-online-entertainment-trends-and-cn3789-code-future__section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Dark section specific styles */
.page-blog-online-entertainment-trends-and-cn3789-code-future__dark-section {
    background-color: #11271B; /* Card BG */
    color: #F2FFF6; /* Text Main */
}

/* Hero Section */
.page-blog-online-entertainment-trends-and-cn3789-code-future__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column; /* Image on top, content below */
    align-items: center;
    text-align: center;
    padding-top: 10px; /* Small top padding, body handles header offset */
    background-color: #08160F; /* Ensure consistent background */
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__hero-image {
    width: 100%;
    height: auto;
    display: block;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px;
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__hero-content {
    max-width: 900px;
    padding: 30px 20px;
    color: #F2FFF6; /* Text Main */
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem); /* H1 font size with clamp */
    color: #F2FFF6; /* Text Main */
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__intro-text {
    font-size: 1.1rem;
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 30px;
}

/* CTA Buttons */
.page-blog-online-entertainment-trends-and-cn3789-code-future__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__btn-primary,
.page-blog-online-entertainment-trends-and-cn3789-code-future__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal; /* Allow text wrap */
    word-wrap: break-word; /* Allow text break */
    min-width: 180px; /* Ensure buttons are not too small */
    text-align: center;
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
    color: #F2FFF6; /* Text Main */
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__btn-primary:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__btn-secondary {
    background-color: transparent;
    color: #F2FFF6; /* Text Main */
    border: 2px solid #2E7A4E; /* Border color */
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__btn-secondary:hover {
    background-color: rgba(46, 122, 78, 0.2); /* Border color with opacity */
    color: #57E38D; /* Glow color */
}

/* Content Area */
.page-blog-online-entertainment-trends-and-cn3789-code-future__content-area {
    color: #F2FFF6; /* Text Main */
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__section-title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    color: #F2FFF6; /* Text Main */
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__sub-title {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    color: #F2C14E; /* Gold */
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__paragraph {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #A7D9B8; /* Text Secondary */
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__keyword {
    color: #57E38D; /* Highlight keywords */
    font-weight: bold;
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__inline-link {
    color: #57E38D; /* Glow color for inline links */
    text-decoration: underline;
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__inline-link:hover {
    color: #F2C14E; /* Gold color on hover */
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px;
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__game-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__list-item {
    font-size: 1rem;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: #A7D9B8; /* Text Secondary */
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__list-item::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #57E38D; /* Glow color */
}

/* FAQ Section */
.page-blog-online-entertainment-trends-and-cn3789-code-future__faq-section {
    background-color: #0A4B2C; /* Deep Green */
    padding: 60px 20px;
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__faq-list {
    max-width: 900px;
    margin: 30px auto 0;
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__faq-item {
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border color */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #F2FFF6; /* Text Main */
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__faq-item summary {
    list-style: none; /* Hide default marker */
    cursor: pointer;
    padding: 18px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 1.1rem;
    color: #F2C14E; /* Gold for question */
    background-color: #1E3A2A; /* Divider for summary background */
    transition: background-color 0.3s ease;
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__faq-item summary::-webkit-details-marker {
    display: none; /* Hide default marker for webkit browsers */
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__faq-item summary:hover {
    background-color: #0A4B2C; /* Deep Green on hover */
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__faq-qtext {
    flex-grow: 1;
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    color: #57E38D; /* Glow color */
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__faq-answer {
    padding: 0 25px 18px;
    font-size: 1rem;
    color: #A7D9B8; /* Text Secondary */
}

.page-blog-online-entertainment-trends-and-cn3789-code-future__faq-answer p {
    margin-bottom: 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .page-blog-online-entertainment-trends-and-cn3789-code-future {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-online-entertainment-trends-and-cn3789-code-future__section {
        padding: 20px 15px;
    }

    .page-blog-online-entertainment-trends-and-cn3789-code-future__hero-section {
        padding-top: 10px !important; /* Ensure minimal top padding */
    }

    .page-blog-online-entertainment-trends-and-cn3789-code-future__main-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    .page-blog-online-entertainment-trends-and-cn3789-code-future__intro-text {
        font-size: 1rem;
    }

    .page-blog-online-entertainment-trends-and-cn3789-code-future__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px; /* Add padding to container */
    }

    .page-blog-online-entertainment-trends-and-cn3789-code-future__btn-primary,
    .page-blog-online-entertainment-trends-and-cn3789-code-future__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-online-entertainment-trends-and-cn3789-code-future__image,
    .page-blog-online-entertainment-trends-and-cn3789-code-future__hero-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-blog-online-entertainment-trends-and-cn3789-code-future__hero-image-wrapper,
    .page-blog-online-entertainment-trends-and-cn3789-code-future__section,
    .page-blog-online-entertainment-trends-and-cn3789-code-future__content-area,
    .page-blog-online-entertainment-trends-and-cn3789-code-future__faq-section,
    .page-blog-online-entertainment-trends-and-cn3789-code-future__faq-list,
    .page-blog-online-entertainment-trends-and-cn3789-code-future__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important; /* Ensure no overflow */
    }

    .page-blog-online-entertainment-trends-and-cn3789-code-future__faq-item summary {
        font-size: 1rem;
        padding: 15px 20px;
    }

    .page-blog-online-entertainment-trends-and-cn3789-code-future__faq-answer {
        padding: 0 20px 15px;
    }
}