.product-features{align-items:flex-start;display:flex;flex-wrap:wrap;gap:8px}.product-features__pill{align-items:center;background-color:var(--color-grey-10);border-radius:4px;display:flex;gap:8px;padding:5px 10px}.product-features__check{align-items:center;display:flex;flex-shrink:0;height:14px;justify-content:center;width:14px}.product-features__check svg{height:100%;width:100%}.product-features__text{color:var(--color-black);font-family:var(--font-family-host-gellix);font-size:14px;font-weight:var(--font-weight-medium);line-height:var(--line-height-150);white-space:nowrap}@media screen and (max-width:989px){.product-features{gap:6px}.product-features__pill{padding:5px 8px}}