.offline-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.45rem 0.75rem;
  background: #78350f;
  color: #fef3c7;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(251, 191, 36, 0.35);
}

.offline-banner[hidden] {
  display: none !important;
}

.offline-banner__text {
  max-width: 42rem;
}

html.offline-banner-visible body {
  padding-top: 2.5rem;
}

html.offline-banner-visible .offline-banner {
  display: flex;
}
