/* Custom CSS to force background color for cart totals table */
.cart_totals table.shop_table.shop_table_responsive {
    background-color: rgb(105, 105, 105) !important;
}

.cart_totals table.shop_table tr.cart-subtotal,
.cart_totals table.shop_table tr.cart-subtotal th,
.cart_totals table.shop_table tr.cart-subtotal td,
.cart_totals table.shop_table tr.order-total,
.cart_totals table.shop_table tr.order-total th,
.cart_totals table.shop_table tr.order-total td {
    background-color: rgb(105, 105, 105) !important;
}

/* Target the currency symbol specifically */
.woocommerce-Price-currencySymbol {
    color: rgb(105, 105, 105) !important;
}
