.profile-drawer-state {
  position: absolute;
  z-index: 2;
  inset: 58px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f5f7f7;
  color: var(--ink);
}

.profile-drawer-state[hidden] {
  display: none;
}

.profile-drawer-state p {
  margin: 0;
  color: var(--muted);
}

.profile-drawer-state .loader {
  margin-bottom: 8px;
}

.profile-drawer-state.failed .loader {
  display: none;
}
