.questions {
  @apply flex flex-col px-2 py-5 gap-3 w-full max-w-7xl m-auto;
  header {
    @apply flex flex-col gap-2;
    p {
      @apply mt-1 text-gray-500;
    }
  }
  div.new-question {
    @apply flex;
  }
  grid-table-column.text {
    @apply overflow-hidden text-ellipsis text-nowrap max-w-2xs;
  }
}
