#root > .app-fallback-header {
  display: flex;
  align-items: center;
  min-block-size: 5.5rem;
  padding: 1rem clamp(1rem, 4vw, 4.5rem);
  border-block-end: 1px solid #9ca69e;
  background: #f3f5ef;
}

#root > .app-fallback-header a {
  display: inline-flex;
  align-items: center;
  min-block-size: 44px;
  color: #111713;
  font-family: "Arial Black", "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-decoration: none;
}

html[data-theme="night"] #root > .app-fallback-header {
  border-color: #7f8c82;
  background: #101512;
}

html[data-theme="night"] #root > .app-fallback-header a {
  color: #f5f7f1;
}

@media (max-width: 52rem) {
  #root > .app-fallback-header {
    min-block-size: 4.75rem;
    padding-inline: 1rem;
  }
}
