.wf-design-mode [data-slot] {
  display: block !important;
}

.pricing-rich-text ul {
  list-style: none;
  padding-left: 0;
}

.pricing-rich-text li {
  position: relative;
  padding-left: 1.75em;
}

.pricing-rich-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23AAAAAA' stroke-width='1.33' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
