/* Progress.tz v3.1.1.10 — Desktop/Tablet Advertisement Spacing Repair */

/* The v3.1.1.6 ad runtime sizes iframe height from the creative itself.
   Neutralize older generic 16:9 iframe rules for these managed shells. */
.pz-ad-shell .pz-ad-frame{
  aspect-ratio:auto!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

.pz-ad-shell{
  box-sizing:border-box;
  margin-left:auto;
  margin-right:auto;
}

/* Desktop */
@media (min-width:1100px){
  .ad-zone.ad-top{
    margin:22px 0 26px!important;
    padding:0!important;
  }
  .ad-zone.ad-top .pz-ad-shell[data-slot="homepage_top"]{
    width:min(100%,1080px);
  }

  .pz-story-ad{
    margin:28px 0!important;
    padding:0!important;
  }
  .pz-story-ad .pz-ad-shell[data-slot="story_inline"],
  .pz-story-ad .pz-ad-shell[data-slot="story_footer"]{
    width:min(100%,820px);
  }

  .pz-sidebar-sticky{
    gap:16px!important;
  }
  .pz-sidebar-ad{
    margin:0!important;
    padding:0!important;
  }
  .pz-sidebar-ad .pz-ad-shell[data-slot="sidebar"]{
    width:100%;
  }

  .short-card.ad-inline{
    padding:0!important;
  }
  .short-card.ad-inline .pz-ad-shell[data-slot="shorts_inline"]{
    margin:0!important;
  }
}

/* Tablet portrait + landscape */
@media (min-width:768px) and (max-width:1099px){
  .ad-zone.ad-top{
    margin:18px 0 22px!important;
    padding:0!important;
  }
  .ad-zone.ad-top .pz-ad-shell[data-slot="homepage_top"]{
    width:min(100%,920px);
  }

  .pz-story-ad{
    margin:24px 0!important;
    padding:0!important;
  }
  .pz-story-ad .pz-ad-shell[data-slot="story_inline"],
  .pz-story-ad .pz-ad-shell[data-slot="story_footer"]{
    width:min(100%,760px);
  }

  .pz-sidebar-sticky{
    gap:14px!important;
  }
  .pz-sidebar-ad{
    margin:0!important;
    padding:0!important;
  }

  .short-card.ad-inline{
    padding:0!important;
  }
}

/* Keep hidden slots from retaining layout space after the runtime marks them empty. */
.pz-ad-shell.is-empty,
.pz-ad-parent-empty{
  min-height:0!important;
}
.pz-ad-parent-empty{
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
}

/* Do not alter the existing mobile sticky-ad geometry. */
@media (max-width:767px){
  .ad-zone.ad-top,
  .pz-story-ad,
  .pz-sidebar-ad{
    padding-left:0!important;
    padding-right:0!important;
  }
}
