/* Sweet Properteez ad slots — neutral, theme-agnostic, unobtrusive. */
.spe-ad{
  position:relative;
  margin:18px auto;
  max-width:970px;
  padding:10px 12px 14px;
  text-align:center;
  background:#faf7f2;
  border:1px solid #eee1cf;
  border-radius:12px;
}
.spe-ad-label{
  display:block;
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#b4a390;
  margin-bottom:6px;
}
.spe-ad-banner img{
  max-width:100%;
  height:auto;
  display:block;
  margin:0 auto;
  border-radius:8px;
}
.spe-ad .adsbygoogle{ display:block; }
.spe-ad-remove{
  display:inline-block;
  margin-top:8px;
  font-size:12px;
  color:#e85610;
  text-decoration:none;
  font-weight:600;
}
.spe-ad-remove:hover{ text-decoration:underline; }

/* optional bottom bar (auto footer ad) */
.spe-ad-footerbar{
  position:sticky;
  bottom:0;
  z-index:9998;
  width:100%;
  background:rgba(255,255,255,.96);
  box-shadow:0 -4px 18px -8px rgba(0,0,0,.25);
}
.spe-ad-footerbar .spe-ad{ margin:8px auto; }
