/*
 * 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.
 */

/*
 * Trix Editor List Styles Override
 * These rules override Tailwind's CSS reset to ensure lists are properly displayed in the editor
 */
/* trix-editor ul,
trix-editor ol {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  padding-left: 2em !important;
  list-style-position: outside !important;
}

trix-editor ul {
  list-style-type: disc !important;
}

trix-editor ol {
  list-style-type: decimal !important;
}

trix-editor ul li,
trix-editor ol li {
  display: list-item !important;
  margin-bottom: 0.25em !important;
}

trix-editor h1 {
  font-size: 1.2em !important;
  line-height: 1.2 !important;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  font-weight: bold !important;
}

trix-editor blockquote {
  border: 0 solid #ccc !important;
  border-left-width: 0.3em !important;
  margin-left: 0.3em !important;
  padding-left: 0.6em !important;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

trix-editor pre {
  display: block !important;
  width: 100% !important;
  font-family: monospace !important;
  font-size: 0.9em !important;
  padding: 0.5em !important;
  white-space: pre !important;
  background-color: #eee !important;
  overflow-x: auto !important;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  border-radius: 3px !important;
} */
