/* style/resources-king88-slot-game-guide.css */

/* Base styles for the page content */
.page-resources-king88-slot-game-guide {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: transparent; /* Body background is #0a0a0a from shared.css */
}

/* Ensure main content is pushed down by fixed header */
.page-resources-king88-slot-game-guide__hero-section {
    padding-top: var(--header-offset, 120px); /* Apply header offset */
}

.page-resources-king88-slot-game-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-resources-king88-slot-game-guide__hero-section {
    background: linear-gradient(135deg, #26A9E0, #1a7bbd);
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
}

.page-resources-king88-slot-game-guide__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

.page-resources-king88-slot-game-guide__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: #ffffff;
}

/* CTA Buttons */
.page-resources-king88-slot-game-guide__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-resources-king88-slot-game-guide__btn-primary,
.page-resources-king88-slot-game-guide__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, transform 0.2s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-resources-king88-slot-game-guide__btn-primary {
    background-color: #EA7C07; /* Login color */
    color: #ffffff;
    border: 2px solid #EA7C07;
}

.page-resources-king88-slot-game-guide__btn-primary:hover {
    background-color: #d16e06;
    transform: translateY(-2px);
}

.page-resources-king88-slot-game-guide__btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-resources-king88-slot-game-guide__btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Image Section */
.page-resources-king88-slot-game-guide__image-section {
    padding: 40px 0;
    background-color: #0a0a0a; /* Match body background */
}

.page-resources-king88-slot-game-guide__main-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Content Area */
.page-resources-king88-slot-game-guide__content-area {
    padding: 60px 0;
    background-color: #0a0a0a; /* Match body background */
    color: #ffffff;
}

.page-resources-king88-slot-game-guide__section-title {
    font-size: 2.5em;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-king88-slot-game-guide__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #EA7C07;
    border-radius: 2px;
}

.page-resources-king88-slot-game-guide__paragraph {
    font-size: 1.1em;
    margin-bottom: 25px;
    color: #f0f0f0;
    text-align: justify;
}

.page-resources-king88-slot-game-guide__content-image {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    height: auto;
}

/* FAQ Section */
.page-resources-king88-slot-game-guide__faq-list {
    margin-top: 40px;
}

.page-resources-king88-slot-game-guide__faq-item {
    background-color: rgba(255, 255, 255, 0.08); /* Slightly visible on dark background */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-resources-king88-slot-game-guide__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.page-resources-king88-slot-game-guide__faq-question:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-king88-slot-game-guide__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
    color: #26A9E0;
}

.page-resources-king88-slot-game-guide__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #f0f0f0;
}

.page-resources-king88-slot-game-guide__faq-answer p {
    padding-bottom: 15px;
    margin: 0;
    font-size: 1.05em;
    color: #f0f0f0; /* Ensure text color is light */
}

.page-resources-king88-slot-game-guide__faq-item.active .page-resources-king88-slot-game-guide__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 15px 25px;
}

.page-resources-king88-slot-game-guide__faq-item.active .page-resources-king88-slot-game-guide__faq-toggle {
    transform: rotate(45deg);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-king88-slot-game-guide__hero-title {
        font-size: 2.8em;
    }
    .page-resources-king88-slot-game-guide__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-resources-king88-slot-game-guide {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-resources-king88-slot-game-guide__hero-title {
        font-size: 2.2em;
    }
    .page-resources-king88-slot-game-guide__hero-description {
        font-size: 1em;
    }
    .page-resources-king88-slot-game-guide__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }
    .page-resources-king88-slot-game-guide__btn-primary,
    .page-resources-king88-slot-game-guide__btn-secondary {
        width: 100%;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-resources-king88-slot-game-guide__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-resources-king88-slot-game-guide__paragraph {
        font-size: 0.95em;
    }
    .page-resources-king88-slot-game-guide__main-image,
    .page-resources-king88-slot-game-guide__content-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        border-radius: 5px;
    }
    .page-resources-king88-slot-game-guide__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden;
    }
    .page-resources-king88-slot-game-guide__faq-question {
        font-size: 1.1em;
        padding: 18px 20px;
    }
    .page-resources-king88-slot-game-guide__faq-answer {
        padding: 0 20px;
    }
    .page-resources-king88-slot-game-guide__faq-item.active .page-resources-king88-slot-game-guide__faq-answer {
        padding: 12px 20px;
    }
    .page-resources-king88-slot-game-guide__hero-section,
    .page-resources-king88-slot-game-guide__image-section,
    .page-resources-king88-slot-game-guide__content-area {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .page-resources-king88-slot-game-guide__hero-title {
        font-size: 1.8em;
    }
    .page-resources-king88-slot-game-guide__section-title {
        font-size: 1.5em;
    }
    .page-resources-king88-slot-game-guide__btn-primary,
    .page-resources-king88-slot-game-guide__btn-secondary {
        padding: 10px 15px;
        font-size: 0.9em;
    }
    .page-resources-king88-slot-game-guide__faq-question {
        font-size: 1em;
        padding: 15px;
    }
    .page-resources-king88-slot-game-guide__faq-answer {
        padding: 0 15px;
    }
    .page-resources-king88-slot-game-guide__faq-item.active .page-resources-king88-slot-game-guide__faq-answer {
        padding: 10px 15px;
    }
}

/* Color Contrast Fixes (if needed, based on body background #0a0a0a - dark) */
.page-resources-king88-slot-game-guide__dark-bg {
  color: #ffffff; /* Deep blue background with white text */
  background: #26A9E0;
}

.page-resources-king88-slot-game-guide__light-bg {
  color: #ffffff; /* Main content area on dark body background, use light text */
  background: transparent; /* Inherit body background */
}

.page-resources-king88-slot-game-guide p, 
.page-resources-king88-slot-game-guide li {
  color: #f0f0f0; /* Slightly off-white for body text for better contrast */
}

.page-resources-king88-slot-game-guide__faq-item {
    background-color: rgba(255, 255, 255, 0.08); /* Card background for dark theme */
    color: #ffffff;
}

.page-resources-king88-slot-game-guide__faq-question {
    color: #ffffff;
}

.page-resources-king88-slot-game-guide__faq-answer p {
    color: #f0f0f0;
}