.tag{display:inline-flex;align-items:center;padding:.3em .6em .5em;margin:.2em;font-size:.9em;font-weight:500;border-radius:.4em;line-height:1.2;max-width:100%;word-break:break-word;white-space:normal;background-color:#333;color:#fff;border:none;cursor:pointer}.primary-tag{background-color:#05a}.other-tag{background-color:#555}.dream-tags{display:flex;flex-wrap:wrap;gap:.3em;margin-bottom:.3em}.tag.selectable{border:2px solid #ccc;background-color:#fff;color:#aaa;transition:all .2s ease}.tag.selectable.selected{background-color:var(--tag-color);color:#fff!important}