/* Container inherits theme/gallery sizing */
.rt-360-wrapper {
    position: relative;
    width: 100%;
    user-select: none;
    -webkit-user-drag: none;
    touch-action: none; /* capture both axes for dragging */
    cursor: grab;
}
.rt-360-wrapper:active { cursor: grabbing; }

.rt-360-wrapper img.rt-360-frame {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none; /* ensure wrapper receives events */
}

/* --- Main slide badge only (no thumbnail overlays in this build) --- */
.rt-360-badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    padding: 6px 8px;
    border-radius: 6px;
    z-index: 100;
    pointer-events: none;
    display: inline-flex;
    gap: 2px;
    font-weight: 600;
}
