html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.hero-copy,
.hero-console {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 600px) {
  .site-header .header-action {
    width: 38px;
    min-width: 38px;
    min-height: 38px;
    padding: 0;
    gap: 0;
    overflow: hidden;
    font-size: 0;
  }

  .site-header .header-action span {
    font-size: 16px;
  }

  .hero-console {
    width: 100%;
  }

  .console-bar small {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .route strong {
    overflow-wrap: anywhere;
  }
}
