/* Keep chat music/voice players opaque and readable. */
.wet-chat-messages-v2 .msg:has(.wet-audio-card) > .msg-bubble::before,
.wet-chat-messages-v2 .msg:has(.wet-voice-player) > .msg-bubble::before,
.wet-chat-messages-v2 .msg:has(.wet-audio-card)::before,
.wet-chat-messages-v2 .msg:has(.wet-audio-card)::after,
.wet-chat-messages-v2 .msg:has(.wet-voice-player)::before,
.wet-chat-messages-v2 .msg:has(.wet-voice-player)::after,
.wet-chat-messages-v2 .msg:has(.wet-audio-card) .msg-bubble-inner::before,
.wet-chat-messages-v2 .msg:has(.wet-voice-player) .msg-bubble-inner::before,
.wet-chat-messages-v2 .wet-audio-card::before,
.wet-chat-messages-v2 .wet-audio-card::after,
.wet-chat-messages-v2 .wet-voice-player::before,
.wet-chat-messages-v2 .wet-voice-player::after {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
}
.wet-chat-messages-v2 .msg:has(.wet-audio-card) .msg-bubble,
.wet-chat-messages-v2 .msg:has(.wet-voice-player) .msg-bubble,
.wet-chat-messages-v2 .msg:has(.wet-audio-card) .msg-bubble-inner,
.wet-chat-messages-v2 .msg:has(.wet-voice-player) .msg-bubble-inner,
.wet-chat-messages-v2 .wet-audio-card,
.wet-chat-messages-v2 .wet-voice-player {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.wet-chat-messages-v2 .msg:has(.wet-audio-card),
.wet-chat-messages-v2 .msg:has(.wet-voice-player) {
  background: transparent !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
.wet-chat-messages-v2 .msg:has(.wet-audio-card) .msg-bubble-inner,
.wet-chat-messages-v2 .msg:has(.wet-voice-player) .msg-bubble-inner {
  background: transparent !important;
}
.wet-chat-messages-v2 .wet-audio-card {
  background: #e8f3f8 !important;
  border-color: #c5dce7 !important;
}

/* The same player is also rendered in profile/post cards, outside the chat. */
.wet-audio-card,
.wet-voice-player,
.music-card-player,
.voice-chip {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.wet-audio-card {
  background: #e8f3f8 !important;
  border-color: #c5dce7 !important;
}
.music-card-player {
  background: #f7fdff !important;
  border-color: #9ed4e4 !important;
  color: #111827 !important;
  box-shadow: 0 14px 32px rgba(15,81,110,.16) !important;
}
.music-card-player :is(.music-card-title, .player-time, .voice-time) {
  color: #111827 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.music-card-player .player-more-btn {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-width: 34px !important;
  min-height: 30px !important;
  padding: 2px 8px !important;
  border: 1px solid #8dbdcd !important;
  border-radius: 9px !important;
  background: #d8f0f7 !important;
  color: #111827 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  box-shadow: 0 3px 8px rgba(15,81,110,.16) !important;
}
.music-card-player .player-profile-save {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #168fe8 !important;
  color: #fff !important;
}
.wet-audio-card::before,
.wet-audio-card::after,
.wet-voice-player::before,
.wet-voice-player::after,
.music-card-player::before,
.music-card-player::after,
.wet-audio-cover::before,
.wet-audio-cover::after {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
}
.wet-audio-cover,
.wet-audio-cover-wrap,
.wet-audio-main,
.wet-audio-head,
.wet-audio-title,
.wet-audio-time {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}
:is(.panel, .tile, .file-card, .post-card, .msg, .msg-bubble-inner):has(.wet-audio-card, .music-card-player, .wet-voice-player)::before {
  opacity: 0 !important;
  background: transparent !important;
}
