/* style/online-gambling-high-odds-recommendation.css */

.page-online-gambling-high-odds-recommendation {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f4f7f6;
}

.page-online-gambling-high-odds-recommendation__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-online-gambling-high-odds-recommendation__hero {
    background: linear-gradient(135deg, #004AAD 0%, #00287A 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-online-gambling-high-odds-recommendation__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-online-gambling-high-odds-recommendation__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-online-gambling-high-odds-recommendation__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-online-gambling-high-odds-recommendation__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;
    border: none;
}

.page-online-gambling-high-odds-recommendation__btn--primary {
    background-color: #FFD700;
    color: #004AAD;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-online-gambling-high-odds-recommendation__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-online-gambling-high-odds-recommendation__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    box-shadow: 0 4px 15px rgba(0, 74, 173, 0.2);
}

.page-online-gambling-high-odds-recommendation__btn--secondary:hover {
    background-color: #FFD700;
    color: #004AAD;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-online-gambling-high-odds-recommendation__section {
    padding: 60px 0;
    text-align: center;
}

.page-online-gambling-high-odds-recommendation__section:nth-of-type(even) {
    background-color: #e9ecef;
}

.page-online-gambling-high-odds-recommendation__section-title {
    font-size: 2.5em;
    color: #004AAD;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-online-gambling-high-odds-recommendation__section-description {
    font-size: 1.1em;
    color: #555;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.page-online-gambling-high-odds-recommendation__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-online-gambling-high-odds-recommendation__feature-card,
.page-online-gambling-high-odds-recommendation__info-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.page-online-gambling-high-odds-recommendation__feature-card:hover,
.page-online-gambling-high-odds-recommendation__info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-online-gambling-high-odds-recommendation__feature-icon,
.page-online-gambling-high-odds-recommendation__info-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-online-gambling-high-odds-recommendation__card-title {
    font-size: 1.6em;
    color: #004AAD;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-online-gambling-high-odds-recommendation__text-block {
    font-size: 1.1em;
    color: #444;
    margin-top: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-online-gambling-high-odds-recommendation__content-block {
    margin-bottom: 60px;
    text-align: left;
}

.page-online-gambling-high-odds-recommendation__image-text-flex {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.page-online-gambling-high-odds-recommendation__image-text-flex--reverse {
    flex-direction: row-reverse;
}

.page-online-gambling-high-odds-recommendation__image-wrapper {
    flex: 1;
    min-width: 300px;
}

.page-online-gambling-high-odds-recommendation__content-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-online-gambling-high-odds-recommendation__text-content {
    flex: 1;
}

.page-online-gambling-high-odds-recommendation__content-title {
    font-size: 2em;
    color: #004AAD;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-online-gambling-high-odds-recommendation__text-content p {
    margin-bottom: 15px;
    color: #555;
    font-size: 1.05em;
}

.page-online-gambling-high-odds-recommendation__list {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 900px;
    margin: 40px auto;
}

.page-online-gambling-high-odds-recommendation__list li {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    color: #333;
    font-size: 1.1em;
    display: flex;
    align-items: flex-start;
}

.page-online-gambling-high-odds-recommendation__list li strong {
    color: #004AAD;
    margin-right: 10px;
    flex-shrink: 0;
}

.page-online-gambling-high-odds-recommendation__list li::before {
    content: '✅';
    margin-right: 15px;
    font-size: 1.2em;
    line-height: 1;
    color: #FFD700;
}

.page-online-gambling-high-odds-recommendation__cta-banner {
    background: linear-gradient(90deg, #004AAD, #00287A);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.page-online-gambling-high-odds-recommendation__cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.page-online-gambling-high-odds-recommendation__cta-icon {
    width: 90px;
    height: 90px;
    object-fit: contain;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
}

.page-online-gambling-high-odds-recommendation__cta-title {
    font-size: 3em;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.page-online-gambling-high-odds-recommendation__cta-description {
    font-size: 1.3em;
    color: #e0e0e0;
    max-width: 900px;
    margin-bottom: 30px;
}

.page-online-gambling-high-odds-recommendation__btn--lg {
    padding: 18px 35px;
    font-size: 1.2em;
    border-radius: 10px;
}

.page-online-gambling-high-odds-recommendation__btn--alt {
    background-color: transparent;
    border: 2px solid #FFD700;
    color: #FFD700;
}

.page-online-gambling-high-odds-recommendation__btn--alt:hover {
    background-color: #FFD700;
    color: #004AAD;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-online-gambling-high-odds-recommendation__hero-title {
        font-size: 2.8em;
    }

    .page-online-gambling-high-odds-recommendation__hero-subtitle {
        font-size: 1.3em;
    }

    .page-online-gambling-high-odds-recommendation__section-title {
        font-size: 2em;
    }

    .page-online-gambling-high-odds-recommendation__content-title {
        font-size: 1.8em;
    }

    .page-online-gambling-high-odds-recommendation__image-text-flex {
        flex-direction: column;
        text-align: center;
    }

    .page-online-gambling-high-odds-recommendation__image-text-flex--reverse {
        flex-direction: column;
    }

    .page-online-gambling-high-odds-recommendation__text-content {
        order: 2;
    }

    .page-online-gambling-high-odds-recommendation__image-wrapper {
        order: 1;
    }

    .page-online-gambling-high-odds-recommendation__cta-title {
        font-size: 2.5em;
    }

    .page-online-gambling-high-odds-recommendation__cta-description {
        font-size: 1.1em;
    }

    .page-online-gambling-high-odds-recommendation__hero-actions,
    .page-online-gambling-high-odds-recommendation__cta-content .page-online-gambling-high-odds-recommendation__btn {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .page-online-gambling-high-odds-recommendation__hero {
        padding: 60px 0;
    }

    .page-online-gambling-high-odds-recommendation__hero-title {
        font-size: 2.2em;
    }

    .page-online-gambling-high-odds-recommendation__hero-subtitle {
        font-size: 1.1em;
    }

    .page-online-gambling-high-odds-recommendation__section {
        padding: 40px 0;
    }

    .page-online-gambling-high-odds-recommendation__section-title {
        font-size: 1.8em;
    }

    .page-online-gambling-high-odds-recommendation__grid {
        grid-template-columns: 1fr;
    }

    .page-online-gambling-high-odds-recommendation__cta-title {
        font-size: 2em;
    }

    .page-online-gambling-high-odds-recommendation__btn {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .page-online-gambling-high-odds-recommendation__hero-title {
        font-size: 1.8em;
    }

    .page-online-gambling-high-odds-recommendation__hero-subtitle {
        font-size: 1em;
    }

    .page-online-gambling-high-odds-recommendation__btn {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-online-gambling-high-odds-recommendation__cta-title {
        font-size: 1.5em;
    }

    .page-online-gambling-high-odds-recommendation__cta-description {
        font-size: 0.9em;
    }
}