 .smartads-slot {
  margin: 16px 0;
}

.smartads-slot img {
  max-width: 100%;
  height: auto;
  display: block;
}

.smartads-only-desktop {
  display: block;
}

.smartads-only-mobile {
  display: none;
}

@media (max-width: 768px) {
  .smartads-only-desktop {
    display: none;
  }
  .smartads-only-mobile {
    display: block;
  }
}

.smartads-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.08);
  padding: 10px 12px;
  display: none;
  z-index: 9999;
}

.smartads-sticky .smartads-content {
  max-width: 100%;
}

.smartads-close {
  position: absolute;
  right: 8px;
  top: 6px;
  border: 0;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #888;
}

.smartads-close:hover {
  color: #333;
}

body.smartads-has-sticky {
  padding-bottom: 90px;
}
