/*
 * Action Text styles — Lexxy provides its own editor CSS via stylesheet_link_tag "lexxy".
 * This file only contains content rendering overrides.
 */

.lexxy-content {
  line-height: 1.625;
  overflow-wrap: break-word;
  word-break: break-word;
}

.lexxy-content img {
  max-width: 100%;
  height: auto;
}
