.descriptor-code-otp {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  overflow-x: auto;
}

.descriptor-code-otp__fixed,
.descriptor-code-otp__input {
  box-sizing: border-box;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  flex-shrink: 0;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  background-color: #f8f9fa;
}

.descriptor-code-otp__fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
          user-select: none;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
}

.descriptor-code-otp__input {
  margin: 0;
  padding: 0.5rem 0.125rem;
  font-family: inherit;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  color: #111827;
  appearance: none;
  -webkit-appearance: none;
}

.descriptor-code-otp__input:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}

.ui.form .descriptor-code-otp .descriptor-code-otp__input,
.ui.form input.descriptor-code-otp__input {
  margin: 0 !important;
  padding: 0.5rem 0.125rem !important;
  line-height: 1.35 !important;
  height: 2.5rem !important;
  min-height: 2.5rem !important;
  max-height: 2.5rem !important;
  font-size: 1.0625rem !important;
  box-sizing: border-box !important;
}