.wenzomart-combo-summary {
  clear: both;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid #dfe5e1;
  background: #f7faf8;
}
.wenzomart-combo-summary__heading,
.wenzomart-combo-savings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.wenzomart-combo-summary__heading h2 { margin: 0; font-size: 1.1rem; }
.wenzomart-combo-summary__heading > span { color: #5f6f67; font-size: .8rem; }
.wenzomart-combo-components { margin: 14px 0 0 !important; padding: 0 !important; list-style: none !important; }
.wenzomart-combo-components li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #e2e8e4;
}
.wenzomart-combo-components img { width: 54px; height: 54px; object-fit: contain; background: #fff; }
.wenzomart-combo-components strong,
.wenzomart-combo-components small { display: block; }
.wenzomart-combo-components strong { font-size: .86rem; }
.wenzomart-combo-components small { margin-top: 3px; color: #68766f; font-size: .74rem; }
.wenzomart-combo-components b { color: #173d2d; font-size: .84rem; }
.wenzomart-combo-savings { margin: 12px -18px -18px; padding: 12px 18px; background: #173d2d; color: #fff; }
.wenzomart-combo-savings span { font-size: .82rem; }
@media (max-width: 480px) {
  .wenzomart-combo-summary { padding: 14px; }
  .wenzomart-combo-components li { grid-template-columns: 46px minmax(0, 1fr); }
  .wenzomart-combo-components img { width: 46px; height: 46px; }
  .wenzomart-combo-components b { grid-column: 2; }
  .wenzomart-combo-savings { margin: 10px -14px -14px; padding: 11px 14px; }
}

/* Component stock lines are represented by the combo parent in Cart and Checkout blocks. */
.wc-block-cart-items__row.wenzomart-combo-child,
.wc-block-mini-cart-items__row.wenzomart-combo-child,
.wc-block-components-order-summary-item.wenzomart-combo-child {
  display: none !important;
}

