/**
 * Woo Wallet & Cashback — frontend RTL overrides.
 *
 * Loaded automatically by WordPress when is_rtl() is true
 * (via wp_style_add_data 'rtl' => 'replace').
 */

.wcw-dashboard,
.wcw-topup-form,
.wcw-checkout-box {
	font-family: Tahoma, "Vazirmatn", "IRANSans", sans-serif;
}

/* Persian digits read better with a slightly larger line height. */
.wcw-balance-card__amount {
	letter-spacing: 0.5px;
}

.wcw-transactions th,
.wcw-transactions td {
	text-align: right;
}

.wcw-quick-amounts {
	direction: rtl;
}