.plan li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: #0e7c6b; font-weight: 800; }
.plan li.muted::before { content: "\2013"; color: #b6c2cc; }

/* Dark plan overrides */
.plan-dark li::before { color: #7fd6c4; }
.plan-dark li.muted::before { color: #b6c2cc; }
