/* Styles apply only in Elementor editor */
body.elementor-editor-active .ad-plugg-container {
  display: var(--display, block) !important;
  height: auto !important;
  position: relative;
}

body.elementor-editor-active .elementor-widget-adplugg_zone, body.elementor-editor-active .ad-wrapper {
    width: 100%;
}
body.elementor-editor-active .ad-zone-preview-label {
  background-color: #9b1de1;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 12px;
  text-align: center;
  margin-top: 10px;
  border-radius: 4px;
  width: 100%;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Optional message block (already in your file) */
body.elementor-editor-active .ad-plugg-container:after {
  content: "If there is no ad associated, this won't show on the front end.";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  width: 190px;
  background: #f03d3d;
  padding: 4px;
  font-weight: bold;
  border: solid 2px white;
}
