.content__entry .post__image img,
.content__entry figure img {
  max-width: 100%;
}

.footer__newsletter iframe {
  max-width: 100%;
}

.search__overlay {
  align-items: center;
  background: #fff;
  box-shadow: 0 14px 36px rgba(40, 49, 73, 0.12);
  display: none;
  justify-content: center;
  min-height: 3rem;
  padding: 1rem;
}

.search__overlay.is-visible,
.search.is-active .search__overlay {
  display: flex;
}

.search-wrapper,
.search-wrapper form,
.search-page__form {
  width: 100%;
}

.search-wrapper form,
.search-page__form {
  align-items: stretch;
  display: flex;
  gap: 0.75rem;
  margin: 0;
}

.search-input,
.search-page__input {
  background: #f5f6f8;
  border: 1px solid #d9dde6;
  color: #283149;
  flex: 1 1 auto;
  font: inherit;
  min-height: 3rem;
  min-width: 0;
  padding: 0.75rem 1rem;
}

.search-submit,
.search-page__submit {
  background: #c91f42;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0.75rem 1.2rem;
}

.search-results__summary {
  color: #727887;
  margin: 1.25rem 0 2rem;
}

.search-results__list {
  display: grid;
  gap: 2rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.search-results__item {
  border-top: 1px solid #e2e5eb;
  padding-top: 1.5rem;
}

.search-results__title {
  margin: 0 0 0.5rem;
}

.search-results__title a {
  color: #283149;
  text-decoration: none;
}

.search-results__meta {
  color: #727887;
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.search-results__empty {
  margin-top: 2rem;
}

@media (max-width: 37.5em) {
  .search-wrapper form,
  .search-page__form {
    flex-direction: column;
  }
}
