/* ============================================================
   Credova.ro — paginile legale

   Un text lung se citeste cu ochii, nu cu lupa: randul nu trece de
   aproximativ 70 de semne, aerul dintre sectiuni e mare, iar titlurile se
   vad de la distanta ca sa poti sari direct unde te doare.
   ============================================================ */

.legal { line-height: 1.7; }

.legal h2 {
  font-size: var(--text-md);
  margin: var(--space-8) 0 var(--space-3);
  padding-top: var(--space-5);
  border-top: 1px solid var(--color-line);
}
.legal h2:first-of-type { border-top: 0; padding-top: 0; }

.legal h3 {
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--color-text-strong);
  margin: var(--space-6) 0 var(--space-2);
}

.legal p { margin: 0 0 var(--space-4); }
.legal .lead { margin-bottom: var(--space-6); }

.legal-list {
  margin: 0 0 var(--space-4);
  padding-left: var(--space-5);
}
.legal-list li { margin-bottom: var(--space-3); }
.legal-list li:last-child { margin-bottom: 0; }

.legal .note { margin: var(--space-5) 0; }
.legal .note .legal-list { margin-bottom: 0; }

.legal .table-scroll { margin: 0 0 var(--space-5); }
.legal .table th[scope='row'] {
  width: 32%;
  font-weight: 400;
  color: var(--color-text-secondary);
}
.legal .table td { vertical-align: top; }

@media (max-width: 620px) {
  .legal h2 { margin-top: var(--space-6); }
  .legal .table th[scope='row'] { width: 40%; }
}
