/* Gift item tweaks for blocks/classic */
.smp-gift-item .wc-block-cart-item__remove-link,
.smp-gift-item .wc-block-components-quantity-selector,
.smp-gift-item .wc-block-cart-item__quantity,
.smp-gift-item .wc-block-cart-item__remove,
.smp-gift-item .wc-block-cart-item__prices,
.smp-gift-item .wc-block-components-product-price,
.smp-gift-item .wc-gift-price-hidden,
.smp-gift-item price,
.smp-gift-item .product-remove .remove,
.smp-gift-item .product-quantity .quantity,
.smp-gift-item .product-quantity input.qty {
  display: none !important;
}

.smp-gift-price-placeholder {
  display: none !important;
}

.smp-gift-item .smp-gift-qty {
  font-weight: 600;
}

.smp-gift-label {
  color: #0b6fbf;
  font-weight: 600;
}

.smp-gift-label-inline {
  display: inline-block;
}
