/* Vediteis GLB Viewer */

.vgv-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: transparent;
    display: block;
    line-height: 0;
}

.vgv-wrapper model-viewer {
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: block;
    overflow: hidden;
    background-color: transparent;
    --poster-color: transparent;
    --progress-bar-color: transparent;
    --progress-bar-height: 0px;
}

.vgv-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 120px;
    border: 2px dashed #ccc;
    color: #999;
    font-size: 14px;
    box-sizing: border-box;
}

/* ─── Responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 767px) {
    .vgv-wrapper model-viewer {
        min-height: 240px;
    }
}

@media (max-width: 480px) {
    .vgv-wrapper model-viewer {
        min-height: 200px;
    }
}
