.shell[hidden],
#authGate[hidden],
#loginForm[hidden] {
  display: none !important;
}

.admin-version-switch {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #285f46;
  border-radius: 8px;
  background: #285f46;
  color: #ffffff;
  padding: 8px 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.admin-version-switch:hover,
.admin-version-switch:focus-visible {
  background: #1e4935;
  color: #ffffff;
}

#headerActions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 800px) {
  #headerActions {
    gap: 8px;
  }

  .admin2-actions .admin-version-switch {
    order: -1;
  }
}

@media (max-width: 480px) {
  .shell > main > header {
    height: auto;
    min-height: 68px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #headerActions {
    width: 100%;
    justify-content: flex-start;
  }

  #headerActions .admin-version-switch {
    order: -1;
  }
}
