/* RTL adjustments — most layout already uses logical properties (inset-inline, margin-inline),
   this file covers the few remaining physical-direction overrides. */

body { direction: rtl; text-align: right; }

.hero__text { text-align: right; }

.entry-content ul, .entry-content ol { padding-inline-start: 20px; padding-inline-end: 0; }

.fa-arrow-left::before { content: "\f060"; transform: scaleX(-1); display: inline-block; }

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    float: none;
}
