/* Sprint 4 v14 — global RTL + mobile resilience */
html[dir="rtl"] body{direction:rtl;text-align:right}
html[dir="rtl"] input,html[dir="rtl"] textarea,html[dir="rtl"] select{text-align:right}
html[dir="rtl"] .lang,html[dir="rtl"] .language-switch,html[dir="rtl"] .actions{direction:rtl}
html[dir="rtl"] [style*="text-align:left"]{text-align:right!important}
img,video,svg{max-width:100%;height:auto}
button,input,select,textarea{max-width:100%;box-sizing:border-box}
@media(max-width:760px){
  body{overflow-x:hidden}
  main,.wrap,.container,.shell{max-width:100%;box-sizing:border-box}
  table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .grid,.cards,.card-grid,.product-grid,.dashboard-grid{grid-template-columns:1fr!important}
  .hero{overflow:hidden}
  input,select,textarea,button{font-size:16px}
  [style*="grid-template-columns"]{max-width:100%}
}
