/* Mobile legibility pass: preserve the chart grid and enlarge only row typography. */
@media (max-width: 700px) {
  .vnext-mobile-spirit,
  .vnext-meta-stack .vnext-mobile-meta {
    font-size: 12px;
  }

  .vnext-mobile-line .vnext-marker {
    font-size: 13px;
  }

  .vnext-mobile-arrow {
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .vnext-mobile-spirit,
  .vnext-meta-stack .vnext-mobile-meta {
    font-size: 11px;
  }

  .vnext-mobile-line .vnext-marker {
    font-size: 12px;
  }

  .vnext-mobile-arrow {
    font-size: 11px;
  }
}
