@charset "UTF-8";
/*--------------------------------------------------------------
# Player
--------------------------------------------------------------*/
.bf-watch {
  --watch_bg: #1e1e1e;
  --watch_panel_bg: var(--dark_bg, #0f151b);
  --watch_button_bg: #4f4f4f;
  --watch_button_accent: var(--accent, var(--watch_accent, #79c142));
  --watch_button_font: var(--accent_font, var(--watch_accent_font, #fff));
}
@media screen and (max-width: 480px) {
  .bf-watch .has-gradient-right:after {
    content: none;
  }
}
.bf-watch--icons-clean .bf-watch__source-icon {
  display: none;
}
.bf-watch--icons-clean :where(.bf-watch__action:not(.bf-watch__action--fold) .bf-watch__action-icon) {
  display: none;
}
.bf-watch--list-none .bf-watch__screen {
  margin-right: -10px;
  width: calc(100% + 20px);
}
@media screen and (min-width: 981px) {
  .bf-watch--list-left .bf-watch__screen {
    order: 2;
    margin-right: -10px;
  }
  .bf-watch--list-left .bf-watch__screen--wide {
    margin-left: -20px;
    width: calc(100% + 30px);
  }
  .bf-watch--list-left .bf-watch__queue {
    order: 1;
  }
}
.bf-watch--list-bottom .bf-watch__shell, .bf-watch--list-bottom-col .bf-watch__shell {
  padding-bottom: 10px;
}
.bf-watch--list-bottom .bf-watch__stage, .bf-watch--list-bottom-col .bf-watch__stage {
  flex-direction: column;
}
.bf-watch--list-bottom .bf-watch__screen, .bf-watch--list-bottom-col .bf-watch__screen {
  margin-right: -10px;
  width: calc(100% + 20px);
}
.bf-watch--list-bottom .bf-watch__queue, .bf-watch--list-bottom-col .bf-watch__queue {
  flex-direction: row;
  gap: 10px;
  padding-right: 0;
  width: 100%;
  max-width: unset;
  max-height: 300px;
  overflow-y: unset;
  aspect-ratio: unset;
}
@media screen and (max-width: 980px) {
  .bf-watch--list-bottom .bf-watch__queue, .bf-watch--list-bottom-col .bf-watch__queue {
    flex-direction: column;
  }
}
.bf-watch--list-bottom .bf-watch__action--fold, .bf-watch--list-bottom-col .bf-watch__action--fold {
  display: none;
}
.bf-watch--list-bottom .bf-watch__queue-ad, .bf-watch--list-bottom-col .bf-watch__queue-ad {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .bf-watch--list-bottom .bf-watch__queue-ad, .bf-watch--list-bottom-col .bf-watch__queue-ad {
    width: 100%;
  }
}
.bf-watch--list-bottom .bf-watch__queue-inner, .bf-watch--list-bottom-col .bf-watch__queue-inner {
  flex-grow: 1;
  padding-right: 3px;
  width: auto;
  overflow-y: auto;
}
.bf-watch--list-bottom .bf-watch__queue-inner::-webkit-scrollbar-thumb, .bf-watch--list-bottom-col .bf-watch__queue-inner::-webkit-scrollbar-thumb {
  background-color: var(--watch_button_accent);
  border-radius: 3px;
  transition: background-color 0.3s ease;
}
.bf-watch--list-bottom .bf-watch__queue-inner::-webkit-scrollbar-thumb:hover, .bf-watch--list-bottom-col .bf-watch__queue-inner::-webkit-scrollbar-thumb:hover {
  opacity: 0.7;
}
.bf-watch--list-bottom .bf-watch__queue-inner::-webkit-scrollbar, .bf-watch--list-bottom-col .bf-watch__queue-inner::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.bf-watch--list-bottom .bf-watch__queue-inner::-webkit-scrollbar-button, .bf-watch--list-bottom-col .bf-watch__queue-inner::-webkit-scrollbar-button {
  display: none;
}
.bf-watch--list-bottom .bf-watch__queue-inner::-webkit-scrollbar-corner, .bf-watch--list-bottom-col .bf-watch__queue-inner::-webkit-scrollbar-corner {
  background: transparent;
}
.bf-watch--list-bottom .bf-watch__queue-inner::-webkit-scrollbar-track, .bf-watch--list-bottom-col .bf-watch__queue-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
@media screen and (min-width: 981px) {
  .bf-watch--list-bottom-col .bf-watch__queue-stack {
    display: block;
    column-count: 2;
    column-gap: 3px;
    break-after: avoid;
  }
}
.bf-watch__shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 10px 0;
  background-color: var(--watch_bg);
}
@media screen and (max-width: 980px) {
  .bf-watch__shell {
    padding-bottom: 10px;
  }
}
.bf-watch__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.bf-watch__stage {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 980px) {
  .bf-watch__stage {
    flex-direction: column;
  }
}
.bf-watch__sources {
  position: relative;
  flex-grow: 1;
  height: 40px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .bf-watch__sources {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .bf-watch__sources {
    overflow: unset;
  }
}
.bf-watch__sources-toggle:checked ~ .bf-watch__sources-list {
  opacity: 1;
  overflow: unset;
  transform: translateY(0);
  pointer-events: auto;
}
.bf-watch__sources-toggle:checked + .bf-watch__sources-menu .bf-watch__sources-current {
  color: var(--watch_button_font);
  background-color: var(--watch_button_accent);
}
.bf-watch__sources-toggle:checked + .bf-watch__sources-menu .bf-watch__sources-current:after {
  transform: rotate(-180deg);
}
.bf-watch__sources-current {
  display: none;
}
@media screen and (max-width: 480px) {
  .bf-watch__sources-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 20px;
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    background-color: var(--watch_button_bg);
    border-radius: 5px;
    transition: color 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
  }
  .bf-watch__sources-current:after {
    content: "▾";
    font-size: 14px;
    margin-left: 8px;
    transition: transform 0.3s ease;
  }
}
.bf-watch__sources-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bf-watch__sources-caption {
  color: #fff;
  opacity: 0.7;
}
@media screen and (min-width: 481px) {
  .bf-watch__sources-menu {
    display: none;
  }
}
.bf-watch__sources-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  overflow-y: hidden;
  overflow-x: auto;
}
.bf-watch__sources-list::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 480px) {
  .bf-watch__sources-list {
    position: absolute;
    top: 100%;
    left: -10px;
    z-index: 10;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 4px 10px;
    width: calc(100% + 20px);
    background-color: var(--watch_panel_bg);
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-20px);
    pointer-events: none;
  }
}
.bf-watch__source {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  fill: var(--watch_button_accent);
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: var(--watch_button_bg);
  border-radius: 5px;
  transition: color 0.3s ease, fill 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}
@media (hover: none) {
  .bf-watch__source {
    transition: none;
    cursor: default;
  }
}
.bf-watch__source:hover, .bf-watch__source--active {
  color: var(--watch_button_font);
  fill: var(--watch_button_font);
  background-color: var(--watch_button_accent);
}
.bf-watch__source-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.bf-watch__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
  height: 40px;
}
.bf-watch__action {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  fill: var(--watch_button_accent);
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: var(--watch_button_bg);
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  transition: color 0.3s ease, fill 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 375px) {
  .bf-watch__action {
    font-size: 13px;
    font-weight: 600;
  }
}
@media screen and (min-width: 981px) {
  .bf-watch__action:hover {
    color: var(--watch_button_font);
    fill: var(--watch_button_font);
    background-color: var(--watch_button_accent);
  }
}
.bf-watch__action--active {
  color: var(--watch_button_font);
  fill: var(--watch_button_font);
  background-color: var(--watch_button_accent);
}
.bf-watch__action-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 480px) {
  .bf-watch__action-icon {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .bf-watch__action-label {
    display: none;
  }
}
.bf-watch__action--fold {
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  .bf-watch__action--fold {
    position: absolute;
    bottom: 15px;
    right: 10px;
    z-index: 10;
  }
  .bf-watch--list-left .bf-watch__action--fold {
    left: calc(32% - 35px);
    right: unset;
  }
  .bf-watch__queue--hidden + .bf-watch__action--fold {
    left: unset;
    right: 10px;
    bottom: 70px;
    transform: rotateZ(180deg);
    opacity: 0.6;
  }
}
@media screen and (max-width: 980px) {
  .bf-watch__action--fold {
    display: none;
  }
}
.bf-watch__screen {
  position: relative;
  order: 1;
  margin-left: -10px;
  width: 68%;
  transition: 0.3s ease;
}
@media screen and (max-width: 980px) {
  .bf-watch__screen {
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}
.bf-watch__screen--wide {
  margin-right: -20px;
  width: calc(100% + 30px);
}
.bf-watch__screen-inner {
  width: 100%;
  max-height: 70vh;
  aspect-ratio: 16/9;
  background-color: var(--watch_panel_bg);
  border-radius: 10px;
  overflow: hidden;
}
.bf-watch__notice {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 60vh;
  aspect-ratio: 16/9;
  font-size: 15px;
  color: #fff;
}
.bf-watch__panel {
  position: relative;
  display: none;
}
.bf-watch__panel--active {
  display: block;
}
.bf-watch__viewport {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .bf-watch__viewport::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 980px) {
  .bf-watch__viewport {
    min-height: unset;
  }
}
.bf-watch__viewport--empty:before {
  content: "На данный момент материал недоступен";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #fff;
}
.bf-watch__embed {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
@supports not (aspect-ratio: 16/9) {
  .bf-watch__embed {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.bf-watch__queue {
  display: flex;
  flex-direction: column;
  order: 2;
  padding-right: 3px;
  overflow-y: auto;
  transition: 0.3s ease;
  width: 32%;
  max-width: 400px;
  aspect-ratio: 1;
  max-height: 470px;
}
@media screen and (max-width: 980px) {
  .bf-watch__queue {
    width: 100%;
    max-width: 100%;
    max-height: 300px;
    aspect-ratio: unset;
  }
}
.bf-watch__queue--hidden {
  padding-right: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  .bf-watch__queue--hidden {
    width: 100%;
    height: 0;
  }
}
.bf-watch__queue::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.bf-watch__queue::-webkit-scrollbar-button {
  display: none;
}
.bf-watch__queue::-webkit-scrollbar-corner {
  background: transparent;
}
.bf-watch__queue::-webkit-scrollbar-track {
  background-color: transparent;
}
.bf-watch__queue::-webkit-scrollbar-thumb {
  background-color: var(--watch_button_accent);
  border-radius: 3px;
  transition: background-color 0.3s ease;
}
.bf-watch__queue::-webkit-scrollbar-thumb:hover {
  opacity: 0.7;
}
.bf-watch__queue::-webkit-resizer {
  display: none;
}
.bf-watch__queue-inner {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
}
.bf-watch__queue-stack {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
}
.bf-watch__queue-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  min-height: 40px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  background-color: transparent;
  border-radius: 5px;
  transition: color 0.3s ease, background-color 0.3s ease;
  overflow: hidden;
  cursor: pointer;
}
.bf-watch__queue-row:hover, .bf-watch__queue-row--active {
  color: var(--watch_button_font);
  background-color: var(--watch_button_accent);
}
.bf-watch__queue-row:hover .bf-watch__queue-num, .bf-watch__queue-row--active .bf-watch__queue-num {
  color: var(--watch_button_accent);
  background-color: #fff;
}
.bf-watch__queue-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-color: var(--watch_button_bg);
  border-radius: 5px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.bf-watch .has-gradient-left:before {
  background: linear-gradient(to right, var(--watch_bg) 20%, rgba(255, 255, 255, 0));
}
.bf-watch .has-gradient-right:after {
  background: linear-gradient(to left, var(--watch_bg) 20%, rgba(255, 255, 255, 0));
}
.bf-watch__wait {
  --loader_bg: rgba(31, 31, 31, 0.43);
  --loader_color: var(--watch_button_accent);
}

/* ## Loader */
.bf-loader {
  display: none;
  position: absolute;
  z-index: 99;
}
.bf-loader--shade {
  inset: 0;
  margin: var(--loader_margin, 0px);
  width: calc(100% - var(--loader_margin, 0px) * 2);
  height: calc(100% - var(--loader_margin, 0px) * 2);
  background-color: var(--loader_bg, rgba(240, 245, 249, 0.5));
  border-radius: var(--loader_radius, 0);
}
.bf-loader:after {
  content: "";
  position: absolute;
  top: calc(50% - var(--loader_width, 64px) / 1.5);
  left: calc(50% - var(--loader_width, 64px) / 1.5);
  display: block;
  width: var(--loader_width, 64px);
  height: var(--loader_width, 64px);
  margin: 8px;
  border-radius: 50%;
  border: var(--loader_size, 6px) solid var(--loader_color, #79c142);
  border-color: var(--loader_color, #79c142) transparent var(--loader_color, #79c142) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ## Gradient */
.has-gradient-left:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  z-index: 1;
  width: 50px;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.has-gradient-right:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  z-index: 1;
  width: 50px;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.bf-watch__debugbox {
  margin-top: 10px;
}
.bf-watch__debugbox pre {
  margin: 0;
  padding: 12px;
  max-height: 320px;
  overflow: auto;
  font-size: 12px;
  line-height: 1.45;
  color: #d8ffd8;
  background-color: #0f151b;
  border-radius: 8px;
}

/* Bohfilm watch UI polish */
.bf-watch__shell {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
.bf-watch__bar {
  align-items: stretch;
}
.bf-watch__sources,
.bf-watch__actions {
  height: auto;
  min-height: 44px;
}
.bf-watch__source,
.bf-watch__action {
  min-height: 44px;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    var(--watch_button_bg);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.24), 0 8px 16px rgba(0, 0, 0, 0.16);
}
.bf-watch__source:hover,
.bf-watch__source--active,
.bf-watch__action:hover,
.bf-watch__action--active,
.bf-watch__action.is-cinema-on,
.bf-watch__action[aria-pressed="true"] {
  color: var(--watch_button_font);
  fill: var(--watch_button_font);
  border-color: rgba(255, 255, 255, 0.18);
  background-color: var(--watch_button_accent);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.22), 0 10px 22px rgba(0, 0, 0, 0.22);
}
.bf-watch__source-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}
.bf-watch__action-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.bf-watch__action--fold {
  border-radius: 8px;
}
.bf-watch__queue {
  padding: 4px 6px 4px 0;
  scrollbar-gutter: stable;
}
.bf-watch__queue-inner,
.bf-watch__queue-stack {
  gap: 8px;
}
.bf-watch__queue-row {
  gap: 12px;
  min-height: 52px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.bf-watch__queue-row:hover,
.bf-watch__queue-row--active {
  color: var(--watch_button_font);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02)),
    var(--watch_button_accent);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateX(2px);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.22), 0 8px 18px rgba(0, 0, 0, 0.18);
}
.bf-watch__queue-num {
  width: 38px;
  height: 34px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  background-color: rgba(255, 255, 255, 0.12);
}
.bf-watch__queue-title {
  min-width: 0;
  overflow-wrap: anywhere;
}
.bf-watch__queue-row:hover .bf-watch__queue-num,
.bf-watch__queue-row--active .bf-watch__queue-num {
  color: var(--watch_button_accent);
  background-color: var(--watch_button_font);
}
@media (hover: none) {
  .bf-watch__source,
  .bf-watch__action,
  .bf-watch__queue-row {
    transition: none;
  }
  .bf-watch__queue-row:hover {
    transform: none;
  }
}
@media screen and (max-width: 480px) {
    .bf-watch__shell {
        border-radius: 8px;
  }
  .bf-watch__source,
  .bf-watch__action,
  .bf-watch__sources-current {
    min-height: 42px;
    padding: 9px 14px;
    border-radius: 8px;
  }
  .bf-watch__queue {
    padding-right: 0;
  }
    .bf-watch__queue-row {
        min-height: 48px;
    }
}

.bf-watch__viewport {
    position: relative;
}

.bf-watch__facade {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 100%;
    color: var(--watch_button_font);
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.62)),
        var(--watch_panel_bg);
    border: 0;
    cursor: pointer;
}

.bf-watch__facade:hover,
.bf-watch__facade:focus-visible {
    color: var(--watch_button_font);
}

.bf-watch__facade-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    color: var(--watch_button_font);
    background-color: var(--watch_button_accent);
    border-radius: 50%;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.bf-watch__facade-icon svg {
    width: 34px;
    height: 34px;
    fill: currentColor;
}

.bf-watch__facade-text {
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.28);
    border-radius: 8px;
}

