/* NM ThreeD Viewer Style v1.0 */

.nm-threed-wrapper {
    position: relative;
    width: 100%;
}

.nm-threed-container {
    width: 100%;
    /* Wysokość jest ustawiana przez kontrolkę Elementora w PHP */
}

/* Styl płótna Three.js */
.nm-threed-container canvas {
    display: block; /* Usuwa białe marginesy */
}

.nm-threed-loading-msg {
    color: #fff;
    text-align: center;
    padding: 20px;
}