.lwp-card{direction:rtl;font-family:Tahoma, Arial, sans-serif}
.lwp-card .error{color:#c62828}
/* OTP input boxes */
.otp-box {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  direction: ltr;
}

.otp-box input {
  width: 45px;     /* ⬅ عرض فیلد کوچکتر */
  height: 45px;    /* ⬅ ارتفاع فیلد کوچکتر */
  text-align: center;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.03);
  transition: all 0.2s ease;
  direction: ltr;
}

.otp-box input:focus {
  border-color: #0b72ff;
  box-shadow: 0 0 8px rgba(11,114,255,0.15);
}
