/* style/resources-loto188-link-faq.css */

/* Base styles for the page content, ensuring light text on dark body background */
.page-resources-loto188-link-faq {
    font-family: 'Arial', sans-serif;
    color: #ffffff; /* Light text for dark body background */
    line-height: 1.6;
    background-color: transparent; /* Body background is handled by shared.css */
}

/* Header offset for the first section */
.page-resources-loto188-link-faq__hero-section {
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

/* General container for content sections */
.page-resources-loto188-link-faq__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* Section styling */
.page-resources-loto188-link-faq__hero-section,
.page-resources-loto188-link-faq__intro-section,
.page-resources-loto188-link-faq__content-section,
.page-resources-loto188-link-faq__problems-section,
.page-resources-loto188-link-faq__access-guide-section,
.page-resources-loto188-link-faq__tips-section,
.page-resources-loto188-link-faq__faq-section,
.page-resources-loto188-link-faq__cta-bottom-section {
    padding: 60px 0;
    text-align: center;
}

/* Background colors based on brand palette and body background */
.page-resources-loto188-link-faq__dark-bg {
    background-color: #0d1117; /* Matches body background for seamless look */
    color: #ffffff;
}

.page-resources-loto188-link-faq__light-bg {
    background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter for contrast */
    color: #ffffff;
}