@use "variables.scss";

.choose-label-set-modal {
  .content {
    h3 {
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      color: variables.$grey-darker;
    }

    p {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: variables.$text-strong;
    }

    .label-set-list {
      max-height: 400px;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      gap: 16px;

      button.full-width {
        width: 100%;
      }
    }

    .labels-list {
      color: variables.$grey-blue;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
    }

    .next-step-description {
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      text-align: center;
      color: variables.$text-color;
      margin-top: 8px;
    }
  }
}
