/* Photographer credit — appended to CEA footers via scripts/patch-cea-footer.py */
.siteFooter .photoCredit{
  width: 100%;
  margin: 0;
  padding-top: 7px;
  opacity: 1;
  color: #00d3aa;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}

.siteFooter .photoCredit a{
  color: inherit;
  text-decoration: none;
}

.siteFooter .photoCredit a:hover,
.siteFooter .photoCredit a:focus-visible{
  color: #fff;
  text-decoration: underline;
}

/* Keep footer visible above the fixed cookie consent bar */
body:has(dialog#js-consent[open]) .siteFooter{
  padding-bottom: 9rem;
}
