.mention-dropdown {
  position: fixed !important;
  z-index: 9999 !important;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  max-height: 200px;
  overflow-y: auto;
  min-width: 200px;
}

.mention-dropdown div:hover {
  background-color: #f3f4f6;
}

.tox-tinymce {
  border-radius: 0.375rem !important;
}

.tox .tox-editor-header {
  border-radius: 0.375rem 0.375rem 0 0 !important;
}