/* ═══════════════════════════════════════════════════════
   MASHROOAK — LTR overrides for the English page
   Loaded after styles.css to flip direction-sensitive rules
   ═══════════════════════════════════════════════════════ */

html[dir="ltr"] body { direction: ltr; }

/* Badge: flip from right-anchor to left-anchor */
html[dir="ltr"] .type-badge { right: auto; left: 14px; }
html[dir="ltr"] .photo-count { left: auto; right: 12px; }

/* Modal close button: flip to the right side */
html[dir="ltr"] .modal-x { left: auto; right: 16px; }

/* Nav logo order: icon first, then text in LTR */
html[dir="ltr"] .nav-logo { flex-direction: row; }

/* Footer brand column */
html[dir="ltr"] .footer-brand { text-align: left; }

/* Card CTA arrow */
html[dir="ltr"] .pcard-cta::after { content: " →"; }

/* Address-box text alignment */
html[dir="ltr"] .address-box { text-align: left; }
html[dir="ltr"] .hours-box   { text-align: left; }
html[dir="ltr"] .hours-box h3 { text-align: center; }

/* Section badge / header */
html[dir="ltr"] .sec-head.center { text-align: center; }

/* Valuation section */
html[dir="ltr"] .valuation-message { text-align: left; }
