.header {
  background: none;
  color: inherit;
  border-bottom: 40px solid var(--color-theme-dark);

  padding: 1rem 0;
  padding-top: 3rem;
  margin-bottom: 2rem;
}

.site-title {
  text-shadow: none;
}

.exhibit-listing {
  margin-bottom: 3rem;
  contain: layout;
}

.exhibit-image {
  max-width: 300px;
  display: none;
}

.exhibit-link {
  display: inline-block;
}

.exhibit-link:hover {
  background: none;
}

.exhibit-title__link {
  text-decoration: none;
}

.exhibit-title__link:hover {
  background: none;
}

@media screen and (min-width: 900px) {
  .exhibit-listing {
    display: flex;
    gap: 1rem;
  }

  .exhibit-listing__content {
    order: 1;
    flex-grow: 1;
  }

  .exhibit-image__wrapper {
    order: 2;
  }

  .exhibit-image {
    display: block;
  }
}
