/* The chat renderer has both legacy and current list rows. Keep every selected
   row readable even when a theme adds a glass or gradient background. */
:is(
  .wet-chat-list-item.active,
  .wet-chat-list-item[aria-selected="true"],
  .wet-chat-list-item[data-active="true"],
  .wet-chat-row.active,
  .wet-chat-row[aria-selected="true"],
  .wet-chat-row[data-active="true"],
  .chat-preview.active,
  .chat-preview[aria-selected="true"],
  .chat-preview[data-active="true"]
) {
  color: #0b4968 !important;
}

:is(
  .wet-chat-list-item.active,
  .wet-chat-list-item[aria-selected="true"],
  .wet-chat-list-item[data-active="true"],
  .wet-chat-row.active,
  .wet-chat-row[aria-selected="true"],
  .wet-chat-row[data-active="true"],
  .chat-preview.active,
  .chat-preview[aria-selected="true"],
  .chat-preview[data-active="true"]
) :is(b, h2, h3) {
  color: #093d58 !important;
}

:is(
  .wet-chat-list-item.active,
  .wet-chat-list-item[aria-selected="true"],
  .wet-chat-list-item[data-active="true"],
  .wet-chat-row.active,
  .wet-chat-row[aria-selected="true"],
  .wet-chat-row[data-active="true"],
  .chat-preview.active,
  .chat-preview[aria-selected="true"],
  .chat-preview[data-active="true"]
) :is(time, small, .small, .wet-chat-list-bottom > span) {
  color: #236782 !important;
}

[data-theme="dark"] :is(
  .wet-chat-list-item.active,
  .wet-chat-list-item[aria-selected="true"],
  .wet-chat-list-item[data-active="true"],
  .wet-chat-row.active,
  .wet-chat-row[aria-selected="true"],
  .wet-chat-row[data-active="true"],
  .chat-preview.active,
  .chat-preview[aria-selected="true"],
  .chat-preview[data-active="true"]
) {
  border-color: rgba(124, 234, 250, .6) !important;
  background: linear-gradient(135deg, rgba(12, 111, 149, .96), rgba(9, 124, 104, .92)) !important;
  color: #f3feff !important;
}

[data-theme="dark"] :is(
  .wet-chat-list-item.active,
  .wet-chat-list-item[aria-selected="true"],
  .wet-chat-list-item[data-active="true"],
  .wet-chat-row.active,
  .wet-chat-row[aria-selected="true"],
  .wet-chat-row[data-active="true"],
  .chat-preview.active,
  .chat-preview[aria-selected="true"],
  .chat-preview[data-active="true"]
) :is(b, h2, h3) {
  color: #f5ffff !important;
}

[data-theme="dark"] :is(
  .wet-chat-list-item.active,
  .wet-chat-list-item[aria-selected="true"],
  .wet-chat-list-item[data-active="true"],
  .wet-chat-row.active,
  .wet-chat-row[aria-selected="true"],
  .wet-chat-row[data-active="true"],
  .chat-preview.active,
  .chat-preview[aria-selected="true"],
  .chat-preview[data-active="true"]
) :is(time, small, .small, .wet-chat-list-bottom > span) {
  color: #cef8ff !important;
}
