.pconf-cart-meta {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: grid;
  gap: 6px;
}

.pconf-cart-meta__row {
  display: grid;
  grid-template-columns: minmax(120px, 180px) 1fr;
  gap: 8px;
  line-height: 1.35;
}

.pconf-cart-meta__label {
  font-weight: 600;
  color: #202428;
}

.pconf-cart-meta__value {
  color: #3a4148;
  word-break: break-word;
}

@media (max-width: 720px) {
  .pconf-cart-meta__row {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

/* Theme compatibility: force Woo cart item meta on separate lines (Astra/classic cart). */
.woocommerce-cart table.shop_table .product-name dl.variation {
  margin-top: 10px;
}

.woocommerce-cart table.shop_table .product-name dl.variation dt,
.woocommerce-cart table.shop_table .product-name dl.variation dd {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.woocommerce-cart table.shop_table .product-name dl.variation dt {
  font-weight: 600;
  color: #202428;
}

.woocommerce-cart table.shop_table .product-name dl.variation dd {
  color: #3a4148;
  margin-bottom: 6px;
}

.woocommerce-cart table.shop_table .product-name dl.variation dd::before,
.woocommerce-cart table.shop_table .product-name dl.variation dt::before,
.woocommerce-cart table.shop_table .product-name dl.variation dt::after,
.woocommerce-cart table.shop_table .product-name dl.variation dd::after {
  content: none !important;
}

.woocommerce-cart table.shop_table .product-name dl.variation dd p {
  margin: 0;
}

.woocommerce-cart table.shop_table .product-name .pconf-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.woocommerce-cart table.shop_table .product-name .pconf-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border: 1px solid #d7dde3;
  border-radius: 999px;
  background: #f7f9fb;
  color: #1f2933;
  font-size: 0.92em;
  line-height: 1.25;
}
