/* MGID — minimal wrapper so MGID controls layout (no gray “ad box”) */
.mgid-widget-placement {
  width: 100%;
  max-width: 100%;
  margin: 1.25rem 0;
  clear: both;
  background: transparent;
  border: 0;
  padding: 0;
  min-height: 0;
  overflow: visible;
}
.mgid-widget-placement [data-type="_mgwidget"] {
  width: 100%;
  max-width: 100%;
  display: block;
  min-height: 0;
}
/* Homepage: full-width in hero — high visibility for Smart Widget */
.mgid-widget-placement--hero {
  margin: 1rem 0 1.25rem;
  max-width: 48rem;
}
/* Article: wide in-feed block */
.mgid-widget-placement--article {
  margin: 1.5rem auto;
  max-width: 48rem;
}
