/* Shared styles for Soyosoyo SACCO legal pages */
.legal-meta {
  margin: 0 0 1.5rem;
  padding: 0.9rem 1.15rem;
  border-left: 4px solid #10b981;
  background: #f8fdf9;
  border-radius: 0 12px 12px 0;
  font-size: 0.92rem;
  color: #374151;
  line-height: 1.55;
}
.legal-meta strong { color: #004d1a; }
.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin: 0 0 1.5rem;
  padding: 0.85rem 1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 0.88rem;
}
.legal-nav a { color: #047857; font-weight: 700; text-decoration: none; }
.legal-nav a:hover { text-decoration: underline; }
.legal-clause { margin-top: 1.65rem; }
.legal-clause h2 {
  font-size: 1.08rem;
  color: #004d1a;
  margin: 0 0 0.55rem;
}
.legal-clause h3 {
  font-size: 0.98rem;
  color: #166534;
  margin: 1rem 0 0.4rem;
}
.legal-clause p,
.legal-clause li {
  text-align: justify;
  margin: 0 0 0.7rem;
  line-height: 1.62;
  color: #1f2937;
}
.legal-clause ul,
.legal-clause ol {
  margin: 0 0 0.85rem 1.2rem;
  padding: 0;
}
.legal-clause li { margin-bottom: 0.4rem; }
.legal-actions {
  margin-top: 2rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.site-footer-legal {
  margin-top: 0.65rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #64748b;
}
.site-footer-legal a {
  color: #475569;
  text-decoration: none;
  margin: 0 0.35rem;
}
.site-footer-legal a:hover { color: #047857; text-decoration: underline; }
@media print {
  .site-header, footer, .legal-actions, .legal-nav { display: none !important; }
}
