.search-result-header {
  top: 36px;
  background: var(--main-text);
  color: var(--main-bg);
}
@media only screen and (width < 768px) {
  .search-result-header {
    width: calc(100% + 42px);
  }
}

/*# sourceMappingURL=header-search-result.css.map */
