/* REVT basic styles */
.revt-wrap{font-family:Arial,Helvetica,sans-serif}
.revt-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.revt-select select{padding:6px;border-radius:6px}
.revt-body{display:grid;grid-template-columns:240px 1fr;gap:12px}
.revt-sidebar{background:#fafafa;border:1px solid #eee;padding:10px;border-radius:6px}
.revt-viewer{position:relative}
.revt-canvas{width:100%;border-radius:6px;overflow:hidden;border:1px solid #ddd}
.revt-controls{position:absolute;right:12px;bottom:12px;display:flex;gap:6px}
.revt-controls button{padding:8px 10px;border-radius:6px;border:none;background:#111;color:#fff;cursor:pointer}
.revt-room{padding:8px;border-radius:6px;background:#fff;border:1px solid #e9e9e9;margin-bottom:6px;cursor:pointer}
.revt-hotspot-label{background:rgba(0,0,0,0.6);color:#fff;padding:6px 8px;border-radius:6px}
@media(max-width:900px){.revt-body{grid-template-columns:1fr} .revt-sidebar{order:2} .revt-viewer{order:1}}
