/* Public routes reuse the chat styles; only entry-specific layout lives here. */
/* SSR facts and QR are readable immediately, without multiplying nested chat fades. */
.public-chat-page #chatScreen,
.public-chat-page .conversation,
.public-chat-page .message-row {
  animation: none;
}

.public-chat-page #newConversationPrompts,
.public-chat-page #seoEntryContext {
  display: none;
}

.public-chat-navigation,
.public-chat-photo-links,
.public-chat-page .seo-organization {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 22px 0 0 54px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  overflow-wrap: anywhere;
}

.public-chat-navigation a,
.public-chat-photo-links a {
  color: inherit;
  text-underline-offset: 3px;
}

.public-chat-noscript {
  margin: 20px auto;
  max-width: 820px;
  padding: 0 20px;
  color: var(--muted);
}

@media (max-width: 640px) {
  .public-chat-navigation,
  .public-chat-photo-links,
  .public-chat-page .seo-organization { margin-left: 0; }
}
