.other-instance-logged-in .other-instance-logged-in-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 690px !important;
  border-radius: 18px;
  background-color: rgba(var(--background-content));
  margin: 8px;
  overflow: visible !important;
}

.other-instance-logged-in .other-instance-logged-in-section:first-child {
  align-content: flex-end;
}

.other-instance-logged-in .other-instance-logged-in-section {
  justify-content: center;
  align-items: center;
}

.other-instance-logged-in .other-instance-logged-in-actions {
  flex-direction: column;
}

.other-instance-logged-in .other-instance-logged-in-button-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
