.adsterra-slot {
  width: 100%;
  max-width: 100%;
  margin: 24px auto;
  display: grid;
  justify-items: center;
  gap: 6px;
  overflow: hidden;
}

.adsterra-label {
  color: #74809a;
  font: 600 0.65rem/1.2 Inter, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.adsterra-frame-host,
.adsterra-frame-host iframe {
  display: block;
  border: 0;
  max-width: 100%;
}

.adsterra-slot--responsive .adsterra-frame-host { width: min(728px, 100%); min-height: 50px; }
.adsterra-slot--rectangle .adsterra-frame-host { width: 300px; min-height: 250px; }
.adsterra-slot--native .adsterra-frame-host { width: 100%; min-height: 250px; }

.adsterra-slot--viewer {
  position: absolute;
  z-index: 4;
  right: 18px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 300px;
  margin: 0;
  padding: 6px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
}

@media (max-width: 780px) {
  .adsterra-slot { margin: 18px auto; }
  .adsterra-slot--viewer {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 300px;
    margin: 12px auto;
  }
}
