.virtual-tour-hotspot{width:32px;height:32px;border-radius:50%;background:rgba(59,130,246,.9);border:2px solid #fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.3)}.virtual-tour-hotspot:hover{background:#3b82f6;transform:scale(1.2);box-shadow:0 4px 12px rgba(59,130,246,.4)}.virtual-tour-hotspot:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:rgba(59,130,246,.3);animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}.virtual-tour-image{user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none}@media (max-width:768px){.virtual-tour-hotspot{width:28px;height:28px}}