.ewpd-product-bundle{display:block;gap:12px}
.ewpd-bundle-head{margin-bottom:10px}
.ewpd-bundle-title{font-weight:700;font-size:18px}
.ewpd-notice{padding:10px;border:1px dashed #bbb;border-radius:8px}

.ewpd-bundle-items{display:flex;flex-direction:column;gap:10px}
.ewpd-bundle-items.ewpd-layout-grid{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}
.ewpd-bundle-item{display:grid;grid-template-columns:110px 1fr 140px 110px;align-items:center;gap:10px;border:1px solid #e5e5e5;border-radius:10px;padding:10px}
.ewpd-bundle-item.is-unavailable{opacity:.6}
.ewpd-bundle-item-check{display:flex;align-items:center}
.ewpd-bundle-item-thumb img{width:100%;height:auto;border-radius:8px;display:block}
.ewpd-bundle-item-meta{display:flex;flex-direction:column;gap:6px}
.ewpd-bundle-item-title{text-decoration:none}
.ewpd-bundle-item-variation{font-size:12px;opacity:.75}
.ewpd-bundle-item-stock{font-size:12px;opacity:.85}
.ewpd-bundle-item-price{justify-self:end}
.ewpd-bundle-item-qty input{width:90px}

.ewpd-bundle-footer{margin-top:12px;display:flex;flex-direction:column;gap:10px}
.ewpd-bundle-total-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.ewpd-bundle-total{font-weight:700}
.ewpd-bundle-savings{font-size:12px;opacity:.85}
.ewpd-bundle-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ewpd-bundle-msg{font-size:13px}

@media (max-width: 767px){
  .ewpd-bundle-item{grid-template-columns:1fr;align-items:start}
  .ewpd-bundle-item-price{justify-self:start}
  .ewpd-bundle-item-qty input{width:110px}
}
