/* Rappel de sécurité : traitement visuel NOVA, compact et lisible. */
.nova-ad-safety {
  position: relative;
  overflow: hidden;
  margin: 10px 0 !important;
  padding: 12px 14px 10px 18px !important;
  border: 1px solid rgba(255, 76, 118, .46);
  border-radius: 14px;
  background:
    linear-gradient(110deg, rgba(98, 15, 39, .82), rgba(42, 13, 24, .94)),
    #1b0c12;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 10px 22px rgba(0,0,0,.18);
}
.nova-ad-safety::before {
  content: "";
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 0;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(#ff3e75, #ffb14d);
  box-shadow: 0 0 12px rgba(255, 62, 117, .55);
}
.nova-ad-safety > strong {
  display: block;
  margin: 0 0 4px;
  color: #ffd0db;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .01em;
}
.nova-ad-safety p {
  margin: 3px 0 6px;
  color: rgba(255,255,255,.82) !important;
  font-size: 11px;
  line-height: 1.35;
}
.nova-ad-safety ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.nova-ad-safety li {
  list-style: none;
  padding: 3px 7px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  background: rgba(0,0,0,.16);
  color: #ffe0e6;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}
