/** Patched changes are made in suggestion of TCS due to scss files not being able
  to be converted in the pipeline at this time. This needs to be converted to scss
  once frontend building is again working
*/

.dropdown-menu .block-facets ul .facet-item,
.path-search .block-facets ul .facet-item {
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
}

.dropdown-menu .block-facets ul .facet-item:hover,
.path-search .block-facets ul .facet-item:hover {
  display: inline-block;
  width: 100%;
  background-color: #EAEAEA;
  color: #4D6987;
}

.facets-widget-links ul li.facet-item label .facet-item__value:active,
.facets-widget-links ul li.facet-item label .facet-item__value:focus,
.facets-widget-links ul li.facet-item label .facet-item__value:focus::after {
  color: #FF5867;
}

.facets-widget-links ul li.facet-item label .facet-item__value {
  color: #4D6987;
  text-decoration: unset;
  display: inline-block;
  width: 100%;
  padding: 6px 14px;
  margin-bottom: -6px;
}

.facets-widget-links ul li.facet-item label.is-active .facet-item__value {
  background-color: #FF5867;
  color: #FFFFFF;
}

.facets-widget-links ul li.facet-item label {
  width: 100%;
}

.path-frontpage .block-views-exposed-filter-blockingredient-finder-page-1 .form-submit,
.path-search .block-views-exposed-filter-blockingredient-finder-page-1 .form-submit {
  top: -14px;
}

.hover-intent ul.toolbar-menu li.menu-item {
  width: 100%;
}
