/* Oyun kapaklarını kırpmadan göster ve sohbet sütunlarını sayfa içinde sabitle. */
.games-v2-card-art {
  background:
    radial-gradient(circle at 50% 20%, rgb(255 255 255 / 12%), transparent 45%),
    #111827;
}

.games-v2-card-art > img {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center top !important;
  transform: none !important;
}

.games-v2-card:hover .games-v2-card-art > img {
  transform: none !important;
}

.games-v2-hero-covers > span > img {
  width: 112% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  transform: translateX(-6%) skew(9deg) !important;
}

@media (width > 900px) {
  .community-chat-shell.chat-shell {
    height: clamp(620px, calc(100dvh - 210px), 760px);
    min-height: 620px;
    max-height: 760px;
    align-items: stretch;
    overflow: hidden;
  }

  .community-chat-shell .chat-channel-panel,
  .community-chat-shell .chat-conversation,
  .community-chat-shell .chat-members-panel {
    height: 100%;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
  }

  .community-chat-shell .chat-channel-panel {
    display: flex;
    flex-direction: column;
  }

  .community-chat-shell .chat-channel-list {
    flex: 1 1 auto;
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }

  .community-chat-shell .chat-message-list,
  .community-chat-shell .chat-members-panel {
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }
}

@media (width <= 900px) {
  .community-chat-shell.chat-shell {
    height: min(680px, calc(100dvh - 160px));
    min-height: 420px;
    max-height: 680px;
    overflow: hidden;
  }

  .community-chat-shell .chat-channel-panel,
  .community-chat-shell .chat-conversation,
  .community-chat-shell .chat-members-panel {
    height: 100%;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
  }

  .community-chat-shell.mobile-pane-rooms .chat-channel-panel {
    display: flex;
    flex-direction: column;
  }

  .community-chat-shell .chat-channel-list,
  .community-chat-shell .chat-message-list,
  .community-chat-shell .chat-members-panel {
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }
}

@media (width <= 430px) {
  .games-v2-card-art > img {
    object-position: center top !important;
  }
}
