/* Ẩn dòng phí (fee) mặc định của WooCommerce trong bảng tổng tiền,
   vì plugin đã tự render dòng "Giảm giá" riêng (tránh hiển thị trùng). */
.cart_totals tr.fee,
.cart-total tr.fee,
#panel-cart-total tr.fee,
.woocommerce-checkout-review-order-table tr.fee,
#order_review tr.fee {
	display: none;
}

/* Dòng giảm giá tự render */
.vira-discount-amount {
	color: #d63638;
	font-weight: 600;
	white-space: nowrap;
}
.vira-discount-note {
	display: block;
	font-weight: 400;
	color: #6a7280;
	font-size: 12px;
	line-height: 1.3;
	margin-top: 2px;
}

/* Dòng miễn phí giao hàng */
.vira-free-shipping-tag {
	font-weight: 600;
	color: #22a06b;
}
