.suite-back-button {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: inherit;
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
  font: 700 22px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

.suite-back-button:hover,
.suite-back-button:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  outline: none;
}

.toolbar .suite-back-button {
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.14);
  background: rgba(15, 23, 42, 0.04);
}

.toolbar .suite-back-button:hover,
.toolbar .suite-back-button:focus-visible {
  background: rgba(15, 23, 42, 0.1);
}
/* Shared suite version and update UI */
#app-version,
.app-version,
.dreyfous-shell-version {
  color: #b8bec8;
  font-size: 0.5em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 0.35rem;
}

.dreyfous-shell-version {
  font-size: 0.72rem;
}

#app-update-notice {
  position: fixed;
  right: 14px;
  top: 14px;
  z-index: 4000;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(15, 23, 42, 0.18);
  border-radius: 8px;
  background: #ffffff;
  color: #1f2937;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
  font-size: 0.9rem;
  font-weight: 600;
}

#app-update-notice[hidden] {
  display: none;
}

#app-update-reload {
  border: 0;
  border-radius: 6px;
  background: #2563eb;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  padding: 5px 9px;
}

#app-update-reload:hover,
#app-update-reload:focus-visible {
  background: #1d4ed8;
}
