/* Card wrapper like admin preview */
.adhub-card{
  background:#f7f7f7;
  border-radius:10px;
  padding:12px;
}

/* Each ad row */
.adhub-card .anthemes-ad{
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px;
  margin-bottom:8px;
  border-radius:8px;
  background:#fff;
  text-decoration:none;
  color:inherit;
  border:1px solid rgba(0,0,0,.06);
}

.adhub-card .anthemes-ad:last-child{
  margin-bottom:0;
}

.adhub-card .anthemes-ad img{
  width:35px;
  height:35px;
  border-radius:6px;
  object-fit:cover;
  flex:0 0 35px;
}

.adhub-card .anthemes-ad-text strong{
  display:block;
  font-size:13px;
  line-height:1.2;
  margin-bottom:2px;
}

.adhub-card .anthemes-ad-text span{
  display:block;
  font-size:12px;
  line-height:1.25;
  color:#666;
}

/* Optional: hover */
.adhub-card .anthemes-ad:hover{
  border-color: rgba(0,0,0,.12);
}


/* CTA filler card */
.adhub-card .anthemes-ad.adhub-cta{
  background: #f1f1f1;
  border-color: #ddd !important;
  border: dotted 2px;
}

.adhub-card .anthemes-ad.adhub-cta img,
a.anthemes-adhub-open img { margin-left: 10px !important; margin-right: 8px !important; filter: grayscale(100%) brightness(0.7); }

.adhub-card .anthemes-ad.adhub-cta:hover{
  border-color: rgba(0,0,0,.14) !important;
} 

a.anthemes-adhub-open { color: #9f9999; display: block; }
a.anthemes-adhub-open:hover { color: #444 !important; }