.adhub-unit,.adhub-footer{
  width:100%;
  max-width:none;
  margin:0;
  padding:12px 16px 18px;
  font-family:system-ui,sans-serif;
  border-top:1px solid rgba(128,128,128,.35);
  background:rgba(128,128,128,.08);
  box-sizing:border-box;
}
.adhub-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  align-items:flex-start;
}
.adhub-creative{
  display:block;
  width:150px;
  height:125px;
  border:1px solid rgba(0,0,0,.14);
  flex:0 0 150px;
  overflow:hidden;
  background:#111;
}
.adhub-creative img{
  display:block;
  width:150px !important;
  height:125px !important;
  max-width:150px !important;
  object-fit:cover;
}
.adhub-bug{
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#888;
  margin-top:8px;
  text-align:right;
}
.adhub-bug a{color:inherit;text-decoration:none}
.adhub-bug a:hover{text-decoration:underline}
