.yop-ad-slot.ad-slot {
  position: relative;
  display: flex;
  width: 100%;
  height: var(--yop-ad-height-mobile, 250px);
  min-height: var(--yop-ad-height-mobile, 250px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  background: transparent;
  text-align: center;
}

.yop-ad-slot.ad-slot[hidden],
.yop-ad-slot.ad-slot[data-yop-ad-state="empty"],
.yop-ad-slot.ad-slot[data-yop-ad-state="disabled"] {
  display: none !important;
}

.yop-ad-slot__label {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  color: #6b7280;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1;
}

.yop-ad-slot__content {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.yop-ad-slot__content > a,
.yop-ad-slot__content > ins,
.yop-ad-slot__content > div {
  max-width: 100%;
}

.yop-ad-slot__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.yop-ad-slot__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.yop-ad-slot__status {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px dashed #9ca3af;
  background: repeating-linear-gradient(-45deg, #f7f7f8 0, #f7f7f8 10px, #fff 10px, #fff 20px);
  color: #6b7280;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.yop-ad-slot[data-yop-ad-state="loaded"] .yop-ad-slot__status {
  display: none;
}

@media (min-width: 768px) {
  .yop-ad-slot.ad-slot {
    height: var(--yop-ad-height-desktop, 90px);
    min-height: var(--yop-ad-height-desktop, 90px);
  }
}
