.photo-credits {
  position: relative;
  display: inline-block;
}

.site-footer,
.footer-bottom,
.footer-bottom nav {
  overflow: visible;
}

.photo-credits-window {
  display: none;
  position: fixed;
  width: 280px;
  max-width: calc(100vw - 24px);
  z-index: 400;
  padding: 10px 14px;
  background: var(--sand);
  color: var(--forest-deep);
  border: 1.5px solid var(--sage);
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.55;
  text-align: left;
}

.photo-credits-window.is-open {
  display: block;
}

.footer-bottom .photo-credits-trigger {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.footer-bottom .photo-credits-trigger:hover,
.footer-bottom .photo-credits-trigger[aria-expanded="true"] {
  color: var(--white);
}



.photo-credits-page {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-on-light);
  margin: 0.55rem 0 0.2rem;
}

.photo-credits-page:first-child {
  margin-top: 0;
}

.photo-credits-text {
  display: block;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.55;
  text-align: left;
  font-style: normal;
}
