/**
 * Galvix Tax Frontend Styles
 *
 * @package Galvix_Tax
 */

/* Line item tax display in cart/checkout */
.woocommerce-cart-form .tax-label,
.woocommerce-checkout-review-order .tax-label {
    color: #666;
    font-size: 0.9em;
    font-weight: normal;
}

.woocommerce-cart-form .line-total-with-tax,
.woocommerce-checkout-review-order .line-total-with-tax {
    color: #333;
    font-size: 1.1em;
}

/* Custom tax row styling */
.galvix-custom-tax td,
.galvix-custom-tax th {
    border-top: 1px solid #e5e5e5;
}

/* Tax breakdown styling */
.galvix-tax-breakdown-header th {
    font-weight: bold;
    padding-top: 1em;
}

.galvix-tax-item th {
    padding-left: 1.5em;
    font-weight: normal;
}

