/* Nur Versand-spezifische Regeln (Tabelle). Gemeinsame Basis (Variablen,
   Reset, Header/Navigation, .legal-wrap-Grundlayout, .stand, Footer) steht
   in legal-shared.css, das vor dieser Datei eingebunden wird. */
table{
  width:100%;
  border-collapse:collapse;
  margin:16px 0 24px;
  font-size:14.5px;
  background:var(--beige);
  border-radius:14px;
  overflow:hidden;
}
table th, table td{
  text-align:left;
  padding:12px 16px;
  border-bottom:1px solid rgba(90,68,42,.12);
}
table tr:last-child td{border-bottom:none;}
table th{color:var(--dark-green);font-family:'Playfair Display',serif;font-weight:600;}
