.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{font-family:var(--display);font-size:.78rem;font-weight:500;padding:9px 17px;border-radius:var(--radius-pill);background:var(--paper);border:1px solid var(--line);color:var(--steel);cursor:pointer;transition:background .25s,color .25s,border-color .25s;white-space:nowrap}.chip:hover{border-color:var(--red);color:var(--red)}.chip[aria-selected=true]{background:var(--blue);border-color:var(--blue);color:#fff}.chip[aria-selected=true]:hover{background:var(--red);border-color:var(--red)}.mx__head{display:grid;gap:24px;grid-template-columns:1fr;align-items:end;margin-bottom:clamp(26px,3vw,44px)}@media (min-width:900px){.mx__head{grid-template-columns:1fr 1.1fr}}.mx__head h2{max-width:16ch}