#search {
  width: 100%;
  border-radius: 5px;
}

@media (min-width: 768px) {
  #search {
    width: 25%;
  }
}

.ui-autocomplete-category {
  font-weight: bold;
  padding: .2em .4em;
  margin: .8em 0 .2em;
  line-height: 1.5;
}
.ui-menu { 
  border-radius: 5px;
}
#ui-front{
width: 40%;
}
.ui-widget.ui-widget-content{
border-radius: 5px;
width: fit-content;
}
.ui-autocomplete-input{
border-radius: 5px;
width: fit-content;
}
