.save-widget { margin: 16px 0 24px; }
.save-button { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 18px; border: 1px solid #b6cbbc; border-radius: 24px; background: white; color: #20734e; font: inherit; cursor: pointer; }
.save-button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.save-button[aria-pressed="true"] { color: #20734e; background: #e4f3e9; border-color: #69a881; }
.save-button[aria-pressed="true"] svg { fill: currentColor; }
.save-button:disabled { opacity: .6; cursor: wait; }
.save-widget p { margin: 8px 0 0; font-size: 13px; overflow-wrap: anywhere; }
.save-widget p:empty { display: none; }
.save-widget > a { font-size: 12px; }
.save-card { display: flex; flex-direction: column; }
.save-card > .coupon-card-link { flex: 1; height: auto; }
.save-card > .save-widget { margin: 0; padding: 0 3px 6px; }
.save-compact .save-button { min-height: 28px; gap: 4px; padding: 2px 8px; font-size: 12px; line-height: 1.4; }
.save-compact .save-button svg { width: 13px; height: 13px; }
.saved-tabs { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.saved-tabs [aria-current="page"] { font-weight: bold; color: #20734e; }
.saved-unavailable { padding: 16px; }
