.stamps{grid-template-columns:repeat(10,minmax(0,1fr));width:100%;overflow:visible}
.stamps i{display:block;min-width:0;width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#FAB103;border:1px solid #e4ad25;box-shadow:none}
.stamps img{width:100%;height:100%;object-fit:cover;display:block}
.stamps .off{opacity:1;background:#fff;border-color:#e1e4e8}
.stamps .off img{filter:grayscale(1);opacity:.28}
@media(max-width:620px){.stamps{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.stamps i{border-radius:9px}}
