/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

@import url("/assets/actiontext-724a5e1a.css");

.lexxy-editor__content ul {
  display: block;
  list-style-type: disc;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

:root {
  /* Colors */
  --lexxy-color-selected: rgb(20, 73, 189);;
}

.lexxy-content {
  border: none;
}

/* .lexxy-editor__toolbar-button {
  border-radius: 10px;
  width: 48px;
  height: 48px;
} */

.lexxy-editor__toolbar-button svg path {
  fill: white;
}


/*
 *= require_tree .
 *= require_self
 *= require tooltips
 */
