/* Placeholder */
:where(.lexxy-editor--empty) {
  .lexxy-editor__content:not(:has(ul, ol))::before {
    font-size: 0.875rem;
  }
}

/* Headings */
.lexxy-editor__content h2 {
  font-size: 1.2rem;
}

.lexxy-editor__content h3 {
  font-size: 1rem;
}

.lexxy-editor__content h4 {
  font-size: 0.875rem;
}

.lexxy-editor__content p {
  font-size: 0.875rem;
}

.lexxy-editor__content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.lexxy-editor__content ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
}

.lexxy-editor__content li {
  margin-bottom: 0.25rem;
}

.lexxy-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.lexxy-content ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.lexxy-content li {
  margin-bottom: 0.25rem;
}

.lexxy-content p {
  margin-bottom: 0.5rem;
}

.lexxy-content p:last-child {
  margin-bottom: 0;
}

.lexxy-editor__content p {
  margin-bottom: 0.5rem;
}

.lexxy-editor__content p:last-child {
  margin-bottom: 0;
}
