/* =========================================
   ART STUDIO TOUR STYLES (CSP SAFE)
   ========================================= */

.vm-tour-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1040;
}

.vm-tour-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border: 1px solid #b08a48;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    z-index: 1050;
    width: 90%;
    max-width: 500px;
}

.vm-tour-highlight {
    position: relative;
    z-index: 1060 !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 1px #b08a48 !important;
    border-radius: 4px;
}