/* static/css/summernote_custom.css - reglas contundentes */
.note-editor,
.note-editor .note-toolbar,
.note-editor .note-editable {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.change-form .field-contenido .note-editor,
.change-form .form-row .note-editor,
.inline-related .note-editor {
  width: 100% !important;
}

/* Editable */
.note-editor .note-editable {
  min-height: 200px !important;
  max-width: 100% !important;
  word-break: break-word !important;
}

/* Imágenes y tablas */
.note-editor .note-editable img,
.note-editor .note-editable table {
  max-width: 100% !important;
  height: auto !important;
}

/* Toolbar en móviles */
@media (max-width: 768px) {
  .note-editor .note-toolbar {
    overflow-x: auto !important;
    white-space: nowrap !important;
  }
}
