@media (max-width: 800px) {
  .mobile-brand > b {
    color: var(--text);
  }

  html[data-display-mode="standalone"] body::after,
  html[data-display-mode="standalone"] .mobile-nav::after {
    content: none;
  }
}
