/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
body { min-height: 100vh; }
img, svg, video { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button, input, select, textarea { font: inherit; border: none; background: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* Native date/time: lang="en" (drivebro-datetime-fix.js) prevents reversed Arabic hints on RTL pages. */
html[dir="rtl"] input[type="date"],
html[dir="rtl"] input[type="time"],
html[dir="rtl"] input[type="datetime-local"],
html[dir="rtl"] input[type="month"],
html[dir="rtl"] input[type="week"] {
  direction: ltr;
  text-align: left;
  unicode-bidi: isolate;
}
