/* Dedicated channel contrast repair, loaded independently of the app bundle. */
#channels button.channel.selected,
#channels button.channel.selected:hover,
#channels button.channel.selected:focus,
#channels button.channel.selected:active {
  background: #c4f565 !important;
  border-color: #c4f565 !important;
  color: #14200c !important;
  -webkit-text-fill-color: #14200c !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
#channels button.channel.selected *,
#channels button.channel.selected:hover *,
#channels button.channel.selected:focus *,
#channels button.channel.selected:active * {
  color: #14200c !important;
  -webkit-text-fill-color: #14200c !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
#channels button.channel.selected:focus-visible {
  outline: 2px solid #eeeee6;
  outline-offset: 4px;
}
