
/* ===== S-OTP Group Component ===== */

.s-otp-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 15px;
}

.s-otp-input-container {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.s-otp-digit {
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.s-otp-validate-btn {
  display: inline-block;
}

.s-otp-resend-btn {
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}