:root {
  --ecostroi-admin-login-patch: ready;
}

body.ecostroi-admin-login-enabled #root > header.header > .header-admin-login {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--green-800);
  border-radius: var(--r-sm);
  background: #fff;
  color: var(--green-900);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

body.ecostroi-admin-login-enabled #root > header.header > .header-admin-login:hover {
  background: var(--green-50);
}

body.ecostroi-admin-login-enabled #root > header.header > .header-admin-login:active {
  transform: translateY(1px);
}

body.ecostroi-admin-login-enabled #root > header.header > .header-admin-login:focus-visible {
  outline: 3px solid #91c5a9;
  outline-offset: 3px;
}

@media (min-width: 1181px) and (max-width: 1279px) {
  body.ecostroi-admin-login-enabled #root > header.header {
    gap: 20px;
  }

  body.ecostroi-admin-login-enabled #root > header.header > nav {
    gap: 20px;
  }
}

@media (max-width: 1180px) {
  body.ecostroi-admin-login-enabled #root > header.header {
    gap: 8px;
  }

  body.ecostroi-admin-login-enabled #root > header.header > .header-admin-login {
    min-height: 44px;
    margin-left: auto;
  }

  body.ecostroi-admin-login-enabled #root > header.header > button.menu {
    display: grid;
    flex: none;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-left: 0;
    padding: 0;
    cursor: pointer;
  }
}

@media (max-width: 340px) {
  body.ecostroi-admin-login-enabled #root > header.header > .header-admin-login {
    padding-inline: 9px;
    font-size: 12px;
  }
}
