.sxam-slot {
  clear: both;
  width: 100%;
  margin: 22px 0;
}

.sxam-slot-empty {
  display: none;
}

.sxam-ad {
  display: flex !important;
  clear: both;
  width: 100%;
  margin: 22px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.sxam-label {
  display: block;
  color: #999;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.sxam-code {
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.sxam-code iframe {
  max-width: 100%;
}

.sxam-image-link {
  display: block;
  max-width: 100%;
  text-decoration: none;
}

.sxam-ad img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

.sxam-impression-beacon {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .sxam-slot {
    margin: 24px 0;
    padding: 10px 0 14px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #fff;
  }
}
