/* ===== Document Export (PNG) — Share-page style capture ===== */

/* PNG share doc — offscreen container, 360px matches share1/share2.html */
.shareDoc {
  position: fixed;
  left: -10000px;
  top: 0;
  width: 360px;
  background: #fff;
  font-family: 'SUIT', system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans KR", sans-serif;
}

/* step-shell inside shareDoc: auto height, no min-height constraint */
.shareDoc .step-shell {
  min-height: auto;
}

/* Brand footer at bottom of captured image */
.shareDoc-brand {
  font-size: 11px;
  color: #BABABA;
  text-align: center;
  padding: 16px 20px 20px;
  border-top: 1px solid #E3E3E3;
}
