.adsterra-slot {
  width: 100%;
  clear: both;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 28px auto;
  overflow: hidden;
  text-align: center;
}

.adsterra-label {
  display: block;
  color: #7a8ba2;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.adsterra-creative {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

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

.adsterra-banner-slot {
  min-height: 106px;
  padding-inline: 9px;
}

.adsterra-rectangle-slot {
  width: 100%;
  min-height: 266px;
  margin: 0 auto;
}

.adsterra-footer-slot {
  min-height: 76px;
  margin: 30px auto 24px;
  padding-inline: 9px;
}

.adsterra-inline-mobile {
  margin: 28px auto;
  padding: 18px 0;
  border-top: 1px solid #dceaf2;
  border-bottom: 1px solid #dceaf2;
}

@media (max-width: 767px) {
  .adsterra-banner-slot {
    min-height: 66px;
    margin-block: 20px;
    padding-inline: 0;
  }

  .adsterra-footer-slot {
    margin-block: 22px 18px;
  }
}

@media (max-width: 339px) {
  .adsterra-creative {
    transform: scale(.94);
    transform-origin: center top;
  }

  .adsterra-banner-slot {
    min-height: 63px;
  }
}

@media print {
  .adsterra-slot {
    display: none !important;
  }
}
