/**
 * @file
 * These styles override the default GCDS upstream styles.
 *
 * Periodically review them to check if GCDS has resolved the issues these
 * overrides address.
 */

/**
 * Make lists in text areas use disc or number border-style.
 * .text-formatted is the container for content created with CKE
 * Solves gcds-utility.min.css from setting `none` for list styles.
 */
/* Base list styles */
.text-formatted li {
  margin-left: 1.6ch;
}
