.elementor-360-view-container {
    position: relative;
    overflow: hidden;
    cursor: ew-resize; /* Default horizontal cursor */
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
}

.elementor-360-view-container[data-orientation="y"] {
    cursor: ns-resize;
}

.elementor-360-image {
    max-width: 100%;
    max-height: 100%;
    display: none; /* Hidden until loaded */
    pointer-events: none; /* Let events pass to container */
    user-select: none;
    -webkit-user-drag: none;
}

.elementor-360-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #666;
    font-family: sans-serif;
    z-index: 10;
}
