/* To sync the CKEditor with the Nova styles */
#nova .ckeditor_content *, #nova .ck-content * {
  font-family: Nunito Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 14px !important;
  color: rgb(100, 116, 139) !important;
}
#nova .ckeditor_content * strong, #nova .ck-content * strong {
  font-weight: 700;
}

/* Allows the 3rd field in a nova resource view to wrap. This helps with really long titles on Products */
#nova tr.group td:nth-child(3) .text-left span.whitespace-nowrap {
  white-space: normal;
}
