/* Custom TinyMCE styles */
.tox-tinymce {
  border-radius: 0.5rem !important;
  border-color: #D1D5DB !important;
}

.tox .tox-statusbar {
  border-top: 1px solid #E5E7EB !important;
}

.tox .tox-edit-area__iframe {
  background-color: white !important;
}

.tox-tinymce-aux {
  z-index: 999999 !important;
}

.tox .tox-toolbar__primary {
  background-color: #F9FAFB !important;
}
