/**
 * eBay Edit Listing — product description (Summernote) theme.
 * Loaded in accounts.blade.php after summernote-lite.css.
 */

#description_sec .note-editor.note-frame {
  border-color: #334155;
}

#description_sec .note-toolbar {
  background: #172232 !important;
  border-color: #334155 !important;
}

#description_sec .note-toolbar .note-btn {
  color: #e8eef9 !important;
}

/* Match eBay listing: white background, preserve inline HTML colors */
#description_sec .note-editable {
  background: #ffffff !important;
  color: #212529;
  min-height: 160px;
  overflow-y: hidden;
}

#description_sec .note-editable a {
  color: #0066cc;
}

#description_sec .note-codable {
  background: #0c111b !important;
  color: #e2e8f0 !important;
  min-height: 160px;
  overflow-y: hidden;
}

#description_sec .note-statusbar {
  background: #151d2e !important;
  border-color: #334155 !important;
}
