.lang-switch {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: #dae6fb;
  text-decoration: none;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.publication-date {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  color: #6c757d;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 2rem;
}

.article-tags span {
  display: inline-block;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: #f1f3f5;
  color: #495057;
  font-size: 0.9rem;
}
.spoiler {
  background: #adb5bd;
  color: transparent;
  border: 0;
  border-radius: 3px;
  padding: 0 0.2em;
  cursor: pointer;
  font: inherit;
}

.spoiler.revealed {
  color: inherit;
  background: #e9ecef;
}
.literature-reference,
.literature-reference a {
  color: #6c757d;
}
.article-views {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;

  color: #6c757d;
  font-size: 0.82rem;
  line-height: 1;
}

.views-icon {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
figcaption {
  text-align: center;
}
table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
a {
  overflow-wrap: anywhere;
}
