/* Pogo */
ins.zmgad-full-width { display: flex; margin: 30px auto; justify-items: center; align-items: center; justify-content: center; }
article div[data-pogo] { }
div[data-pogo] { display: flex; justify-items: center; align-items: center; justify-content: center; }
div[data-pogo] iframe { margin-left: auto; margin-right: auto; }
div[data-pogo="main"], div[data-pogo="incontent"], div[data-pogo="top"], div[data-pogo="sidebar"]  { min-height: 250px; }
div[data-pogo="dialog"], div[data-pogo]#top-1 { min-height: 100px; }
body[data-template="home"] div[data-pogo="top"]#top-1 { min-height: 250px; }
body[data-template="ads.ad-scan-type-merchant"] div[data-pogo="top"] { min-height: 50px; }
div[data-pogo="top"]
#footer-1 { margin-top: 1rem; }
div.pogogrid { min-height: 250px; }
div.pogoDouble { gap: 10%; }

@media (min-width: 768px) {
  div[data-pogo="main"], div[data-pogo="incontent"], div[data-pogo="top"], div[data-pogo="footer"]   { min-height: 90px; }
  body[data-template="home"] div[data-pogo="top"]#top-1, div[data-pogo]#top-1 { min-height: 90px; }

  div.pogogrid { grid-column: 1 / 4; }
}

@media (min-width: 970px) {
  div[data-pogo="main"], div[data-pogo="incontent"], div[data-pogo="dialog"] { min-height: 90px; }
  div[data-pogo="top"], div[data-pogo="footer"], div[data-pogo="main"], div[data-pogo="incontent"]  { min-height: 250px; }
  div[data-pogo="sidebar"] { min-height: 600px; }
  body[data-template="ads.holiday"] div[data-pogo="top"]#top-1 { min-height: 90px; }
  body[data-template="ads.ad-scan-type-merchant"] div[data-pogo="top"]#top-1 { min-height: 90px; }

}