/* Kisure Frontend v632 — player-profile links + match-flow integrity. */

/* Match event people are real navigation targets. Keep link styling visually
   identical to the existing event card while preserving the v625 assist stack. */
.football-commentary-player-link {
    color: inherit;
    text-decoration: none;
}

.football-commentary-player-link:hover,
.football-commentary-player-link:focus-visible {
    text-decoration: none;
}

.football-commentary-player-name {
    display: block;
    min-width: 0;
    max-width: 100%;
}

.football-commentary-player-name:hover strong,
.football-commentary-player-name:focus-visible strong,
.football-commentary-assist.football-commentary-player-link:hover,
.football-commentary-assist.football-commentary-player-link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.football-commentary-person__avatar.football-commentary-player-link:focus-visible,
.football-commentary-player-name:focus-visible,
.football-commentary-assist.football-commentary-player-link:focus-visible {
    outline: 2px solid var(--brand, #008d86);
    outline-offset: 2px;
    border-radius: 8px;
}

/* A penalty shootout is not part of the pressure timeline. Older CSS supported
   a PEN badge after the AET axis; v632 deliberately suppresses it even if stale
   markup survives in a browser cache during rollout. */
.football-momentum-axis > em,
.football-momentum-axis.has-penalties > em {
    display: none !important;
}
