
.ad-image-wrapper {
  position: relative;
  display: inline-block;
}

.ad-image-wrapper .ad-label {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(255, 0, 0, 0.85);
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  z-index: 10;
  pointer-events: none;
  font-family: sans-serif;
}
