/**
 * RTL-specific refinements. Most of the theme already uses CSS logical
 * properties (margin-inline-*, inset-inline-*, border-inline-*) so it is
 * direction-agnostic by default — this file only covers the handful of
 * cases that need an explicit flip.
 */

html[dir="rtl"] .evelia-hero__stars,
html[dir="rtl"] .evelia-review-card__stars {
	direction: ltr;
}

html[dir="rtl"] .woocommerce-product-gallery__trigger {
	inset-inline-end: auto;
	inset-inline-start: 1rem;
}

html[dir="rtl"] .select2-container .select2-selection__arrow {
	inset-inline-start: 1px;
	inset-inline-end: auto;
}

/* Numerals/Latin brand marks inside otherwise-RTL flows stay LTR. */
html[dir="rtl"] .font-latin {
	unicode-bidi: isolate;
}
