<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.b-search #secondary {
  margin: 0 !important;
}
.b-search__results {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-search__results li {
  width: 100%;
  float: left;
}
.b-search__results li img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  margin-right: 15px;
  float: left;
}
.b-search__results li h2 {
  width: calc(100% - 90px);
  font-size: 20px;
  display: flex;
  align-items: center;
  float: left;
  margin: 0 0 10px 0;
}
.b-search__results li p {
  width: calc(100% - 90px);
  float: left;
}
.b-search__results li:nth-child(1) h2, .b-search__results li:nth-child(2) h2, .b-search__results li:nth-child(3) h2 {
  min-height: 45px;
  padding: 15px 0;
  width: 100%;
  margin: 0;
}
.b-search__results li:nth-child(1) p, .b-search__results li:nth-child(2) p, .b-search__results li:nth-child(3) p {
  width: 100%;
}
.b-search__results li:nth-child(1) img, .b-search__results li:nth-child(2) img, .b-search__results li:nth-child(3) img {
  width: 100%;
  height: 400px;
  margin: 0;
}
.b-search__results li:nth-child(2) img, .b-search__results li:nth-child(3) img {
  height: 350px;
}
.b-search__results li:nth-child(2) {
  width: calc(50% - 10px);
  padding-right: 10px;
}
.b-search__results li:nth-child(3) {
  width: calc(50% - 10px);
  padding-left: 10px;
}
.b-search__related {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.b-search__related li {
  display: inline-block;
  margin: 0 5px 7px 0;
}
.b-search__related li a {
  display: block;
  border: 1px solid #000;
  padding: 0 7px;
  color: #000;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>