.facetwp-facet.facetwp-facet-provider_search input {
    width: 800px;
}

.ct-div-block.search_border #suggestions {
  width: 100%;
  padding: 15px;
  border-radius: 4px 4px 20px 20px;
  box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25);
  max-height: 260px;
  overflow: auto;
  position: absolute;
  z-index: 9;
  background-color: #fff;
  left: 0;
  top: 48px;
  gap: 5px;
  margin-block: 10px;
}


#suggestions {
  display: flex;
  flex-direction: column;
  text-align: left;
}

#suggestions .suggestion-heading{
  font-weight: 600;
	padding-top: 12px;
}

#suggestions .suggestion{
  color: #002855;
  font-weight: 500;
  display: block;
}

/* width */
#suggestions::-webkit-scrollbar {
  width: 6px;
}

/* Track */
#suggestions::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
#suggestions::-webkit-scrollbar-thumb {
  background: #f7816a; 
}

