/* ===== HODLpad (Notepad) ===== */
.hodlpad-textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  resize: none;
  padding: 4px 6px;
  font-family: 'Courier New', monospace;
  font-size: 13px;
  line-height: 1.4;
  background: #fff;
  color: #000;
  user-select: text;
  -webkit-user-select: text;
}
