.bullets{display:flex;flex-direction:column;gap:.85rem;list-style:none}.bullets li{align-items:flex-start;color:var(--text-secondary);display:flex;font-size:1rem;gap:.75rem;line-height:1.55;margin:0;transition:border-color .2s,box-shadow .2s}.bullets__check-icon{align-items:center;background:var(--accent-bg);border:1px solid var(--accent-border);border-radius:50%;display:flex;flex-shrink:0;height:22px;justify-content:center;margin-top:2px;width:22px}.bullets__check-icon svg{height:12px;width:12px}