/* v35 — render CS-Cart product descriptions imported into Item.description.
   The row-fluid / spanN / darkBlue classes come from the legacy CS-Cart theme.
   ERPNext does not use them, so defining them here is safe and makes the imported
   HTML render cleanly in the Item form, on the website, and in quotes/invoices. */
.darkBlue { color: #16335b; }
.row-fluid { display: block; width: 100%; }
.row-fluid::before, .row-fluid::after { content: ""; display: table; }
.row-fluid::after { clear: both; }
.row-fluid > [class*="span"] { display: block; width: 100%; box-sizing: border-box; margin: 0 0 10px; }
.row-fluid img, .ql-editor img { max-width: 100%; height: auto; }
