/* Generated by frontistr_documents_i18n: keep the preview visibly distinct. */
.md-banner {
  background: #ffb300;
  color: #1f1f1f;
}
.frontistr-i18n-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  flex-wrap: wrap;
  text-align: center;
}
.frontistr-i18n-preview strong {
  padding: .08rem .42rem;
  border: 1px solid currentColor;
  border-radius: .25rem;
  letter-spacing: .03em;
}
.frontistr-i18n-preview a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .frontistr-i18n-preview span:first-of-type {
    flex-basis: 100%;
  }
}
