.p360-root { max-width:640px; margin:12px auto; font-family:Arial, sans-serif; }
.p360-controls { display:flex; gap:8px; align-items:center; justify-content:center; margin-bottom:8px; }
.p360-arrow { background:#fff; border:1px solid #ccc; padding:6px 10px; cursor:pointer; font-size:16px; border-radius:4px; }
.p360-autoplay { font-size:14px; }
.p360-canvas-wrap { position:relative; width:600px; height:600px; margin:0 auto; border:1px solid #eee; background:#fff; display:flex; align-items:center; justify-content:center; }
.p360-canvas { display:block; }
.p360-loading { position:absolute; left:0; right:0; top:0; bottom:0; display:flex; align-items:center; justify-content:center; background:rgba(255,255,255,0.85); font-weight:bold; }
@media (max-width:700px) { .p360-canvas-wrap { width:100%; height:auto } .p360-canvas { width:100%; height:auto } }
