<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-core {
  position: relative;
    width:100%;

}
.text-core .text-wrap {
  background: #fff;
  position: absolute;
  width:100%!important;
}
.text-core .text-wrap textarea,
.text-core .text-wrap input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #9daccc;

  border: 1px solid #ccc;

  outline: none;
  resize: none;
  position: absolute;
  z-index: 1;
  background: none;
  overflow: hidden;
  margin: 0;
  padding: 3px 5px 4px 5px;
  white-space: nowrap;
  /* font: 11px "lucida grande", tahoma, verdana, arial, sans-serif; */
  /* line-height: 13px; */
  line-height: 17px;
  height: auto;
  width:100%!important;
}
</pre></body></html>