/* =========================================================
   Everjoy — Terms / Privacy pages
   File: /assets/css/terms.css
   ========================================================= */

html, body { background:#f7f8fb; }

.prose,
.prose * {
  font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

main { padding-top:2.5rem; padding-bottom:2.5rem; }

.prose h1{ font-weight:700; letter-spacing:-.01em; margin-bottom:.25em; }
.prose h2{ font-weight:600; margin:1.6em 0 .6em; }
.prose p{ color:#0f172a; }
.prose em{ color:#334155; }
.prose strong{ font-weight:700; }

.prose ul,.prose ol{ margin:.25rem 0 .75rem; }
.prose li{ margin:.25rem 0; }

.prose a{ color:#2563eb; text-decoration:none; border-bottom:1px solid rgba(37,99,235,.25); }
.prose a:hover{ border-bottom-color:rgba(37,99,235,.6); }

.prose blockquote{
  border-left:3px solid #c7d2fe; background:#f8fafc;
  padding:.75rem 1rem; color:#334155; border-radius:10px;
}

.prose table{ width:100%; border-collapse:collapse; border:1px solid #e2e8f0; border-radius:10px; overflow:hidden; }
.prose th,.prose td{ padding:10px 12px; border-bottom:1px solid #eef2f7; }
.prose th{ background:#f8fafc; text-align:left; font-weight:600; }

.prose code{
  background:#f1f5f9; border:1px solid #e2e8f0; padding:.1rem .35rem;
  border-radius:6px; font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;
  font-size:.95em;
}

@media (min-width:1024px){ .prose{ font-size:1rem; } }

/* Don’t inherit any global .section padding */
body .section { padding: inherit; }

/* Header/ footer mounts */
#siteHeaderMount { min-height:88px; }
#siteFooterMount { margin-top:0; }
