/* Shared credit on the home, local pages and legal pages. */
footer .wrap.footer-credit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  margin-top: 24px;
  padding-top: 18px;
  padding-bottom: 0;
  border-top: 1px solid rgba(255,255,255,.14);
}
footer .site-credit {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  column-gap: 9px;
  row-gap: 6px;
  margin: 0;
  padding: 0;
  color: #b4c2d4;
  font: 400 11px/1.6 'DM Sans', Arial, sans-serif;
  letter-spacing: .01em;
}
footer .site-credit-label { white-space: nowrap; }
footer .site-credit-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f1f5fb;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 2px;
}
footer .site-credit-link img {
  display: block;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
}
footer .site-credit-arrow { color: #c7d3e1; font-size: 13px; line-height: 1; }
footer .site-credit-link:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
footer .site-credit-link:focus-visible { outline: 2px solid #c4f455; outline-offset: 5px; }
@media (max-width: 560px) {
  footer .wrap.footer-credit { justify-content: center; margin-top: 22px; padding-top: 17px; }
  footer .site-credit { justify-content: center; text-align: center; font-size: 11px; }
}
