#dllgn-screen-reader .dllgn-pinpad {
  max-width: 520px;
  margin: 0 auto;
}

#dllgn-screen-reader .dllgn-pinpad-icon {
  display: block;
  width: 30px;
  height: auto;
  margin: 0 auto 20px;
}

#dllgn-screen-reader .dllgn-pinpad-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

#dllgn-screen-reader .dllgn-pinpad-step {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
  line-height: 1.5;
  color: #3c3c3c;
}

#dllgn-screen-reader .dllgn-pinpad-step--split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

#dllgn-screen-reader .dllgn-pinpad-step-end {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

#dllgn-screen-reader .dllgn-pinpad-pin,
#dllgn-screen-reader .dllgn-pinpad-code {
  color: #00ae53;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

#dllgn-screen-reader .dllgn-pinpad-plus {
  color: #3c3c3c;
  font-weight: 600;
}

#dllgn-screen-reader .dllgn-pinpad-ok {
  width: 32px;
  height: auto;
  flex-shrink: 0;
}

#dllgn-screen-reader .dllgn-pinpad-step--response {
  border-bottom: none;
  padding-bottom: 8px;
}

#dllgn-screen-reader .dllgn-pinpad-field {
  border-top: 1px solid #d8d8d8;
  padding-top: 12px;
}

#dllgn-screen-reader .dllgn-pinpad-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 0 8px;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  border-radius: 0;
  background: transparent;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
}

#dllgn-screen-reader .dllgn-pinpad-input::placeholder {
  color: #9a9a9a;
}

#dllgn-screen-reader .dllgn-pinpad-input:focus {
  border-bottom-color: #00ae53;
}

#dllgn-screen-reader .dllgn-pinpad-error {
  display: none;
  margin: 10px 0 0;
  color: #b42318;
  font-size: 14px;
  line-height: 1.4;
}

#dllgn-screen-reader .dllgn-pinpad-step--challenge-extra .dllgn-pinpad-code-spacer {
  flex: 1 1 auto;
  min-width: 0;
}

#dllgn-screen-reader .dllgn-pinpad-submit {
  margin-top: 20px;
}
