.vouchers-grid-container{width:100%;padding:0;margin:0}.vouchers-grid{display:flex;flex-direction:column;gap:1rem;width:100%}.grid-item{width:100%;transition:transform .2s ease}@media (min-width:812px){.vouchers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.vouchers-grid-container{padding:0}.vouchers-grid{gap:1rem}}@media (min-width:1024px){.vouchers-grid-container{padding:0}.vouchers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));grid-gap:1rem;gap:1rem}}@media (min-width:1440px){.vouchers-grid-container{padding:0}.vouchers-grid{gap:1rem}}.vouchers-empty-state{grid-column:1/-1;padding:4rem 2rem;text-align:center;background:#f8fafc;border-radius:12px;border:2px dashed #e2e8f0}.vouchers-empty-state .material-symbols-sharp{font-size:3.5rem;color:#cbd5e1;margin-bottom:1rem}.vouchers-empty-state h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.vouchers-empty-state p{font-size:.9375rem;color:#64748b;margin:0}