.spz-a94b5461-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    border-radius: 4px;
    box-sizing: border-box;
}

.spz-a94b5461-viewport {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: grab;
}

.spz-a94b5461-viewport:active {
    cursor: grabbing;
}

.spz-a94b5461-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: 0 0;
    will-change: transform;
}

.spz-a94b5461-content svg,
.spz-a94b5461-content img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* Control buttons style */
.spz-a94b5461-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 10;
}

.spz-a94b5461-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: transform 0.2s, background-color 0.2s, color 0.2s, border-color 0.2s;
    padding: 0;
}

.spz-a94b5461-btn:hover {
    transform: scale(1.05);
}

.spz-a94b5461-btn:active {
    transform: scale(0.95);
}

.spz-a94b5461-btn i {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spz-a94b5461-btn svg {
    width: 16px;
    height: 16px;
    display: block;
}
