.guestAuthChoice {
  display: grid;
  gap: 10px;
}

.guestAuthChoice[hidden] {
  display: none !important;
}

button.guestAuthGuestButton,
#lobby .lobbyCard button.guestAuthGuestButton {
  width: 100% !important;
  min-height: 46px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #111827 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}

.guestAuthDivider {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 800;
}

.guestAuthDivider::before,
.guestAuthDivider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(148, 163, 184, .45);
}

.guestGoogleNote {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  text-align: center;
}

.guestGoogleButtonMount {
  width: 100%;
  min-height: 44px;
  display: grid;
  place-items: center;
}

.guestGoogleButtonMount[hidden] {
  display: none !important;
}

button.guestAuthLogoutButton,
#lobby .lobbyCard button.guestAuthLogoutButton {
  width: 100% !important;
  height: 42px !important;
  margin-top: 8px;
  padding: 0 16px !important;
  border: 1px solid rgba(220, 38, 38, 0.18) !important;
  border-radius: 14px !important;
  background: rgba(220, 38, 38, 0.08) !important;
  color: #b91c1c !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}

button.guestAuthLogoutButton[hidden] {
  display: none !important;
}

button.guestAuthLogoutButton:disabled,
#lobby .lobbyCard button.guestAuthLogoutButton:disabled {
  cursor: wait !important;
  opacity: 0.55 !important;
}

.guestGoogleButtonMount > div,
.guestGoogleButtonMount iframe {
  max-width: 100% !important;
}

body.dark-mode button.guestAuthGuestButton,
body.dark-mode #lobby .lobbyCard button.guestAuthGuestButton {
  background: #f5f7fb !important;
  color: #111827 !important;
}

body.dark-mode button.guestAuthLogoutButton,
body.dark-mode #lobby .lobbyCard button.guestAuthLogoutButton {
  border-color: rgba(248, 113, 113, 0.28) !important;
  background: rgba(248, 113, 113, 0.12) !important;
  color: #fca5a5 !important;
}

body.dark-mode .guestGoogleNote {
  color: #a4aab8;
}
