/* Jodit WYSIWYG editor styling */
#html-editor-container {
  border: 1px solid var(--border-color-1);
  border-radius: var(--border-radius-1);
  overflow: hidden;
}

/* Jodit editor customizations */
.jodit-container {
  border: none;
}

.jodit-wysiwyg {
  min-height: 500px;
  background-color: #fff;
  color: #333;
}

/* Source code view styling */
.jodit-source__mirror {
  background-color: #272822;
  color: #f8f8f2;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', monospace;
  font-size: 14px;
}

.jodit-ui-tooltip {
  background-color: white!important;
  border: 1px solid #525252!important;
}
