.wtw-managed-ad {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line, rgba(255, 255, 255, 0.2));
  border-radius: 0 !important;
  background: var(--panel, #111);
}

.wtw-managed-ad__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.wtw-managed-ad img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 180ms ease, transform 420ms ease;
}

.wtw-managed-ad.is-changing img,
.header-advertise.is-changing img {
  opacity: 0;
}

.wtw-managed-ad__link:hover img {
  transform: scale(1.018);
}

.wtw-managed-ad__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font: 700 10px/1 system-ui, sans-serif;
  letter-spacing: 0.12em;
}

.west-release-grid > .west-release-ad {
  min-height: 100%;
  align-self: stretch;
}

.west-release-grid > .west-release-ad img {
  aspect-ratio: 1 / 1;
}

.wtw-sidebar-ad {
  width: 100%;
  margin: 16px 0;
}

.wtw-sidebar-ad img {
  aspect-ratio: 1 / 1;
}

.wtw-ad-slot-host {
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  grid-template: none !important;
}

.wtw-ad-slot-host > .wtw-sidebar-ad {
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}

.wtw-ad-slot-host > .wtw-sidebar-ad img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.header-advertise {
  position: relative;
  overflow: hidden;
}

.wtw-header-ad__badge {
  position: absolute;
  left: 6px;
  bottom: 5px;
  z-index: 2;
  padding: 3px 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font: 700 8px/1 system-ui, sans-serif;
  letter-spacing: 0.1em;
  pointer-events: none;
}

.header-advertise img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 728 / 90;
  object-fit: cover;
  opacity: 1;
  transition: opacity 180ms ease;
}

@media (max-width: 900px) {
  .west-release-grid > .west-release-ad {
    min-height: auto;
  }
}
