.user-logged-in .choices__list--dropdown, .user-logged-in .choices__list[aria-expanded] {
  word-break: break-word;
  width: max-content;
  min-width: 320px;
  max-width: 600px;
  z-index: 1000;
}
.user-logged-in .choices__list--multiple .choices__item {
  word-break: break-word;
  width: -moz-max-content;
  width: max-content;
}
/*# sourceMappingURL=choices.css.map */