.ad-slot {
  --ad-box-h: 282px;
  --ad-w: 300px;
  --ad-h: 250px;
  box-sizing: border-box;
  width: 100%;
  height: var(--ad-box-h);
  min-height: var(--ad-box-h);
  max-height: var(--ad-box-h);
  padding: 16px 0;
  margin: 0;
  overflow: hidden;
  contain: layout size;
  text-align: center;
}

@media (min-width: 360px) {
  .ad-slot {
    --ad-box-h: 312px;
    --ad-w: 336px;
    --ad-h: 280px;
  }
}

@media (min-width: 1024px) {
  .ad-slot {
    --ad-box-h: 282px;
    --ad-w: 970px;
    --ad-h: 250px;
  }
}

.ad-slot[data-ad-bp="desktop"] {
  display: none;
}

.ad-slot[data-ad-bp="mobile"] {
  display: block;
}

@media (min-width: 1024px) {
  .ad-slot[data-ad-bp="desktop"] {
    display: block;
  }

  .ad-slot[data-ad-bp="mobile"] {
    display: none;
  }
}

.ad-slot__frame {
  box-sizing: border-box;
  width: 100%;
  height: var(--ad-h);
  max-height: var(--ad-h);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-slot__unit,
.ad-slot__frame ins.adsbygoogle {
  display: inline-block !important;
  width: var(--ad-w) !important;
  height: var(--ad-h) !important;
  max-width: 100%;
  overflow: hidden;
}

.ad-slot__fallback-inner {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0.5rem 1rem;
  overflow: hidden;
  text-align: left;
}

.ad-slot__fallback-title {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.ad-slot__fallback-list {
  margin: 0;
  padding: 0 0 0 1.1rem;
  list-style: disc;
}

.ad-slot__fallback-list li {
  margin: 0.2rem 0;
  font-size: 0.8125rem;
  line-height: 1.25;
}

.ad-slot__fallback-empty {
  margin: 0;
  height: 100%;
}

.ad-slot--prefooter {
  width: 100%;
}

@media print {
  .ad-slot {
    display: none !important;
  }
}
