/* style/expert-predictions-today-football.css */
.page-expert-predictions-today-football {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
}

.page-expert-predictions-today-football__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-expert-predictions-today-football__hero {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-expert-predictions-today-football__hero::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.1), transparent 70%);
    transform: rotate(15deg);
    z-index: 0;
}

.page-expert-predictions-today-football__hero > .page-expert-predictions-today-football__container {
    position: relative;
    z-index: 1;
}

.page-expert-predictions-today-football__title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-expert-predictions-today-football__subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-expert-predictions-today-football__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    text-align: center;
    cursor: pointer;
    border: none;
}

.page-expert-predictions-today-football__button--primary {
    background-color: #ffc107;
    color: #333333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-expert-predictions-today-football__button--primary:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
}

.page-expert-predictions-today-football__button--secondary {
    background-color: #007bff;
    color: #ffffff;
    border: 2px solid #007bff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    font-size: 1em;
}

.page-expert-predictions-today-football__button--secondary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-1px);
}

.page-expert-predictions-today-football__section {
    padding: 60px 0;
    background-color: #f8f9fa;
    text-align: center;
}

.page-expert-predictions-today-football__section:nth-of-type(even) {
    background-color: #ffffff;
}

.page-expert-predictions-today-football__heading {
    font-size: 2.2em;
    color: #007bff;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-expert-predictions-today-football__description {
    font-size: 1.1em;
    color: #555555;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-expert-predictions-today-football__features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.page-expert-predictions-today-football__feature-item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: center;
    flex: 1 1 300px;
    max-width: 350px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-expert-predictions-today-football__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-expert-predictions-today-football__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0, 123, 255, 0.4));
}

.page-expert-predictions-today-football__feature-title {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-expert-predictions-today-football__feature-description {
    color: #666666;
    font-size: 1em;
}

.page-expert-predictions-today-football__match-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    overflow: hidden;
    text-align: left;
}

.page-expert-predictions-today-football__match-title {
    font-size: 1.8em;
    color: #007bff;
    padding: 25px 30px 15px;
    border-bottom: 1px solid #eeeeee;
    margin: 0;
}

.page-expert-predictions-today-football__match-meta {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    background-color: #f4f7f9;
    border-bottom: 1px solid #e0e0e0;
    color: #666666;
    font-size: 0.95em;
}

.page-expert-predictions-today-football__match-content {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    gap: 30px;
}

.page-expert-predictions-today-football__match-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.page-expert-predictions-today-football__match-details {
    flex-grow: 1;
    min-width: 300px;
}

.page-expert-predictions-today-football__match-details h4 {
    font-size: 1.4em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-expert-predictions-today-football__match-details p {
    margin-bottom: 15px;
    color: #444444;
}

.page-expert-predictions-today-football__match-details ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-expert-predictions-today-football__match-details ul li {
    background-color: #e9f5ff;
    border-left: 4px solid #007bff;
    padding: 10px 15px;
    margin-bottom: 8px;
    color: #333333;
    border-radius: 4px;
}

.page-expert-predictions-today-football__list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: left;
}

.page-expert-predictions-today-football__list li {
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #ffc107;
    font-size: 1.05em;
    color: #444444;
}

.page-expert-predictions-today-football__list li strong {
    color: #007bff;
}

.page-expert-predictions-today-football__promotion-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-expert-predictions-today-football__promotion-item {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-expert-predictions-today-football__promotion-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-expert-predictions-today-football__promotion-image {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    filter: drop-shadow(0 4px 8px rgba(255, 193, 7, 0.4));
}

.page-expert-predictions-today-football__promotion-title {
    font-size: 1.6em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-expert-predictions-today-football__promotion-text {
    color: #666666;
    margin-bottom: 25px;
}

.page-expert-predictions-today-football__call-to-action-text {
    font-size: 1.2em;
    color: #333333;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-expert-predictions-today-football__image--full-width {
    width: 100%;
    max-width: 900px;
    height: auto;
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-expert-predictions-today-football__cta-final {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #ffffff;
    padding: 80px 0;
}

.page-expert-predictions-today-football__cta-final .page-expert-predictions-today-football__heading,
.page-expert-predictions-today-football__cta-final .page-expert-predictions-today-football__description {
    color: #ffffff;
}

.page-expert-predictions-today-football__cta-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-expert-predictions-today-football__title {
        font-size: 2.2em;
    }
    .page-expert-predictions-today-football__heading {
        font-size: 1.8em;
    }
    .page-expert-predictions-today-football__match-content {
        flex-direction: column;
        align-items: center;
    }
    .page-expert-predictions-today-football__match-image {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .page-expert-predictions-today-football__feature-item {
        flex: 1 1 100%;
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .page-expert-predictions-today-football__hero {
        padding: 60px 0;
    }
    .page-expert-predictions-today-football__title {
        font-size: 1.8em;
    }
    .page-expert-predictions-today-football__subtitle {
        font-size: 1em;
    }
    .page-expert-predictions-today-football__button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-expert-predictions-today-football__heading {
        font-size: 1.6em;
    }
    .page-expert-predictions-today-football__section {
        padding: 40px 0;
    }
    .page-expert-predictions-today-football__match-title {
        font-size: 1.5em;
    }
    .page-expert-predictions-today-football__match-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .page-expert-predictions-today-football__cta-buttons {
        flex-direction: column;
    }
    .page-expert-predictions-today-football__button--primary,
    .page-expert-predictions-today-football__button--secondary {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-expert-predictions-today-football__title {
        font-size: 1.5em;
    }
    .page-expert-predictions-today-football__heading {
        font-size: 1.4em;
    }
    .page-expert-predictions-today-football__description {
        font-size: 0.95em;
    }
    .page-expert-predictions-today-football__match-title {
        font-size: 1.3em;
    }
    .page-expert-predictions-today-football__list li {
        font-size: 0.9em;
    }
}