#token-notes .window-content {
  padding: 0;
}
#token-notes input:hover::-webkit-outer-spin-button,
#token-notes input:hover::-webkit-inner-spin-button {
  appearance: textfield;
}
#token-notes input {
  width: min-content;
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
  height: unset;
  line-height: unset;
  margin-right: 1ch;
}
#token-notes textarea {
  width: 100%;
  height: 100%;
  resize: none;
  border: none;
}
#token-notes .token-notes-text-read {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem;
}
#token-notes .token-notes-text-read hr {
  width: 100%;
}
#token-notes .token-notes-text-read-word {
  margin-right: 1ch;
}/*# sourceMappingURL=module.css.map */