.dsh-promo-bar{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 15px;text-align:center;position:relative;font-family:'Roboto','Roboto Fallback',system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1.4}.dsh-promo-bar--hidden,.dsh-promo-closed .dsh-promo-bar{display:none}.dsh-promo-bar__content{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.dsh-promo-bar__text{white-space:nowrap}.dsh-promo-bar__code{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1.5px dashed currentColor;border-radius:var(--ds-radius-sm,6px);background:rgba(255,255,255,0.15);color:inherit;font-family:inherit;font-size:14px;font-weight:700;letter-spacing:1px;cursor:pointer;position:relative;transition:background 0.2s ease}.dsh-promo-bar__code:hover{background:rgba(255,255,255,0.25)}.dsh-promo-bar__code:focus-visible{outline:2px solid currentColor;outline-offset:2px}.dsh-promo-bar__code-icon{flex-shrink:0;opacity:0.8}.dsh-promo-bar__toast{position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);padding:4px 10px;background:#333;color:#fff;font-size:12px;font-weight:500;border-radius:4px;white-space:nowrap;opacity:0;transition:opacity 0.2s ease;pointer-events:none}.dsh-promo-bar__toast--visible{opacity:1}.dsh-promo-bar__close{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:50%;background:rgba(255,255,255,0.15);color:inherit;cursor:pointer;transition:background 0.2s ease}.dsh-promo-bar__close:hover{background:rgba(255,255,255,0.3)}.dsh-promo-bar__close:focus-visible{outline:2px solid currentColor;outline-offset:2px}@media (max-width:768px){.dsh-promo-bar{padding:8px 40px 8px 12px;font-size:12px;gap:6px}.dsh-promo-bar__content{gap:6px}.dsh-promo-bar__text{white-space:normal}.dsh-promo-bar__code{font-size:12px;padding:3px 8px}.dsh-promo-bar__close{right:8px;width:24px;height:24px}}@media (prefers-reduced-motion:reduce){.dsh-promo-bar,.dsh-promo-bar__code,.dsh-promo-bar__close,.dsh-promo-bar__toast{transition:none}}