body {
  font-family: Georgia, serif;
  max-width: 760px;
  margin: 0 auto;
  padding: 24px;
  color: #222;
  line-height: 1.6;
}

header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

header h1 {
  font-size: 28px;
  margin: 0;
}

.back {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

.legal-stub-banner {
  background: #fff8e1;
  border: 1px solid #f0c040;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 24px;
  font-size: 14px;
}

section { margin-bottom: 32px; }
section h2 { font-size: 20px; border-bottom: 1px solid #eee; padding-bottom: 4px; }
section h3 { font-size: 16px; margin-top: 16px; }
ul { padding-left: 20px; }

.address {
  background: #f5f5f5;
  padding: 12px;
  border-left: 3px solid #888;
  font-family: monospace;
  font-size: 14px;
}

footer {
  border-top: 1px solid #ddd;
  padding-top: 16px;
  font-size: 13px;
  color: #666;
}
