.site-footer .site-records {
  box-sizing: border-box;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  line-height: 1.6;
}

.site-footer .site-records__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: inherit;
  opacity: 0.68;
  text-decoration: none;
}

.site-footer .site-records__link:hover,
.site-footer .site-records__link:focus-visible {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer .site-records__icon {
  display: block;
  width: 16px;
  height: 17px;
  object-fit: contain;
}
