/*
 * SHARED WITH JAVELIN - /src/javelin/sass/_colors
 * color nicknames from http://chir.ag/projects/name-that-color/{{#hex-code}}
 */
/**
 * allows you to add styling to the bottom row of a grid using the mixins above
 */
/* line 4, src/hub/components/module/ad/ad.scss */
.page-ad[data-position^="pushdown"]:not([data-ad-status="rendered"]) {
  height: 0;
}

/* line 8, src/hub/components/module/ad/ad.scss */
.page-ad[data-ad-status="rendered"] {
  margin-bottom: 25px;
  text-align: center;
}

/* line 167, src/hub/sass/_module.scss */
.page-ad[data-ad-status="rendered"] section,
.page-ad[data-ad-status="rendered"] div,
.page-ad[data-ad-status="rendered"] article {
  box-sizing: border-box;
}

@media (max-width: 760px) {
  /* line 8, src/hub/components/module/ad/ad.scss */
  .page-ad[data-ad-status="rendered"] {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1020px) {
  /* line 14, src/hub/components/module/ad/ad.scss */
  #box-desktop-standard-premium-2 {
    padding-top: 58px;
  }
}
