/* Affiliate house-ad banner slot (random-ad.js) */
#house-ad-slot {
  width: 100%;
}

.house-ad {
  box-sizing: border-box;
  max-width: 800px;
  margin: 1.5rem auto 1.25rem;
  padding: 0 1rem;
  text-align: center;
}

.house-ad__label {
  margin: 0 0 0.4rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.house-ad__link {
  display: block;
  line-height: 0;
  text-decoration: none;
}

.house-ad__link:focus-visible {
  outline: 2px solid #1d4ed8;
  outline-offset: 3px;
}

.house-ad__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: 0;
}
