.c-rich-editor .wp-editor-wrap {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
}

.c-rich-editor .wp-editor-container {
  border: 1px solid #ddd !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #fff;
}

.c-rich-editor .mce-edit-area {
  border-top: 1px solid #f0f0f0 !important;
}
