/* Compact campaign strip. Product columns retain their original layout. */
.ndcc-offer-slot:empty,.ndcc-offer-slot[hidden]{display:none!important}
.ndcc-offer-slot[data-ndcc-position="product-top"]{box-sizing:border-box;display:block;clear:both;float:none;width:100%;margin:0 auto 20px;grid-column:1/-1;flex-basis:100%;align-self:stretch}
.ndcc-offer-slot .ndcc-offer{box-sizing:border-box;width:100%;margin:0;border:1px solid #e6e3dc;border-radius:6px;background:#f8f7f4;color:#292b29;font:inherit;text-align:start}
.ndcc-offer-slot .ndcc-offer-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 18px;list-style:none;cursor:pointer;font-family:inherit;line-height:1.5}
.ndcc-offer-summary::-webkit-details-marker{display:none}
.ndcc-offer-summary::marker{content:""}
.ndcc-offer-summary:focus-visible{outline:2px solid #665842;outline-offset:3px;border-radius:5px}
.ndcc-offer-main{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px 9px;min-width:0}
.ndcc-offer-label{font-size:14px;font-weight:500}
.ndcc-offer-slot .ndcc-offer-value{font:inherit;font-size:20px;font-weight:700;line-height:1.3;white-space:nowrap;color:#292b29}
.ndcc-offer-slot .ndcc-offer-status{font-size:13px;font-weight:400;line-height:1.5;color:#555952}
.ndcc-offer-status::before{content:"·";margin-inline:3px 11px;color:#9b9b91}
.ndcc-offer-toggle{flex-shrink:0;font-size:12px;font-weight:400;color:#666961;white-space:nowrap}
.ndcc-offer-toggle::after{content:"";display:inline-block;width:5px;height:5px;margin-inline-start:9px;vertical-align:3px;border-inline-end:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg)}
.ndcc-offer[open] .ndcc-offer-toggle::after{transform:rotate(225deg);vertical-align:0}
.ndcc-offer-details{border-top:1px solid #e6e3dc;padding:10px 18px 13px;color:#555952}
.ndcc-offer-slot .ndcc-offer-details p{margin:3px 0!important;font:inherit;font-size:12px;line-height:1.7}
.ndcc-offer[data-status="conflict"]{border-color:#dccb9f;background:#fffaf0}
@media(max-width:600px){.ndcc-offer-slot[data-ndcc-position="product-top"]{margin-bottom:16px}.ndcc-offer-slot .ndcc-offer-summary{align-items:flex-start;padding:11px 13px;gap:8px}.ndcc-offer-main{column-gap:7px}.ndcc-offer-slot .ndcc-offer-status{flex-basis:100%;font-size:12px}.ndcc-offer-status::before{display:none}.ndcc-offer-label{font-size:13px}.ndcc-offer-slot .ndcc-offer-value{font-size:19px}.ndcc-offer-toggle{margin-top:3px;font-size:11px}.ndcc-offer-details{padding:9px 13px 11px}}
.ndcc-conflict{position:fixed;bottom:20px;inset-inline:20px;margin-inline:auto;width:min(540px,calc(100% - 40px));z-index:10000;background:#fff;border:1px solid #cad8ce;box-shadow:0 8px 32px #10241926;border-radius:12px;padding:18px 22px;text-align:start;font-size:14px;line-height:1.6;color:#183427}.ndcc-conflict p{margin:0 0 12px}.ndcc-conflict button{background:#275a48;color:#fff;border:0;border-radius:6px;padding:10px 15px;font:inherit;cursor:pointer}.ndcc-conflict button:focus-visible{outline:2px solid #275a48;outline-offset:3px}.ndcc-conflict button:disabled{opacity:.6;cursor:wait}
