/*
Theme Name: Mi Tema Hijo
Template: hello-elementor
Version: 1.0
*/
/* Aísla el estilo del editor */
.quill-wrapper .ql-editor {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333;
  padding: 10px;
  min-height: 150px;
  background: #fff;
}

.quill-wrapper .ql-editor {
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: none !important;
}

.quill-wrapper .ql-editor strong {
  font-weight: bold;
}

.quill-wrapper .ql-editor em {
  font-style: italic;
}

.quill-wrapper .ql-editor u {
  text-decoration: underline;
}
.ql-toolbar button.ql-bold {
  all: unset; /* elimina estilos por defecto */
  /* luego agrega solo los estilos que quieres */
  cursor: pointer;
  color: black;
  background: transparent;
  border: none;
  padding: 5px;
  /* ... */
}
