/* /var/www/html/style-terms.css

   ============================================ */
/* Project MIRROR - Terms Page (Standalone) */

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Noto Sans JP", sans-serif;
  background: #f5f5f5;
  color: #111;
  line-height: 1.75;
}

/* layout */
.terms-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 16px 64px;
}

/* header */
.terms-header {
  margin-bottom: 12px;
}

.terms-brand {
  text-decoration: none;
  font-weight: 700;
  color: #111;
}

/* title */
.terms-title {
  font-size: 22px;
  margin: 8px 0 4px;
}

.terms-updated {
  font-size: 12px;
  color: #666;
  margin-bottom: 16px;
}

/* card */
.terms-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

.terms-card h2 {
  font-size: 16px;
  margin: 20px 0 8px;
}

.terms-card h2:first-child {
  margin-top: 0;
}

.terms-card p,
.terms-card li {
  font-size: 14px;
  word-break: break-word;
}

.terms-card ol {
  padding-left: 20px;
  margin: 8px 0 12px;
}

/* footer */
.terms-footer {
  margin-top: 20px;
  font-size: 13px;
}

.terms-footer a {
  color: #111;
  text-decoration: underline;
}

/* misc */
.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco,
    Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px;
}