/* style/resources-online-betting-faq.css */
.page-resources-online-betting-faq {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light body background */
    background-color: #FFFFFF;
}

.page-resources-online-betting-faq__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-online-betting-faq__hero-section {
    background: linear-gradient(135deg, #017439, #33a067);
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-online-betting-faq__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
}

.page-resources-online-betting-faq__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-online-betting-faq__hero-button {
    display: inline-block;
    background-color: #C30808; /* Register/Login color */
    color: #FFFF00; /* Register/Login font color */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 2px solid #FFFF00;
}

.page-resources-online-betting-faq__hero-button:hover {
    background-color: #e02a2a;
    transform: translateY(-2px);
}

.page-resources-online-betting-faq__content-section {
    padding: 60px 0;
}

.page-resources-online-betting-faq__content-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.page-resources-online-betting-faq__sidebar {
    flex: 0 0 280px;
    background-color: #f8f8f8;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 20px; /* Adjust as needed */
}

.page-resources-online-betting-faq__sidebar-title {
    font-size: 1.6em;
    color: #017439;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

.page-resources-online-betting-faq__table-of-contents ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-resources-online-betting-faq__table-of-contents li {
    margin-bottom: 10px;
}

.page-resources-online-betting-faq__table-of-contents a {
    text-decoration: none;
    color: #555555;
    font-size: 1.05em;
    transition: color 0.3s ease;
    display: block;
    padding: 5px 0;
}

.page-resources-online-betting-faq__table-of-contents a:hover,
.page-resources-online-betting-faq__table-of-contents a.active {
    color: #017439;
    font-weight: bold;
}

.page-resources-online-betting-faq__sidebar-promo {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.page-resources-online-betting-faq__sidebar-promo-title {
    font-size: 1.3em;
    color: #017439;
    margin-bottom: 15px;
}

.page-resources-online-betting-faq__sidebar-promo p {
    font-size: 0.95em;
    margin-bottom: 20px;
    color: #666;
}

.page-resources-online-betting-faq__sidebar-promo-button {
    display: block;
    background-color: #017439;
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
}

.page-resources-online-betting-faq__sidebar-promo-button:hover {
    background-color: #005a2d;
}

.page-resources-online-betting-faq__article-content {
    flex: 1;
    max-width: 800px; /* Content width control */
    padding-right: 20px;
}

.page-resources-online-betting-faq__intro-paragraph {
    font-size: 1.1em;
    margin-bottom: 30px;
    line-height: 1.7;
    color: #444444;
}

.page-resources-online-betting-faq__article-heading {
    font-size: 2em;
    color: #017439;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.page-resources-online-betting-faq__article-subheading {
    font-size: 1.5em;
    color: #017439;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-online-betting-faq__article-content p {
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 1.05em;
}

.page-resources-online-betting-faq__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
}

.page-resources-online-betting-faq__list li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.page-resources-online-betting-faq__ordered-list {
    list-style: decimal;
    margin-left: 25px;
    margin-bottom: 20px;
}

.page-resources-online-betting-faq__ordered-list li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.page-resources-online-betting-faq__article-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-online-betting-faq__highlight {
    color: #017439;
    font-weight: bold;
}

.page-resources-online-betting-faq__cta-button {
    display: inline-block;
    background-color: #C30808; /* Register/Login color */
    color: #FFFF00; /* Register/Login font color */
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
    border: 1px solid #FFFF00;
}

.page-resources-online-betting-faq__cta-button:hover {
    background-color: #e02a2a;
    transform: translateY(-2px);
}

.page-resources-online-betting-faq__conclusion {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eeeeee;
    text-align: center;
}

.page-resources-online-betting-faq__conclusion p {
    font-size: 1.1em;
    color: #444444;
    margin-bottom: 25px;
}

.page-resources-online-betting-faq__back-to-resources-button {
    display: inline-block;
    background-color: #017439;
    color: #FFFFFF;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-resources-online-betting-faq__back-to-resources-button:hover {
    background-color: #005a2d;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-resources-online-betting-faq__content-layout {
        flex-direction: column;
    }

    .page-resources-online-betting-faq__sidebar {
        flex: none;
        width: 100%;
        position: static;
        margin-bottom: 40px;
    }

    .page-resources-online-betting-faq__article-content {
        padding-right: 0;
    }

    .page-resources-online-betting-faq__hero-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-resources-online-betting-faq__hero-title {
        font-size: 1.8em;
    }

    .page-resources-online-betting-faq__hero-description {
        font-size: 1em;
    }

    .page-resources-online-betting-faq__hero-section {
        padding: 60px 0;
    }

    .page-resources-online-betting-faq__article-heading {
        font-size: 1.7em;
    }

    .page-resources-online-betting-faq__article-subheading {
        font-size: 1.3em;
    }

    .page-resources-online-betting-faq__article-content p,
    .page-resources-online-betting-faq__list li,
    .page-resources-online-betting-faq__ordered-list li {
        font-size: 0.95em;
    }
}