.dla-ad-wrap {
  clear: both;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.dla-ad-label {
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #8a8f98;
}

.dla-ad-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  border: 1px solid rgba(120, 120, 120, .14);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(248, 249, 251, .9), rgba(241, 243, 246, .75));
  color: #9aa0a6;
  font-size: 13px;
}

.dla-ad-content {
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.dla-ad-content iframe,
.dla-ad-content img,
.dla-ad-content ins {
  max-width: 100%;
}
