/* The TEXTAREA control: the boxed control's inset and placeholder ink, and the
 * focus recolor's inward growth, spelled for the multi-line box. */
.sk-textarea {
  padding: 0.7rem 0.9rem;
}
.sk-textarea::placeholder {
  color: var(--sk-ink-muted);
}
.sk-textarea:focus-visible {
  padding: calc(0.7rem - var(--sk-focus-grow)) calc(0.9rem - var(--sk-focus-grow));
}
