/* search input fields */
form.search-bar {
  clear: both;
  width: 100%;
}

form.search-bar .input-group {
  background-color: #fff;
}

form.search-bar input {
  border-radius: 0;
}

form.search-bar button {
  border-radius: 0;
  border-left-width: 0;
  width: 38px
}

form.search-bar input[name=keywords] {
  color: var(--primary);
  border-right-width: 0;
}

form.search-bar i.material-icons {
  color: var(--white);
  font-size: 24px;
  position: absolute;
  top: 4px;
  right: 7px;
}

/* Hides label on search result page */
#views-exposed-form-acquia-search-page .form-item-search label {
  display: none;
}

#views-exposed-form-acquia-search-page .form-item-search input {
  margin-top: 0;
}

/* style the nested lists for the site section filter */
.facets-widget-links ul {
  list-style: none;
  padding-left: 0;
}

.facets-widget-links ul ul {
  list-style: circle;
  padding-left: 30px;
}

.facet-item__count {
  color: var(--dark);
  font-size: 14px;
}

.js-facet-deactivate {
  color: var(--danger);
}

/* Medium devices (tablets, 768px and up), horizontal nav in effect */
@media (min-width: 768px) {
  form.search-bar i.material-icons {
    font-size: 28px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
}
