.woocommerce-cart .cart_totals tr.tax-rate,
.woocommerce-cart .cart_totals tr.tax-total,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.tax-rate,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.tax-total {
    display: none !important;
}

.rzcg-currency__switcher {
    margin: 0 !important;
    display: flex;
    gap: 5px;
}

.rzcg-currency__switcher a {
    padding: 2px 8px;
    border-radius: var(--rzcg-border-radius);
}

.rzcg-currency__switcher .rzcg-currency__btn.rzcg-currency__btn--active {
    background-color: var(--theme-palette-color-5);
    color: var(--theme-palette-color-12);
}

tr.rzcg-currency__tax-row {
    font-size: 0.90em;
    color: var(--theme-palette-color-4);
}

tr.rzcg-currency__tax-row th {
    font-weight: normal;
}

body.rzcg-tax--excl tr.rzcg-currency__tax-row {
    display: none;
}
