/* Mezedofolia -- styles for the legal pages only (/privacy/, /cookies/, /terms/
   and their /en/ counterparts). Kept out of css/styles.css so the two home
   pages do not download rules they never use. Loaded after styles.css. */
.legal__inner { max-width: 46rem; }
.legal h1 { margin-top: 0; }
.legal .h3 { margin: 2.1rem 0 .5rem; }
.legal p { color: var(--muted); line-height: 1.7; margin: 0 0 .9rem; }
.legal a { color: var(--olive-2); text-decoration: underline; text-underline-offset: 2px; }
.legal a:hover { color: var(--olive); }
.legal__meta { font-size: .92rem; color: rgba(30,26,20,.6); }
.legal__summary {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: var(--radius-sm);
  padding: 1rem 1.1rem;
  margin: 1.2rem 0 .6rem;
}
.legal__summary p:last-child { margin-bottom: 0; }
.legal__list { margin: 0 0 .9rem; padding-left: 1.1rem; color: var(--muted); line-height: 1.7; }
.legal__list li { margin-bottom: .45rem; }
.legal__sources { font-size: .92rem; margin-top: 2rem; }

/* Tables scroll inside their own box so the page body never scrolls sideways. */
.legal__table-wrap { overflow-x: auto; margin: 0 0 1.1rem; }
.legal__table { border-collapse: collapse; width: 100%; min-width: 21rem; font-size: .95rem; }
.legal__table th,
.legal__table td {
  text-align: left;
  vertical-align: top;
  padding: .6rem .7rem;
  border-bottom: 1px solid rgba(0,0,0,.08);
  color: var(--muted);
  line-height: 1.6;
}
.legal__table th { color: var(--ink); font-weight: 650; }
.legal__table code { font-size: .9em; }

