.azbce-ad {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 1rem auto;
  box-sizing: border-box;
}

.azbce-ad__label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b6256;
  margin: 0 0 6px;
  font-family: system-ui, -apple-system, Segoe UI, sans-serif;
}

.azbce-ad__link {
  display: block;
  line-height: 0;
  text-decoration: none;
}

.azbce-ad__img,
.azbce-ad__video,
.azbce-ad__svg svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: 0;
}

.azbce-ad__html {
  line-height: 1.4;
}

.azbce-ad__html iframe,
.azbce-ad__html img,
.azbce-ad__html video {
  max-width: 100%;
  height: auto;
}

.azbce-ad__fallback {
  display: block;
  padding: 16px;
  background: #111;
  color: #f5c400;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 600px) {
  .azbce-ad {
    margin: 0.75rem auto;
  }
}
