.pp-pack-title-label{
  display:table;
  width:max-content;
  margin-top:6px;
  padding:3px 8px;
  border-radius:999px;
  font-size:12px;
  line-height:1.25;
  font-weight:600;
  background:#eef3ff;
  border:1px solid #cfdcff;
  color:#1f3b75;
  white-space:nowrap;
}

/* Kosárban lévő Product Table sor */
.wcpt-row.pp-pack-row-in-cart td{
  background-color:#f1fbf3;
}
.wcpt-row.pp-pack-row-active:not(.pp-pack-row-in-cart) td{
  background-color:#fffdf5;
}

/* Ár utáni inline badge */
.wcpt-cell[data-wcpt-column-index="3"] .pp-pack-price-host{
  display:block;
}
.pp-pack-price-badge{
  display:inline-flex;
  align-items:center;
  margin-left:7px;
  padding:3px 7px;
  border-radius:999px;
  font-size:11px;
  line-height:1.15;
  font-weight:700;
  vertical-align:middle;
  white-space:nowrap;
  min-width:74px;
  justify-content:center;
  box-sizing:border-box;
  background:#eef8f0;
  border:1px solid #a8d9b1;
  color:#22512c;
}
.pp-pack-price-badge:not(.is-active){
  display:none !important;
}
.pp-pack-price-badge.is-fee{
  background:#fff7d6;
  border-color:#f0d77a;
  color:#5a4300;
}
.pp-pack-price-badge.is-cart-row{
  background:#e5f6e9;
  border-color:#8ecf9e;
  color:#214f2b;
}
.pp-pack-price-badge.is-cart-row.is-fee{
  background:#eaf8ee;
  border-color:#8ecf9e;
  color:#214f2b;
}
.pp-pack-debug{
  position:fixed;
  right:12px;
  bottom:12px;
  z-index:999999;
  background:#111;
  color:#fff;
  padding:8px 10px;
  border-radius:6px;
  font-size:12px;
}


.pp-order-info{
  margin:10px 0 14px;
  padding:10px 14px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:8px;
  font-size:13px;
  line-height:1.55;
  color:#334155;
}
.pp-order-info strong{ color:#1e293b; }
.pp-order-info .pp-pack-title-label,
.pp-order-info .pp-pack-price-badge{
  display:inline-flex !important;
  margin:0 2px;
  vertical-align:middle;
}
.pp-pack-title-label--sample{
  width:auto;
}
.pp-pack-price-badge--sample{
  position:static;
}
@media(max-width:749px){
  .pp-order-info{font-size:12px; line-height:1.5;}
}
