.adsterra-slot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, calc(var(--ad-width, 728px) + 24px));
  min-height: var(--ad-height, 90px);
  margin: 18px auto;
  padding: 8px;
  overflow: hidden;
  border-radius: 14px;
  background: #f8fafc;
}

.adsterra-slot iframe {
  max-width: 100%;
}

.adsterra-top {
  margin-top: 14px;
  margin-bottom: 14px;
}

.adsterra-lower-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
  width: min(1100px, calc(100% - 32px));
  margin: 28px auto;
}

.adsterra-native {
  width: 100%;
  min-height: 120px;
}

.adsterra-rectangle {
  width: min(100%, 324px);
}

@media (max-width: 760px) {
  .adsterra-slot {
    margin: 12px auto;
    border-radius: 12px;
  }

  .adsterra-lower-wrap {
    grid-template-columns: 1fr;
    width: min(100% - 20px, 420px);
    gap: 10px;
  }
}
