.wr-trigger{flex:none;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;width:24px;height:24px;padding:0;border:none;border-radius:999px;background:transparent;color:var(--stone-400,#a3a3a3);cursor:pointer;transition:background-color .14s ease,color .14s ease}.wr-trigger:hover{background:var(--stone-100,#f0f0f0);color:var(--stone-600,#525252)}.wr-overlay{position:fixed;inset:0;z-index:110;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(20,18,16,.5)}.wr-card{position:relative;width:min(360px,100%);max-height:80vh;overflow-y:auto;background:var(--surface,#fff);border:1px solid var(--stone-200,#e5e5e5);border-radius:var(--r-md,12px);box-shadow:0 18px 48px rgba(0,0,0,.22);padding:20px 18px 16px;display:flex;flex-direction:column;gap:14px}.wr-header{display:flex;align-items:center;gap:8px}.wr-title{font-size:18px;font-weight:700;color:var(--stone-900,#1a1a1a);flex:1 1}.wr-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:none;background:transparent;font-size:20px;color:var(--stone-400,#a3a3a3);cursor:pointer;line-height:1}.wr-close:hover{color:var(--stone-600,#525252)}.wr-section{display:flex;flex-direction:column;gap:6px}.wr-section-title{font-size:13px;font-weight:700;color:var(--stone-500,#737373);text-transform:uppercase;letter-spacing:.5px;padding-bottom:2px;border-bottom:1px solid var(--stone-100,#f0f0f0)}.wr-rule{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:2px 10px;padding:6px 0}.wr-rule-label{font-size:14px;font-weight:600;color:var(--stone-800,#292929);grid-column:1;grid-row:1}.wr-rule-amount{display:inline-flex;align-items:center;gap:3px;font-size:14px;font-weight:800;grid-column:2;grid-row:1;justify-self:end}.wr-rule-amount--earn{color:var(--ww-coral,#e8856c)}.wr-rule-amount--spend{color:#c0524a}.wr-rule-vary{font-size:11px;font-weight:600}.wr-rule-desc,.wr-rule-vary{color:var(--stone-400,#a3a3a3)}.wr-rule-desc{font-size:11.5px;line-height:1.5;grid-column:1/-1;grid-row:2}