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

.page-betting-guides-understanding-odds__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-betting-guides-understanding-odds__container--center {
    text-align: center;
}

.page-betting-guides-understanding-odds__hero {
    background: linear-gradient(135deg, #0047AB 0%, #0047AB 70%, #FFD700 100%); /* Royal Blue to Gold */
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.page-betting-guides-understanding-odds__hero-content {
    max-width: 800px;
    z-index: 1;
    position: relative;
}

.page-betting-guides-understanding-odds__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    overflow: hidden;
}

.page-betting-guides-understanding-odds__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-betting-guides-understanding-odds__title {
    font-size: 2.8em;
    margin-bottom: 15px;
    font-weight: bold;
    color: #FFD700; /* Gold for main title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-betting-guides-understanding-odds__subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #FFFFFF;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-betting-guides-understanding-odds__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #0047AB; /* Royal Blue text */
    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-betting-guides-understanding-odds__cta-button:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-3px);
}

.page-betting-guides-understanding-odds__cta-button--large {
    padding: 18px 40px;
    font-size: 1.2em;
}

.page-betting-guides-understanding-odds__section {
    padding: 60px 0;
}

.page-betting-guides-understanding-odds__section--intro {
    background-color: #ffffff;
}

.page-betting-guides-understanding-odds__section--odds-types {
    background-color: #f0f2f5;
}

.page-betting-guides-understanding-odds__section--handicap {
    background-color: #ffffff;
}

.page-betting-guides-understanding-odds__section--strategy {
    background-color: #f0f2f5;
}

.page-betting-guides-understanding-odds__section--cta {
    background-color: #0047AB;
    color: #FFFFFF;
    padding: 80px 0;
}

.page-betting-guides-understanding-odds__section--responsible-gambling {
    background-color: #e9ecef;
    color: #333;
}

.page-betting-guides-understanding-odds__section-title {
    font-size: 2.2em;
    color: #0047AB; /* Royal Blue for section titles */
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.page-betting-guides-understanding-odds__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Gold underline */
    border-radius: 2px;
}

.page-betting-guides-understanding-odds__section--cta .page-betting-guides-understanding-odds__section-title,
.page-betting-guides-understanding-odds__section--cta p {
    color: #FFFFFF;
}

.page-betting-guides-understanding-odds__section--cta .page-betting-guides-understanding-odds__section-title::after {
    background-color: #FFD700;
}

.page-betting-guides-understanding-odds__sub-title {
    font-size: 1.6em;
    color: #0047AB;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-betting-guides-understanding-odds__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-betting-guides-understanding-odds__grid-item {
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-betting-guides-understanding-odds__grid-item:hover {
    transform: translateY(-5px);
}

.page-betting-guides-understanding-odds__grid-item h3 {
    color: #0047AB;
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-betting-guides-understanding-odds__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-betting-guides-understanding-odds__image--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-betting-guides-understanding-odds__list,
.page-betting-guides-understanding-odds__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #444;
}

.page-betting-guides-understanding-odds__ordered-list {
    list-style-type: decimal;
}

.page-betting-guides-understanding-odds__list li,
.page-betting-guides-understanding-odds__ordered-list li {
    margin-bottom: 10px;
}

.page-betting-guides-understanding-odds__link {
    color: #0047AB;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-betting-guides-understanding-odds__link:hover {
    color: #FFD700;
    text-decoration: underline;
}

.page-betting-guides-understanding-odds__link--footer {
    color: #0047AB;
}

.page-betting-guides-understanding-odds__link--footer:hover {
    color: #FFD700;
}

.page-betting-guides-understanding-odds__small-text {
    font-size: 0.9em;
    margin-top: 20px;
    color: #FFFFFF;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-betting-guides-understanding-odds__title {
        font-size: 2.2em;
    }

    .page-betting-guides-understanding-odds__subtitle {
        font-size: 1.1em;
    }

    .page-betting-guides-understanding-odds__section-title {
        font-size: 1.8em;
    }

    .page-betting-guides-understanding-odds__sub-title {
        font-size: 1.3em;
    }

    .page-betting-guides-understanding-odds__grid {
        grid-template-columns: 1fr;
    }

    .page-betting-guides-understanding-odds__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-betting-guides-understanding-odds__title {
        font-size: 1.8em;
    }

    .page-betting-guides-understanding-odds__subtitle {
        font-size: 1em;
    }

    .page-betting-guides-understanding-odds__section-title {
        font-size: 1.6em;
    }

    .page-betting-guides-understanding-odds__sub-title {
        font-size: 1.2em;
    }

    .page-betting-guides-understanding-odds__hero {
        padding: 60px 0;
    }

    .page-betting-guides-understanding-odds__section {
        padding: 40px 0;
    }
}