.sge-registro-card {
    max-width: 520px;
}

.sge-registro-step-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px;
}

.sge-wizard-steps {
    display: flex;
    gap: 8px;
    margin: 0 0 20px;
}

.sge-wizard-step {
    flex: 1;
    height: 4px;
    border-radius: 4px;
    background: var(--sge-color-border);
}

.sge-wizard-step.is-active,
.sge-wizard-step.is-done {
    background: var(--sge-color-primary, #1f6feb);
}

.sge-registro-actions {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.sge-registro-actions .sge-btn-primary {
    flex: 1;
}

.sge-registro-preview {
    margin: 8px 0 0;
    font-size: 13px;
    color: var(--sge-color-text-muted);
}

.sge-registro-slug-status {
    margin: 6px 0 0;
    font-size: 13px;
}

.sge-registro-slug-status.is-ok {
    color: #1f7a6b;
}

.sge-registro-slug-status.is-bad {
    color: #b42318;
}

.sge-registro-wait {
    margin: 0 0 8px;
    font-size: 14px;
    color: var(--sge-color-text-muted);
}

.sge-hp {
    position: absolute;
    left: -9999px;
    height: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
}
