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

.page-resources-hello88-sports-betting-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-hello88-sports-betting-guide__hero-section {
    background: linear-gradient(135deg, #001F3F 0%, #003366 100%); /* Deep Blue gradient */
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.page-resources-hello88-sports-betting-guide__hero-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    font-weight: bold;
    color: #FFD700;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-hello88-sports-betting-guide__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #f0f0f0;
    position: relative;
    z-index: 1;
}

.page-resources-hello88-sports-betting-guide__brand-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-resources-hello88-sports-betting-guide__brand-link:hover {
    text-decoration: underline;
}

.page-resources-hello88-sports-betting-guide__hero-image {
    display: none; /* Hide the hero image in hero section, use as background */
}

.page-resources-hello88-sports-betting-guide__section-title {
    font-size: 2.5em;
    color: #001F3F;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.page-resources-hello88-sports-betting-guide__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-resources-hello88-sports-betting-guide__subsection-title {
    font-size: 1.8em;
    color: #001F3F;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-resources-hello88-sports-betting-guide__article p {
    margin-bottom: 1em;
    font-size: 1.1em;
    color: #444;
}

.page-resources-hello88-sports-betting-guide__article .keyword {
    font-weight: bold;
    color: #001F3F;
}

.page-resources-hello88-sports-betting-guide__article .highlight {
    color: #FFD700;
    font-weight: bold;
}

.page-resources-hello88-sports-betting-guide__article ul,
.page-resources-hello88-sports-betting-guide__article ol {
    margin-bottom: 1em;
    padding-left: 25px;
    font-size: 1.1em;
    color: #444;
}

.page-resources-hello88-sports-betting-guide__article li {
    margin-bottom: 0.5em;
}

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

.page-resources-hello88-sports-betting-guide__faq-item {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-hello88-sports-betting-guide__faq-question {
    font-size: 1.3em;
    color: #001F3F;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
}

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

.page-resources-hello88-sports-betting-guide__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 1.1em;
    margin-top: 30px;
}

.page-resources-hello88-sports-betting-guide__btn--primary {
    background-color: #FFD700;
    color: #001F3F;
    border: 2px solid #FFD700;
}

.page-resources-hello88-sports-betting-guide__btn--primary:hover {
    background-color: #e6c200;
    color: #000;
    border-color: #e6c200;
}

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

    .page-resources-hello88-sports-betting-guide__hero-subtitle {
        font-size: 1.1em;
    }

    .page-resources-hello88-sports-betting-guide__section-title {
        font-size: 2em;
    }

    .page-resources-hello88-sports-betting-guide__subsection-title {
        font-size: 1.5em;
    }

    .page-resources-hello88-sports-betting-guide__article p,
    .page-resources-hello88-sports-betting-guide__article ul,
    .page-resources-hello88-sports-betting-guide__article ol {
        font-size: 1em;
    }

    .page-resources-hello88-sports-betting-guide__faq-question {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-resources-hello88-sports-betting-guide__hero-section {
        padding: 60px 0;
    }

    .page-resources-hello88-sports-betting-guide__hero-title {
        font-size: 2em;
    }

    .page-resources-hello88-sports-betting-guide__hero-subtitle {
        font-size: 0.9em;
    }

    .page-resources-hello88-sports-betting-guide__section-title {
        font-size: 1.8em;
    }

    .page-resources-hello88-sports-betting-guide__subsection-title {
        font-size: 1.3em;
    }

    .page-resources-hello88-sports-betting-guide__btn {
        padding: 10px 20px;
        font-size: 1em;
    }
}