.xtl-sortable-chip-list[data-v-ca08467c] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.xtl-sortable-chip-list--column[data-v-ca08467c] {
  flex-direction: column;
}
.xtl-sortable-chip-list__ghost[data-v-ca08467c] {
  opacity: 0;
}.xtl-autosize-textarea--grow[data-v-be54ff91] {
  display: block;
  width: 100%;
  overflow: hidden !important;
  resize: none !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.xtl-autosize-textarea--grow[data-v-be54ff91]::-webkit-scrollbar {
  display: none;
}
.xtl-autosize-textarea--fill[data-v-be54ff91] {
  overflow: auto;
  resize: none !important;
}