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

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

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