.leat-item{background:var(--leat-card-background, #fff);border:1px solid var(--leat-card-border, #ddd);border-radius:8px;min-height:280px;display:flex;flex-direction:column;position:relative;box-shadow:0 0 0 rgba(0,0,0,0);transition:all .15s ease-out}.leat-item:not(.leat-item--disabled):hover{border-color:var(--leat-card-border-hover, #949494);box-shadow:0 2px 6px rgba(0,0,0,.05)}.leat-item--disabled{pointer-events:none}.leat-item--disabled:hover{transform:none;box-shadow:none}.leat-item--compact{min-height:220px}.leat-item--compact .leat-item__content{padding:16px 16px 12px}.leat-item--compact .leat-item__media{width:40px;height:40px;margin-bottom:12px}.leat-item--compact .leat-item__label{font-size:13px;min-height:32px}.leat-item--compact .leat-item__meta{font-size:16px}.leat-item--compact .leat-item__actions{padding:10px 12px;min-height:48px}.leat-item__content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px 16px;text-align:center}.leat-item__media{width:48px;height:48px;margin:0 0 16px 0;display:flex;align-items:center;justify-content:center;color:var(--leat-icon-color, #1e1e1e)}.leat-item__media svg{width:100%;height:100%}.leat-item__media img{width:100%;height:100%;object-fit:contain}.leat-item__label{font-size:18px;font-weight:700;line-height:1.4;margin:0 0 8px 0;color:var(--leat-text-primary, #1e1e1e);min-height:40px;display:flex;align-items:center;justify-content:center}.wp-block-leat-earn-rules-list .leat-item__label,.wp-block-leat-spend-rules-list .leat-item__label{font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;text-decoration:inherit;letter-spacing:inherit;line-height:inherit;margin:0 0 8px 0;color:var(--leat-text-primary, #1e1e1e);min-height:40px;display:flex;align-items:center;justify-content:center}.leat-item__meta{font-size:20px;font-weight:600;line-height:1;margin:4px 0 0 0}.leat-item__meta--default{color:var(--leat-primary-color, #2271b1)}.leat-item__meta--credits{color:var(--leat-primary-color, #2271b1)}.leat-item__meta--cost{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:1rem;font-weight:700;color:var(--leat-success-color, #059669);background:var(--leat-success-bg, #d1fae5);border-radius:.25rem}.leat-item__meta--coupon-code{margin-top:12px;pointer-events:auto}.leat-item__description{font-size:14px;line-height:1.5;color:var(--leat-text-secondary, #666);margin:8px 0 0 0;text-align:center}.wp-block-leat-earn-rules-list .leat-item__description,.wp-block-leat-spend-rules-list .leat-item__description{font-family:inherit;font-style:inherit;text-transform:inherit;text-decoration:inherit;letter-spacing:inherit;line-height:inherit;font-size:.875em;color:var(--leat-text-secondary, #666);margin:8px 0 0 0;text-align:center}.leat-item__actions{border-top:1px solid var(--leat-card-border, #ddd);padding:12px 16px;min-height:56px;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:center;background:var(--leat-card-footer-bg, #f9f9f9);border-radius:0 0 8px 8px}.leat-item__actions .leat-button,.leat-item__actions .leat-block-components-button{min-width:140px;width:auto;min-height:36px}.leat-item__actions .leat-button.is-display-only,.leat-item__actions .leat-block-components-button.is-display-only{display:flex;align-items:center;justify-content:center;cursor:default;pointer-events:none}.leat-item__actions .leat-button.is-display-only svg,.leat-item__actions .leat-block-components-button.is-display-only svg{flex-shrink:0}.leat-item__actions .leat-button.leat-button--claimed,.leat-item__actions .leat-block-components-button.leat-button--claimed{color:var(--leat-success-color, #00a32a);background:var(--leat-success-bg, #f0f6fc)}.leat-item__actions .leat-button.leat-button--claimed:hover,.leat-item__actions .leat-block-components-button.leat-button--claimed:hover{opacity:1}.leat-item__actions .leat-button.leat-button--automatic,.leat-item__actions .leat-block-components-button.leat-button--automatic{color:var(--leat-info-color, #757575);background:var(--leat-info-bg, #f0f0f0)}.leat-item__actions .leat-button.leat-button--automatic:hover,.leat-item__actions .leat-block-components-button.leat-button--automatic:hover{opacity:1}.leat-item__error{color:var(--leat-error-color, #cc1818);font-size:12px;margin-top:8px;text-align:center}.leat-item__success{color:var(--leat-success-color, #00a32a);background:var(--leat-success-bg, #f0f6fc);font-size:13px;margin-top:8px;padding:8px 12px;text-align:center;border-radius:4px;font-weight:500}.leat-item__badge{position:absolute;top:12px;right:12px;padding:.375rem .75rem;font-size:.875rem;font-weight:600;line-height:1;border-radius:9999px;z-index:1;color:var(--leat-badge-text, #fff);background:var(--leat-badge-background, #2271b1);transition:all .15s ease-out}.leat-item__insufficient{font-size:.75rem;color:var(--leat-error-color, #dc2626);text-align:center;margin-top:.25rem}.leat-item--skeleton{pointer-events:none}.leat-item--skeleton .leat-block-components-skeleton__element{animation:leat-item-skeleton-loading 1.5s ease-in-out infinite}@keyframes leat-item-skeleton-loading{0%,100%{opacity:1}50%{opacity:.4}}@media(max-width: 768px){.leat-item{min-height:auto}.leat-item--compact{min-height:auto}}.leat-spend-rules-list{width:100%}.leat-spend-rules-list__grid{display:grid;gap:1.5rem;margin:0;padding:0}@media(max-width: 768px){.leat-spend-rules-list__grid{grid-template-columns:1fr !important}}.leat-spend-rule-card{display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;transition:all .2s ease}.leat-spend-rule-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transform:translateY(-2px)}.leat-spend-rule-card--disabled{pointer-events:none}.leat-spend-rule-card--disabled:hover{transform:none;box-shadow:none}.leat-spend-rule-card__content{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.leat-spend-rule-card__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin:0 auto}.leat-spend-rule-card__icon svg{width:100%;height:100%;fill:currentColor}.leat-spend-rule-card__icon img{width:100%;height:100%;object-fit:contain}.leat-spend-rule-card__description{margin:0 0 8px 0;font-size:14px;line-height:1.5;color:var(--leat-text-secondary, #666);text-align:center;padding:0 10px}.leat-spend-rule-card__progress{width:100%;margin-top:16px;padding:12px 0}.leat-spend-rule-card__progress-bar{position:relative;width:100%;height:8px;background-color:var(--leat-progress-bg, #e0e0e0);border-radius:4px;overflow:hidden;margin-bottom:8px}.leat-spend-rule-card__progress-fill{position:absolute;top:0;left:0;height:100%;border-radius:4px;transition:width .3s ease-out;background-color:var(--wp--preset--color--vivid-cyan-blue, #0693e3)}.leat-spend-rule-card__progress-text{color:var(--leat-text-secondary, #666);font-size:13px;text-align:center;font-weight:400}.leat-spend-rule-card__action{display:flex;flex-direction:column;gap:.5rem;align-items:center}.leat-spend-rule-card__insufficient{font-size:.75rem;color:#dc2626;text-align:center}.leat-spend-rules-list__grid .leat-item{--leat-image-height: 200px;--leat-image-fit: cover}.leat-spend-rules-list__grid .leat-item .leat-item__label{margin:0;text-align:center}.leat-spend-rules-list__grid .leat-item .leat-item__label.leat-spend-rule-card__label--no-description{margin-bottom:8px}.leat-spend-rules-list__grid .leat-item [data-slot=item-media]{width:100%;height:var(--leat-image-height);display:flex;align-items:center;justify-content:center;margin-bottom:.25rem;overflow:hidden}.leat-spend-rules-list__grid .leat-item [data-slot=item-media] img{width:100%;height:100%;object-fit:var(--leat-image-fit);border-radius:.375rem;box-shadow:0 0 0 1px rgba(0,0,0,.1)}.leat-spend-rules-list__grid .leat-item [data-slot=item-media] svg{max-width:100%;max-height:100%}.leat-spend-rules-list__grid .leat-item .leat-item__meta--cost{position:relative;display:inline-flex;align-items:center;gap:6px;padding:6px 14px 6px 10px;font-size:15px;font-weight:600;background:var(--leat-cost-badge-bg, #EDE9FE);color:var(--leat-cost-badge-color, #5B21B6);border-radius:20px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.leat-spend-rules-list__grid .leat-item .leat-item__meta--cost::before{content:"⭐";font-size:14px;display:inline-block}.leat-spend-rules-list__loading,.leat-spend-rules-list__error,.leat-spend-rules-list__empty{padding:2rem;text-align:center;color:#6b7280}.leat-spend-rules-list__error{color:#dc2626}.leat-spend-rules-list__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:3rem 2rem;min-height:300px;text-align:center}.leat-spend-rules-list__empty-state p{margin:0;font-size:1.125rem;font-weight:500;color:#374151;max-width:500px;line-height:1.6}.leat-spend-rules-list__empty-state .leat-block-components-button{min-width:160px}.leat-earn-rules-list__heading,.wp-block-leat-earn-rules-list__heading{font-size:1.5rem;font-weight:600;margin:0 0 1.5rem 0;text-align:center}.leat-earn-rules-list__description,.wp-block-leat-earn-rules-list__description{text-align:center;margin:0 0 1.5rem 0;color:var(--leat-text-secondary, #666);font-size:1rem;line-height:1.6}.leat-earn-rules-list__empty-state,.wp-block-leat-earn-rules-list__empty-state{text-align:center;padding:3rem 1rem}.leat-earn-rules-list__empty-state .leat-button,.wp-block-leat-earn-rules-list__empty-state .leat-button{margin-top:1rem}.leat-earn-rules-list__error,.wp-block-leat-earn-rules-list__error{text-align:center;padding:2rem;color:var(--leat-error-color, #d32f2f)}.leat-earn-rules-list__error p,.wp-block-leat-earn-rules-list__error p{margin:0 0 1rem 0}.leat-earn-rules-list__error button,.wp-block-leat-earn-rules-list__error button{margin-top:1rem}.leat-earn-rules-list__grid,.wp-block-leat-earn-rules-list__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr))}@media(max-width: 768px){.leat-earn-rules-list__grid,.wp-block-leat-earn-rules-list__grid{grid-template-columns:1fr !important}}@media(min-width: 768px){.leat-earn-rules-list__grid,.wp-block-leat-earn-rules-list__grid{grid-template-columns:repeat(var(--columns, 3), 1fr)}}.wp-block-leat-earn-rules-list .leat-item__label{font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;text-decoration:inherit;letter-spacing:inherit;line-height:inherit}.wp-block-leat-earn-rules-list .leat-item__description{font-family:inherit;font-style:inherit;text-transform:inherit;text-decoration:inherit;letter-spacing:inherit;line-height:inherit;font-size:.875em}.leat-earn-rule-card{background:var(--leat-card-background, #fff);border:1px solid var(--leat-card-border, #ddd);border-radius:8px;min-height:280px;display:flex;flex-direction:column;box-shadow:0 0 0 rgba(0,0,0,0);transition:all .15s ease-out}.leat-earn-rule-card:hover:not(.leat-earn-rule-card--skeleton){border-color:var(--leat-card-border-hover, #949494);box-shadow:0 2px 6px rgba(0,0,0,.05)}.leat-earn-rule-card__content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px 16px;text-align:center}.leat-earn-rule-card__icon{width:48px;height:48px;margin:0 0 16px 0;display:flex;align-items:center;justify-content:center;color:var(--leat-icon-color, #1e1e1e)}.leat-earn-rule-card__icon svg{width:100%;height:100%}.leat-earn-rule-card__label{font-size:14px;font-weight:500;line-height:1.4;margin:0 0 8px 0;color:var(--leat-text-primary, #1e1e1e);min-height:40px;display:flex;align-items:center;justify-content:center}.leat-earn-rule-card__credits{font-size:20px;font-weight:600;line-height:1;color:var(--leat-primary-color, #2271b1);margin:4px 0 0 0}.leat-earn-rule-card__action{border-top:1px solid var(--leat-card-border, #ddd);padding:12px 16px;min-height:56px;display:flex;align-items:center;justify-content:center;background:var(--leat-card-footer-bg, #f9f9f9);border-radius:0 0 8px 8px}.leat-earn-rule-card__action .leat-block-components-button{min-width:140px;width:auto;min-height:36px}.leat-earn-rule-card__action .leat-block-components-button.is-display-only{display:flex;align-items:center;justify-content:center;cursor:default;pointer-events:none}.leat-earn-rule-card__action .leat-block-components-button.is-display-only svg{flex-shrink:0}.leat-earn-rule-card__error{color:var(--leat-error-color, #cc1818);font-size:12px;margin-top:8px;text-align:center}.leat-earn-rule-card--skeleton{pointer-events:none}.leat-earn-rule-card--skeleton .leat-block-components-skeleton__element{animation:skeleton-loading 1.5s ease-in-out infinite}@keyframes skeleton-loading{0%,100%{opacity:1}50%{opacity:.4}}.leat-rewards-checkout-tabs{width:100%}.leat-rewards-checkout-tabs__list{display:flex;border-bottom:1px solid #e0e0e0;margin-bottom:16px;gap:0}.leat-rewards-checkout-tabs__trigger{flex:1;padding:12px 16px;border:none;background:rgba(0,0,0,0);font-size:14px;font-weight:500;color:#666;cursor:pointer;position:relative;transition:color .2s ease,background-color .2s ease;text-align:center}.leat-rewards-checkout-tabs__trigger:hover:not([disabled]){color:#333;background-color:rgba(0,0,0,.04)}.leat-rewards-checkout-tabs__trigger:focus-visible{outline:2px solid var(--wp--preset--color--vivid-cyan-blue, #0693e3);outline-offset:-2px}.leat-rewards-checkout-tabs__trigger[data-state=active]{color:#333}.leat-rewards-checkout-tabs__trigger[data-state=active]::after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background-color:var(--wp--preset--color--vivid-cyan-blue, #0693e3)}.leat-rewards-checkout-tabs__trigger[disabled]{color:#999;cursor:not-allowed}.leat-rewards-checkout-tabs__content{outline:none}.leat-rewards-checkout-tabs__content:focus-visible{outline:2px solid var(--wp--preset--color--vivid-cyan-blue, #0693e3);outline-offset:2px}.wp-block-leat-spend-rules-checkout{margin:0}.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__preview{padding:16px;background:#fff;border:1px dashed #ddd;border-radius:4px;text-align:center}.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__preview--disabled{background:#f5f5f5;color:#999}.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__preview--disabled p{margin:0;font-style:italic}.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__editor-preview{background:#fff}.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__editor-preview .leat-button{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s ease}.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__editor-preview .leat-button--contained{background:#333;color:#fff}.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__editor-preview .leat-button--contained:hover{opacity:.9}.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__editor-preview .leat-button--compact{padding:6px 12px;font-size:13px;min-width:70px}.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__editor-preview .leat-button:disabled{opacity:.5;cursor:not-allowed}.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__grid{display:grid;gap:16px}.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__grid[style*="repeat(1"]{grid-template-columns:1fr}.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__grid[style*="repeat(2"]{grid-template-columns:repeat(2, 1fr)}@media(max-width: 768px){.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__grid[style*="repeat(2"]{grid-template-columns:1fr}}.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__empty-state,.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__empty{padding:20px;text-align:center;background:#f9f9f9;border-radius:4px}.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__empty-state p,.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__empty p{margin:0 0 12px;color:#666;font-size:14px}.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__error{padding:12px;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;font-size:14px}.wp-block-leat-spend-rules-checkout .leat-item .leat-item__content{padding:12px}.wp-block-leat-spend-rules-checkout .leat-item .leat-item__media img,.wp-block-leat-spend-rules-checkout .leat-item .leat-item__media svg{max-height:var(--leat-image-height, 150px)}.wp-block-leat-spend-rules-checkout .leat-item .leat-spend-rule-card__label--no-description{font-size:14px}.wp-block-leat-spend-rules-checkout .leat-item .leat-item__description{font-size:13px}.wp-block-leat-spend-rules-checkout .leat-spend-rule-card__progress{margin-top:12px}.wp-block-leat-spend-rules-checkout .leat-button--small{width:100%;padding:8px 16px;font-size:14px}.wp-block-leat-spend-rules-checkout .leat-item__badge{top:8px;right:8px;padding:4px 8px;font-size:12px}.wp-block-leat-spend-rules-checkout .leat-item__success{margin-top:12px;padding:8px;background:#d4edda;border-radius:4px;color:#155724;font-size:13px;text-align:center}.wp-block-leat-spend-rules-checkout .leat-item__meta--coupon-code{margin-top:8px}.wc-block-checkout .wp-block-leat-spend-rules-checkout{background:#fff;padding:16px;border:1px solid #e0e0e0;border-radius:4px}.wc-block-checkout .wp-block-leat-spend-rules-checkout:not(:last-child){margin-bottom:16px}@media(max-width: 768px){.leat-rewards-checkout-tabs__list{flex-wrap:nowrap}.leat-rewards-checkout-tabs__trigger{padding:10px 12px;font-size:13px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-block-leat-spend-rules-checkout .leat-spend-rules-checkout__grid{gap:12px}.wp-block-leat-spend-rules-checkout .leat-item .leat-item__content{padding:10px}}.leat-checkout-list{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:4px;max-height:300px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#ccc #f5f5f5}.leat-checkout-list::-webkit-scrollbar{width:5px}.leat-checkout-list::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.leat-checkout-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.leat-checkout-list::-webkit-scrollbar-thumb:hover{background:#aaa}.leat-checkout-list-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #e0e0e0;transition:background-color .15s ease}.leat-checkout-list-item:last-child{border-bottom:none}.leat-checkout-list-item:hover{background-color:rgba(0,0,0,.02)}.leat-checkout-list-item__media{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:4px;background:#f5f5f5;overflow:hidden}.leat-checkout-list-item__media img{width:100%;height:100%;object-fit:cover}.leat-checkout-list-item__media svg{width:24px;height:24px;color:#666}.leat-checkout-list-item__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.leat-checkout-list-item__label{font-size:14px;font-weight:500;color:#333;margin:0;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.leat-checkout-list-item__meta{font-size:12px;color:#666;margin:0}.leat-checkout-list-item__code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;color:#666;background:#f0f0f0;padding:2px 6px;border-radius:3px;display:inline-block}.leat-checkout-list-item__action{flex-shrink:0;display:flex;align-items:center;gap:8px}.leat-checkout-list-item .leat-button--compact{padding:6px 12px;font-size:13px;min-width:70px}.leat-checkout-list-item--disabled{opacity:.6}.leat-checkout-list-item--disabled .leat-checkout-list-item__label{color:#999}.leat-checkout-list-item--applied{background-color:rgba(0,208,132,.08)}.leat-checkout-list-item--applied .leat-checkout-list-item__label{color:#155724}.leat-checkout-list-item__error{font-size:12px;color:#dc3545;margin-top:4px}.leat-checkout-list-item__success{font-size:12px;color:#155724;margin-top:4px}.leat-checkout-list-item__progress{width:100%;margin-top:4px}.leat-checkout-list-item__progress-bar{height:4px;background:#e0e0e0;border-radius:2px;overflow:hidden}.leat-checkout-list-item__progress-fill{height:100%;border-radius:2px;transition:width .3s ease}.leat-checkout-list-item__progress-text{font-size:11px;color:#666;margin-top:2px}@media(max-width: 480px){.leat-checkout-list-item{flex-direction:column;align-items:stretch;text-align:center;padding:16px;gap:8px}.leat-checkout-list-item__media{margin:0 auto}.leat-checkout-list-item__content{align-items:center}.leat-checkout-list-item__label{white-space:normal;text-align:center}.leat-checkout-list-item__action{justify-content:center;margin-top:8px}.leat-checkout-list-item .leat-button--compact{width:100%}}

/*# sourceMappingURL=spend-rules-checkout-styles.css.map*/