/* ==========================================================================
   QA & ACCESSIBILITY ENHANCEMENTS
   ========================================================================== */

/* Typography & Latin text */
.latin, [lang='en'], code, .card-code {
  font-family: var(--font-latin);
}

/* Ensure text wrapping on small screens */
.number-race strong,
.compare-grid p,
.detail-panel h1,
.hero h1 {
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Print Styles */
@media print {
  .site-header,
  .hero-glass-search,
  .assistant-launcher,
  .assistant,
  .site-footer {
    display: none !important;
  }

  body {
    background: #ffffff !important;
    color: #000000 !important;
  }
}
