/* trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
} */

.lexxy-editor__toolbar-button[name="strikethrough"],
.lexxy-editor__toolbar-button[name="link"],
.lexxy-editor__toolbar-button[name="quote"],
.lexxy-editor__toolbar-button[name="code"],
.lexxy-editor__toolbar-button[name="upload"],
.lexxy-editor__toolbar-button[name="divider"]
{
  display: none;
}


.lexxy-editor__content h2 {
  font-size: 1.25rem;
  font-weight: 600;
}

.lexxy-editor__content ul {
  list-style-position: inside;
  list-style-type: disc;
}

.lexxy-editor__content ol {
  list-style-position: inside;
  list-style-type: decimal;
}

.lexxy-content__italic {
  font-style: italic;
}

.lexxy-content__bold {
  font-weight: bold;
}
  
.lexxy-content__bold {
  font-weight: bold;
}
  
.lexxy-fullscreen .lexxy-editor__content {
  padding: 4rem;
  padding-top: 2rem;
}

.lexxy-fullscreen lexxy-toolbar {
  margin-bottom: 2rem;
  top: -3rem;
  position: sticky;

  background: white;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
