#firebase-login-box {
  max-width: 360px;
  margin: 40px auto;
  padding: 20px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #111;
}

.logo-container {
  margin-bottom: 10px;
}

.logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 50%;
}

#firebase-login-box h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 6px;
}

.subtext {
  color: #444;
  font-size: 16px;
  margin-bottom: 20px;
}

.phone-input-group {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 16px;
}

.phone-input-group select {
  padding: 10px 8px;
  border: none;
  background: transparent;
  font-size: 16px;
  border-right: 1px solid #ccc;
  outline: none;
}

.phone-input-group input {
  flex: 1;
  padding: 10px;
  border: none;
  font-size: 16px;
  outline: none;
}

#send-otp, #verify-otp {
  width: 100%;
  padding: 12px;
  background-color: #777;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 10px;
}

#send-otp:hover, #verify-otp:hover {
  background-color: #555;
}

#otp-section {
  margin-top: 20px;
}

#otpCode {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.terms-text {
  font-size: 13px;
  color: #444;
  margin-top: 30px;
}

.terms-text a {
  text-decoration: underline;
  color: inherit;
}
