.zyri-babylon-viewer {
    position: relative;
    width: 100%;
    min-height: 300px;
    border-radius: 14px;
    overflow: hidden;
}

.zyri-babylon-viewer canvas {
    width: 100%;
    height: 100%;
    display: block;
    outline: none;
    touch-action: none;
}

.zyri-viewer-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.65);
    z-index: 2;
}