.va-highlights-grid,.va-safety-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.va-highlight-item,.va-safety-item{display:flex;align-items:flex-start;gap:12px;padding:18px;background:var(--va-light);border:1px solid var(--va-border);border-radius:14px}.va-highlight-check,.va-safety-check{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:var(--va-primary);color:#fff;font-size:15px;font-weight:700}.va-highlight-text,.va-safety-text{color:var(--va-text);font-size:16px;font-weight:600;line-height:1.5}