/* DoingBuzz World Cup Hub v6.2.24 — AdSense propre et lisible */
.dbz-wc-ad-slot{
  position:relative;
  width:100%;
  margin:22px auto;
  padding:12px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  background:rgba(255,255,255,.78);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(15,23,42,.05);
}
.dbz-wc-ad-slot:before{
  content:'PUBLICITÉ';
  position:absolute;
  top:6px;
  left:50%;
  transform:translateX(-50%);
  font-size:10px;
  letter-spacing:.16em;
  color:#94a3b8;
  font-weight:900;
  line-height:1;
  pointer-events:none;
}
.dbz-wc-ad-slot--responsive{
  max-width:970px;
  min-height:112px;
  padding-top:20px;
}
.dbz-wc-ad-slot--square300{
  width:min(100%,340px);
  max-width:340px;
  min-height:326px;
  padding-top:22px;
}
.dbz-wc-ad-slot--square300 ins.adsbygoogle{
  max-width:300px!important;
  max-height:300px!important;
}
[data-dbz-wc-scheme="dark"] .dbz-wc-ad-slot,
body.dbz-scheme-dark .dbz-wc-ad-slot,
body.dark .dbz-wc-ad-slot{
  background:rgba(15,23,42,.72);
  border-color:rgba(148,163,184,.18);
  box-shadow:0 10px 34px rgba(0,0,0,.24);
}
[data-dbz-wc-scheme="dark"] .dbz-wc-ad-slot:before,
body.dbz-scheme-dark .dbz-wc-ad-slot:before,
body.dark .dbz-wc-ad-slot:before{color:#cbd5e1;}
.dbz-wc-ad-slot.is-empty{display:none!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;}
.dbz-wc-ad-slot.is-empty:before{display:none!important;}
@media(max-width:640px){
  .dbz-wc-ad-slot{margin:16px auto;border-radius:16px;padding-left:8px;padding-right:8px;}
  .dbz-wc-ad-slot--responsive{min-height:92px;}
  .dbz-wc-ad-slot--square300{width:100%;max-width:320px;min-height:318px;}
}
