/* Shared styles for @chenglou/pretext DOM output (used across all HTML prototypes) */
.pretext-lines {
  display: flex;
  flex-direction: column;
  align-items: inherit;
  width: 100%;
  max-width: 100%;
  text-align: inherit;
}

.pretext-lines--inline {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  vertical-align: top;
}

.pretext-line {
  display: block;
  white-space: pre;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

.pretext-host--plain,
.pretext-host--rich {
  max-width: 100%;
}
