/* KVZ Product Card Controls */
.kvz-pcc-meta{ margin-top:8px; font-size:0.92em; line-height:1.35; opacity:0.95; }
.kvz-pcc-meta .kvz-pcc-row{ margin-top:4px; }
.kvz-pcc-meta .kvz-pcc-label{ font-weight:600; opacity:0.9; margin-right:6px; }

/* Chips (turquoise small buttons) */
.kvz-pcc-chips{ display:flex; flex-wrap:wrap; gap:6px; margin-top:8px; justify-content:center; }
.kvz-pcc-chip{
  display:inline-flex; align-items:center;
  padding:3px 10px; border-radius:999px;
  font-size:12px; line-height:1.2;
  background:#26b8a6; color:#ffffff;
  font-weight:700;
}

/* List view */
body.kvz-pcc-list ul.products li.product{ width:100% !important; float:none !important; clear:both !important; }
body.kvz-pcc-list ul.products li.product .kvz-pcc-item{ display:flex; gap:14px; align-items:flex-start; }
body.kvz-pcc-list ul.products li.product .kvz-pcc-media{
  flex:0 0 var(--kvz-pcc-list-thumb-width, 140px);
  max-width:var(--kvz-pcc-list-thumb-width, 140px);
}
body.kvz-pcc-list ul.products li.product img.attachment-woocommerce_thumbnail,
body.kvz-pcc-list ul.products li.product img.woocommerce-placeholder{
  width:100% !important; height:auto !important; display:block;
}
body.kvz-pcc-list ul.products li.product .kvz-pcc-content{ flex:1 1 auto; }
body.kvz-pcc-list ul.products li.product .button{ margin-top:10px; }


/* Spacing: chips vs buttons */
.woocommerce ul.products li.product .kvz-pcc-chipsrow{
  margin-top:10px;
  margin-bottom:14px; /* Abstand zum Warenkorb-Button */
}

/* Slightly tighter chips on small screens */
@media (max-width: 480px){
  .kvz-pcc-chips{ gap:5px; }
  .kvz-pcc-chip{ padding:3px 9px; font-size:12px; }
}
