/* style/sports-betting-live-betting-guide.css */
.page-sports-betting-live-betting-guide {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark grey for general text on light background, good contrast */
}

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

.page-sports-betting-live-betting-guide__container--center-text {
    text-align: center;
}

.page-sports-betting-live-betting-guide__section {
    padding: 60px 0;
}

.page-sports-betting-live-betting-guide__section--light-bg {
    background-color: #f8f8f8; /* Light background */
    color: #333333;
}

.page-sports-betting-live-betting-guide__section--dark-bg {
    background-color: #0A2463; /* Main brand dark blue */
    color: #FFFFFF; /* White text on dark blue background, excellent contrast */
}

.page-sports-betting-live-betting-guide__section--cta-bg {
    background-color: #0A2463; /* Main brand dark blue for CTA */
    color: #FFFFFF; /* White text on dark blue background, excellent contrast */
    padding: 80px 0;
}

.page-sports-betting-live-betting-guide__hero {
    background: linear-gradient(135deg, #0A2463, #3A5B8A); /* Gradient with main color */
    padding: 80px 0 40px;
    color: #FFFFFF;
    text-align: center;
}

.page-sports-betting-live-betting-guide__title {
    font-size: 3.2em;
    color: #FFD700; /* Gold title on dark background, excellent contrast */
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-sports-betting-live-betting-guide__subtitle {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #E0E0E0; /* Light grey for subtitle on dark background, good contrast */
}

.page-sports-betting-live-betting-guide__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

.page-sports-betting-live-betting-guide__heading {
    font-size: 2.5em;
    color: #0A2463; /* Dark blue heading on light background, excellent contrast */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

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

.page-sports-betting-live-betting-guide__heading--gold-text {
    color: #FFD700; /* Gold heading on dark background, excellent contrast */
}

.page-sports-betting-live-betting-guide__heading--gold-text::after {
    background-color: #FFFFFF;
}

.page-sports-betting-live-betting-guide__sub-heading {
    font-size: 1.8em;
    color: #0A2463; /* Dark blue sub-heading on light background, excellent contrast */
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-sports-betting-live-betting-guide__sub-heading--gold-text {
    color: #FFD700; /* Gold sub-heading on dark background, excellent contrast */
}

.page-sports-betting-live-betting-guide__text {
    font-size: 1.1em;
    margin-bottom: 20px;
}

.page-sports-betting-live-betting-guide__text--white {
    color: #FFFFFF;
}

.page-sports-betting-live-betting-guide__list,
.page-sports-betting-live-betting-guide__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 1.05em;
}

.page-sports-betting-live-betting-guide__ordered-list {
    list-style-type: decimal;
    text-align: left;
    max-width: 600px;
    margin: 0 auto 30px;
}

.page-sports-betting-live-betting-guide__ordered-list--white-text li {
    color: #FFFFFF; /* White list items on dark background, excellent contrast */
    margin-bottom: 10px;
}

.page-sports-betting-live-betting-guide__list li,
.page-sports-betting-live-betting-guide__ordered-list li {
    margin-bottom: 8px;
}

.page-sports-betting-live-betting-guide__content-block {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.page-sports-betting-live-betting-guide__section--dark-bg .page-sports-betting-live-betting-guide__content-block {
    background-color: #1A3A70; /* Slightly lighter dark blue for content blocks on dark background */
    color: #FFFFFF; /* White text on this background, excellent contrast */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page-sports-betting-live-betting-guide__content-block--gold-border {
    border: 1px solid #FFD700;
}

.page-sports-betting-live-betting-guide__image {
    max-width: 300px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.page-sports-betting-live-betting-guide__image--align-right {
    float: right;
    margin-left: 30px;
    margin-bottom: 15px;
}

.page-sports-betting-live-betting-guide__image--align-left {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}

.page-sports-betting-live-betting-guide__content-block::after {
    content: '';
    display: block;
    clear: both;
}

.page-sports-betting-live-betting-guide__cta-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-sports-betting-live-betting-guide__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-sports-betting-live-betting-guide__btn--primary {
    background-color: #FFD700; /* Gold button */
    color: #0A2463; /* Dark blue text on gold, excellent contrast */
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-sports-betting-live-betting-guide__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-sports-betting-live-betting-guide__btn--secondary {
    background-color: #0A2463; /* Dark blue button */
    color: #FFD700; /* Gold text on dark blue, excellent contrast */
    border: 2px solid #FFD700;
    box-shadow: 0 4px 15px rgba(10, 36, 99, 0.4);
}

.page-sports-betting-live-betting-guide__btn--secondary:hover {
    background-color: #1A3A70;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-sports-betting-live-betting-guide__title {
        font-size: 2.5em;
    }

    .page-sports-betting-live-betting-guide__heading {
        font-size: 2em;
    }

    .page-sports-betting-live-betting-guide__sub-heading {
        font-size: 1.5em;
    }

    .page-sports-betting-live-betting-guide__image--align-right,
    .page-sports-betting-live-betting-guide__image--align-left {
        float: none;
        margin: 20px auto;
        display: block;
    }
}

@media (max-width: 768px) {
    .page-sports-betting-live-betting-guide__section {
        padding: 40px 0;
    }

    .page-sports-betting-live-betting-guide__hero {
        padding: 60px 0 30px;
    }

    .page-sports-betting-live-betting-guide__title {
        font-size: 2em;
    }

    .page-sports-betting-live-betting-guide__subtitle {
        font-size: 1em;
    }

    .page-sports-betting-live-betting-guide__heading {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-sports-betting-live-betting-guide__sub-heading {
        font-size: 1.3em;
    }

    .page-sports-betting-live-betting-guide__list,
    .page-sports-betting-live-betting-guide__ordered-list {
        margin-left: 20px;
        font-size: 0.95em;
    }

    .page-sports-betting-live-betting-guide__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-sports-betting-live-betting-guide__btn {
        padding: 12px 25px;
        font-size: 1em;
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-sports-betting-live-betting-guide__container {
        padding: 15px;
    }

    .page-sports-betting-live-betting-guide__title {
        font-size: 1.8em;
    }

    .page-sports-betting-live-betting-guide__heading {
        font-size: 1.5em;
    }

    .page-sports-betting-live-betting-guide__sub-heading {
        font-size: 1.2em;
    }
}