.KeybanInput-container {
  position: relative;
}

.KeybanInput-input {
  position: relative;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
}

.KeybanInput-input:focus {
  outline: 1px soid red;
}

.KeybanInput-iframe {
  background-color: transparent;
  border: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: inherit;
}
