/* Production public-offer anatomy. A page owns placement; this file owns the
   commercial hierarchy and the copy-code control across market segments. */
.ds-public-offer { position:relative; min-width:0; color:var(--color-text); }
.ds-public-offer[hidden],.ds-offer-ledger>[hidden] { display:none!important; }
.ds-public-offer :is(a,button) { font-family:var(--font-family); }
.ds-coupon-code { display:grid; width:var(--offer-public-code-width); max-width:100%; min-width:0; min-height:var(--primitive-size-40); grid-template-columns:minmax(0,1fr) auto; grid-template-areas:'code icon'; align-items:center; gap:var(--space-sm); padding:var(--space-sm) var(--space-md); border:var(--stroke-width) dashed var(--offer-featured-border); border-radius:var(--radius-action); background:var(--offer-code-surface); color:var(--color-text); cursor:pointer; transition:background var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out); }
.ds-coupon-code small { display:none; grid-area:label; color:var(--color-text-decorative); font:var(--font-weight-label) var(--font-caption)/var(--line-height-caption) var(--font-family-data); letter-spacing:var(--tracking-label); text-transform:uppercase; }
.ds-coupon-code>span { grid-area:code; min-width:0; color:var(--color-text); font:var(--font-weight-heading) var(--font-body-small)/var(--line-height-caption) var(--font-family-data); letter-spacing:var(--tracking-label); text-align:left; overflow-wrap:anywhere; white-space:normal; }
.ds-coupon-code>:is(i,svg) { grid-area:icon; width:var(--select-chevron-size); height:var(--select-chevron-size); color:var(--color-text-muted); stroke-width:var(--icon-stroke); }
.ds-coupon-code:is(:hover,:focus-visible) { border-color:var(--color-accent); background:var(--color-accent-soft); }
.ds-coupon-code.is-copied { border-style:solid; border-color:var(--color-accent); background:var(--color-accent-soft); }
.ds-coupon-code.is-copied>span,.ds-coupon-code.is-copied>:is(i,svg) { color:var(--color-accent); }
.ds-offer-ledger { min-width:0; border-top:var(--stroke-width) solid var(--color-border); }
