/* Flat list and search surfaces: no blue cards inside the surrounding page. */
.chat-list .chat,.chat-list .chat.active,.chat-list .chat:hover{background:transparent!important;box-shadow:none!important}
.chat-list .chat.active{box-shadow:inset 3px 0 var(--brand-lime-2,#9dcc3f)!important}
.search,.search:focus-within,.search input{background:transparent!important}
.search{box-shadow:none!important}
.search:focus-within{box-shadow:0 0 0 2px #aede4740!important}
.contact-lookup-form input{background:transparent!important}
html[data-theme=dark] .chat-list .chat,html[data-theme=dark] .chat-list .chat.active,html[data-theme=dark] .chat-list .chat:hover{background:#0d1712!important}
html[data-theme=dark] .chat-list .chat.active{box-shadow:inset 3px 0 #cfff57!important}
html[data-theme=dark] .search,html[data-theme=dark] .search:focus-within,html[data-theme=dark] .search input,html[data-theme=dark] .contact-lookup-form input{border-color:#34483a!important;background:transparent!important;color:#f4f7ef!important}
@media(max-width:700px){
  .chat-swipe-row .chat,.chat-swipe-row .chat.active,.chat-swipe-row .chat:hover{background:#fbfbfc!important}
  html[data-theme=dark] .chat-swipe-row .chat,html[data-theme=dark] .chat-swipe-row .chat.active,html[data-theme=dark] .chat-swipe-row .chat:hover{background:#0d1712!important}
}
