.productfees-product-block {
  border-left: 3px solid #2fb5d2;
  margin: 16px 0;
  padding: 10px 0 10px 14px;
}

.productfees-product-block ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.productfees-product-block li {
  margin-bottom: 8px;
}

.productfees-product-name {
  font-weight: 600;
}

.productfees-product-amount {
  margin-left: 6px;
}

.productfees-product-explanation {
  color: #5f6b72;
  display: block;
  margin-top: 2px;
}

.productfees-product-block small,
.productfees-cart-line small {
  color: #6f7d85;
  display: block;
  margin-top: 2px;
}

.productfees-cart-line {
  color: #56636b;
  font-size: 13px;
  margin-top: 8px;
}

.product-line-grid:has(.productfees-technical-product-marker) .qty,
.product-line-grid:has(.productfees-technical-product-marker) .cart-line-product-actions,
.product-line:has(.productfees-technical-product-marker) .product-line__quantity-button,
.product-line:has(.productfees-technical-product-marker) .product-line__actions,
.productfees-technical-cart-line .qty,
.productfees-technical-cart-line .cart-line-product-actions,
.productfees-technical-cart-line .product-line__quantity-button,
.productfees-technical-cart-line .product-line__actions {
  display: none !important;
}

.product-line-grid:has(.productfees-technical-product-marker) a.label,
.product-line:has(.productfees-technical-product-marker) .product-line__title,
.productfees-technical-cart-line a.label,
.productfees-technical-cart-line .product-line__title {
  color: inherit;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
