/* Reserved AdSense slots for CLS-safe explicit ad placement. */
.mdh-ad-slot {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 970px;
  min-width: 300px;
  min-height: 280px;
  margin: 2rem auto;
  overflow: hidden;
  text-align: center;
  contain: layout style;
}

.mdh-ad-slot--after-tool {
  margin-top: 2rem;
  margin-bottom: 2.25rem;
}

.mdh-ad-slot--mid-content {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mdh-ad-slot--before-news {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.mdh-ad-slot > .adsbygoogle {
  display: block;
  width: 100%;
  min-height: inherit;
}

.mdh-ad-slot--placeholder > .adsbygoogle {
  pointer-events: none;
}

@media (min-width: 769px) {
  .mdh-ad-slot {
    min-height: 250px;
  }

  .mdh-ad-slot--mid-content,
  .mdh-ad-slot--before-news {
    min-height: 120px;
  }
}

@media (max-width: 768px) {
  .mdh-ad-slot {
    max-width: 100%;
    min-width: 0;
    min-height: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .mdh-ad-slot--mid-content,
  .mdh-ad-slot--before-news {
    min-height: 336px;
  }
}
