/* Ahrefs DR UR Checker — AdSense placements */

.druq-ad,
.druq-ad * {
  box-sizing: border-box;
}

.druq-ad {
  display: block;
  clear: both;
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.druq-ad--top {
  margin: 0 0 20px;
}

.druq-ad--bottom {
  margin: 28px 0 4px;
}

.druq-ad__label {
  display: block;
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b95a5;
  visibility: hidden;
}

.druq-ad[data-druq-ad-state="requested"] .druq-ad__label,
.druq-ad[data-druq-ad-state="filled"] .druq-ad__label {
  visibility: visible;
}

/* Reserved box keeps the 100px creative from shifting the tool on load. */
.druq-ad__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
}

.druq-ad__frame .adsbygoogle {
  margin: 0 auto;
}

/* Responsive units size themselves, so never clip or centre-constrain them. */
.druq-ad--responsive .druq-ad__frame {
  display: block;
  overflow: visible;
}

.druq-ad--responsive .druq-ad__frame .adsbygoogle {
  display: block;
  width: 100%;
}

/* No slot fits the container, or AdSense had no creative: reclaim the space. */
.druq-ad[data-druq-ad-state="skipped"],
.druq-ad[data-druq-ad-state="unfilled"] {
  display: none !important;
}

@media (max-width: 640px) {
  .druq-ad--top {
    margin-bottom: 16px;
  }

  .druq-ad--bottom {
    margin-top: 24px;
  }
}
