.hero-banner {
  height: 350px;
  background-image: url("/united-kingdom/static/images/cover.623df6eeba31.jpg");
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: inherit;
}

.location {
  padding: 10px;
}

@media (max-width: 991.98px) {
  .location {
    padding: 4px;
  }
}

.location:hover {
  opacity: 0.75;
}

.location__img {
  height: 150px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
}

@media (max-width: 991.98px) {
  .location__img {
    height: 120px;
  }
}

.location__button {
  font-size: 0.9em;
  width: 100%;
}

.result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(248, 245, 240, 0)),
    color-stop(51%, #f8f5f0),
    to(rgba(248, 245, 240, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(248, 245, 240, 0),
    #f8f5f0 51%,
    rgba(248, 245, 240, 0)
  );
}

.result__img {
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  border: solid 4px #ffffff;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

@media (max-width: 575.98px) {
  .result__img {
    height: 75px;
    width: 75px;
    min-height: 75px;
    min-width: 75px;
  }
}

@media (min-width: 576px) {
  .result__img {
    height: 150px;
    width: 150px;
    min-height: 150px;
    min-width: 150px;
  }
}

.result__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.result__text__name {
  font-weight: bold;
  font-size: 1.4em;
}

.result__text__dates {
  font-weight: bold;
  display: inline-block;
}

.result__text__age {
  display: inline-block;
}

.result__text__read-more {
  text-decoration: underline;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination__button {
  width: 7em;
  text-align: center;
}

@media (max-width: 575.98px) {
  .pagination__button {
    width: 6em;
  }
}

.ad-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ad-container--fluid {
  display: block;
}

.ad-vertical-margin {
  margin: 10px;
}
/*# sourceMappingURL=notice-search.css.map */
