.team-members {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.team-members .panel-card {
    flex: 1;
    min-width: 140px;
}

.team-card__user {
    display: flex;
    align-items: center;
    gap: 8px;
}

.team-card__actions {
    display: flex;
    gap: 8px;
}

.team-error {
    color: var(--danger);
    margin-bottom: 12px;
}

.team-invite-submit {
    margin-top: 8px;
}
