.plugin_preview_indicator_container {
  position: fixed;
  font-weight: 700;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  max-height: 50px;
  background: linear-gradient(90deg, #9C4DD3, #47106D);
  color: #D9D9D9;
  padding: 15px;
  text-align: center;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  box-sizing: border-box !important;
}

#wpadminbar {
  display: none !important;
}