.selections{flex-wrap:wrap;align-items:center;gap:5px;width:100%;display:flex}.selections .selection{cursor:pointer;color:#000;white-space:nowrap;background-color:#fff;border:1px solid #ececec;border-radius:8px;justify-content:center;align-items:center;gap:.6rem;width:-moz-fit-content;width:fit-content;padding:8px 12px;display:flex}.selections .selection.selected{color:#fff;background-color:#1131ff}
