.denes-layout-panel[hidden] {
    display: none !important;
}

.denes-layout-mode .denes-wall-panel,
.denes-layout-mode .denes-objects-panel,
.denes-layout-mode .denes-preview-panel {
    display: none !important;
}

.denes-layout-mode .denes-size-box {
    display: none !important;
}

.denes-layout-panel .denes-panel-row {
    margin-bottom: 10px;
}

.denes-layout-shortcuts {
    margin-top: 10px;
    padding: 9px;
    border-radius: 10px;
    background: #fff7ff;
    border: 1px solid #ead0ee;
    font-size: 12px;
    line-height: 1.45;
    color: #555;
}

.denes-layout-info {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #560861;
    line-height: 1.35;
}

.denes-layout-svg {
    cursor: default;
}

.denes-layout-boundary {
    fill: #fff;
    stroke: #111;
    stroke-width: 2;
    stroke-dasharray: 10 7;
}

.denes-layout-room {
    cursor: move;
}

.denes-layout-room-rect {
    fill: #fff4e5;
    stroke: #690875;
    stroke-width: 2;
}

.denes-layout-room.is-selected .denes-layout-room-rect {
    stroke: #c40000;
    stroke-width: 4;
}

.denes-layout-room-label {
    font-size: 14px;
    font-weight: 800;
    fill: #111;
    paint-order: stroke;
    stroke: #fff;
    stroke-width: 4px;
    stroke-linejoin: round;
    pointer-events: none;
}

.denes-layout-room-dim {
    font-size: 12px;
    fill: #5a0791;
    paint-order: stroke;
    stroke: #fff;
    stroke-width: 4px;
    stroke-linejoin: round;
    pointer-events: none;
}

.denes-layout-toggle.is-active {
    background: #c40000;
    color: #fff;
    border-color: #c40000;
}

.denes-layout-auto-note {
    margin: 0 0 10px;
    padding: 9px;
    border-radius: 10px;
    background: #fff7ff;
    border: 1px solid #ead0ee;
    font-size: 12px;
    line-height: 1.35;
    color: #555;
}

/* === Lakásnézet: rugalmas külső kontúr + olvasható feliratok === */
.denes-layout-boundary {
    fill: none;
    stroke: none;
}

.denes-layout-boundary-edge {
    fill: none;
    stroke: #111;
    stroke-width: 2;
    stroke-dasharray: 10 7;
    pointer-events: none;
}

.denes-layout-segment-dim {
    fill: #111;
    font-weight: 800;
    paint-order: stroke;
    stroke: #fff;
    stroke-width: 5px;
    stroke-linejoin: round;
    pointer-events: none;
}

.denes-layout-room-label,
.denes-layout-room-dim {
    dominant-baseline: middle;
}
