/* Remove CKEditor styles and add Draft.js styles */
.rdw-editor-wrapper {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
}

.rdw-editor-toolbar {
  border: none !important;
  background: #f8f9fa !important;
  padding: 8px !important;
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 0 !important;
}

.rdw-option-wrapper {
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
}

.rdw-option-active {
  background: #e9ecef !important;
}

.description-content {
  margin: 0 !important;
  padding: 0 !important;
}

.description-content p,
.description-content p:first-child,
.description-content p:last-child {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

.description-content * {
  margin: 0 !important;
  padding: 0 !important;
}
