.voucher-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:20px;padding:10px 0}.voucher-card{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgb(0 0 0 / .05);border:1px solid #eee;min-height:140px}.voucher-left{background:#fff0ea;padding:20px;width:110px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-right:2px dashed #ddd;position:relative}.voucher-left::before,.voucher-left::after{content:'';position:absolute;right:-11px;width:20px;height:20px;background:#fff;border-radius:50%;border:1px solid #eee}.voucher-left::before{top:-11px}.voucher-left::after{bottom:-11px}.discount-value{font-size:26px;font-weight:800;color:#f15a24;line-height:1}.discount-label{font-size:10px;color:#f15a24;text-transform:uppercase;margin-top:5px;font-weight:700}.voucher-right{padding:15px 20px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.voucher-title{font-size:16px;font-weight:700;color:#222;margin-bottom:4px;text-transform:uppercase}.voucher-desc{font-size:13px;color:#666;line-height:1.4}.voucher-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.expiry-date{font-size:11px;color:#999;text-transform:uppercase}.copy-btn{background:var(--accent)!important;color:#fff;border:none;padding:5px 10px!important;border-radius:5px!important;font-size:11px!important;font-weight:600;cursor:pointer;text-transform:uppercase!important;transition:all 0.3s ease}.copy-btn:hover{background:#d4491a}.copy-btn.copied{background:var(--base)!important}.voucher-card.expired{background:#fafafa}.voucher-card.expired .voucher-left{background:#ebebeb}.voucher-card.expired .discount-value,.voucher-card.expired .discount-label{color:#9c9c9c}.voucher-card.expired .voucher-title{color:#777}.voucher-card.expired .voucher-desc{color:#999}.voucher-card.expired .copy-btn.disabled{background:#e0e0e0!important;color:#8c8c8c;cursor:not-allowed}.voucher-card.expired .expiry-date{color:#ff8c8c!important;font-weight:700;font-style:italic}@media (max-width:480px){.voucher-container{grid-template-columns:1fr}}