.wb-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.wb-filter{border:1px solid currentColor;background:transparent;padding:.45rem .9rem;cursor:pointer}.wb-filter.active{font-weight:700}.wb-grid{display:grid;grid-template-columns:repeat(var(--wb-d),minmax(0,1fr));gap:1.5rem}.wb-item.hidden{display:none}.wb-item img{display:block;width:100%;height:auto}.wb-content{padding:.75rem 0}.wb-content h3{margin:0 0 .5rem}.wb-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin:.5rem 0}.wb-tags span{border:1px solid currentColor;padding:.15rem .4rem;font-size:.85em}@media(max-width:959px){.wb-grid{grid-template-columns:repeat(var(--wb-t),minmax(0,1fr))}}@media(max-width:639px){.wb-grid{grid-template-columns:repeat(var(--wb-m),minmax(0,1fr))}}