.lephutshi-explore-custom-ad-slot {
  width: 100%;
  margin: 18px 0;
  clear: both;
  contain: layout paint;
}
.lephutshi-explore-custom-ad {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #f3f4f6;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
  text-decoration: none;
  transform: translateZ(0);
}
.lephutshi-explore-custom-ad picture,
.lephutshi-explore-custom-ad img {
  display: block;
  width: 100%;
}
.lephutshi-explore-custom-ad img {
  height: auto;
  border: 0;
  object-fit: cover;
  backface-visibility: hidden;
}
.lephutshi-explore-custom-ad-label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0,0,0,.72);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .02em;
}
@media (max-width: 767px) {
  .lephutshi-explore-custom-ad-slot {
    margin: 16px 0;
    min-height: 260px;
  }
  .lephutshi-explore-custom-ad {
    border-radius: 10px;
  }
}
