/* Custom TinyMCE styles */
.tox-tinymce {
  border-radius: 0.375rem !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; /* Ensure TinyMCE popups appear above other content */
}