/* Halfpix v1.2.15 — Kiln Log and Journal are standalone pages.
   Kiln Log uses the same .creation-page shell as Piece journal; the main container
   owns gutters, so the pre-v1.2.14 kiln-log width/margin rules must not apply inside it. */
/* Mirrors the create-view title rule in design-tokens.css so both Studio pages match. */
.hp-main[data-view="kiln-log"] .creation-heading h1 {
  letter-spacing: -.035em !important;
}

.hp-main[data-view="kiln-log"] .kiln-page :is(.hp-toolbar, .hp-kiln-editor) {
  width: auto;
  margin-inline: 0;
}
