/* v343: canonical club/player profiles and grouped honours */
.football-player-team-link--static {
    cursor: default;
    color: inherit;
}

.football-player-team-link--static:hover {
    transform: none;
}

.football-honours-list {
    display: grid;
    gap: .8rem;
    margin-top: .85rem;
}

.football-honour-group {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .09);
    border-radius: 16px;
    background: rgba(255, 255, 255, .86);
}

.football-honour-group__head {
    display: grid;
    gap: .12rem;
    padding: .8rem .9rem;
    border-bottom: 1px solid rgba(15, 23, 42, .07);
}

.football-honour-group__head strong {
    color: #0b1632;
    font-size: .92rem;
    line-height: 1.25;
}

.football-honour-group__head small {
    color: #64748b;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.football-honour-group__places {
    display: grid;
}

.football-honour-group__places span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .68rem .9rem;
}

.football-honour-group__places span + span {
    border-top: 1px solid rgba(15, 23, 42, .06);
}

.football-honour-group__places em {
    color: #475569;
    font-style: normal;
    font-size: .84rem;
    font-weight: 750;
}

.football-honour-group__places b {
    display: inline-flex;
    min-width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(14, 165, 164, .12);
    color: #087c79;
    font-size: .8rem;
    font-weight: 950;
}

.football-link-list--records {
    margin-top: .9rem;
    padding-top: .9rem;
    border-top: 1px solid rgba(15, 23, 42, .08);
}

.football-stat-grid--player-v335 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 760px) {
    .football-stat-grid--player-v335 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .football-stat-grid--player-v335 > div:last-child {
        grid-column: 1 / -1;
    }
}

html[data-theme="dark"] .football-honour-group {
    background: rgba(15, 23, 42, .78);
    border-color: rgba(255, 255, 255, .09);
}

html[data-theme="dark"] .football-honour-group__head,
html[data-theme="dark"] .football-honour-group__places span + span,
html[data-theme="dark"] .football-link-list--records {
    border-color: rgba(255, 255, 255, .08);
}

html[data-theme="dark"] .football-honour-group__head strong {
    color: #f8fafc;
}

html[data-theme="dark"] .football-honour-group__head small,
html[data-theme="dark"] .football-honour-group__places em {
    color: #cbd5e1;
}
