/* EarnHub v22.2 — creative-only public banner placements with no outer frame */
.house-ad{position:relative;background:transparent!important;box-shadow:none!important;border:0!important}
.house-ad-top{border:0!important;background:transparent!important}
.house-ad-inline{border:0!important;background:transparent!important}
.house-ad-shell{padding:6px 0!important;display:grid!important;justify-items:center!important;align-items:center!important;gap:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.house-ad-inline .house-ad-shell{padding:14px 0!important}

/* No labels/title/fallback wording above the creative. Keep old nodes hidden defensively. */
.house-ad-meta,.house-ad-label,.house-ad-title,.house-ad-fallback{display:none!important}

/* The anchor itself has no frame. Only the actual image is framed. */
.house-ad-banner{
  position:relative!important;
  display:block!important;
  justify-self:center!important;
  width:fit-content!important;
  max-width:calc(100% - 24px)!important;
  min-width:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0 auto!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  line-height:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  text-decoration:none!important;
  transition:transform .2s cubic-bezier(.22,1,.36,1),filter .2s!important;
}
.house-ad-banner:before,.house-ad-banner:after{display:none!important}
.house-ad-banner img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:118px!important;
  box-sizing:border-box!important;
  object-fit:contain!important;
  border:1px solid rgba(52,124,184,.50)!important;
  border-radius:12px!important;
  background:transparent!important;
  box-shadow:0 12px 28px rgba(0,0,0,.18),0 0 22px rgba(20,129,233,.045)!important;
  overflow:hidden!important;
  transition:border-color .2s,box-shadow .2s!important;
}
.house-ad-banner:hover{transform:translateY(-1px)!important;filter:brightness(1.035)!important}
.house-ad-banner:hover img{border-color:rgba(78,165,233,.76)!important;box-shadow:0 15px 32px rgba(0,0,0,.22),0 0 25px rgba(20,129,233,.07)!important}

@media(max-width:900px){
  .house-ad-shell{padding:5px 0!important}
  .house-ad-inline .house-ad-shell{padding:11px 0!important}
  .house-ad-banner img{max-height:104px!important;border-radius:10px!important}
}
@media(max-width:560px){
  .house-ad-banner{width:calc(100% - 20px)!important;max-width:calc(100% - 20px)!important}
  .house-ad-banner img{width:100%!important;height:auto!important;max-height:none!important;border-radius:9px!important}
}
