.shop-promo-panel [data-shop-promo-host]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.shop-promo-panel [data-shop-promo-host]>p{grid-column:1/-1}
.shop-promo-card{min-width:0;border:1px solid var(--line);border-radius:10px;padding:18px;background:var(--surface)}
.shop-promo-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.shop-promo-top h4{font-size:17px;margin:0 0 4px;overflow-wrap:anywhere}
.shop-promo-state{font-size:13px;color:var(--muted)}
.shop-promo-card>.muted{margin:14px 0;font-size:13px;line-height:1.6}
.shop-promo-switch{position:relative;flex:none;width:56px;min-height:44px;border:0;background:transparent!important;padding:10px 0;box-shadow:none}
.shop-promo-switch:before{content:"";display:block;height:26px;border-radius:16px;background:var(--muted);transition:background .16s}
.shop-promo-switch span{position:absolute;top:14px;left:4px;width:18px;height:18px;background:var(--surface);border-radius:50%;transition:transform .16s}
.shop-promo-switch[aria-checked=true]:before{background:var(--primary)}
.shop-promo-switch[aria-checked=true] span{transform:translateX(30px)}
.shop-promo-switch:focus-visible{outline:3px solid var(--primary);outline-offset:3px}
.shop-promo-switch:disabled{opacity:.6;cursor:wait}
.shop-promo-metrics{display:grid;gap:10px;margin:0}
.shop-promo-metrics>div{display:flex;justify-content:space-between;gap:12px;font-size:13px}
.shop-promo-metrics dt{color:var(--muted);font-weight:400;flex-shrink:0}
.shop-promo-metrics dd{margin:0;text-align:right;overflow-wrap:anywhere}
.shop-promo-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.shop-promo-actions button{min-height:44px;font-size:13px}
.shop-promo-error{color:var(--danger);font-size:13px;line-height:1.6;overflow-wrap:anywhere;margin:12px 0 0}
.shop-promo-errors{font-size:13px;margin-top:12px;overflow-wrap:anywhere}
.shop-promo-errors summary{cursor:pointer;min-height:36px;display:list-item}
.shop-promo-errors ul{padding-left:18px;max-height:240px;overflow:auto}
@media(max-width:1200px){.shop-promo-panel [data-shop-promo-host]{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.shop-promo-switch:before,.shop-promo-switch span{transition:none}}
