/* A selected conversation must preserve readable text in both color themes. */
.wet-chat-list-item.active,
.wet-chat-list-item[aria-selected="true"],
.wet-chat-list-item[data-active="true"] {
  background: linear-gradient(135deg, rgba(220, 249, 255, .98), rgba(190, 238, 250, .92)) !important;
  color: #093d58 !important;
  font-family: inherit !important;
  text-shadow: none !important;
}

.wet-chat-list-item.active .wet-chat-list-main,
.wet-chat-list-item[aria-selected="true"] .wet-chat-list-main,
.wet-chat-list-item[data-active="true"] .wet-chat-list-main {
  color: inherit !important;
}

.wet-chat-list-item.active .wet-chat-list-head b,
.wet-chat-list-item[aria-selected="true"] .wet-chat-list-head b,
.wet-chat-list-item[data-active="true"] .wet-chat-list-head b {
  color: #073850 !important;
  font-family: inherit !important;
}

.wet-chat-list-item.active .wet-chat-list-head time,
.wet-chat-list-item.active .wet-chat-list-bottom > span,
.wet-chat-list-item[aria-selected="true"] .wet-chat-list-head time,
.wet-chat-list-item[aria-selected="true"] .wet-chat-list-bottom > span,
.wet-chat-list-item[data-active="true"] .wet-chat-list-head time,
.wet-chat-list-item[data-active="true"] .wet-chat-list-bottom > span {
  color: #21617c !important;
  font-family: inherit !important;
}

[data-theme="dark"] .wet-chat-list-item.active,
body[data-theme="dark"] .wet-chat-list-item.active,
[data-theme="dark"] .wet-chat-list-item[aria-selected="true"],
body[data-theme="dark"] .wet-chat-list-item[aria-selected="true"],
[data-theme="dark"] .wet-chat-list-item[data-active="true"],
body[data-theme="dark"] .wet-chat-list-item[data-active="true"] {
  background: linear-gradient(135deg, rgba(8, 102, 136, .98), rgba(8, 124, 105, .94)) !important;
  color: #f4feff !important;
}

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