#aibb-onboarding-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 99998;
}

#aibb-onboarding-panel{
  position: fixed;
  top: 90px;
  right: 24px;
  width: 420px;
  max-width: calc(100vw - 48px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  z-index: 99999;
  overflow: hidden;
}

#aibb-onboarding-panel .aibb-ob-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 14px;
  border-bottom: 1px solid #e7e7e7;
}

#aibb-onboarding-panel .aibb-ob-title{
  font-size: 16px;
  font-weight: 700;
}

#aibb-onboarding-panel .aibb-ob-close{
  border: none;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

#aibb-onboarding-panel .aibb-ob-body{
  padding: 14px;
  max-height: 55vh;
  overflow: auto;
}

#aibb-onboarding-panel .aibb-ob-foot{
  display:flex;
  justify-content:space-between;
  padding: 12px 14px;
  border-top: 1px solid #e7e7e7;
}

.aibb-onboarding-mini{
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #dcdcde;
  background: #f6f7f7;
  border-radius: 10px;
  max-width: 260px;
}

.aibb-onboarding-mini .aibb-onboarding-title{
  font-weight: 800;
  margin: 0 0 6px 0;
}

.aibb-onboarding-mini .aibb-onboarding-sub{
  font-size: 12px;
  color: #646970;
  margin: 0 0 8px 0;
  line-height: 1.35;
}


/* Revised setup wizard actions */
#aibb-onboarding-panel .aibb-ob-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px;}
#aibb-onboarding-panel .aibb-ob-body p{margin:0 0 10px 0;}

/* Wizard: shift left when opening right-side panels (Leonardo / Editor Tools) */
#aibb-onboarding-panel.aibb-onboarding-left{
  right:auto !important;
  left:20px !important;
}
