.kbc-bundle{margin:18px 0;padding:clamp(14px,2.4vw,24px);border:1px solid color-mix(in srgb,var(--amber,#f5a900) 42%,transparent);border-radius:18px;background:color-mix(in srgb,var(--surface,#fff) 94%,var(--amber,#f5a900) 6%)}
.kbc-bundle>header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.kbc-bundle>header span{display:block;color:var(--amber,#f5a900);font-size:12px;font-weight:800}
.kbc-bundle>header h2{margin:3px 0 0;font-size:clamp(18px,2vw,24px)}
.kbc-bundle>header>strong{padding:7px 10px;border-radius:999px;background:var(--amber,#f5a900);color:var(--ink,#071b2f);white-space:nowrap}
.kbc-bundle__items{display:grid;gap:8px}
.kbc-bundle__items article{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px;border:1px solid color-mix(in srgb,var(--line,#d9dde0) 80%,transparent);border-radius:12px;background:var(--surface,#fff)}
.kbc-bundle__items article.is-unavailable{opacity:.6}
.kbc-bundle__items img{display:block;width:48px;height:64px;border-radius:7px;object-fit:cover}
.kbc-bundle__items b,.kbc-bundle__items small{display:block}
.kbc-bundle__items b{overflow:hidden;color:var(--text,#102536);text-overflow:ellipsis;white-space:nowrap}
.kbc-bundle__items small{margin-top:3px;color:var(--muted,#65737d)}
.kbc-bundle__items>article>span{color:var(--amber,#f5a900);font-weight:900;white-space:nowrap}
.kbc-bundle>p{margin:14px 0 0;color:var(--muted,#65737d);font-size:13px;line-height:1.9}
.kbc-bundle-buy{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:14px 0;padding:16px;border:1px solid color-mix(in srgb,var(--amber,#f5a900) 38%,transparent);border-radius:16px;background:color-mix(in srgb,var(--amber,#f5a900) 10%,var(--surface,#fff))}
.kbc-bundle-buy>div :is(small,strong,span),.kbc-bundle-price small{display:block}
.kbc-bundle-buy strong{font-size:clamp(18px,2.4vw,27px)}
.kbc-bundle-buy span{color:var(--amber,#f5a900);font-size:12px;font-weight:800}
.kbc-bundle-buy form{margin:0}
.kbc-bundle-buy .button{min-height:46px}
.kbc-bundle-price{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:6px}
.kbc-bundle-price small{width:100%;color:var(--muted,#65737d);font-size:11px}
.kbc-bundle-quantity{display:inline-grid;min-width:42px;min-height:36px;place-items:center;border:1px solid var(--line,#d9dde0);border-radius:9px;font-weight:900}
@media(max-width:640px){.kbc-bundle>header,.kbc-bundle-buy{align-items:stretch;flex-direction:column}.kbc-bundle__items article{grid-template-columns:42px minmax(0,1fr)}.kbc-bundle__items img{width:42px;height:58px}.kbc-bundle__items>article>span{grid-column:2}.kbc-bundle-buy .button{width:100%;white-space:normal}}
@media(prefers-reduced-motion:reduce){.kbc-bundle *{animation:none!important;transition:none!important}}
