.wp-env-indicator {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  border-radius: 4px;
  z-index: 9999;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
