.jsjw-global-footer-wrap {
  margin-top: 32px;
  padding: 20px 16px 28px;
  border-top: 1px solid #e5e7eb;
  text-align: center;
  color: #6b7280;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;
}

.jsjw-global-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.jsjw-global-footer-copy {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.jsjw-global-footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.jsjw-global-footer-links a {
  color: inherit;
  text-decoration: none;
}

.jsjw-global-footer-links a:hover {
  color: #2563eb;
}

@media (max-width: 640px) {
  .jsjw-global-footer-wrap {
    padding: 18px 14px 24px;
  }

  .jsjw-global-footer-copy {
    font-size: 13px;
    line-height: 1.7;
  }
}
