.dfxbot-360-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.dfxbot-360-container img {
    width: 100%;
    height: auto;
    display: block;
    user-select: none;
    pointer-events: none;
}
.threesixty {
    width: 100%;
    height: auto;
}
.zoom-on-hover img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
    cursor: zoom-in;
}
.dfxbot-fullscreen-toggle {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    padding: 5px 10px;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Optional: browser-only expand style */
.dfxbot-360-container.browser-expand {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #000;
    z-index: 9999;
}