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

lexxy-editor {
  border-radius: 0.375rem;
  overflow: hidden;
}

lexxy-editor:not(:defined) {
  display: block;
  min-height: 10rem;
  border: 1px solid #e7e5e4;
  border-radius: 0.375rem;
  background-color: white;
  color: #a8a29e;
  font-size: 0.875rem;
  padding: 0.75rem;
}

lexxy-editor:not(:defined)::before {
  content: "Loading editor…";
}
