.tags{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:center}.tags .tag{display:flex;width:-moz-fit-content;width:fit-content;flex-direction:row;gap:4px;align-items:center;padding:0 6px;border:1px solid #000;border-radius:10px;color:#000}.tags .tag--active,.tags .tag:hover{color:#000;opacity:1;background:#feda2f;border:1px solid #feda2f;transition:all .3s ease-out;cursor:pointer}.tags .tag{padding:8px 12px;border-radius:18px}.tags .tag--white{border-color:#fff;color:#fff}