/* trix-editor { */
/*   /* &.form-control { */
*/
/*   min-height: 30rem; */
/*   height: auto; */
/*   /* } */ */
/* } */
/**/
/* trix-editor ul li { */
/*   list-style-type: disc; */
/*   margin-left: 2rem; */
/* } */
/**/
/* trix-editor ol li { */
/*   list-style-type: decimal; */
/*   margin-left: 2rem; */
/* } */
/**/
/* trix-editor h1 { */
/*   font-size: 1.875rem; */
/*   line-height: 2.25rem; */
/* } */
/**/
/* trix-editor a { */
/*   text-decoration-style: dashed !important; */
/*   text-decoration-color: #cbd5e1; */
/*   text-underline-offset: 4px; */
/* } */

/* Tailwind Override */
.trix-editor {
  width: 100%;
}

.trix-editor h1 {
  font-size: 1.25rem !important;
  line-height: 1.25rem !important;
  margin-bottom: 1rem;
  font-weight: 600;
}

.trix-editor h2 {
  font-size: 1.15rem !important;
  line-height: 1.15rem !important;
  margin-bottom: 1rem;
  font-weight: 500;
}

.trix-editor a:not(.no-underline) {
  text-decoration: underline;
}

.trix-editor a:visited {
  color: green;
}

.trix-editor ul {
  list-style-type: disc;
  padding-left: 1rem;
}

.trix-editor ol {
  list-style-type: decimal;
  padding-left: 1rem;
}

.trix-editor pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 1.5em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-editor blockquote {
  border: 0 solid #ccc;
  border-left-width: 0px;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}
