.eslive-model-viewer-wrap model-viewer { width:100%; height:100%; display:block; }
.eslive-hotspot { width:18px; height:18px; border-radius:999px; border:2px solid #fff; background:rgba(0,0,0,0.75); box-shadow:0 0 0 2px rgba(0,0,0,0.2); cursor:pointer; }
.eslive-hotspot--icon { width:28px; height:28px; border-radius:8px; background:#fff; border:1px solid rgba(0,0,0,0.2); display:grid; place-items:center; padding:0; }
.eslive-hotspot-icon { display:block; width:22px; height:22px; background-size:contain; background-position:center; background-repeat:no-repeat; background-image:var(--eslive-icon); }
.eslive-popup { position:fixed; inset:0; display:none; align-items:center; justify-content:center; background:rgba(0,0,0,0.45); z-index:9999; padding:24px; }
.eslive-popup.active { display:flex; }
.eslive-popup-inner { max-width:560px; width:100%; background:#fff; border-radius:12px; padding:16px 20px; box-shadow:0 10px 30px rgba(0,0,0,0.3); position:relative; }
.eslive-popup-inner h3 { margin-top:0; }
.eslive-popup-close { position:absolute; top:10px; right:16px; background:transparent; border:0; font-size:22px; cursor:pointer; }
