/* Shared styles for legal pages (privacy / terms) — LastWords official site */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "PingFang SC", sans-serif;
  padding: 20px;
  line-height: 1.65;
  color: #333;
  font-size: 15px;
  max-width: 720px;
  margin: 0 auto;
}
h2 {
  font-size: 1.1rem;
  margin-top: 1.75rem;
  color: #3a5a7a;
  font-weight: 600;
  border-left: 4px solid #6b8ba8;
  padding-left: 0.75rem;
}
h3 {
  font-size: 0.95rem;
  margin-top: 1rem;
  color: #5b7fa6;
  font-weight: 600;
}
p {
  margin: 0.5rem 0;
}
p.indent {
  padding-left: 1.25rem;
  color: #555;
}
p.note {
  padding: 0.75rem 1rem;
  background: rgba(107, 139, 168, 0.08);
  border-left: 3px solid #6b8ba8;
  border-radius: 6px;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #5b7fa6;
}
.brand {
  font-style: italic;
  font-weight: 600;
  color: #4a6b8a;
}
.highlight {
  font-weight: 600;
  color: #c0392b;
}
.bold {
  font-weight: 600;
  color: #3a5a7a;
}
.update {
  text-align: right;
  font-size: 0.85rem;
  color: #888;
  font-style: italic;
  margin-bottom: 1.5rem;
}
.agreement-close {
  text-align: center;
  margin-top: 2rem;
  padding: 1.25rem;
  background: rgba(107, 139, 168, 0.06);
  border-radius: 12px;
  font-style: italic;
  color: #5b7fa6;
}
a.legal-link {
  color: #4a90e2;
}
.block {
  margin-bottom: 1.5rem;
}
.sub {
  margin: 0.5rem 0 0.75rem 0.5rem;
}

/* Language switcher — aligned with homepage EN / JP / CN pattern */
.legal-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin-bottom: 1rem;
  padding: 0.6rem 1rem;
  background: rgba(15, 22, 36, 0.06);
  border-radius: 10px;
  font-size: 0.9rem;
}
.legal-lang a {
  color: #4a6b8a;
  text-decoration: none;
  font-weight: 500;
}
.legal-lang a:hover {
  text-decoration: underline;
  color: #4a90e2;
}
.legal-lang a.is-active {
  color: #2c4a6e;
  font-weight: 700;
  pointer-events: none;
}
.legal-lang .sep {
  color: #999;
  user-select: none;
}
.legal-home {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.legal-home a {
  color: #4a90e2;
  text-decoration: none;
}
.legal-home a:hover {
  text-decoration: underline;
}
