.ek-chips{display:flex;flex-wrap:wrap;gap:12px;margin:18px 0 0;padding:0;list-style:none}.ek-chips li{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(199,66,1,0.25);border-radius:100px;padding:9px 18px 9px 14px;font-size:14px;font-weight:600;color:#1a2538;box-shadow:0 2px 10px rgba(0,0,0,0.05)}.ek-chips li::before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#c74201;color:#fff;border-radius:50%;font-size:12px;font-weight:700;flex:0 0 20px}