/* FRONT-END WRAPPER */
.hc360-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px auto;
    position: relative;
    user-select: none;
    cursor: grab;
}

.hc360-wrapper:active {
    cursor: grabbing;
}

.hc360-wrapper img.hc360-image {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}

/* ADMIN PREVIEW MODAL */
#hc360-admin-preview-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999999;
}

.hc360-preview-inner {
    background: #fff;
    width: 700px;
    max-width: 90%;
    margin: 80px auto;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

.hc360-preview-close {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 22px;
    cursor: pointer;
}

.hc360-preview-body {
    margin-top: 20px;
}
