.show-login.btn-login-reset {
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font: inherit;
  color: inherit;
  height: auto;
  line-height: inherit;
}

.show-login.btn-login-reset:hover,
.show-login.btn-login-reset:focus {
  background: transparent !important;
  color: inherit;
}

.short-fav.btn-ui-reset {
  font: inherit;
  border: 0;
  background: transparent !important;
  color: #333;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-transform: none;
  box-shadow: inset 0 0 0 1px #ccc;
  border-radius: 3px;
}

.ms-logi.btn-ui-reset {
  font: inherit;
  border: 0;
  background: #ff4c3c !important;
  color: #fff;
  padding: 8px 18px;
  height: auto;
  line-height: normal;
  text-transform: none;
  box-shadow: 0 2px 6px rgba(255, 76, 60, 0.4);
  border-radius: 6px;
}

.main-poster {
  display: block;
}

.meta-accent {
  color: #ff6c64;
}

.device-list {
  color: #444;
  font-style: normal;
}

.rating-card {
  width: max-content;
  margin: 12px 0;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  color: #333;
  font: 14px/1.4 "Segoe UI", Tahoma, sans-serif;
}

.rating-card__head {
  margin-bottom: 6px;
  color: #222;
  font-weight: 600;
}

.rating-card__votes {
  color: #888;
  font-size: 12px;
}

.rating-card__body {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rating-card__stars {
  display: flex;
  align-items: center;
}

.rating-card__value {
  border-radius: 8px;
  background: #4caf50;
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 600;
}

.reviews-summary {
  margin-top: 25px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #f9f9f9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font: 15px/1.4 "Segoe UI", Tahoma, sans-serif;
}

.reviews-summary__label {
  color: #222;
  font-weight: 600;
}

.reviews-summary__count {
  color: #666;
}

.reviews-summary__action {
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #228b22;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
}

.reviews-summary__action:hover,
.reviews-summary__action:focus {
  color: #2cb72c !important;
  text-decoration: underline;
}

.story-intro {
  margin-top: 3px;
}

.story-section {
  margin-top: 13px;
}

.section-center {
  text-align: center;
}

.yt-wrap {
  margin-top: 19px;
  text-align: center;
}

.player-note {
  background: #000;
  color: #ffd9d0;
  font-size: 14px;
  padding: 8px;
  text-align: center;
}

.player-cta {
  margin-top: 29px;
  text-align: center;
}

.download-banner {
  display: block;
  margin: 0 auto;
}

.download-banner img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin: 0 auto;
}

.popup-close-btn {
  position: absolute;
}

.popup-copy {
  font-size: 18px;
}

.popup-highlight {
  color: #96c72a;
  font-size: 23px;
}

.popup-highlight--secondary {
  font-size: 20px;
}

.search-torrents-shell {
  min-height: 1px;
}

.full-comms {
  scroll-margin-top: 90px;
}

@media (max-width: 992px) {
  body {
    background-attachment: scroll;
    background-position: center top;
  }
}

@media (hover: none) {
  img:hover {
    filter: none;
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@supports (content-visibility: auto) {
  .screenshots,
  .mrels,
  .full-comms,
  .franchise {
    content-visibility: auto;
    contain-intrinsic-size: 1px 480px;
  }
}
