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

.page-resources-alo-789-betting-guide__container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-alo-789-betting-guide__hero-section {
    background: linear-gradient(135deg, #0A2E36 0%, #1a525d 100%); /* Adjusted gradient for better visibility */
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-alo-789-betting-guide__main-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-alo-789-betting-guide__subtitle {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.page-resources-alo-789-betting-guide__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-resources-alo-789-betting-guide__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.page-resources-alo-789-betting-guide__btn--primary {
    background-color: #E74C3C; /* Auxiliary color */
    color: #ffffff;
    border: 2px solid #E74C3C;
}

.page-resources-alo-789-betting-guide__btn--primary:hover {
    background-color: #c0392b;
    border-color: #c0392b;
    transform: translateY(-2px);
}

.page-resources-alo-789-betting-guide__btn--secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-resources-alo-789-betting-guide__btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.page-resources-alo-789-betting-guide__content-section {
    padding: 60px 0;
}

.page-resources-alo-789-betting-guide__article-content {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-alo-789-betting-guide__section-title {
    font-size: 2em;
    color: #0A2E36; /* Main color */
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 3px solid #E74C3C; /* Auxiliary color for emphasis */
    padding-bottom: 10px;
}

.page-resources-alo-789-betting-guide__sub-section-title {
    font-size: 1.5em;
    color: #0A2E36;
    margin-top: 30px;
    margin-bottom: 15px;
}

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

.page-resources-alo-789-betting-guide__ordered-list,
.page-resources-alo-789-betting-guide__unordered-list {
    margin-bottom: 20px;
    padding-left: 25px;
}

.page-resources-alo-789-betting-guide__ordered-list li,
.page-resources-alo-789-betting-guide__unordered-list li {
    margin-bottom: 10px;
    font-size: 1.05em;
    color: #444;
}

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

.page-resources-alo-789-betting-guide__faq {
    margin-top: 30px;
}

.page-resources-alo-789-betting-guide__faq-item {
    background-color: #f2f4f6;
    border-left: 5px solid #0A2E36; /* Main color */
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.page-resources-alo-789-betting-guide__faq-question {
    font-size: 1.2em;
    color: #0A2E36;
    margin-bottom: 10px;
}

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

.page-resources-alo-789-betting-guide__cta-buttons--bottom {
    margin-top: 50px;
    margin-bottom: 30px;
}

.page-resources-alo-789-betting-guide__return-link {
    text-align: center;
    margin-top: 40px;
}

.page-resources-alo-789-betting-guide__link {
    color: #0A2E36;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-alo-789-betting-guide__link:hover {
    color: #E74C3C;
    text-decoration: underline;
}

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

    .page-resources-alo-789-betting-guide__subtitle {
        font-size: 1em;
    }

    .page-resources-alo-789-betting-guide__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-alo-789-betting-guide__section-title {
        font-size: 1.8em;
    }

    .page-resources-alo-789-betting-guide__sub-section-title {
        font-size: 1.3em;
    }

    .page-resources-alo-789-betting-guide__article-content {
        padding: 20px;
    }
}

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

    .page-resources-alo-789-betting-guide__hero-section {
        padding: 60px 0;
    }

    .page-resources-alo-789-betting-guide__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-alo-789-betting-guide__btn {
        width: 80%;
        margin: 0 auto;
    }

    .page-resources-alo-789-betting-guide__section-title {
        font-size: 1.5em;
    }

    .page-resources-alo-789-betting-guide__sub-section-title {
        font-size: 1.2em;
    }
}