tzcld-autoeval {
  .tzcld-h2 {
    font-size: 16px;
    font-weight: 800;
  }
  [name="evaluation_point_answer"] {
    solid-form solid-form-dropdown-label select {
      padding: 12px 40px 12px 14px;
    }
  }
}

.auto-eval-answer {
  solid-display-div[name="comment"] {
    flex-direction: row;
    display: flex;
    align-items: flex-start;
    gap: 10px; /* add this line */
    flex-wrap: nowrap; /* add this line */

    div,
    button {
      display: inline-block;
    }
    div {
      flex: 1 1 0;
      white-space: normal;
    }
    button {
      flex: 0 1 0;
      border: 2px solid var(--color-primary);
      border-radius: 4px;
      color: var(--color-primary);
      font-size: 12px;
      font-weight: 800;
      line-height: 16px;
      margin: 10px 0;
      padding: 8px 12px;
      text-align: center;
      text-transform: uppercase;
    }
  }
  solid-form-textarea[name="comment"],
  textarea[name="comment"] {
    width: 100%;
    min-height: 80px;
  }
}
