.angie-360-viewer-container-073a9f45 {
    position: relative;
    width: 100%;
}
.angie-360-viewer-073a9f45 {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: grab;
    user-select: none;
}
.angie-360-viewer-073a9f45:active {
    cursor: grabbing;
}
.angie-360-viewer-073a9f45-image {
    width: 100%;
    height: auto;
    display: none;
    pointer-events: none;
}
.angie-360-viewer-073a9f45-image:first-child {
    display: block;
}
.angie-360-nav-btn-073a9f45 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 10;
    transition: background 0.3s ease;
}
.angie-360-nav-btn-073a9f45:hover {
    background: rgba(0, 0, 0, 0.8);
}
.angie-360-prev-073a9f45 {
    left: 10px;
}
.angie-360-next-073a9f45 {
    right: 10px;
}