/* Prevent CLS and give simple framing for ad slots */
.ad-slot {
  width: 100%;
  display: block;
  margin: 12px 0;
  text-align: center;
}
.ad-top {
  min-height: 90px;
}
.ad-inline {
  min-height: 250px;
}
.ad-slot .ad-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1024px;
  height: 100%;
  min-height: inherit;
  border: 1px dashed rgba(0,0,0,0.2);
  color: #6b7280;
  font-size: 12px;
  background: #f9fafb;
}


