/* ═══════════════════════════════════════════════════════
   IMPRESSUM PAGE — impressum.css
   ═══════════════════════════════════════════════════════ */

.impressum__layout {
  max-width: 720px;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.impressum__header {
  margin-bottom: 2.5rem;
}

/* Single column — no sidebar needed for Impressum */
.impressum__body {
  width: 100%;
}

/* Contact table */
.impressum__table {
  border-collapse: collapse;
  font-size: .95rem;
  margin: .75rem 0 .5rem;
}

.impressum__table th {
  text-align: left;
  font-weight: 500;
  color: var(--text-lt);
  padding-right: 2rem;
  padding-block: .3rem;
  white-space: nowrap;
}

.impressum__table td {
  color: var(--text);
  padding-block: .3rem;
}

/* Bilingual rule divider */
.impressum__rule {
  border: none;
  border-top: 1px solid var(--cream-dk);
  margin: 1rem 0;
}

/* Placeholder warning — remove once address is filled in */
.impressum__placeholder-note {
  display: inline-block;
  font-size: .78rem;
  color: #9a6200;
  background: #fff8e6;
  border: 1px solid #f0d080;
  border-radius: 6px;
  padding: .35em .8em;
  margin-top: .25rem;
}
