.team-detail-page .ref-detail-hero__image-wrap {
    width: 120px;
    height: 120px;
}

.team-detail-page .ref-detail-hero__image {
    border-radius: 16px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.04);
    padding: 0.5rem;
}

.team-detail-page .ref-detail-official__image {
    border-radius: 12px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.04);
    padding: 0.2rem;
}

.team-highlights {
    display: grid;
    gap: 0.75rem;
}

.team-highlight {
    border-radius: 12px;
    border: 1px solid var(--ref-border);
    background: rgba(255, 255, 255, 0.03);
    padding: 0.65rem 0.75rem;
}

.team-highlight__label {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--text-tertiary);
}

.team-highlight__items {
    margin-top: 0.35rem;
    display: grid;
    gap: 0.25rem;
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.team-highlight__items span {
    color: var(--text-primary);
    font-weight: 600;
}

.team-highlight__meta {
    font-size: 0.75rem;
    color: var(--text-tertiary);
}
