.preview-grid{margin:2rem 0;display:flex;flex-wrap:wrap;gap:1rem;width:100%}.preview-grid .preview{flex:0 0 100%}@media (min-width:640px){.preview-grid .preview{flex:0 0 calc(50% - 0.5rem)}}@media (min-width:1024px){.preview-grid .preview{flex:0 0 calc(33.333% - 0.67rem)}}.preview-grid .preview{padding:0;overflow:hidden;display:flex;flex-direction:column}.preview-grid .preview .img-wrapper{background-color:#aeaeae;background-size:cover;background-position:50%;height:15rem;width:100%}.preview-grid .preview .content-wrapper .description{height:8rem}.categories-list{background-color:#fff;border-radius:var(--card-radius);color:hsl(var(--gray));-moz-column-count:3;column-count:3;padding:1rem;margin-top:2rem}.categories-list .item{-moz-column-break-inside:avoid;break-inside:avoid;display:flex;flex-direction:column;align-items:start}:is(.categories-list .item) input{margin-right:1rem}.description{max-height:5rem;min-height:3rem;height:100%;overflow:hidden;position:relative}.description:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3rem;background:linear-gradient(180deg,transparent,#fff)}