#watch-list-success {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #fff;
    background-color: #db0001;
    z-index: 999;
    border-radius: 4px;
    border: 1px solid #fff;
}
#watch-list-success.added {
    display: block;
}
#watch-list-success.removed {
    display: block;
    background-color: #a55c5c;
}
#watch-list-success.removed .watch-list-success__left {
    background-color: #9c5555;
}
#watch-list-success.removed .watch-list-success__left {
    color: #a55c5c;
}
.watch-list-success__text {
    display: none;
}
#watch-list-success.added .watch-list-success__text--added {
    display: block;
}
#watch-list-success.removed .watch-list-success__text--removed {
    display: block;
}
.watch-list-success__content {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 4px;
}
.watch-list-success__left {
    background-color: #db0001;
    padding: 8px 12px;
}
.watch-list-success__left i {
    background: #fff;
    color: #559c73;
    padding: 6px;
    border-radius: 20px;
}
.watch-list-success__right {
    padding: 8px 12px;
}

/* Push-уведомление при добавлении/удалении из плейлиста (как watch-list-success) */
#playlist-success {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #fff;
    background-color: #db0001;
    z-index: 999;
    border-radius: 4px;
    border: 1px solid #fff;
}
#playlist-success.added {
    display: block;
}
#playlist-success.removed {
    display: block;
    background-color: #a55c5c;
}
#playlist-success.removed .playlist-success__left {
    background-color: #9c5555;
}
#playlist-success.removed .playlist-success__left i {
    color: #a55c5c;
}
.playlist-success__text {
    display: none;
}
#playlist-success.added .playlist-success__text--added {
    display: block;
}
#playlist-success.removed .playlist-success__text--removed {
    display: block;
}
.playlist-success__content {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 4px;
}
.playlist-success__left {
    background-color: #db0001;
    padding: 8px 12px;
}
.playlist-success__left i {
    background: #fff;
    color: #559c73;
    padding: 6px;
    border-radius: 20px;
}
.playlist-success__right {
    padding: 8px 12px;
}

/* Слайдер баннеров на главной (Elementor HTML) */
.affshows-banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.affshows-banner-slider__track {
    display: flex;
    transition: transform 0.4s ease;
}
.affshows-banner-slider__slide {
    flex: 0 0 100%;
    width: 100%;
}
.affshows-banner-slider__link {
    display: block;
    width: 100%;
    line-height: 0;
}
.affshows-banner-slider__link picture,
.affshows-banner-slider__link img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.affshows-banner-slider__arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
}
.affshows-banner-slider__arrow {
    pointer-events: auto;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background 0.2s;
}
.affshows-banner-slider__arrow:hover {
    background: rgba(0,0,0,0.75);
}
.affshows-banner-slider__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}
.affshows-banner-slider__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s;
}
.affshows-banner-slider__dot.is-active {
    background: rgba(0,0,0,0.8);
}

/* Форма призыв к действию */
.inactive-modal{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.65);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;

    opacity:0;
    visibility:hidden;
    transition:0.3s;
}

.inactive-modal.show{
    opacity:1;
    visibility:visible;
}

.inactive-modal-box{
    background:#fff;
    padding:40px;
    max-width:420px;
    text-align:center;
    border-radius:12px;
    box-shadow:0 20px 60px rgba(0,0,0,0.2);
    color: #000;
    position: relative;
}

.inactive-close{
    position:absolute;
    top:12px;
    right:16px;
    font-size:26px;
    cursor:pointer;
}

.inactive-modal-box h2{
    font-size:26px;
    margin-bottom:15px;
    color: #000;
}

.inactive-modal-box p{
    margin-bottom:10px;
    font-size:16px;
}

.inactive-modal-box .time{
    margin-bottom:25px;
}

.inactive-btn{
    display:inline-block;
    background:#ff3c3c;
    color:#fff;
    padding:14px 28px;
    border-radius:6px;
    font-weight:700;
    text-decoration:none;
}

.inactive-btn:hover{
    background:#e50914;
    color: #fff;
}
/* ============================================
# COOKIE ADMIN OVERWRITE
============================================ */
#cookieadmin_notice * {
    color: #000000 !important;
}
.cookieadmin_mod_head {
  padding: 25px;
}
.cookieadmin_preference_title {
  margin: 0 !important;
}
.cookieadmin_consent_inside {
  border-radius: 16px;
  border: 1px solid #8a8a8a;
  padding: 24px 12px;
}
.cookieadmin_preference {
  position: relative;

  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, white 0%, transparent 45%);
    pointer-events: none;
    z-index: 1;
  }

  &[style*="height: auto"]::after {
    background: transparent;
  }
}
.cookieadmin_btn {
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  z-index: 10;
  margin: 0 !important;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  user-select: none;

  background-color: transparent !important;
  color: #e50914 !important;
  border: 2px solid #e50914;

  &:hover {
    background-color: #e50914 !important;
    border: 2px solid #e50914;
    color: #ffffff !important;
    opacity: 1 !important;
  }

  &:focus {
    background-color: #e50914 !important;
    border: 2px solid #e50914;
    color: #ffffff !important;
    opacity: 1 !important;
  }

  &:active {
    box-shadow: 0 2px 6px rgba(#ffffff, 0.2) !important;
    opacity: 1 !important;
  }

  &#cookieadmin_accept_button {
    background-color: #e50914 !important;
    color: #ffffff !important;
    border: 1px solid #e50914 !important;

    &:hover {
      background-color: #e50914 !important;
      border: 1px solid #e50914;
    }

    &:focus {
      background-color: #e50914 !important;
      border: 1px solid #e50914;
    }

    &:active {
      box-shadow: 0 2px 6px rgba(#e50914, 0.3);
    }
  }
}
.cookieadmin-poweredby {
  display: none !important;
}
.cookieadmin_box {
  width: 500px !important;

  @include mobile-landscape {
    width: calc(100% - 30px) !important;
  }
}
.cookieadmin_consent_btns {
  justify-content: start;
  gap: 16px;
}
.cookieadmin_act,
.cookieadmin_showmore {
  color: #e50914 !important;
  padding: 8px 0;
}
input:disabled + .cookieadmin_slider,
input:checked + .cookieadmin_slider {
  background-color: #e50914;
}
.cookieadmin_slider:before {
  position: absolute;
  content: "";
  height: 15px !important;
  width: 15px !important;
  min-height: 15px !important;
  min-width: 15px !important;
  width: 15px !important;
  left: 3.2px !important;
  bottom: 3.2px !important;
  background-color: white !important;
  transition: 0.2s !important;
  border-radius: 50% !important;
  border: none !important;
}
.cookieadmin_close_pref {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  font-size: 0;
}
.cookieadmin_modal_footer {
  padding: 25px;
}
@media screen and (max-width: 600px) {
.cookieadmin_modal_footer {
    gap: 16px;
    display: flex;
}
.cookieadmin_box {
    width: calc(100% - 30px) !important;
}
}
button.cookieadmin_re_consent {
    display: none !important;
}