/* ===== EDIT PHONE OTP PAGE ===== */
.phone-otp-outer {
  background: white;
  min-height: 100vh;
}
.phone-otp-wrapper {
  max-width: 576px;
  margin: 0 auto;
  min-height: 100vh;
  background: white;
}
@media (min-width: 768px) {
  .phone-otp-outer { background: #f5f5f5; }
  .phone-otp-wrapper {
    max-width: 450px;
    margin: 4rem auto;
    min-height: auto;
    padding: 2rem;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    border: 1px solid #eee;
    background: white;
  }
}
