:root {
  --wz-ink: #24211e;
  --wz-dark: #2b2926;
  --wz-orange: #ff9700;
  --wz-orange-dark: #d87500;
  --wz-cream: #fff8ee;
  --wz-line: #e6e0d7;
  --wz-muted: #706a62;
  --wz-green: #24714b;
}

.wz-twoj-znicz-menu > a { color: var(--wz-ink) !important; font-weight: 800 !important; }
.wz-twoj-znicz-menu i { margin-right: 6px; color: var(--wz-orange); font-style: normal; }

.wz-product-choice { margin: 22px 0; padding: 20px; border: 1px solid var(--wz-line); border-radius: 16px; background: var(--wz-cream); }
.wz-product-choice__eyebrow { color: var(--wz-orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.wz-product-choice h3 { margin: 7px 0 6px; color: var(--wz-ink); font-size: 24px; line-height: 1.2; }
.wz-product-choice p { margin: 0 0 15px; color: var(--wz-muted); }
.wz-product-choice__cta { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 20px; border-radius: 10px; background: var(--wz-dark); color: #fff !important; font-weight: 900; text-decoration: none !important; }
.wz-product-choice__cta:hover, .wz-product-choice__cta:focus { background: var(--wz-orange-dark); }

body.wz-creator-modal-open { overflow: hidden !important; }
/* Czat Responso zaslania mobilne CTA kreatora. Jest dostepny ponownie po zamknieciu kreatora. */
body.wz-creator-modal-open [id^="responso-chat-"],
body#module-wztwojznicz-creator [id^="responso-chat-"] { display: none !important; }
.wz-creator-modal { position: fixed; z-index: 2147483000; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(20, 17, 14, .72); backdrop-filter: blur(7px); }
.wz-creator-modal__panel { position: relative; overflow: hidden; width: min(1240px, 100%); height: min(820px, calc(100dvh - 40px)); border-radius: 22px; background: #fff; box-shadow: 0 28px 90px rgba(0, 0, 0, .38); }
.wz-creator-modal iframe { position: relative; z-index: 2; display: block; width: 100%; height: 100%; border: 0; opacity: 0; transition: opacity .18s ease; }
.wz-creator-modal.is-loaded iframe { opacity: 1; }
.wz-creator-modal__loading { position: absolute; z-index: 1; inset: 0; display: grid; place-items: center; color: var(--wz-muted); font-weight: 800; }

body#module-wztwojznicz-creator #header,
body#module-wztwojznicz-creator header#header,
body#module-wztwojznicz-creator #footer,
body#module-wztwojznicz-creator .page-header,
body#module-wztwojznicz-creator .page-footer,
body#module-wztwojznicz-creator #left-column,
body#module-wztwojznicz-creator #right-column,
body#module-wztwojznicz-creator .breadcrumb,
body#module-wztwojznicz-creator #wrapper::before { display: none !important; }
body#module-wztwojznicz-creator,
body#module-wztwojznicz-creator #page,
body#module-wztwojznicz-creator #wrapper,
body#module-wztwojznicz-creator #wrapper > .container,
body#module-wztwojznicz-creator #content-wrapper,
body#module-wztwojznicz-creator #main { width: 100% !important; max-width: none !important; min-height: 100dvh; margin: 0 !important; padding: 0 !important; background: #f4f1ec !important; }
body#module-wztwojznicz-creator #content { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
body#module-wztwojznicz-creator #content-wrapper { position: static !important; float: none !important; clear: both !important; }

.wz-creator [hidden] { display: none !important; }
.wz-creator { width: 100%; height: 100dvh; min-height: 680px; overflow: hidden; color: var(--wz-ink); background: #f4f1ec; font-family: inherit; }
body#module-wztwojznicz-creator .wz-creator { position: fixed; z-index: 10; inset: 0; }
.wz-creator *, .wz-creator *::before, .wz-creator *::after { box-sizing: border-box; }
.wz-creator button, .wz-creator input, .wz-creator textarea { font: inherit; }
.wz-creator button { cursor: pointer; }
.wz-creator__appbar { height: 64px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 13px; padding: 8px 20px; border-bottom: 1px solid var(--wz-line); background: #fff; }
.wz-creator__appbar > div { display: flex; align-items: baseline; gap: 10px; }
.wz-creator__appbar > div span { color: var(--wz-orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.wz-creator__appbar > div b { color: var(--wz-ink); font-size: 18px; }
.wz-creator__close { width: 40px; height: 40px; border: 0; border-radius: 50%; background: #f3f0eb; color: var(--wz-ink); font-size: 28px !important; line-height: 1; }
.wz-creator__close:hover { background: #e9e4dd; }
.wz-creator__step-label { color: var(--wz-muted); font-size: 13px; font-weight: 800; }
.wz-creator__wizard { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr); grid-template-rows: minmax(0, 1fr); height: calc(100dvh - 64px); min-height: 616px; }

.wz-creator__preview-pane { min-width: 0; display: flex; flex-direction: column; padding: 20px; background: #eee9e2; }
.wz-creator__preview-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 auto 13px; width: min(100%, 690px); }
.wz-creator__preview-heading > div { display: flex; flex-direction: column; }
.wz-creator__preview-heading b { color: var(--wz-ink); font-size: 17px; }
.wz-creator__preview-heading small { color: var(--wz-muted); }
.wz-creator__preview-heading > span { color: var(--wz-dark); font-size: 23px; font-weight: 900; }
.wz-creator__stage { position: relative; flex: 0 1 auto; overflow: hidden; width: min(100%, 690px, calc(100dvh - 180px)); aspect-ratio: 1 / 1; min-height: 0; margin: auto; border-radius: 18px; background: #fff; box-shadow: 0 16px 44px rgba(44, 36, 25, .13); }
.wz-creator__main-image { display: block; width: 100%; height: 100%; object-fit: contain; }
.wz-creator__live-copy { position: absolute; z-index: 3; top: 34%; right: 38.5%; bottom: 32%; left: 33.5%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; overflow: hidden; padding: 3px; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; color: #fff; text-align: center; pointer-events: none; text-shadow: 0 1px 2px #000, 0 0 5px rgba(0,0,0,.9); }
.wz-creator__live-copy span { font-size: clamp(8px, 1vw, 12px); font-weight: 900; line-height: 1.15; overflow-wrap: anywhere; }
.wz-creator__live-copy blockquote { margin: 1px 0; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(10px, 1.35vw, 17px); font-style: italic; font-weight: 700; line-height: 1.16; overflow-wrap: anywhere; }
.wz-creator__stage[data-shape="classic"] .wz-creator__live-copy { top: 29%; right: 66%; bottom: 34%; left: 8%; }
.wz-creator__stage[data-shape="heart"] .wz-creator__live-copy { top: 28%; right: 68%; bottom: 33%; left: 7%; }
.wz-creator__stage[data-shape="cross"] .wz-creator__live-copy { top: 25%; right: 67%; bottom: 35%; left: 11%; }
.wz-creator__stage[data-shape="papyrus"] .wz-creator__live-copy { top: 36%; right: 61%; bottom: 28%; left: 12%; }
.wz-creator__pattern-preview, .wz-creator__pattern-thumb { position: relative; display: block; overflow: hidden; background: #fff; }
.wz-creator__pattern-preview { position: absolute; inset: 0; }
.wz-creator__pattern-preview img, .wz-creator__pattern-thumb img { position: absolute; width: 200%; max-width: none; height: 200%; object-fit: cover; }
.wz-creator__pattern-preview[data-pattern="1"] img, .wz-creator__pattern-thumb--1 img { left: 0; top: 0; }
.wz-creator__pattern-preview[data-pattern="2"] img, .wz-creator__pattern-thumb--2 img { right: 0; top: 0; }
.wz-creator__pattern-preview[data-pattern="3"] img, .wz-creator__pattern-thumb--3 img { left: 0; bottom: 0; }
.wz-creator__pattern-preview[data-pattern="4"] img, .wz-creator__pattern-thumb--4 img { right: 0; bottom: 0; }
.wz-creator__disclaimer { margin: 10px auto 0; width: min(100%, 690px); color: var(--wz-muted); font-size: 12px; text-align: center; }

.wz-creator__editor-pane { min-width: 0; min-height: 0; height: 100%; overflow: hidden; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; background: #fff; border-left: 1px solid var(--wz-line); }
.wz-creator__progress { display: grid; grid-template-columns: repeat(var(--wz-step-count, 3), 1fr); gap: 4px; padding: 14px 20px 12px; border-bottom: 1px solid var(--wz-line); }
.wz-creator__progress button { display: flex; align-items: center; justify-content: center; gap: 7px; min-width: 0; padding: 7px 2px; border: 0; background: transparent; color: #999187; font-size: 12px; font-weight: 800; }
.wz-creator__progress i { display: grid; place-items: center; width: 25px; height: 25px; border: 2px solid #d7d1c9; border-radius: 50%; font-style: normal; }
.wz-creator__progress .is-active { color: var(--wz-orange-dark); }
.wz-creator__progress .is-active i { border-color: var(--wz-orange); background: var(--wz-orange); color: #241c14; }
.wz-creator__progress .is-complete i { border-color: #d7a35a; color: var(--wz-orange-dark); }
.wz-creator__steps { overflow-y: auto; padding: 24px clamp(22px, 3vw, 38px); overscroll-behavior: contain; }
.wz-creator__step { animation: wzStepIn .16s ease both; }
@keyframes wzStepIn { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: none; } }
.wz-creator__eyebrow { color: var(--wz-orange-dark); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.wz-creator__step h1 { margin: 6px 0 7px; color: var(--wz-ink); font-size: clamp(26px, 2.3vw, 35px); line-height: 1.08; }
.wz-creator__step > p { margin: 0 0 20px; color: var(--wz-muted); line-height: 1.45; }

.wz-creator__shape-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.wz-creator__shape-grid button { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 12px; align-items: center; min-width: 0; padding: 9px; border: 2px solid var(--wz-line); border-radius: 14px; background: #fff; color: var(--wz-ink); text-align: left; }
.wz-creator__shape-grid button:hover, .wz-creator__shape-grid button:focus, .wz-creator__shape-grid button.is-selected { border-color: var(--wz-orange); background: var(--wz-cream); box-shadow: 0 0 0 3px rgba(255,151,0,.12); }
.wz-creator__shape-grid img { display: block; width: 104px; height: 104px; border-radius: 10px; background: #fff; object-fit: contain; }
.wz-creator__shape-grid span, .wz-creator__shape-grid b, .wz-creator__shape-grid small, .wz-creator__shape-grid strong { display: block; min-width: 0; }
.wz-creator__shape-grid b { font-size: 15px; line-height: 1.2; }
.wz-creator__shape-grid small { margin-top: 5px; color: var(--wz-muted); font-size: 11px; line-height: 1.25; }
.wz-creator__shape-grid strong { margin-top: 7px; color: var(--wz-orange-dark); font-size: 14px; }

.wz-creator__pattern-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.wz-creator__pattern-grid button { min-width: 0; padding: 7px; border: 2px solid var(--wz-line); border-radius: 13px; background: #fff; color: var(--wz-ink); }
.wz-creator__pattern-grid button:hover, .wz-creator__pattern-grid button:focus, .wz-creator__pattern-grid button.is-selected { border-color: var(--wz-orange); box-shadow: 0 0 0 3px rgba(255,151,0,.13); }
.wz-creator__pattern-grid button > img, .wz-creator__pattern-thumb { display: block; width: 100%; aspect-ratio: 1; border-radius: 8px; object-fit: cover; }
.wz-creator__pattern-grid b, .wz-creator__pattern-grid small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wz-creator__pattern-grid b { margin-top: 7px; font-size: 13px; }
.wz-creator__pattern-grid small { color: var(--wz-muted); font-size: 10px; }

.wz-creator__field { display: flex; flex-direction: column; margin: 0 0 22px; }
.wz-creator__field > span { margin-bottom: 9px; color: var(--wz-ink); font-size: 16px; font-weight: 900; }
.wz-creator__field input, .wz-creator__field textarea { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid #cfc8bf; border-radius: 11px; background: #fff; color: var(--wz-ink); font-size: 16px; }
.wz-creator__field input:focus, .wz-creator__field textarea:focus { outline: 3px solid rgba(255,151,0,.18); border-color: var(--wz-orange); }
.wz-creator__field textarea { min-height: 90px; resize: vertical; }
.wz-creator__field > small { margin-top: 4px; color: var(--wz-muted); font-size: 12px; text-align: right; }
.wz-creator__chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 9px; }
.wz-creator__chips button { padding: 7px 10px; border: 1px solid var(--wz-line); border-radius: 999px; background: #f8f6f2; color: #514b44; font-size: 12px; font-weight: 800; }
.wz-creator__chips button:hover { border-color: var(--wz-orange); background: var(--wz-cream); }

.wz-creator__sentence-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.wz-creator__sentence-grid button { position: relative; min-height: 68px; padding: 11px 45px 11px 12px; border: 1px solid var(--wz-line); border-radius: 11px; background: #fff; color: var(--wz-ink); line-height: 1.25; text-align: left; }
.wz-creator__sentence-grid button::after { content: ''; position: absolute; top: 13px; right: 12px; width: 18px; height: 18px; border: 2px solid #c8c1b8; border-radius: 50%; }
.wz-creator__sentence-grid button.is-selected { border-color: var(--wz-orange); background: var(--wz-cream); box-shadow: 0 0 0 2px rgba(255,151,0,.11); }
.wz-creator__sentence-grid button.is-selected::after { border: 5px solid var(--wz-orange); }
.wz-creator__sentence-grid small { display: block; margin-top: 3px; color: var(--wz-green); font-size: 11px; font-weight: 800; }
.wz-creator__show-more { margin: 10px 0 12px; padding: 0; border: 0; background: transparent; color: var(--wz-orange-dark); font-weight: 900; text-decoration: underline; }
.wz-creator__custom-option { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 4px; padding: 14px; border: 2px solid var(--wz-line); border-radius: 12px; background: #fff; color: var(--wz-ink); text-align: left; }
.wz-creator__custom-option span { display: flex; flex-direction: column; }
.wz-creator__custom-option small { margin-top: 3px; color: var(--wz-muted); }
.wz-creator__custom-option strong { flex: 0 0 auto; color: var(--wz-orange-dark); }
.wz-creator__custom-option.is-selected { border-color: var(--wz-orange); background: var(--wz-cream); }
.wz-creator__custom-sentence { margin-top: 12px; }

.wz-creator__review { overflow: hidden; border: 1px solid var(--wz-line); border-radius: 13px; }
.wz-creator__review > div { display: grid; grid-template-columns: 90px 1fr auto; gap: 12px; align-items: center; padding: 13px 15px; border-top: 1px solid var(--wz-line); }
.wz-creator__review > div:first-child { border-top: 0; }
.wz-creator__review span { color: var(--wz-muted); font-size: 12px; }
.wz-creator__review b { min-width: 0; overflow-wrap: anywhere; }
.wz-creator__review button { padding: 3px; border: 0; background: transparent; color: var(--wz-orange-dark); font-size: 12px; font-weight: 900; text-decoration: underline; }
.wz-creator__benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 15px; padding: 13px; border-radius: 12px; background: #f7f5f1; color: #514b44; font-size: 12px; }

.wz-creator__footer { padding: 12px 20px 16px; border-top: 1px solid var(--wz-line); background: #fff; box-shadow: 0 -8px 22px rgba(35,29,23,.04); }
.wz-creator__footer > div { display: flex; justify-content: flex-end; gap: 9px; }
.wz-creator__status { min-height: 18px; margin: 0 0 8px; color: var(--wz-muted); font-size: 12px; text-align: right; }
.wz-creator__status.is-success { color: var(--wz-green); font-weight: 900; }
.wz-creator__status.is-error { color: #a12f2f; font-weight: 900; }
.wz-creator__back, .wz-creator__next, .wz-creator__save { min-height: 48px; padding: 11px 20px; border-radius: 10px; font-weight: 900; }
.wz-creator__back { border: 1px solid #cfc8bf; background: #fff; color: var(--wz-ink); }
.wz-creator__next, .wz-creator__save { min-width: 170px; border: 0; background: var(--wz-dark); color: #fff; }
.wz-creator__next:hover, .wz-creator__save:hover { background: var(--wz-orange-dark); }
.wz-creator__save:disabled { opacity: .6; cursor: wait; }

.wz-cart-projects { margin: 18px 0; padding: 18px; border: 1px solid var(--wz-line); border-radius: 16px; background: #fff; }
.wz-cart-projects article { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-top: 1px solid var(--wz-line); }
.wz-cart-projects article:first-of-type { border-top: 0; }
.wz-cart-projects article > div { display: flex; flex: 1; flex-direction: column; }
.wz-cart-projects article > a { color: var(--wz-orange-dark); font-weight: 800; }

@media (max-width: 900px) {
  .wz-creator-modal { padding: 0; }
  .wz-creator-modal__panel { width: 100%; height: 100dvh; border-radius: 0; }
  .wz-creator { min-height: 600px; }
  .wz-creator__appbar { height: 56px; padding: 7px 12px; }
  .wz-creator__appbar > div { display: block; }
  .wz-creator__appbar > div span { display: none; }
  .wz-creator__appbar > div b { font-size: 16px; }
  .wz-creator__wizard { grid-template-columns: 1fr; grid-template-rows: minmax(255px, 39dvh) minmax(0, 1fr); height: calc(100dvh - 56px); min-height: 544px; }
  .wz-creator__preview-pane { padding: 8px 12px 7px; }
  .wz-creator__preview-heading { margin-bottom: 6px; }
  .wz-creator__preview-heading b { font-size: 14px; }
  .wz-creator__preview-heading small { display: none; }
  .wz-creator__preview-heading > span { font-size: 18px; }
  .wz-creator__stage { flex: 0 1 auto; width: min(100%, calc(39dvh - 48px), 440px); aspect-ratio: 1 / 1; margin: auto; border-radius: 12px; }
  .wz-creator__pattern-preview img { object-fit: fill; }
  .wz-creator__live-copy { gap: 2px; padding: 1px; }
  .wz-creator__live-copy blockquote { font-size: clamp(8px, 2.25vw, 11px); }
  .wz-creator__live-copy span { font-size: clamp(7px, 1.85vw, 9px); }
  .wz-creator__disclaimer { display: none; }
  .wz-creator__editor-pane { border-top: 1px solid var(--wz-line); border-left: 0; min-height: 0; }
  .wz-creator__progress { padding: 7px 9px; }
  .wz-creator__progress button { font-size: 10px; }
  .wz-creator__progress i { width: 22px; height: 22px; }
  .wz-creator__steps { padding: 16px 15px; }
  .wz-creator__step h1 { font-size: 25px; }
  .wz-creator__step > p { margin-bottom: 15px; font-size: 14px; }
  .wz-creator__pattern-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .wz-creator__pattern-grid button { padding: 5px; }
  .wz-creator__shape-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .wz-creator__shape-grid button { grid-template-columns: 72px minmax(0, 1fr); gap: 8px; padding: 6px; }
  .wz-creator__shape-grid img { width: 72px; height: 72px; }
  .wz-creator__shape-grid b { font-size: 13px; }
  .wz-creator__shape-grid small { font-size: 9px; }
  .wz-creator__shape-grid strong { margin-top: 4px; font-size: 12px; }
  .wz-creator__sentence-grid { grid-template-columns: 1fr; }
  .wz-creator__review > div { grid-template-columns: 70px 1fr auto; padding: 10px 12px; }
  .wz-creator__footer { padding: 8px 12px 10px; }
  .wz-creator__status { margin-bottom: 5px; }
  .wz-creator__back, .wz-creator__next, .wz-creator__save { min-height: 46px; padding: 9px 15px; }
  .wz-creator__next, .wz-creator__save { flex: 1; min-width: 0; }
  .wz-product-choice { padding: 16px; }
  .wz-product-choice__cta { width: 100%; }
  .wz-cart-projects article { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .wz-creator__progress button span { display: none; }
  .wz-creator__progress button { gap: 0; }
  .wz-creator__pattern-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wz-creator__shape-grid { grid-template-columns: 1fr; }
  .wz-creator__shape-grid button { grid-template-columns: 76px minmax(0, 1fr); }
  .wz-creator__shape-grid img { width: 76px; height: 76px; }
  .wz-creator__benefits { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .wz-creator__step, .wz-creator-modal iframe { animation: none; transition: none; }
}

/* TWÓJ ZNICZ 2.5.0 — warstwowy model, własna grafika, sentencja i Dla/Od. */
.wz-creator--v240 .wz-creator__stage,
.wz-creator--v250 .wz-creator__stage {
  display: grid;
  place-items: center;
  isolation: isolate;
}

.wz-creator__artboard {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  aspect-ratio: 690 / 828;
  transform: translateY(-50%);
}

.wz-creator__artboard .wz-creator__main-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  background: transparent;
}

.wz-creator__design-image,
.wz-creator__sentence-image {
  position: absolute;
  z-index: 3;
  display: block;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .38));
}
.wz-creator__sentence-image { z-index: 4; }

.wz-creator__stage[data-candle-model-active="angel-heart"] .wz-creator__design-image { top: 20.5%; left: 4.1%; width: 31.6%; height: 38%; }
.wz-creator__stage[data-candle-model-active="angel-heart"] .wz-creator__sentence-image { top: 21.7%; left: 29.7%; width: 31.6%; height: 36.2%; transform: scale(1.16); transform-origin: center; }
.wz-creator__stage[data-candle-model-active="heart"] .wz-creator__design-image { top: 17.5%; left: 10.4%; width: 43.5%; height: 24.2%; }
.wz-creator__stage[data-candle-model-active="heart"] .wz-creator__sentence-image { top: 42%; left: 9.9%; width: 44.9%; height: 15.1%; transform: scale(1.14); transform-origin: center; }
.wz-creator__stage[data-candle-model-active="hands-heart"] .wz-creator__design-image { top: 29.6%; left: 3.6%; width: 31.9%; height: 30.8%; }
.wz-creator__stage[data-candle-model-active="hands-heart"] .wz-creator__sentence-image { top: 27%; left: 33%; width: 30%; height: 32%; transform: scale(1.14); transform-origin: center; }
.wz-creator__stage[data-candle-model-active="papirus"] .wz-creator__design-image { top: 16.3%; left: 14.2%; width: 35.5%; height: 21.2%; }
.wz-creator__stage[data-candle-model-active="papirus"] .wz-creator__sentence-image { top: 38%; left: 11.6%; width: 40.6%; height: 14.5%; transform: scale(1.16); transform-origin: center; }

.wz-creator__custom-board {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 2px 4px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 4px #000;
  min-width: 0;
}
.wz-creator__custom-board blockquote { display: block; width: 100%; min-width: 0; max-width: 100%; max-height: 100%; overflow: hidden; margin: 0; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(8px, 1.35vw, 18px); font-style: italic; line-height: 1.18; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word; hyphens: auto; }
.wz-creator__stage[data-candle-model-active="angel-heart"] .wz-creator__custom-board { top: 21.7%; left: 29.7%; width: 31.6%; height: 36.2%; }
.wz-creator__stage[data-candle-model-active="heart"] .wz-creator__custom-board { top: 42%; left: 9.9%; width: 44.9%; height: 15.1%; }
.wz-creator__stage[data-candle-model-active="hands-heart"] .wz-creator__custom-board { top: 27%; left: 33%; width: 30%; height: 32%; }
.wz-creator__stage[data-candle-model-active="papirus"] .wz-creator__custom-board { top: 38%; left: 11.6%; width: 40.6%; height: 14.5%; }

.wz-creator__dedication-preview {
  position: absolute;
  z-index: 5;
  display: grid;
  gap: 1px;
  width: 44%;
  padding: 0 2px;
  color: #fff;
  font-size: clamp(5px, .68vw, 8px);
  line-height: 1.12;
  text-align: center;
  text-shadow: 0 1px 4px #000, 0 0 2px #000;
}
.wz-creator__dedication-preview span { display: block; white-space: nowrap; }
.wz-creator__dedication-preview b,
.wz-creator__dedication-preview strong { display: inline; margin-right: 2px; color: #fff; }
.wz-creator__stage[data-candle-model-active="angel-heart"] .wz-creator__dedication-preview { top: 57%; left: 10%; }
.wz-creator__stage[data-candle-model-active="heart"] .wz-creator__dedication-preview { top: 61%; left: 10%; }
.wz-creator__stage[data-candle-model-active="hands-heart"] .wz-creator__dedication-preview { top: 69.5%; left: 8%; width: 45%; }
.wz-creator__stage[data-candle-model-active="papirus"] .wz-creator__dedication-preview { top: 48%; left: 11%; width: 45%; }

.wz-creator__preview-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: min(100%, 690px);
  margin: 8px auto 0;
  padding: 8px 12px;
  border: 1px solid var(--wz-line);
  border-radius: 10px;
  background: #fff8ee;
  color: var(--wz-orange-dark);
  font-size: 12px;
}
.wz-creator__preview-toggle span { font-size: 16px; line-height: 1; }
body.wz-candle-preview-open { overflow: hidden !important; }
.wz-creator__preview-pane.is-expanded {
  position: fixed !important;
  z-index: 2147483100 !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100vw !important;
  height: 100dvh !important;
  padding: 56px 14px 22px !important;
  background: rgba(244, 241, 236, .98) !important;
}
.wz-creator__preview-pane.is-expanded .wz-creator__preview-heading { display: none; }
.wz-creator__preview-pane.is-expanded .wz-creator__stage { flex: 0 0 auto; width: min(92vw, 650px) !important; max-width: 650px; aspect-ratio: 1; }
.wz-creator__preview-pane.is-expanded .wz-creator__preview-toggle { width: min(92vw, 650px); margin-top: 12px; }
.wz-creator__preview-pane.is-expanded .wz-creator__disclaimer { display: block; width: min(92vw, 650px); }
.wz-creator__preview-pane.is-expanded .wz-creator__dedication-preview { font-size: clamp(7px, 1.45vw, 10px); }
.wz-creator__preview-pane.is-expanded .wz-creator__custom-board blockquote { font-size: clamp(10px, 2.2vw, 18px); }

.wz-creator__choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.wz-creator__choice-grid [data-candle-design],
.wz-creator__choice-grid [data-candle-sentence] {
  position: relative;
  min-width: 0;
  min-height: 96px;
  padding: 8px;
  border: 2px solid var(--wz-line);
  border-radius: 12px;
  background: #fff;
  color: var(--wz-ink);
  text-align: left;
}
.wz-creator__choice-grid [data-candle-design]:hover,
.wz-creator__choice-grid [data-candle-design]:focus,
.wz-creator__choice-grid [data-candle-design].is-selected,
.wz-creator__choice-grid [data-candle-sentence]:hover,
.wz-creator__choice-grid [data-candle-sentence]:focus,
.wz-creator__choice-grid [data-candle-sentence].is-selected {
  border-color: var(--wz-orange);
  background: var(--wz-cream);
  box-shadow: 0 0 0 3px rgba(255, 151, 0, .12);
}
.wz-creator__choice-media { display: grid; place-items: center; overflow: hidden; width: 100%; height: 118px; border-radius: 8px; background: #082c31; }
.wz-creator__choice-media img { display: block; width: 100%; height: 100%; object-fit: contain; }
.wz-creator__choice-grid b,
.wz-creator__choice-grid small { display: block; }
.wz-creator__choice-grid b { margin-top: 6px; font-size: 13px; line-height: 1.25; }
.wz-creator__choice-grid small { margin-top: 3px; color: var(--wz-muted); font-size: 11px; }
.wz-creator__sentence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.wz-creator__choice-wide { grid-column: 1 / -1; min-height: 68px !important; }
.wz-creator__custom-design-choice { display: block; width: 100%; margin-top: 10px; padding: 13px 15px; border: 2px solid var(--wz-line); border-radius: 12px; background: #fff; color: var(--wz-ink); text-align: left; }
.wz-creator__custom-design-choice b,
.wz-creator__custom-design-choice small { display: block; }
.wz-creator__custom-design-choice small { margin-top: 4px; color: var(--wz-muted); }
.wz-creator__custom-design-choice:hover,
.wz-creator__custom-design-choice:focus,
.wz-creator__custom-design-choice.is-selected { border-color: var(--wz-orange); background: var(--wz-cream); box-shadow: 0 0 0 3px rgba(255, 151, 0, .12); }
.wz-creator__custom-design-upload { min-width: 0; max-width: 100%; margin-top: 10px; }
.wz-creator__custom-design-upload input { width: 100%; min-width: 0; padding: 10px; border: 1px dashed var(--wz-orange); border-radius: 10px; background: #fff; }
.wz-creator__custom-sentence,
.wz-creator__custom-sentence textarea,
.wz-creator__review,
.wz-creator__review div,
.wz-creator__review b { min-width: 0; max-width: 100%; }
.wz-creator__review b { overflow-wrap: anywhere; word-break: break-word; }
.wz-creator__extra-designs { margin-top: 12px; border: 1px solid var(--wz-line); border-radius: 12px; background: #faf8f4; }
.wz-creator__extra-designs summary { padding: 13px 15px; color: var(--wz-orange-dark); font-size: 13px; font-weight: 900; cursor: pointer; }
.wz-creator__extra-designs .wz-creator__choice-grid { padding: 0 10px 10px; }

@media (max-width: 900px) {
  .wz-creator--v240 .wz-creator__wizard,
  .wz-creator--v250 .wz-creator__wizard { grid-template-rows: minmax(270px, 42dvh) minmax(0, 1fr); }
  .wz-creator--v240 .wz-creator__preview-pane,
  .wz-creator--v250 .wz-creator__preview-pane { padding: 7px 12px 6px; }
  .wz-creator--v240 .wz-creator__stage,
  .wz-creator--v250 .wz-creator__stage { width: min(100%, calc(42dvh - 96px), 430px); }
  .wz-creator--v240 .wz-creator__preview-toggle,
  .wz-creator--v250 .wz-creator__preview-toggle { margin-top: 5px; padding: 5px 8px; font-size: 10px; }
  .wz-creator__choice-grid,
  .wz-creator__sentence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 7px; }
  .wz-creator__choice-grid [data-candle-design],
  .wz-creator__choice-grid [data-candle-sentence] { padding: 6px; }
  .wz-creator__choice-media { height: 96px; }
}

@media (max-width: 430px) {
  .wz-creator--v240 .wz-creator__shape-grid,
  .wz-creator--v250 .wz-creator__shape-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wz-creator--v240 .wz-creator__shape-grid button,
  .wz-creator--v250 .wz-creator__shape-grid button { display: block; padding: 6px; }
  .wz-creator--v240 .wz-creator__shape-grid img,
  .wz-creator--v250 .wz-creator__shape-grid img { width: 100%; height: 104px; }
  .wz-creator--v240 .wz-creator__shape-grid small,
  .wz-creator--v250 .wz-creator__shape-grid small { min-height: 24px; }
  .wz-creator__choice-media { height: 86px; }
}
