.avatar {
    margin-top: 8px;
    overflow: hidden;
    position: relative;
}

.avatar > * {
    grid-area: 1 / 1;
}

.player-portrait {
    height: 100%;
    inset: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
    object-fit: contain;
    object-position: center bottom;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.scout-card .team {
    align-items: center;
    display: flex;
    gap: 7px;
    min-height: 20px;
}

.team-logo {
    flex: 0 0 18px;
    height: 18px;
    object-fit: contain;
    width: 18px;
}
