@import "../global.css";

/* Rich Text Numbered List (Light only) [Investment Philosophy] */
.fwm-rich-text-editor > ul[style="list-style-type: square;"] {
  list-style: none !important;
}
.fwm-rich-text-editor > ul[style="list-style-type: square;"] > li {
  margin-bottom: 0.75rem;
  display: flex;
}
.fwm-rich-text-editor > ul[style="list-style-type: square;"] > li::before {
  content: "";
  background-image: url("https://media.northwesternmutual.com/sites/images/static/custom-content-photo-full/025b975b-833e-4af9-9cb2-347bcf65eb8c.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
}