.site-footer {
  margin-top: 28px;
  border-top: 1px solid #e2e8f0;
  background: #fff;
  color: #64748b;
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 24px 24px;
  font-size: 13px;
  line-height: 1.6;
}

.site-footer-copy {
  margin: 0;
}

.site-footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.site-footer-links a {
  color: #64748b;
  white-space: nowrap;
  transition: color .15s ease;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  color: #0369a1;
}

.site-footer-links .site-icp {
  color: #475569;
}

.site-footer-links .site-police {
  color: #475569;
}

@media (max-width: 760px) {
  .site-footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 16px 22px;
  }

  .site-footer-links {
    justify-content: flex-start;
    gap: 10px 14px;
  }
}
