/* style/resources-sports-betting-guide.css */
.page-resources-sports-betting-guide {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-resources-sports-betting-guide__hero-section {
    background: linear-gradient(135deg, #0A2463, #3a5c96);
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-sports-betting-guide__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,sports_elements,gradient_overlay]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 0;
}

.page-resources-sports-betting-guide__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.page-resources-sports-betting-guide__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    line-height: 1.2;
}

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

.page-resources-sports-betting-guide__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2463;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-sports-betting-guide__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-sports-betting-guide__content-section {
    padding: 40px 0;
    background-color: #ffffff;
}

.page-resources-sports-betting-guide__article-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.page-resources-sports-betting-guide__article-content h2 {
    color: #0A2463;
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-sports-betting-guide__article-content h3 {
    color: #0A2463;
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-sports-betting-guide__article-content p {
    margin-bottom: 1em;
    font-size: 1.05em;
    line-height: 1.7;
    color: #444;
}

.page-resources-sports-betting-guide__list,
.page-resources-sports-betting-guide__ordered-list {
    margin-bottom: 1em;
    padding-left: 25px;
    list-style-type: disc;
    color: #444;
}

.page-resources-sports-betting-guide__ordered-list {
    list-style-type: decimal;
}

.page-resources-sports-betting-guide__list li,
.page-resources-sports-betting-guide__ordered-list li {
    margin-bottom: 0.5em;
    font-size: 1.05em;
}

.page-resources-sports-betting-guide__highlight-text {
    color: #0A2463;
    font-weight: bold;
}

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

.page-resources-sports-betting-guide__image--centered {
    margin-left: auto;
    margin-right: auto;
}

.page-resources-sports-betting-guide__cta-button--inline {
    margin-top: 20px;
    margin-bottom: 20px;
    display: table;
}

.page-resources-sports-betting-guide__cta-button--final {
    display: block;
    width: fit-content;
    margin: 40px auto 20px auto;
    background-color: #0A2463;
    color: #FFD700;
}

.page-resources-sports-betting-guide__cta-button--final:hover {
    background-color: #1a3d7a;
    transform: translateY(-3px);
}

.page-resources-sports-betting-guide__faq-item {
    background-color: #f0f4f7;
    border-left: 5px solid #0A2463;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.page-resources-sports-betting-guide__faq-question {
    font-size: 1.2em;
    color: #0A2463;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-resources-sports-betting-guide__faq-answer {
    font-size: 1em;
    color: #555;
}

.page-resources-sports-betting-guide__back-link {
    display: inline-block;
    margin-top: 40px;
    color: #0A2463;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-sports-betting-guide__back-link:hover {
    color: #FFD700;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-sports-betting-guide__hero-title {
        font-size: 2.2em;
    }

    .page-resources-sports-betting-guide__hero-description,
    .page-resources-sports-betting-guide__article-content p,
    .page-resources-sports-betting-guide__list li,
    .page-resources-sports-betting-guide__ordered-list li {
        font-size: 1em;
    }

    .page-resources-sports-betting-guide__article-content h2 {
        font-size: 1.8em;
    }

    .page-resources-sports-betting-guide__article-content h3 {
        font-size: 1.3em;
    }

    .page-resources-sports-betting-guide__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-sports-betting-guide__hero-title {
        font-size: 1.8em;
    }

    .page-resources-sports-betting-guide__hero-description {
        font-size: 0.95em;
    }

    .page-resources-sports-betting-guide__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-resources-sports-betting-guide__article-wrapper {
        padding: 15px;
    }

    .page-resources-sports-betting-guide__article-content h2 {
        font-size: 1.6em;
    }

    .page-resources-sports-betting-guide__article-content h3 {
        font-size: 1.2em;
    }
}