/* Scoped house-ad slot — no tenant chrome leakage */
.house-ad-slot {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 1.25rem 0 0;
  padding: 0;
  overflow: visible;
}

.house-ad-slot[hidden] {
  display: none !important;
}

.house-ad-slot__label {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.72;
}

.house-ad-slot__link {
  display: block;
  border-radius: 0.5rem;
  overflow: visible;
  line-height: 0;
  text-decoration: none;
}

.house-ad-slot__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 0.5rem;
  background: transparent;
}

@media (max-width: 767px) {
  .house-ad-slot--header {
    display: none;
  }
}
