.footer-bottom > p:has(.footer-credit) {
  max-width: none;
}
.footer-bottom .footer-credit {
  display: inline;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .025em;
  color: #60685e;
}
.footer-credit a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s ease;
}
.footer-credit a:hover,
.footer-credit a:focus-visible {
  color: var(--green, #023f17);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-credit .footer-credit-heart {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: -2px;
  fill: none;
}

.legal { flex-wrap: wrap; }
.legal > a { display: inline-flex; align-items: center; min-height: 44px; }
.legal > a:hover { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 760px) {
 .legal > a { padding: 3px 20px; border-right: 1px solid #7b9a8f55; }
 .legal > a:first-child { padding-left: 0; }
 .legal > a:last-child { border-right: 0; }
}
