/* Impressum page tweaks */
.impressum-page .inline-link {
  color: var(--page-accent-strong);
  font-weight: 600;
}

.impressum-page .section-stack p {
  margin: 0;
  color: var(--page-muted);
}

.impressum-page .section-stack p + p {
  margin-top: 6px;
}
