/* Kisure v266: strict fixture-date prediction search, richer data-driven reasons and market cards */
.football-prediction-date-filter--top .football-prediction-date-form label {
    font-weight: 950;
    color: #0f172a;
}

.football-prediction-recommended-bets__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
}

.football-prediction-recommended-bets__grid article {
    min-width: 0;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    padding: .9rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .055);
}

.football-prediction-recommended-bets__grid span,
.football-prediction-recommended-bets__grid strong,
.football-prediction-recommended-bets__grid em {
    display: block;
    min-width: 0;
}

.football-prediction-recommended-bets__grid span {
    color: #64748b;
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.football-prediction-recommended-bets__grid strong {
    margin-top: .35rem;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 950;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.football-prediction-recommended-bets__grid em {
    margin-top: .25rem;
    color: #64748b;
    font-size: .8rem;
    font-style: normal;
    font-weight: 800;
}

.football-prediction-stars {
    display: inline-flex;
    align-items: center;
    margin-left: .35rem;
    color: #f59e0b;
    letter-spacing: .04em;
    white-space: nowrap;
}

.football-prediction-reason-box {
    margin-top: 1rem;
    border: 1px solid rgba(13, 138, 250, .14);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(13, 138, 250, .075), rgba(209, 240, 206, .25));
    padding: clamp(1rem, 2vw, 1.25rem);
}

.football-prediction-reason-box h3 {
    margin: 0 0 .55rem;
    color: #0f172a;
    font-size: 1.02rem;
    font-weight: 950;
}

.football-prediction-reason-box p,
.football-prediction-reason-box small {
    display: block;
    margin: 0;
    color: #334155;
    line-height: 1.65;
    font-weight: 750;
}

.football-prediction-reason-box small {
    margin-top: .65rem;
    color: #64748b;
    font-size: .85rem;
}

.football-prediction-tip-row__preview > div p {
    line-height: 1.6;
}

.football-predictions-page .football-prediction-day .section-heading p,
.football-predictions-page .football-prediction-surebets__title p {
    max-width: 860px;
}

@media (max-width: 1100px) {
    .football-prediction-recommended-bets__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .football-prediction-recommended-bets__grid {
        grid-template-columns: 1fr;
    }

    .football-prediction-recommended-bets__grid article {
        border-radius: 16px;
    }
}

html[data-theme="dark"] .football-prediction-recommended-bets__grid article {
    background: rgba(15, 23, 42, .92);
    border-color: rgba(148, 163, 184, .18);
}

html[data-theme="dark"] .football-prediction-recommended-bets__grid strong,
html[data-theme="dark"] .football-prediction-reason-box h3,
html[data-theme="dark"] .football-prediction-date-filter--top .football-prediction-date-form label {
    color: #e5e7eb;
}

html[data-theme="dark"] .football-prediction-recommended-bets__grid span,
html[data-theme="dark"] .football-prediction-recommended-bets__grid em,
html[data-theme="dark"] .football-prediction-reason-box p,
html[data-theme="dark"] .football-prediction-reason-box small {
    color: #94a3b8;
}

html[data-theme="dark"] .football-prediction-reason-box {
    background: linear-gradient(135deg, rgba(13, 138, 250, .12), rgba(15, 23, 42, .92));
    border-color: rgba(148, 163, 184, .18);
}
