/* v312 · stabile Desktop-Achse auf kurzen und langen Systemwissen-Seiten */
html {
  scrollbar-gutter: stable;
}

.lexicon-detail-page .lexicon-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0 1.75rem;
}

.lexicon-detail-page .lexicon-article th,
.lexicon-detail-page .lexicon-article td {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(16, 47, 40, 0.24);
  text-align: left;
  vertical-align: top;
}

.lexicon-detail-page .lexicon-article th {
  color: #0f3029;
  background: rgba(15, 48, 41, 0.08);
}

.lexicon-detail-page #systemarchitektur {
  padding: 1.6rem;
  border: 1px solid rgba(16, 47, 40, 0.28);
  background: rgba(15, 48, 41, 0.07);
}

@media (max-width: 700px) {
  .lexicon-detail-page .lexicon-article table {
    font-size: 0.88rem;
  }

  .lexicon-detail-page .lexicon-article th,
  .lexicon-detail-page .lexicon-article td {
    padding: 0.65rem;
  }

  .lexicon-detail-page #systemarchitektur {
    padding: 1.1rem;
  }
}
