/**
 * Colors
 */
.stick-to-top:last-child {
  position: sticky;
  top: 1rem;
}

.widget_newspack-ads-widget {
  overflow: hidden;
}

#page {
  overflow: initial !important;
}

.newspack_global_ad {
  max-width: 100%;
  flex: 1 1 auto;
}
.newspack_global_ad.fixed-height {
  padding: 16px 0;
  box-sizing: content-box;
}
.newspack_global_ad.fixed-height > * {
  margin: 0;
}

.newspack-broadstreet-ad {
  max-width: 100%;
}

/**
 * Placement mock
 */
.newspack-ads__ad-placement-mock__content {
  position: relative;
  align-items: center;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  justify-content: center;
}
.newspack-ads__ad-placement-mock__svg {
  display: block;
  pointer-events: none;
  position: absolute;
}
.newspack-ads__ad-placement-mock__svg rect {
  fill: white;
  stroke: rgba(30, 30, 30, 0.4);
  stroke-width: 1px;
}
.newspack-ads__ad-placement-mock__svg line {
  stroke: rgba(30, 30, 30, 0.4);
  stroke-width: 1px;
}
.newspack-ads__ad-placement-mock__label {
  background: white;
  border: 1px dashed rgba(30, 30, 30, 0.4);
  color: #1e1e1e;
  font-size: 10px;
  line-height: 1.6;
  padding: 4px 8px;
  pointer-events: none;
  position: absolute;
  text-align: center;
}
