/* WooCar Fit RTL overrides */

.woocar-fit-card,
.woocar-fit-badge,
.woocar-fit-field,
.woocar-shop-filter-notice,
.woocar-vehicle-filter-shortcode,
.woocar-my-garage {
	direction: rtl;
	text-align: right;
}

.woocar-fit-fields.woocar-fit-grid,
.woocar-fit-preview-images,
.woocar-fit-badge,
.woocar-shop-filter-notice {
	flex-direction: row-reverse;
}

.woocar-fit-garage-suggestions,
.woocar-fit-preview-text,
.woocar-fit-subtitle,
.woocar-fit-title {
	text-align: right;
}

/* Fix: WooCommerce account sidebar — match LTR appearance in RTL */
body.rtl .woocommerce-MyAccount-navigation ul,
html[dir="rtl"] .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.rtl .woocommerce-MyAccount-navigation ul li a,
html[dir="rtl"] .woocommerce-MyAccount-navigation ul li a {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: normal !important;
}

body.rtl .woocommerce-MyAccount-navigation ul li.is-active a,
html[dir="rtl"] .woocommerce-MyAccount-navigation ul li.is-active a,
body.rtl .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-garage a,
html[dir="rtl"] .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-garage a {
  font-weight: 500 !important;
  color: inherit !important;
}
