@layer blocks {
  /* The composing line: same ruled field as global inputs, taller, so the
     landing demo, search/create, and inline task edit stay a writing line.
     appearance is restated because type=search keeps a WebKit box without it. */
  .write-line {
    display: block;
    inline-size: 100%;
    min-block-size: 2.875rem;
    padding: 0.625rem 2px; /* spec 10px 2px */
    appearance: none;
  }
}
