.mbus-access-v112-top {
  position: fixed;
  right: 12px;
  top: 58px;
  z-index: 2147482500;
  height: 34px;
  border: 1px solid rgba(148,163,184,.55);
  border-radius: 10px;
  padding: 0 12px;
  background: #fff;
  color: #0f172a;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(15,23,42,.12);
  cursor: pointer;
}
.mbus-access-v112-panel {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(37,99,235,.18);
  border-radius: 14px;
  background: #eff6ff;
  color: #0f172a;
}
.mbus-access-v112-title { font-weight: 950; margin-bottom: 4px; }
.mbus-access-v112-note { color: #475569; font-size: 13px; margin-bottom: 10px; }
.mbus-access-v112-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.mbus-access-v112-primary,
.mbus-access-v112-secondary {
  height: 34px;
  border-radius: 10px;
  padding: 0 12px;
  font-weight: 950;
  cursor: pointer;
}
.mbus-access-v112-primary { border: 0; background: #0f172a; color: #fff; }
.mbus-access-v112-secondary { border: 1px solid rgba(148,163,184,.55); background: #fff; color: #0f172a; }
@media (max-width: 760px) { .mbus-access-v112-top { top: auto; bottom: 82px; right: 10px; } }
