/* GŁÓWNY LAYOUT */
#lm-konfigurator {
    display: flex;
    gap: 40px;
    margin-top: 20px;
    align-items: flex-start;
    padding-bottom: 100px;
    padding-top: 100px;
    max-width: 1300px;
    margin: 0 auto;
}

/* LEWA STRONA — OBRAZEK */
.lm-preview-wrapper {
    width: 939px;
    flex: none;
}

/* 16:9 */
.lm-preview {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

/* OBRAZ + WARSTWY */
.lm-preview img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    z-index: 1;
}

#layer-elewacja { z-index: 2; }
#layer-dach     { z-index: 3; }

/* ============================================= */
/*     INDYWIDUALNE PRZESUNIĘCIA ELEWACJI        */
/* ============================================= */

/* 1 — Tynk + brak dekoracji */
.elewacja-1 {
    top: 29px !important;
}

/* 2 — Tynk + dekoracja szary tynk */
.elewacja-2 {
    top: 0px !important;
}

/* 3 — Tynk + lamele dekoracyjne */
.elewacja-3 {
    top: 36px !important;
}

/* ============================================= */
/*     INDYWIDUALNE PRZESUNIĘCIA DACHÓW          */
/* ============================================= */

/* Blacha (default) */
.dach-blacha {
    top: 0px !important;
}

/* Dachówka grafitowa */
.dach-grafit {
    top: 52px !important;
}

/* Dachówka czerwona */
.dach-czerwony {
    top: 39px !important;
}

/* PANEL OPCJI */
.lm-options {
    width: 320px;
    min-width: 320px;
}

.lm-options select {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
}

.lm-price-box {
    background: #f3f3f3;
    padding: 12px;
    margin: 20px 0;
    font-size: 18px;
}
