/* Keep the row font enlarged at common 390px phone widths. */
@media (min-width: 381px) and (max-width: 700px) {
  .vnext-mobile-spirit,
  .vnext-meta-stack .vnext-mobile-meta {
    font-size: 13px;
  }

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

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