/*
 * LTR overrides for English version
 * Loaded on top of style.css for en/ pages
 */

/* Flip directional utilities */
.mobile-nav-close {
  left: auto;
  right: 1.25rem;
}

.footer-links a svg,
.footer-links nav a svg {
  transform: scaleX(-1);
}

/* Ensure text alignment is natural for LTR */
.faq-question {
  text-align: left;
}
