/* PRISM 0E — marqueurs de publication officiels */
.prism-release-bar{
  width:min(1180px,calc(100% - 28px));
  margin:24px auto 34px;
  padding:12px 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  flex-wrap:wrap;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(8,8,13,.58);
  color:rgba(255,248,236,.66);
  font:800 .75rem/1.3 Inter,"Segoe UI",system-ui,sans-serif;
  letter-spacing:.10em;
  text-transform:uppercase;
  backdrop-filter:blur(14px);
}
.prism-release-bar strong{
  color:#f4d97e !important;
  font:950 .78rem/1.3 Inter,"Segoe UI",system-ui,sans-serif;
}
.prism-release-bar a{
  color:inherit;
  text-decoration:none;
}
.prism-release-bar a:hover{color:#fff8ec}
.prism-release-dot{opacity:.42}
.prism-release-bar.is-light{
  border-color:rgba(29,29,31,.12);
  background:rgba(255,255,255,.72);
  color:#6e6e73;
}
.prism-release-bar.is-light strong{color:#8a6700 !important}
@media(max-width:600px){
  .prism-release-bar{margin-top:18px;letter-spacing:.06em;text-align:center}
}
