/* TODO: optimize color usage */
.expandable > .toggle {
  cursor: default;
}
.expandable > .toggle::before {
  content: '\2013';
  line-height: 32px;
}
.expandable > .toggle:hover {
  color: #5f5f5f;
}
.expandable > .target {
  display: block !important;
}

#main-search .fields {
  display: block;
  margin-top: 10px;
}
