.wls-configurator{max-width:680px;margin:1rem 0;padding:1rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
.wls-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}
.wls-grid label{display:flex;flex-direction:column;gap:.35rem}
.wls-preview{margin:1rem 0;padding:.8rem;border:1px dashed #e5e7eb;border-radius:8px;min-height:64px;font-size:28px;line-height:1.2;background:#fff;display:flex;align-items:center;justify-content:center;text-align:center;word-break:break-word}
.wls-preview.mirror{transform:scaleX(-1)}
.wls-preview.wls-on-dark{background:#222;color:#fff;border-color:#444}
.wls-height-note{font-size:.95em;opacity:.9;margin-top:.25rem}
.wls-price{margin-top:.5rem;font-weight:600}
@media (max-width:640px){.wls-grid{grid-template-columns:1fr}}
.wls-color-chip{display:inline-block;width:24px;height:24px;border-radius:4px;border:1px solid #ccc}
#TB_overlay{z-index:100000}
#TB_window{z-index:100001}
.wls-preview.textured {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  background-size: cover;
  background-position: center;
}
.wls-preview-replaces-image {
    margin: 0 0 2rem 0;
    min-height: 350px;
    padding: 2rem;
}