/* prd_builder.css - External CSS for PRD Builder page */

/* Success icon styling */
.success-icon-lg {
    color: var(--success);
    font-size: 24px;
}

/* Success message subtext */
.success-subtext {
    color: var(--text-secondary);
    font-size: 13px;
}

/* Progress bar initial state */
.progress-bar-initial {
    width: 20%;
}

/* Progress step label */
.progress-step-label {
    font-size: 12px;
}

/* Hidden input field */
.hidden-field {
    display: none;
}

/* Submit section heading */
.submit-heading {
    font-size: 16px;
    margin-bottom: 8px;
}

/* Submit section description */
.submit-description {
    color: var(--text-muted);
    font-size: 14px;
    margin-bottom: 0;
}
