/* TALKCHAT_PRESENCE_ENTRY_EXIT_COLORS_V4410 */

html .system.talkchat-presence-event-v4410 p,
html[data-talkchat-theme] .system.talkchat-presence-event-v4410 p {
  font-weight: 800;
  letter-spacing: .01em;
}

html .system.talkchat-presence-join-v4410 p,
html[data-talkchat-theme] .system.talkchat-presence-join-v4410 p {
  color: #15803d !important;
}

html .system.talkchat-presence-leave-v4410 p,
html[data-talkchat-theme] .system.talkchat-presence-leave-v4410 p {
  color: #dc2626 !important;
}

html .system.talkchat-presence-event-v4410 p::before,
html[data-talkchat-theme] .system.talkchat-presence-event-v4410 p::before {
  content: "● " !important;
  color: inherit !important;
  font-weight: 900 !important;
}

@media (max-width: 860px) {
  html .system.talkchat-presence-event-v4410 p,
  html[data-talkchat-theme] .system.talkchat-presence-event-v4410 p {
    line-height: 1.4;
  }
}
