.rule{display:grid;grid-template-columns:auto 1fr auto;gap:var(--sp-4);align-items:start;padding:var(--sp-4) 0;border-bottom:1px solid rgba(42,46,61,.5)}.rule:last-child{border-bottom:none}.rule-n{width:28px;height:28px;display:grid;place-items:center;border-radius:var(--r-full);background:var(--surface-3);font-size:.8rem;font-weight:600;color:var(--fg-muted)}.sev{font-size:.74rem;white-space:nowrap}.allowed{display:flex;gap:var(--sp-3);align-items:flex-start;font-size:.9rem;padding:var(--sp-3) 0}.allowed svg{flex-shrink:0;margin-top:3px}@media (max-width:640px){.rule{grid-template-columns:auto 1fr}.rule .sev{grid-column:2;justify-self:start}}