/* TermsOfService page – nav logo/title (same as Index) */

@media screen and (min-width: 200px) and (max-width: 385px) {
  .tos-nav-title {
    display: none !important;
  }
}
