/* Production hotfix: make account logout visible in the signed-in shell. */

.nv-session-logout {
  color: #ffb7aa !important;
  background: rgba(255, 105, 82, 0.09) !important;
  border-color: rgba(255, 130, 105, 0.22) !important;
}

.nv-session-logout:hover {
  color: #ffd4ca !important;
  background: rgba(255, 105, 82, 0.14) !important;
  border-color: rgba(255, 150, 125, 0.32) !important;
}

.nv-session-logout svg {
  stroke-width: 1.9px;
}

.nv-app-header__actions .nv-session-logout {
  min-width: 36px;
}

.nv-desktop-shell__footer {
  gap: 6px;
}

.nv-desktop-shell__logout {
  color: #ffb7aa !important;
  background: rgba(255, 105, 82, 0.1) !important;
  border: 1px solid rgba(255, 130, 105, 0.22) !important;
  border-radius: 12px !important;
  flex: 0 0 36px !important;
  width: 36px !important;
  height: 36px !important;
  place-items: center;
  padding: 0 !important;
  display: grid;
}

.nv-desktop-shell__logout svg {
  width: 16px;
  height: 16px;
}

.nv-session-logout.is-busy {
  opacity: 0.62;
  pointer-events: none;
}

@media (max-width: 390px) {
  .nv-app-header__actions {
    gap: 4px;
  }

  .nv-app-header__actions > button {
    min-width: 34px;
    height: 34px;
    padding-inline: 6px;
  }

  .nv-app-header__actions svg {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 1180px) {
  .nv-route-stage--user .nv-app-header__actions .nv-session-logout {
    display: none !important;
  }
}
