div.textAreaWrapper{width:100%;font-family:var(--font-family),serif;flex-direction:column;display:flex}div.textAreaWrapper label.label{color:var(--white);-webkit-user-select:none;user-select:none;text-transform:uppercase;align-self:flex-start;margin-bottom:.5em;font-size:1rem;font-weight:700}div.textAreaWrapper textarea{background-color:var(--input-background);color:var(--white);font-size:1.2em;font-family:var(--font-family),serif;resize:none;border:none;padding:.75em}div.textAreaWrapper textarea:focus{outline:none}div.textAreaWrapper textarea:disabled{color:var(--gray-1);cursor:not-allowed;background-color:#fff3}
