/* Kisure Sports Frontend v377
   Prediction crawl quality, semantic content and internal-link structure. */

.football-prediction-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .55rem;
    margin: 0 0 1rem;
    color: var(--ks-muted, #64748b);
    font-size: .88rem;
    font-weight: 700;
}

.football-prediction-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.football-prediction-breadcrumbs a:hover,
.football-prediction-breadcrumbs a:focus-visible {
    color: var(--ks-accent, #07848d);
    text-decoration: underline;
}

.football-prediction-breadcrumbs i {
    font-size: .62rem;
    opacity: .65;
}

.football-prediction-updated {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-top: .35rem;
    color: var(--ks-muted, #64748b);
    font-size: .82rem;
    font-weight: 700;
}

.football-prediction-key-facts {
    overflow: hidden;
}

.football-prediction-key-facts__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
    margin: 0 0 1.1rem;
}

.football-prediction-key-facts__grid > div {
    min-width: 0;
    padding: 1rem;
    border: 1px solid var(--ks-border, #dbe4ea);
    border-radius: 16px;
    background: var(--ks-soft, #f6f9fb);
}

.football-prediction-key-facts__grid span,
.football-prediction-key-facts__grid strong {
    display: block;
}

.football-prediction-key-facts__grid span {
    margin-bottom: .35rem;
    color: var(--ks-muted, #64748b);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.football-prediction-key-facts__grid strong {
    color: var(--ks-ink, #0f172a);
    font-size: .98rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.football-prediction-key-facts > p {
    margin: 0;
    color: var(--ks-text, #334155);
    line-height: 1.75;
}

.football-prediction-key-facts__links {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem 1.15rem;
    margin-top: 1.05rem;
}

.football-prediction-key-facts__links a {
    color: var(--ks-accent, #087f86);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.football-prediction-faq__list {
    display: grid;
    gap: .7rem;
}

.football-prediction-faq details {
    border: 1px solid var(--ks-border, #dbe4ea);
    border-radius: 14px;
    background: var(--ks-panel, #fff);
    overflow: clip;
}

.football-prediction-faq summary {
    position: relative;
    padding: 1rem 3rem 1rem 1rem;
    color: var(--ks-ink, #0f172a);
    cursor: pointer;
    font-weight: 800;
    line-height: 1.45;
    list-style: none;
}

.football-prediction-faq summary::-webkit-details-marker {
    display: none;
}

.football-prediction-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    color: var(--ks-accent, #087f86);
    font-size: 1.25rem;
}

.football-prediction-faq details[open] summary::after {
    content: "−";
}

.football-prediction-faq details p {
    margin: 0;
    padding: 0 1rem 1rem;
    color: var(--ks-text, #334155);
    line-height: 1.7;
}

.football-prediction-related__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
}

.football-prediction-related article {
    min-width: 0;
    padding: 1rem;
    border: 1px solid var(--ks-border, #dbe4ea);
    border-radius: 16px;
    background: var(--ks-panel, #fff);
}

.football-prediction-related small {
    color: var(--ks-muted, #64748b);
    font-weight: 700;
}

.football-prediction-related h3 {
    margin: .45rem 0;
    font-size: 1rem;
    line-height: 1.4;
}

.football-prediction-related h3 a {
    color: var(--ks-ink, #0f172a);
    text-decoration: none;
}

.football-prediction-related h3 a:hover,
.football-prediction-related h3 a:focus-visible {
    color: var(--ks-accent, #087f86);
    text-decoration: underline;
}

.football-prediction-related p {
    margin: 0;
    color: var(--ks-text, #334155);
}

[data-theme="dark"] .football-prediction-key-facts__grid > div,
[data-theme="dark"] .football-prediction-faq details,
[data-theme="dark"] .football-prediction-related article {
    background: rgba(255, 255, 255, .035);
}

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

@media (max-width: 620px) {
    .football-prediction-breadcrumbs {
        font-size: .8rem;
    }

    .football-prediction-key-facts__grid,
    .football-prediction-related__grid {
        grid-template-columns: 1fr;
    }
}
