
/*hotwire combobox rewrite*/
.hw-combobox__main__wrapper {
  width: 100% !important;

  & .hw-combobox__input {
    &:not([data-queried]).hw-combobox__no-handle ~ span.hw-combobox__handle {
      display: none;
    }
  }
}

.hw-combobox {
  display: block !important;
}

.full-width-combobox-wrapper {
  & .hw-combobox__main__wrapper {
    @apply rounded-lg max-w-full p-4;
  }
}
