/* básico de layout - ajusta si lo deseas (respeta Betheme iniciando namespaced) */
.vpw-workspace { font-family: Arial, sans-serif; }
.vpw-ws-header { display:flex; align-items:center; justify-content:space-between; padding:10px 20px; border-bottom:1px solid #eee; background:#fff; }
.vpw-ws-header .vpw-logo img { height:40px; }
.vpw-client-select select { padding:6px; }
.vpw-body { display:flex; min-height:520px; }
.vpw-sidebar { width:260px; background:#fafafa; border-right:1px solid #eee; }
.vpw-sidebar ul { list-style:none; margin:0; padding:10px; }
.vpw-sidebar ul li { padding:12px 10px; cursor:pointer; border-bottom:1px solid #f0f0f0; }
.vpw-sidebar ul li:hover { background:#f5f5f5; }
.vpw-main { flex:1; padding:20px; background:#fff; }
#vpw-module-target iframe { width:100%; height:600px; border:0; }
#vpw-no-access-modal { position: fixed; left:0; top:0; width:100%; height:100%; background: rgba(0,0,0,0.45); display:flex; align-items:center; justify-content:center; z-index:99999; }
.vpw-no-access-content { background:#fff; padding:30px; border-radius:12px; max-width:640px; text-align:center; box-shadow: 0 8px 30px rgba(0,0,0,0.2); }
.vpw-no-access-content img { max-width:160px; margin-bottom:16px; }
.vpw-no-access-text { color:#333; font-size:16px; }
