.nav-gallery-post {
  margin: 2rem 1rem;
}

.gallery-grid {
  width: calc(100% - 2rem);
  margin: 2rem 1rem 0 1rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}

@media (min-width: 768px) {
  .gallery-grid {
    width: calc(100% - 4rem);
    margin: 2rem 2rem 0 2rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .gallery-grid {
    width: calc(100% - 2rem);
    margin: 2rem 1rem 0 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.gallery-grid p:first-child {
  margin-block-start: 2rem;
  margin-block-end: 2rem;
}

@media (min-width: 1024px) {
  .gallery-grid p:first-child {
    margin-block-start: 0;
  }
}

.gallery-grid figure {
  position: relative;
}

.gallery-grid figure img {
  width: 100%;
  border: 1px solid var(--colour-raisin-black);
}

.gallery-grid figure figcaption {
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: 1rem;
  color: var(--colour-white);
  font-size: 0.8rem;
  line-height: 1.2;
  background-color: rgba(38, 38, 38, 0.85);
  padding: 0.5rem 0.75rem;
  box-decoration-break: clone;
  max-width: calc(100% - 2rem);
}

.gallery-grid figure figcaption a:link,
.gallery-grid figure figcaption a:visited {
  color: var(--colour-white);
  text-decoration-line: none;
}

@media (min-width: 1024px) {
  .photographsgallerypost .main-content__post {
    padding-block-start: 6rem;
  }

  .photographsgallerypost.with-meta .main-content__post {
    padding-block-start: 7.5rem;
  }
}

.photographsgallery.galleryindex .page-content__full-width,
.photographsgallerypost article.post-content__full-width {
  margin: 0 auto;
}

.photographsgallerypost .post-content__full-width h2 {
  text-align: left;
  padding: 0 0 1rem 1rem;
}

.page-photo img {
  width: 100%;
  max-width: 100%;
  border-block-end: 1px solid var(--colour-raisin-black);
}

.theme-dark .page-photo img {
  border-block-end: 1px solid var(--colour-anti-flash-white);
}

@media (min-width: 1024px) {
  .page-photo img {
    width: auto;
    border: 1px solid var(--colour-raisin-black);
    max-height: 70vh;
  }

  .theme-dark .page-photo img {
    border: 1px solid var(--colour-anti-flash-white);
  }
}

.photographsgallerypost .nav-gallery-post {
  margin: 1rem;
  line-height: 2.4;
}

.photographsgallerypost .nav-gallery-post span {
  display: inline-block;
  width: 1rem;
}

@media (min-width: 1024px) {
  .photographsgallerypost .nav-gallery-post {
    line-height: 1.4;
  }
}

.photographsgallerypost .post-content__full-width .h-card {
  display: none;
  font-size: 0.8rem;
}

.photographsgallerypost .post-content__full-width .h-card img {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  margin-inline-end: 0.25rem;
  border: none;
}