/* ============================================================
   PRIVACY POLICY PAGE — extends terms.css
   ============================================================ */

/* Teal badge variant */
.tos-badge.pp-teal {
  color: var(--accent-teal);
  background: var(--accent-teal-soft);
  border-color: rgba(15, 160, 163, 0.35);
}

/* Teal section numbers */
.pp-num {
  color: var(--accent-teal);
}

/* Address block */
.pp-address {
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.9;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent-teal);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 20px;
  display: inline-flex;
  flex-direction: column;
  min-width: 220px;
}

.pp-address strong {
  color: var(--text-strong);
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 14px;
}

/* Rights list — inline strong title + body text */
.pp-rights-list li {
  flex-direction: column;
  gap: 3px;
}

.pp-rights-list li::before {
  display: none;
}

.pp-rights-list li {
  padding: 12px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.pp-rights-list li strong {
  color: var(--accent-teal);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 3px;
}

/* Final disclaimer note */
.pp-disclaimer {
  max-width: 820px;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  padding: 16px 18px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  margin-top: 8px;
}
