/* ========================================
   RTL-SPECIFIC FIXES
   ======================================== */
.rtl .mb-header__inner { direction: rtl; }
.rtl .mb-nav { direction: rtl; }

.rtl .mb-header__cart-count { right: auto; left: -10px; }

.rtl .mb-notes-pyramid__level { flex-direction: row-reverse; }
.rtl .mb-notes-pyramid__label { text-align: left; }

.rtl .mb-footer__legal { direction: rtl; }
.rtl .mb-newsletter__input { text-align: right; }

.rtl .woocommerce table.shop_table { direction: rtl; }
.rtl .woocommerce form .form-row { text-align: right; }

/* Keep Two Souls visual order in RTL */
.rtl .mb-souls { direction: ltr; }
.rtl .mb-soul__content { direction: rtl; }

.rtl .mb-story { direction: rtl; }
.rtl .mb-craft { direction: rtl; }
.rtl .mb-newsletter { direction: rtl; }
