/* v206 — Sohbet head görseli. Mevcut head ölçülerini değiştirmez. */
html body .chat-page > .page-hero-chat {
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 31%, rgba(255, 255, 255, 0.78) 48%, rgba(255, 255, 255, 0.08) 82%),
    url("/assets/page-heroes/chat-editorial-head-v2.png") 68% 50% / cover no-repeat !important;
}

@media (max-width: 760px) {
  html body .chat-page > .page-hero-chat {
    background:
      linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.97) 43%, rgba(255, 255, 255, 0.7) 64%, rgba(255, 255, 255, 0.12) 100%),
      url("/assets/page-heroes/chat-editorial-head-v2.png") 70% 50% / cover no-repeat !important;
  }
}
