.tags{display:flex;align-items:flex-start;flex-wrap:wrap;max-width:700px;margin:0 auto}.tags .typeContainer{display:flex;width:100%;gap:16px;justify-content:center;margin-top:40px}.tags .typeContainer .tagTitle{font-size:20px;font-weight:600;color:#374151;margin-bottom:4px;border-bottom:2px solid rgba(0,0,0,0);text-transform:capitalize;cursor:pointer}.tags .typeContainer .active{color:var(--primary-color);border-color:var(--primary-color)}.tags .tagContainer{display:flex;align-items:flex-start;row-gap:8px;column-gap:12px;flex-wrap:wrap;max-width:700px;justify-content:center;margin:0 auto;height:0;overflow:hidden}.tags .tagContainer.selected{height:auto;margin-top:16px}.tags .categoryItem{display:flex;gap:8px;align-items:center;justify-content:center;padding:4px 12px;border-radius:8px;border:1px solid #e6e6e6;font-size:14px;font-weight:500;line-height:22px;cursor:pointer;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);color:#16161a}.tags .categoryItem:hover{background-color:#e6e6e6;text-decoration:none}