/* overrides to the hotwire_combobox gem */

.hw-combobox__main__wrapper {
   margin-top: -4px;
   margin-bottom: 1rem;
   width: 100%;
}

.hw-combobox {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
}

/* match Bootstrap's form-label */
.hw-combobox__label {
  color: gray;
  font-size: 90%;
  margin-bottom: .5rem;
}
