/* Styles from strong tag */
.next-steps {
    color: var(--primary);
}

/* Styles from ol tag */
.next-steps-list {
    margin: 12px 0 0 0;
    padding-left: 20px;
    color: var(--text-muted);
    line-height: 1.8;
}

/* style from div below the Generate content prompt */
.form-reset-button{
  margin-top: 16px;
}

/* style from div in the output section */
.output-section-container {
   margin-top: 24px;
   padding: 20px;
   background: rgba(59, 130, 246, 0.1);
   border: 1px solid rgba(59, 130, 246, 0.3);
   border-radius: 12px;
}
/* Output section wrapper */
.output-section-wrapper {
    position: relative;
}
