.guest-auth-message.success {
  color: #087d73 !important;
}

.guest-verification-pending {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid #b9ddd7;
  border-radius: 10px;
  background: #f1fbf9;
  color: #23413d;
}

.guest-verification-pending[hidden] {
  display: none !important;
}

.guest-link-button {
  border: 0;
  background: none;
  color: #087d73;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
