.quick-registration-step-label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #64748b;
    margin: 0 0 0.75rem;
}

.quick-registration-step-label__name {
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.quick-registration-step-label__separator {
    font-weight: 400;
    opacity: 0.65;
}

.quick-registration-step-label__progress {
    letter-spacing: 0.02em;
    font-weight: 600;
}

@media (prefers-color-scheme: dark) {
    .quick-registration-step-label {
        color: #94a3b8;
    }
}
