@import url("variables.css");

@import url("base.css");

@import url("progress-bar.css");

/* Success Step Styling */

.success-header {
    text-align: center;
    margin-bottom: 1rem;
    padding: 1rem;
}

.success-icon {
    color: #22c55e;
    margin-bottom: 1rem;
}

.success-header h2 {
    color: #065f46;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.success-message {
    color: #374151;
    margin: 0;
    line-height: 1.6;
}
