/* Global override: disable all italic text across the website */
html body,
html body *,
html body *::before,
html body *::after {
  font-style: normal !important;
}

/* Explicit semantic tags (kept for clarity) */
em,
i,
cite,
dfn,
address,
var,
.line-italic,
[class*='italic'],
[style*='font-style: italic'],
[style*='font-style:italic'] {
  font-style: normal !important;
}

/* Mobile browsers auto-link phone numbers; keep them on-brand instead of blue/underlined. */
a[href^='tel:'],
a[href^='tel:']:visited,
a[href^='tel:']:hover,
a[href^='tel:']:active {
  color: inherit !important;
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
  text-decoration-thickness: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

a[x-apple-data-detectors],
a[x-apple-data-detectors]:visited,
a[x-apple-data-detectors]:hover,
a[x-apple-data-detectors]:active {
  color: inherit !important;
  font: inherit !important;
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
  text-decoration-thickness: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

a[href^='tel:'] * {
  color: inherit !important;
  text-decoration: none !important;
}
