/* style/news-2024-popular-slot-games.css */

/* Base styles for the page content */
.page-news-2024-popular-slot-games {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Light text for dark body background */
    background-color: transparent; /* Body background is #0a0a0a from shared.css */
}

/* Container for main content areas */
.page-news-2024-popular-slot-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* Section styling */
.page-news-2024-popular-slot-games__hero-section,
.page-news-2024-popular-slot-games__why-choose,
.page-news-2024-popular-slot-games__download-guide,
.page-news-2024-popular-slot-games__strategies,
.page-news-2024-popular-slot-games__call-to-action {
    background-color: #0a0a0a; /* Dark background */
    color: #ffffff; /* Light text */
    padding: 80px 0;
}

.page-news-2024-popular-slot-games__introduction,
.page-news-2024-popular-slot-games__top-games,
.page-news-2024-popular-slot-games__promotions,
.page-news-2024-popular-slot-games__faq {
    background-color: #ffffff; /* Light background */
    color: #333333; /* Dark text */
    padding: 80px 0;
}

/* Specific section styles */
.page-news-2024-popular-slot-games__hero-section {
    position: relative;
    padding: 100px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 600px;
    overflow: hidden;
    padding-top: var(--header-offset, 120px); /* Fixed header offset */
}

.page-news-2024-popular-slot-games__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.3; /* Slightly dim the background image */
}

.page-news-2024-popular-slot-games__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding: 20px;
}

.page-news-2024-popular-slot-games__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-news-2024-popular-slot-games__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-news-2024-popular-slot-games__section-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 40px;
    color: inherit; /* Inherits from section, so either #ffffff or #333333 */
}

.page-news-2024-popular-slot-games__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

/* Buttons */
.page-news-2024-popular-slot-games__cta-buttons {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on small screens */
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-news-2024-popular-slot-games__cta-buttons--center {
    justify-content: center;
}

.page-news-2024-popular-slot-games__btn-primary,
.page-news-2024-popular-slot-games__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    max-width: 100%; /* Ensure responsive */
    box-sizing: border-box; /* Include padding/border in width */
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Break long words */
}

.page-news-2024-popular-slot-games__btn-primary {
    background-color: #26A9E0; /* Main brand color */
    color: #ffffff;
    border: 2px solid #26A9E0;
}

.page-news-2024-popular-slot-games__btn-primary:hover {
    background-color: #1e87b3;
    border-color: #1e87b3;
}

.page-news-2024-popular-slot-games__btn-secondary {
    background-color: transparent;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-news-2024-popular-slot-games__btn-secondary:hover {
    background-color: #26A9E0;
    color: #ffffff;
}

/* Special login button color if used */
.page-news-2024-popular-slot-games__btn-login {
    background-color: #EA7C07; /* Login color */
    color: #ffffff;
    border: 2px solid #EA7C07;
}

.page-news-2024-popular-slot-games__btn-login:hover {
    background-color: #c76706;
    border-color: #c76706;
}

/* Features Grid */
.page-news-2024-popular-slot-games__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-news-2024-popular-slot-games__feature-card {
    background-color: rgba(255, 255, 255, 0.1); /* Slightly transparent white on dark background */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.page-news-2024-popular-slot-games__feature-icon {
    width: 200px; /* Min size requirement */
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    object-fit: cover;
}

.page-news-2024-popular-slot-games__feature-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #26A9E0; /* Brand color for titles */
}

.page-news-2024-popular-slot-games__feature-description {
    font-size: 1em;
    color: #f0f0f0;
}

/* Game List */
.page-news-2024-popular-slot-games__game-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-news-2024-popular-slot-games__game-card {
    background-color: #f8f8f8; /* Light background for cards */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #333333;
}

.page-news-2024-popular-slot-games__game-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
    object-fit: cover;
    min-height: 200px; /* Ensure min height */
}

.page-news-2024-popular-slot-games__game-title {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.page-news-2024-popular-slot-games__game-title a {
    color: #26A9E0; /* Brand color for links */
    text-decoration: none;
}

.page-news-2024-popular-slot-games__game-title a:hover {
    text-decoration: underline;
}

.page-news-2024-popular-slot-games__game-description {
    font-size: 0.95em;
    color: #555555;
}

/* Numbered List for Download Guide */
.page-news-2024-popular-slot-games__numbered-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-news-2024-popular-slot-games__numbered-list li {
    background-color: rgba(255, 255, 255, 0.1); /* Slightly transparent white on dark background */
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-left: 70px;
    color: #ffffff;
}

.page-news-2024-popular-slot-games__numbered-list li::before {
    content: counter(list-item);
    counter-increment: list-item;
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #26A9E0;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    font-weight: bold;
}

.page-news-2024-popular-slot-games__list-title {
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 10px;
    color: #26A9E0;
}

.page-news-2024-popular-slot-games__list-description {
    font-size: 1em;
    color: #f0f0f0;
}

/* Bullet List for Promotions/Strategies */
.page-news-2024-popular-slot-games__bullet-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-news-2024-popular-slot-games__bullet-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: inherit; /* Inherits from section */
}

.page-news-2024-popular-slot-games__bullet-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #26A9E0;
    font-size: 1.5em;
    line-height: 0.8;
}

.page-news-2024-popular-slot-games__bullet-list li strong {
    color: #26A9E0;
}

/* FAQ Section */
.page-news-2024-popular-slot-games__faq-list {
    margin-top: 40px;
}

.page-news-2024-popular-slot-games__faq-item {
    background-color: #f8f8f8; /* Light background for FAQ items */
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    color: #333333;
    overflow: hidden; /* For details tag */
}

.page-news-2024-popular-slot-games__faq-item summary {
    list-style: none;
}
.page-news-2024-popular-slot-games__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-news-2024-popular-slot-games__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    transition: background-color 0.3s ease;
}

.page-news-2024-popular-slot-games__faq-question:hover {
    background-color: #f0f0f0;
}

.page-news-2024-popular-slot-games__faq-qtext {
    color: #333333;
}