.ad-slot {
  margin: 12px 0 18px;
}

.ad-slot[hidden] {
  display: none !important;
}

.ad-banner {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(26, 21, 18, 0.1);
  background: rgba(255, 252, 248, 0.9);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ad-banner + .ad-banner {
  margin-top: 10px;
}

.ad-banner:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(26, 21, 18, 0.08);
  text-decoration: none;
}

.ad-banner img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.ad-html {
  margin: 8px 0;
}
