.team-name-card-compact {
    align-items: center;
    gap: 1.25rem;
    padding: 1.05rem 1.35rem;
}

.team-name-card-compact .team-name-copy {
    max-width: 520px;
}

.team-name-card-compact .team-name-copy .eyebrow {
    margin-bottom: 0.45rem;
}

.team-name-card-compact .team-name-copy h2 {
    margin: 0 0 0.35rem;
}

.team-name-card-compact .team-name-copy p:last-child {
    margin: 0;
}

.team-name-form-compact {
    min-width: min(100%, 430px);
}

.team-name-form-compact label {
    margin-bottom: 0.35rem;
}

.team-name-form-compact .team-name-controls {
    gap: 0.6rem;
}

.team-name-form-compact .team-name-controls input {
    padding: 0.72rem 0.9rem;
}

.team-name-form-compact .team-name-controls .primary-button {
    padding: 0.72rem 1.15rem;
    white-space: nowrap;
}

.team-name-form-compact .team-name-message {
    min-height: 0;
    margin: 0.35rem 0 0;
}

@media (max-width: 750px) {
    .team-name-card-compact {
        padding: 1rem;
    }

    .team-name-form-compact {
        min-width: 100%;
    }
}
