/* Header after removal of the temporary quick-level controls. */
.game-shell > header {
  justify-content: flex-start;
  gap: 18px;
}

.game-shell > header .resources {
  margin-left: 8px;
}

.game-shell > header #layoutEditorToggle {
  margin-left: auto;
}

.brand-home {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.brand-home:hover b,
.brand-home:focus-visible b {
  color: #9a7525;
}

.brand-home:focus-visible {
  outline: 3px solid #efb829;
  outline-offset: 5px;
  border-radius: 4px;
}
