/* Identité Chaos+ commune au site, à Tebex et au lobby FiveM. */
#chaos-plus .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.45rem, 1.4vw, 1rem);
}

#chaos-plus .section-title::before {
  width: clamp(76px, 8vw, 112px);
  aspect-ratio: 4 / 3;
  flex: 0 0 auto;
  content: "";
  background: url("/assets/chaosplus-logo-v2.png?v=20260815-1") center / contain no-repeat;
  filter:
    drop-shadow(0 0 10px rgba(255, 0, 68, 0.5))
    drop-shadow(0 0 18px rgba(255, 202, 0, 0.18));
}

@media (max-width: 640px) {
  #chaos-plus .section-title {
    flex-direction: column;
    gap: 0.1rem;
  }

  #chaos-plus .section-title::before {
    width: 82px;
  }

}
