.site-footer {
  width: min(100% - 36px, 760px);
  margin: 0 auto;
  padding: 34px 0 calc(34px + env(safe-area-inset-bottom));
  border-top: 1px solid #dfe4df;
  color: #607069;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
.site-footer strong {
  display: block;
  margin-bottom: 8px;
  color: #17342c;
  font-size: 15px;
}
.site-footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 10px;
  margin-top: 5px;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer a:hover,
.site-footer a:focus-visible {
  color: #17342c;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer-copy {
  margin-top: 10px;
  font-size: 13px;
}
.home-footer-spacer {
  height: 150px;
}
@media (max-width: 520px) {
  .site-footer { padding-top: 28px; font-size: 13px; }
  .site-footer-row { gap: 3px 8px; }
}