.bf-watch--started .bf-watch__facade,
.bf-watch__facade.is-hidden {
    display: none;
}

@media screen and (max-width: 1024px) {
  .bf-watch__sources.bf-watch__sources--dropdown {
    height: auto;
    min-height: 42px;
    overflow: visible;
  }

  .bf-watch__sources.bf-watch__sources--dropdown .bf-watch__sources-menu {
    display: flex;
    width: 100%;
  }

  .bf-watch__sources.bf-watch__sources--dropdown .bf-watch__sources-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 42px;
    padding: 9px 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: var(--watch_button_bg);
    border-radius: 8px;
    cursor: pointer;
  }

  .bf-watch__sources.bf-watch__sources--dropdown .bf-watch__sources-current:after {
    content: "\25BE";
    flex: 0 0 auto;
    margin-left: 8px;
    transition: transform 0.3s ease;
  }

  .bf-watch__sources.bf-watch__sources--dropdown .bf-watch__sources-list {
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    right: 0;
    z-index: 30;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    width: 100%;
    max-height: min(280px, 56vh);
    padding: 6px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: var(--watch_panel_bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }

  .bf-watch__sources.bf-watch__sources--dropdown .bf-watch__sources-toggle:checked ~ .bf-watch__sources-list {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .bf-watch__sources.bf-watch__sources--dropdown .bf-watch__sources-toggle:checked + .bf-watch__sources-menu .bf-watch__sources-current:after {
    transform: rotate(-180deg);
  }

  .bf-watch__sources.bf-watch__sources--dropdown .bf-watch__source {
    justify-content: flex-start;
    width: 100%;
  }
}

