.tag-glyph{
  display:block;
  width:27px;
  height:27px;
  font-size:0;
  background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='none' stroke='%23171717' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 5.5v7.8c0 1.1.45 2.15 1.23 2.93l8.15 8.15a2.8 2.8 0 0 0 3.96 0l7.54-7.54a2.8 2.8 0 0 0 0-3.96L16.23 4.73A4.15 4.15 0 0 0 13.3 3.5H5.5a2 2 0 0 0-2 2Z'/%3E%3Ccircle cx='9' cy='9' r='1.8'/%3E%3C/svg%3E");
}
.category-suggestions>small{text-align:left}
.category-suggestions>div{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  column-gap:14px;
  row-gap:12px;
  width:100%;
}
.category-suggestions button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  min-height:42px;
  padding:9px 16px;
  text-align:center;
}
@media(max-width:700px){
  .category-suggestions>div{column-gap:9px;row-gap:9px}
}
