

:root {
  --lh-bg: #f4f3f0;
  --lh-card: #ffffff;
  --lh-ink: #171717;
  --lh-muted: #857870;
  --lh-line: #d8d2cb;
  --lh-soft: #eeeae5;
  --lh-dark: #2d2822;
  --lh-red: #ff6900;
  --lh-red-dark: #e66409;
  --lh-red-base: #c41230;
  --lh-gold: #bd8a09;
  --lh-blue: #159ad6;
  --lh-radius: 8px;
  --font-family: Arial, Helvetica, sans-serif;
  --third-family: Georgia, 'Times New Roman', serif;
}
:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Font Awesome 5 Free", sans-serif;
  --third-family: "Merriweather", sans-serif;
  --font3: "Font Awesome 5 Brands", sans-serif;
}
.lh-streaming-page,
.lh-streaming-page * {
  box-sizing: border-box;
}

.lh-streaming-page {
  background: var(--lh-bg);
  color: var(--lh-ink);
  max-width: 1166px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.52;
  overflow: hidden;
}

.lh-streaming-page a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.01em;
  text-align: left;
}

.lh-streaming-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lh-streaming-page .bs_container {
  width: min(100% - 32px, 1328px);
  margin-inline: auto;
}

.lh-save-strip {
  background: #ebe8e3;
  border-bottom: 1px solid #d8d1c9;
}

.lh-save-strip__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lh-save-strip__text {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #26231f;
  font-size: 13px;font-weight: 500;
  color: #2d2822;
}

.lh-save-strip__text span {
  color: var(--lh-gold);
  font-weight: 700;
}

.lh-save-strip__keys {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7d7770;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
}
.lh-save-strip__keys span img{
  margin-right: 3px;
}
.lh-save-strip__keys span{
  display: flex;
  align-items: center;
}
.lh-save-strip__keys kbd img{
  margin-right: 3px;
}
.lh-save-strip__keys kbd {

  padding: 6px 10px;
  border: 1px solid #d8d0c6;
  border-radius: 4px;
  background: #fff;
  color: #7c746c;
  font: 400 11px/1 var(--font-family);
  text-align: center;
  align-items: center;
  display: flex;
}
body{
  font-family: var(--font-family);
}
.lh-hero {
  background: #f7f6f3;
  padding: 32px 0;
}

.lh-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 58px;
  align-items: start;
}

.lh-label,
.lh-section-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  border-radius: 2px;
  padding: 3px 10px;

  background: var(--lh-red);

  font: 700 10px/1 var(--font-family);

  text-transform: uppercase;


  line-height: 160%;
  color: #fff;
}
.lh-label img{
  margin-right: 3px;
}
.lh-hero h1 {
  margin: 30px 0 15px;
  font: 900 clamp(36px, 5.2vw, 66px)/0.98 var(--third-family);

  font-size: 36px;
  line-height: 110%;
  font-family: var(--third-family);
}

.lh-hero h1 em {
  color: var(--lh-red);
  font-style: normal;
}

.lh-hero__copy p {
  max-width: 760px;
  margin: 0 0 24px;


  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: -0.01em;
  color: #524840;
}

.lh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lh-btn {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 9px;

  border: 1px solid transparent;


  cursor: pointer;

  line-height: 1.1;
  text-align: center;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
  border-radius: 4px;
  padding: 8px 14px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.lh-btn:hover,
.lh-movie-card:hover,
.lh-info-card:hover {
  transform: translateY(-1px);
}

.lh-btn--primary {
  background: var(--lh-red);
  color: #fff !important;
  border-color: var(--lh-red);
}

.lh-btn--primary:hover {
  background: var(--lh-red-dark);
  border-color: var(--lh-red-dark);
}

.lh-btn--ghost {
  background: transparent;
  border-color: #d5cec6;
  color: #2a2824;
}

.lh-btn--soft {
  background: #fff2f4;
  border-color: #f1cbd3;
  color: var(--lh-red-base) !important;
}

.lh-btn--dark {
  background: #171614;
  color: #fff !important;
  border-color: #171614;
}

.lh-btn--full {
  width: 100%;

}
.lh-pick-card__body .lh-btn--full{
  min-height: 31px;border-radius: 4px;
  padding: 8px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
}
.lh-top-pick__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 18px;

  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;

  font-weight: 700;
  font-size: 10px;
  line-height: 160%;
  color: #857870;
}

.lh-top-pick__eyebrow::after {
  content: "";
  width: 102px;
  height: 1px;
  background: #d6cec6;
}

.lh-pick-card,
.lh-info-card,
.lh-movie-card,
.lh-sidebar-card,
.lh-mini-list {
  background: var(--lh-card);
  border: 1px solid var(--lh-line);
  border-radius: var(--lh-radius);
  box-shadow: 0 1px 0 rgba(30, 26, 22, .04);
}

.lh-pick-card {
  overflow: hidden;
}

.lh-pick-card__platform {
  display: grid;
  min-height: 22px;
  place-items: center;
  background: #ed001e;
  color: #fff;

  text-transform: uppercase;

  font-weight: 700;
  font-size: 9px;
  line-height: 160%;
  letter-spacing: -0.01em;
}

.lh-pick-card img {
  width: 100%;
  aspect-ratio: 300 / 162;
  object-fit: cover;
}

.lh-pick-card__body {
  padding: 19px 21px 23px;
}

.lh-pick-card h2 {
  margin: 0 0 8px;
  font: 700 15px/1.1 var(--third-family);


  line-height: 120%;
  letter-spacing: -0.01em;
  color: #1a1714;
}

.lh-meta {
  margin: 0 0 18px;
  color: var(--lh-muted);



  line-height: 160%;
  letter-spacing: -0.01em;

  align-items: center;
  display: flex;
  flex-wrap: wrap;

  font-weight: 400;
  font-size: 11px;
  line-height: 160%;
  letter-spacing: -0.01em;


}
.lh-meta b{
  font-weight: 700;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #c8820a;
}
.lh-meta strong{
  margin-right: 7px;
}
.lh-meta strong,
.lh-card-meta b {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  background: var(--lh-gold);
  color: #fff;
  border-radius: 2px;


  font-weight: 700;
  font-size: 8px;
  line-height: 160%;
  letter-spacing: -0.08em;
}

.lh-meta b {
  color: var(--lh-gold);
}

.lh-pick-card__body > p:not(.lh-meta) {
  margin: 0 0 19px;

  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #524840;
}

.lh-proof {
  padding: 0 0 60px;
  background: #f7f6f3;
}

.lh-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 38px;
  align-items: center;

  background: #f1ede6;
  color: #4a4540;
  font-weight: 800;

  border-radius: 10px;
  padding: 0px 24px;
}

.lh-proof__grid div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 12px;
  text-align: center;

  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.07em;
;
  color: rgba(0, 0, 0, 0.75);
}

.lh-proof__grid span {
  color: var(--lh-red);
}

.lh-platform-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 2px solid #c41230;
  background: var(--lh-dark);
}

.lh-platform-nav__inner {
  min-height: 71px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 20px 0;
}

.lh-platform-nav strong {
  color: #9b958d;

  white-space: nowrap;

  font-weight: 700;
  font-size: 11px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.5);
}
.is-hot img{
  margin-right: 3px;
}
.lh-platform-nav__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lh-platform-nav__chips a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: #fff;

  white-space: nowrap;

  font-weight: 600;
  font-size: 11px;
  line-height: 160%;
  letter-spacing: -0.01em;
}

.lh-platform-nav__chips a.is-hot {
  border-color: rgba(201, 10, 50, .45);
  background: rgba(201, 10, 50, .16);
  color: #ff3157;
}

.lh-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 994px) 312px;
  gap: 32px;
  align-items: start;
  padding: 84px 0 96px;
}

.lh-info-cards {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  gap: 22px;
  margin: 0 0 82px;
}

.lh-info-card {
  min-height: 270px;
  padding: 32px 28px 28px;
  transition: transform .18s ease;
}

.lh-info-card--wide {
  padding-inline: 32px;
}

.lh-info-card__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 4px;
  background: #fff0f4;
  color: var(--lh-red);
  font-size: 25px;
  font-weight: 900;
}

.lh-info-card h2,
.lh-sidebar-card h2,
.lh-mini-list h3 {
  margin: 0 0 15px;
  color: #151413;
  font: 900 23px/1.17 var(--font-family);


}

.lh-info-card p,
.lh-sidebar-card p {
  margin: 0 0 20px;
  color: #5b5550;
  font-size: 20px;
  line-height: 1.5;
}

.lh-info-card label,
.lh-sidebar-card label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 8px 0;
  color: #3f3b36;
  font-size: 18px;
  font-weight: 700;
}

.lh-info-card input[type="checkbox"],
.lh-sidebar-card input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin: 2px 0 0;
  accent-color: var(--lh-red);
}

.lh-inline-form,
.lh-sidebar-form,
.lh-slim-signup {
  display: flex;
  margin-top: 28px;
}

.lh-inline-form input,
.lh-sidebar-form input,
.lh-slim-signup input {
  min-width: 0;
  min-height: 36px;
  border: 1px solid var(--lh-line);
  background: #f8f7f4;
  color: #2a2723;
  font: 400 13px/1 var(--font-family);
}

.lh-inline-form input::placeholder {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: #b8afa6;
}
.lh-inline-form input {
  flex: 1 1 auto;
  border-radius: 5px 0 0 5px;
  padding: 0 18px;


}

.lh-inline-form button,
.lh-sidebar-form button,
.lh-slim-signup button {
  min-height: 36px;
  border: 0;
  background: var(--lh-red);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
}

.lh-inline-form button {
  flex: 0 0 190px;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
}
.lh-updates-card__tabs span:hover,
.lh-updates-card__line button:hover,
.lh-cta-note--email button:hover,
.ml16, .lh-slim-signup button.ml16:hover,
.lh-inline-form button:hover, .lh-sidebar-form button:hover{
  background: var(--lh-red-dark);
}
.lh-movie-section,
.lh-compact-section,
.lh-jump,
.lh-path-card,
.lh-builder-card,
.lh-faq {
  scroll-margin-top: 118px;
}

.lh-movie-section + .lh-movie-section,
.lh-movie-section + .lh-compact-section,
.lh-compact-section + .lh-movie-section {
  margin-top: 72px;
}

.lh-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 27px;
  border-bottom: 3px solid #221f1c;
}

.lh-section-head > div {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.lh-section-head h2 {
  margin: 0;
  color: #171411;
  font: 700 37px/1.08 var(--third-family);

  letter-spacing: -0.02em;
}

.lh-section-head > a {
  color: var(--lh-red);
  font-size: 17px;
  font-weight: 900;
  white-space: nowrap;

  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.01em;
  text-align: center;
}

.lh-section-tag {

  min-height: 26px;
  padding-inline: 16px;

  border-radius: 3px;
  padding: 5px 14px;
}

.lh-section-tag--blue {
  background: var(--lh-blue);
}

.lh-movie-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.lh-movie-card {
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}

.lh-movie-card:hover {
  box-shadow: 0 10px 22px rgba(25, 22, 18, .1);
}

.lh-movie-card__image img {
  width: 100%;
  aspect-ratio: 1.72 / 1;
  object-fit: cover;
}

.lh-movie-card__body {
  padding: 21px 22px 23px;
}

.lh-movie-card h3 {
  margin: 0 0 8px;
  font: 800 21px/1.18 var(--font-family);
}

.lh-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 13px;
  color: #857d75;
  font-size: 15px;
}

.lh-movie-card__body > p:not(.lh-card-meta) {
  display: -webkit-box;
  min-height: 78px;
  margin: 0;
  overflow: hidden;
  color: #5f5952;
  font-size: 16px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.lh-related-row {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  margin-top: 20px;
  padding: 0 22px;
  border: 1px solid #e2ddd7;
  background: #eeeae5;
  color: #847c73;
  font-size: 15px;
}

.lh-related-row a {
  color: var(--lh-red-base);
  font-weight: 600;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: -0.01em;
  text-align: center;
}

.lh-slim-signup {
  align-items: center;
  min-height: 68px;
  margin-top: 14px;
  padding: 13px 18px;
  border-left: 3px solid var(--lh-red);
  background: #fff;
}

.lh-slim-signup span {
  flex: 1 1 auto;
  color: #6a635d;
  font-size: 15px;
}

.lh-slim-signup input {
  width: 220px;
  padding: 0 14px;
  border-radius: 3px 0 0 3px;
}
img[src*="appletvicon.svg"],
img[src*="peaccock-icon.svg"]{

  margin-right: 3px;
}
.lh-slim-signup button {
  width: 118px;
  border-radius: 0 3px 3px 0;
  font-size: 13px;
  text-transform: uppercase;
}
.ml16,
.lh-slim-signup button.ml16{
  margin-left: -16px;
}
.lh-compact-section {
  margin-top: 72px;
}

.lh-section-head--compact {
  padding-bottom: 16px;
  border-bottom-width: 2px;
}

.lh-section-head--compact h2 {
  font-size: 30px;
}

.lh-compact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.lh-mini-list {
  padding: 18px 20px 20px;
}

.lh-mini-list h3 {
  display: flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  border-left: 6px solid #1aa3d8;
  padding-left: 12px;
  font-size: 18px;
}

.lh-mini-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #eeeae6;
}

.lh-mini-item:first-of-type {
  border-top: 0;
}

.lh-mini-item img {
  width: 72px;
  height: 52px;
  border-radius: 2px;
  object-fit: cover;
}

.lh-mini-item strong,
.lh-latest-item strong {
  display: block;
  overflow: hidden;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lh-mini-item small,
.lh-latest-item small {
  display: block;
  margin-top: 4px;
  color: #7a736c;
  font-size: 13px;
}

.lh-note-row {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  padding: 0 18px;
  border: 1px solid #e2ddd7;
  background: #fff;
  color: #756d66;
  font-size: 15px;
}

.lh-sidebar {
  position: static;
  top: auto;
  display: grid;
  gap: 24px;
}

.lh-sidebar-card {
  overflow: hidden;
  padding: 0;
}

.lh-sidebar-card h2 {
  margin: 0;
  padding: 17px 22px;
  border-bottom: 2px solid #1f1d1a;

  text-transform: uppercase;

  font-weight: 700;
  font-size: 11px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #1a1714;
}

.lh-sidebar-card p {
  padding: 22px 22px 0;
  font-size: 17px;
}

.lh-sidebar-card label {
  padding-inline: 22px;
  font-size: 16px;
}

.lh-sidebar-form::before {
  content:'';
  display: block;
  width: calc(100% - 40px);
  background: #e9e3d9;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

}
.lh-sidebar-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 18px 22px 22px;

}

.lh-sidebar-form input::placeholder{
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: #757575;
}
.lh-sidebar-form input,
.lh-sidebar-form button {
  width: 100%;
  border-radius: 4px;
  padding-inline: 15px;
}

.lh-sidebar-form button img{
  margin-right: 6px;
}
.lh-sidebar-form button {

  font-weight: 700;
  font-size: 13px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
}

.lh-sidebar-card--list a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 22px;
  border-top: 1px solid #eeeae6;


  font-weight: 600;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #2d2822;
}
.lh-sidebar-card--list a img{
  margin-right: 10px;
}
.lh-sidebar-card--list a:first-of-type {
  border-top: 0;
}

.lh-sidebar-card--list a::first-letter {
  color: var(--lh-red);
}

.lh-sidebar-card--latest {
  padding-bottom: 12px;
}

.lh-latest-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 11px 16px;
  border-top: 1px solid #eeeae6;
}

.lh-latest-item img {
  width: 54px;
  height: 42px;
  object-fit: cover;
}

.lh-sidebar-card--dark {
  padding: 22px;
  background: #1f1e1a;
  color: #fff;
}

.lh-sidebar-card--dark h2 {
  padding: 0;
  border: 0;
  color: #fff;
  font-family: var(--third-family);
  font-size: 23px;
  letter-spacing: 0;
  text-transform: none;
}

.lh-sidebar-card--dark p {
  padding: 0;
  color: #c8c0b8;
  font-size: 15px;
}

.lh-jump {
  margin-top: 72px;
}

.lh-jump h2,
.lh-faq h2 {
  margin: 0 0 18px;
  font: 800 24px/1.2 var(--third-family);
}

.lh-jump__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.lh-jump__grid a {
  display: grid;
  min-height: 66px;
  place-items: center;
  border: 1px solid var(--lh-line);
  background: #fff;
  color: #4b4742;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.lh-jump__grid span {
  display: block;
  color: var(--lh-red);
  font-size: 18px;
  line-height: 1;
}

.lh-path-card,
.lh-builder-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-top: 28px;
  padding: 30px 34px;
  background: #22211d;
  color: #fff;
}

.lh-path-card h2,
.lh-builder-card h2 {
  margin: 0 0 8px;
  font: 700 28px/1.12 var(--third-family);
}

.lh-path-card p,
.lh-builder-card p {
  max-width: 650px;
  margin: 0;
  color: #cdc7bf;
  font-size: 17px;
}

.lh-path-card__actions,
.lh-builder-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lh-faq {
  margin-top: 36px;
  background: #fff;
  border: 1px solid var(--lh-line);
}

.lh-faq h2 {
  padding: 18px 20px;
  margin: 0;
  border-bottom: 1px solid var(--lh-line);
}

.lh-faq details {
  border-top: 1px solid #eeeae6;
}

.lh-faq details:first-of-type {
  border-top: 0;
}

.lh-faq summary {
  position: relative;
  padding: 17px 48px 17px 20px;
  cursor: pointer;
  color: #2d2925;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

.lh-faq summary::-webkit-details-marker {
  display: none;
}

.lh-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--lh-red);
  font-size: 18px;
}



.lh-faq p {
  margin: 0;
  padding: 0 20px 18px;
  color: #625b54;
  font-size: 16px;
}

@media (max-width: 991px) {
  .lh-hero__grid,
  .lh-content-grid {
    grid-template-columns: 1fr;
  }

  .lh-top-pick,
  .lh-sidebar {
    position: static;
  }

  .lh-top-pick {
    width: min(100%, 420px);
  }

  .lh-content-grid {
    padding-top: 54px;
  }

  .lh-info-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .lh-info-card--wide {
    grid-column: 1 / -1;
  }

  .lh-sidebar {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .lh-save-strip__text{
    flex-wrap: wrap;
  }
  .lh-streaming-page {
    font-size: 16px;
  }

  .lh-top-pick{
    margin: 0 auto;
  }
  .lh-save-strip__inner,
  .lh-platform-nav__inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 16px;
  }

  .lh-save-strip__keys {
    flex-wrap: wrap;
    white-space: normal;
  }

  .lh-hero {
    padding: 42px 0 52px;
  }

  .lh-hero h1 {
    margin-top: 34px;
  }

  /*
  .lh-hero__copy p {
    font-size: 21px;
  }
  */

  .lh-proof {
    padding-bottom: 52px;
  }

  .lh-proof__grid,
  .lh-info-cards,
  .lh-movie-grid,
  .lh-compact-grid,
  .lh-sidebar {
    grid-template-columns: 1fr;
  }

  .lh-platform-nav {
    position: relative;
  }

  .lh-platform-nav__chips {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .lh-content-grid {
    padding-bottom: 64px;
  }

  .lh-section-head,
  .lh-section-head > div,
  .lh-path-card,
  .lh-builder-card {
    align-items: flex-start;
    flex-direction: column;
  }
  .lh-section-head--compact > div{
    flex-direction: row;
  }
  .lh-section-head h2 {
    font-size: 33px;
  }

  .lh-slim-signup {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .lh-slim-signup input,
  .lh-slim-signup button {
    width: 100%;
    border-radius: 4px;
  }

  .lh-jump__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .lh-streaming-page .bs_container {
    width: min(100% - 24px, 1328px);
    grid-gap: 6px;
    background: transparent;
  }
  .lh-proof__grid div{
    background: #f1ede6;
    border-radius: 8px;
  }

  .lh-hero h1 {
    font-size: 28px;
  }

  .lh-hero__actions,
  .lh-inline-form {
    flex-direction: column;
  }

  .lh-btn,
  .lh-inline-form button {
    width: 100%;
    flex-basis: auto;
  }

  .lh-inline-form input,
  .lh-inline-form button {
    border-radius: 5px;
  }

  .lh-info-card {
    padding: 24px 20px;
  }

  .lh-section-head h2 {
    font-size: 28px;
  }

  .lh-movie-card__body > p:not(.lh-card-meta) {
    min-height: 0;
  }

  .lh-card-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .lh-path-card,
  .lh-builder-card {
    padding: 24px 20px;
  }
}

/* === Bottom blocks corrected to match the supplied PDF/screenshot section === */
.lh-jump {
  margin-top: 78px;
}

.lh-jump h2 {
  margin: 0 0 30px;
  padding-bottom: 34px;
  border-bottom: 3px solid #26231f;
  color: #14120f;
  font: 700 42px/1.08 var(--third-family);
  letter-spacing: -0.025em;
}

.lh-jump__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.lh-jump__grid a,
.lh-jump__item {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #d9d2cb;
  border-radius: 9px;
  background: #fff;
  color: #1f1d1a;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 1px 0 rgba(30, 26, 22, .035);
}

.lh-jump__grid a:hover,
.lh-jump__item:hover {
  border-color: #c7bdb3;
  transform: translateY(-1px);
}

.lh-jump__grid span,
.lh-jump__icon {
  display: block;
  color: var(--lh-red);
  font: 900 35px/1 var(--font-family);
  letter-spacing: 0;
}

.lh-jump__item strong {
  display: block;
  color: #1f1d1a;
  font-size: 17px;
  line-height: 1.1;
}

.lh-jump__item--prime .lh-jump__icon,
.lh-jump__item--max .lh-jump__icon,
.lh-jump__item--peacock .lh-jump__icon {
  color: #1387c5;
}

.lh-jump__item--hulu .lh-jump__icon {
  color: #1fad64;
}

.lh-jump__item--shudder .lh-jump__icon,
.lh-jump__item--hidden .lh-jump__icon {
  color: #8c34ca;
}

.lh-jump__item--apple .lh-jump__icon {
  color: #171717;
}

.lh-updates-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 48px;
  align-items: center;
  min-height: 282px;
  margin-top: 58px;
  padding: 44px 52px 46px;
  border-radius: 10px;
  background: #24231f;
  color: #fff;
}

.lh-updates-card__copy > span,
.lh-builder-card > span {
  display: block;
  margin-bottom: 22px;
  color: #9a9690;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1;
  text-transform: uppercase;
}

.lh-updates-card h2,
.lh-builder-card h2 {
  margin: 0 0 20px;
  color: #fff;
  font: 700 38px/1.08 var(--third-family);
  letter-spacing: -0.025em;
}

.lh-updates-card p,
.lh-builder-card p {
  max-width: 640px;
  margin: 0;
  color: #beb8b1;
  font-size: 22px;
  line-height: 1.47;
}

.lh-updates-card__form {
  display: grid;
  gap: 18px;
}

.lh-updates-card__tabs {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.lh-updates-card__tabs input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.lh-updates-card__tabs span {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  cursor: pointer;
  font-size: 19px;
  font-weight: 900;
  white-space: nowrap;
}

.lh-updates-card__tabs input:checked + span {
  border-color: var(--lh-red);
  background: var(--lh-red);
}

.lh-updates-card__line {
  display: flex;
  width: 100%;
}

.lh-updates-card__line input,
.lh-updates-card__line button {
  min-height: 68px;
  border: 0;
  font: 800 20px/1 var(--font-family);
}

.lh-updates-card__line input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 22px;
  border-radius: 5px 0 0 5px;
  background: #fff;
  color: #1f1d1a;
}

.lh-updates-card__line button {
  flex: 0 0 198px;
  border-radius: 0 5px 5px 0;
  background: var(--lh-red);
  color: #fff;
  cursor: pointer;
}

.lh-builder-card {
  display: block;
  min-height: 334px;
  margin-top: 54px;
  padding: 52px 52px 54px;
  border-top: 4px solid var(--lh-red);
  border-radius: 8px;
  background: #171614;
  color: #fff;
}

.lh-builder-card p {
  max-width: 860px;
}

.lh-builder-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.lh-builder-card .lh-btn {
  min-width: 250px;
  min-height: 64px;
  border-radius: 8px;
  font-size: 20px;
}

.lh-btn--outline-dark {
  border-color: rgba(255, 255, 255, .22);
  background: transparent;
  color: #fff !important;
}

.lh-btn--outline-dark:hover {
  border-color: rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .06);
}

.lh-faq {
  margin-top: 46px;
  overflow: hidden;
  border: 1px solid #d8d2cb;
  border-radius: 10px;
  background: #fff;
}

.lh-faq h2 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 30px 40px;
  border-bottom: 3px solid #26231f;
  color: #171411;
  font: 700 35px/1.1 var(--third-family);
  letter-spacing: -0.02em;
}

.lh-faq h2 > span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 2px solid var(--lh-red);
  border-radius: 999px;
  color: var(--lh-red);
  font: 900 18px/1 var(--font-family);
}

.lh-faq details {
  border-top: 1px solid #ded8d1;
}

.lh-faq details:first-of-type {
  border-top: 0;
}

.lh-faq summary {
  position: relative;
  min-height: 82px;
  display: flex;
  align-items: center;
  padding: 22px 72px 22px 40px;
  cursor: pointer;
  color: #141414;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.18;
  list-style: none;
}

.lh-faq summary::-webkit-details-marker {
  display: none;
}

.lh-faq summary::after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-55%);
  color: var(--lh-red);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.lh-faq details[open] summary::after {
  transform: translateY(-45%) rotate(180deg);
}

.lh-faq p {
  margin: 0;
  padding: 0 72px 28px 40px;
  color: #625b54;
  font-size: 18px;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .lh-updates-card {
    grid-template-columns: 1fr;
  }

  .lh-updates-card__tabs {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 860px) {
  .lh-jump h2 {
    font-size: 34px;
    padding-bottom: 24px;
  }

  .lh-jump__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lh-updates-card,
  .lh-builder-card {
    padding: 34px 24px;
  }

  .lh-updates-card h2,
  .lh-builder-card h2,
  .lh-faq h2 {
    font-size: 30px;
  }

  .lh-updates-card p,
  .lh-builder-card p {
    font-size: 18px;
  }

  .lh-updates-card__line {
    flex-direction: column;
    gap: 10px;
  }

  .lh-updates-card__line input,
  .lh-updates-card__line button {
    width: 100%;
    flex-basis: auto;
    border-radius: 5px;
  }

  .lh-faq h2 {
    padding: 24px;
  }

  .lh-faq summary {
    min-height: 74px;
    padding: 20px 58px 20px 24px;
    font-size: 18px;
  }

  .lh-faq summary::after {
    right: 24px;
  }

  .lh-faq p {
    padding-inline: 24px 58px;
  }
}

@media (max-width: 560px) {
  .lh-jump__grid {
    gap: 10px;
  }

  .lh-jump__grid a,
  .lh-jump__item {
    min-height: 82px;
    font-size: 14px;
  }

  .lh-jump__grid span,
  .lh-jump__icon {
    font-size: 28px;
  }

  .lh-updates-card__tabs span {
    width: 100%;
  }

  /*.lh-updates-card__tabs label {
    width: 100%;
  }*/

  .lh-builder-card .lh-btn {
    min-width: 0;
    width: 100%;
  }
}

/* === Info cards/watchlist corrections: consistent checkboxes and tighter typography === */
.lh-info-card {
  min-height: 255px;
  padding: 28px 28px 26px;
}

.lh-info-card--wide {
  padding-inline: 30px;
}

.lh-info-card__icon {
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
}

.lh-info-card h2 {
  margin-bottom: 14px;

  letter-spacing: -0.01em;

  font-weight: 700;
  font-size: 14px;
  line-height: 130%;

  color: #1a1714;
}

.lh-info-card p {
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.48;
}

.lh-info-card label,
.lh-sidebar-card label {
  gap: 11px;
  font-size: 16px;
  line-height: 1.35;
}

.lh-info-card input[type="checkbox"],
.lh-sidebar-card input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  flex: 0 0 15px;

  margin: 1px 0 0;

  background: #fff;
  cursor: pointer;
  border: 1px solid #767676;
  border-radius: 3px;
  width: 15px;
  height: 15px;
}

.lh-info-card input[type="checkbox"]:checked,
.lh-sidebar-card input[type="checkbox"]:checked {
  border-color: var(--lh-red);
  background: var(--lh-red);
}

.lh-info-card input[type="checkbox"]:checked::after,
.lh-sidebar-card input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 5px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.lh-inline-form {
  margin-top: 26px;
}

.lh-inline-form input,
.lh-inline-form button {
  min-height: 42px;


  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.01em;

}

.lh-inline-form button {
  flex-basis: 128px;
}

.lh-sidebar-card__body {
  padding: 24px 22px 0;
}

.lh-sidebar-card__body h3 {
  margin: 0 0 16px;
  color: #151413;
  font: 900 20px/1.18 var(--font-family);
  letter-spacing: -0.01em;
}

.lh-sidebar-card__body p {
  padding: 0;
  margin: 0 0 18px;


  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #857870;
}

.lh-sidebar-card__body label {
  padding-inline: 0;
  margin: 10px 0;


  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #1a1714;
}

.lh-sidebar-form {
  margin-top: 20px;
}

@media (max-width: 1180px) {
  .lh-info-card h2 {
    font-size: 19px;
  }

  .lh-info-card p {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .lh-info-card {
    min-height: 0;
    padding: 24px 20px;
  }

  .lh-info-card h2,
  .lh-sidebar-card__body h3 {
    font-size: 19px;
  }
}

/* === Final PNG pass: compact pixel-match overrides === */
.lh-content-grid {
  grid-template-columns: minmax(0, 984px) 312px;
  gap: 28px;
  padding-top: 56px;
}

.lh-info-cards {
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 16px;
  margin-bottom: 74px;
}

.lh-info-card {
  min-height: 246px;
  padding: 30px 20px 26px;
}

.lh-info-card h2 {



  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #1a1714;
}

.lh-info-card p {


  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #524840;
}

.lh-info-card label {


  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #1a1714;
}

.lh-movie-section + .lh-movie-section,
.lh-movie-section + .lh-compact-section,
.lh-compact-section + .lh-movie-section {
  margin-top: 66px;
}

.lh-section-head {
  padding-bottom:16px;
  border-bottom-width: 3px;
}

.lh-section-head h2 {
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 22px;
  line-height: 160%;
  letter-spacing: -0.06em;

}

.lh-movie-grid {
  gap: 18px;
  margin-top: 16px;
}

.lh-movie-card__image img {
  aspect-ratio: 1.52 / 1;
}

.lh-movie-card__body {
  padding: 17px 18px 18px;
}

.lh-movie-card h3 {
  font-size: 20px;
}

.lh-card-meta {
  margin-bottom: 14px;
  font-size: 16px;
}

.lh-movie-card__body > p:not(.lh-card-meta) {
  min-height: 72px;
  font-size: 17px;
}

#prime .lh-section-tag,
.lh-section-tag--blue {
  background: #05a8d6;
}

#shudder .lh-section-tag,
#hidden .lh-section-tag,
.lh-section-tag--purple {
  background: #6c22a8;
}

#tubi .lh-section-tag,
#free .lh-section-tag {
  background: #df1219;
}

.lh-section-tag--green {
  background: #17b657;
}

.lh-section-tag--black {
  background: #171717;
}

.lh-section-tag--blue-dark {
  background: #0b78a1;
}

.lh-related-row {
  min-height: 43px;
  justify-content: center;
  margin-top: 22px;
  font-size: 17px;
  font-weight: 900;
}

.lh-slim-signup {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 210px;
  gap: 12px 18px;
  align-items: center;
  min-height: 130px;
  margin-top: 18px;
  padding: 26px 28px 26px 32px;
  border: 1px solid #ded8d1;
  border-left: 4px solid var(--lh-red);
  border-radius: 0 7px 7px 0;
  background: #fff;
}

.lh-slim-signup__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  grid-row: 1 / 3;
  border: 1px solid #d8d2cb;
  border-radius: 999px;
  background: #f1eee9;
  color: #8c857d;
  font-size: 18px;
}

.lh-slim-signup__text {
  grid-column: 2 / 4;
  color: #302c27;
  font-size: 18px;
  line-height: 1.35;
}

.lh-slim-signup input {
  width: 100%;
  min-height: 56px;
  grid-column: 2;
  padding: 0 18px;
  border-radius: 3px 0 0 3px;
}

.lh-slim-signup button {
  width: 100%;
  min-height: 56px;
  grid-column: 3;
  border-radius: 0 3px 3px 0;
  font-size: 16px;
  text-transform: none;

}

.lh-slim-signup--bookmark {
  grid-template-columns: 54px minmax(0, 1fr);
}

.lh-slim-signup--bookmark .lh-slim-signup__text {
  grid-column: 2;
}

.lh-slim-signup--bookmark button {
  width: 210px;
  grid-column: 2;
  justify-self: start;
  border-radius: 4px;
  background: #fff2f4;
  color: var(--lh-red-base);
  border: 1px solid #f1cbd3;
}

.lh-compact-section {
  margin-top: 66px;
}

.lh-section-head--compact > div {
  gap: 16px;
}

.lh-section-head--compact h2 {
  font-size: 36px;
}

.lh-compact-grid {
  gap: 18px;
  margin-top: 24px;
}

.lh-mini-list {
  padding: 0;
  overflow: hidden;
}

.lh-mini-list > header {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 64px;
  padding: 0 24px;
  border-bottom: 1px solid #ded8d1;
}

.lh-mini-list > header span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 3px;
  background: #087fe7;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
}

.lh-mini-list:nth-child(2) > header span {
  background: #18b75c;
}

#apple .lh-mini-list:nth-child(1) > header span {
  background: #171717;
}

#apple .lh-mini-list:nth-child(2) > header span {
  background: #0b78a1;
}

.lh-mini-list h3 {
  margin: 0;
  padding: 0;
  border: 0;
  min-height: 0;
  font: 700 26px/1.1 var(--third-family);
}

.lh-mini-list > header a {
  color: var(--lh-red);
  font-size: 15px;
  font-weight: 900;
}

.lh-mini-item {
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: start;
  padding: 18px 24px;
}

.lh-mini-item img {
  width: 74px;
  height: 92px;
}

.lh-mini-item strong {
  font-size: 20px;
  white-space: normal;
}

.lh-mini-item small {
  font-size: 16px;
}

.lh-mini-item em {
  display: block;
  margin-top: 8px;
  color: #5f5952;
  font-size: 16px;
  font-style: normal;
  line-height: 1.35;
}

.lh-cta-note {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 116px;
  margin-top: 22px;
  padding: 22px 30px;
  border: 1px solid #ded8d1;
  border-left: 4px solid var(--lh-red);
  background: #fff;
}

.lh-cta-note > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #d8d2cb;
  border-radius: 999px;
  background: #f1eee9;
  color: #8c857d;
}

.lh-cta-note p {
  margin: 0;
  color: #302c27;
  font-size: 18px;
}

.lh-cta-note a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 28px;
  border: 1px solid #f1cbd3;
  border-radius: 4px;
  background: #fff2f4;
  color: var(--lh-red);
  font-weight: 900;
}

.lh-sidebar-card__body h3 {


  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #1a1714;
}

.lh-sidebar-card--latest h2 {
  border-bottom-width: 3px;
}

.lh-latest-item {
  grid-template-columns: 54px minmax(0, 1fr);
  padding: 12px 18px;
}

.lh-latest-item strong {
  font-size: 18px;
}

.lh-latest-item small {
  white-space: normal;
  font-size: 14px;
}

.lh-sidebar-card--dark h2 {
  font-size: 25px;
}

.lh-sidebar-card--dark .lh-btn {
  min-height: 52px;
  margin-top: 12px;
}

.lh-jump {
  margin-top: 64px;
}

.lh-jump h2 {
  margin-bottom: 16px;
  padding-bottom: 16px;


  font-weight: 900;
  font-size: 22px;
  line-height: 160%;
  letter-spacing: -0.06em;
  color: #1a1714;
}

.lh-jump__grid {
  gap: 8px;
}

.lh-jump__grid a,
.lh-jump__item {
  min-height: 66px;
  gap: 4px;

  border: 1px solid #d8d0c6;
  border-radius: 8px;
  padding: 10px 6px;
}

.lh-jump__grid span,
.lh-jump__icon {
  font-size: 22px;
}

.lh-jump__item strong {
  font-weight: 600;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #2d2822;
}

.lh-updates-card {
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 28px;
  min-height: 160px;
  margin-top: 30px;
  padding: 28px 30px;
  border-radius: 8px;
}

.lh-updates-card__copy > span,
.lh-builder-card > span {
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 3px;
}

.lh-updates-card h2,
.lh-builder-card h2 {
  margin-bottom: 10px;
  font-size: 26px;
}

.lh-updates-card p,
.lh-builder-card p {
  font-size: 15px;
  line-height: 1.45;
}

.lh-updates-card__form {
  gap: 12px;
}

.lh-updates-card__tabs {
  gap: 8px;
}

.lh-updates-card__tabs span {
  min-height: 34px;
  padding: 0 16px;
  font-size: 13px;
}

.lh-updates-card__line input,
.lh-updates-card__line button {
  min-height: 50px;
  font-size: 15px;
}

.lh-updates-card__line button {
  flex-basis: 150px;
}

.lh-builder-card {
  min-height: 164px;
  margin-top: 22px;
  padding: 30px;
  border-radius: 0 0 8px 8px;
}

.lh-builder-card p {
  max-width: 660px;
}

.lh-builder-card div {
  margin-top: 18px;
}

.lh-builder-card .lh-btn {
  min-width: 170px;
  min-height: 50px;
  font-size: 15px;
}

.lh-faq {
  margin-top: 28px;
  border-radius: 7px;
}

.lh-faq h2 {
  gap: 10px;
  padding: 16px 20px;
  border-bottom-width: 2px;
  font: 700 20px/1.1 var(--third-family);
}

.lh-faq h2 > span {
  width: 18px;
  height: 18px;
  font-size: 12px;
  border-width: 2px;
}

.lh-faq summary {
  min-height: 44px;
  padding: 12px 46px 12px 20px;
  font-size: 14px;
}

.lh-faq summary::after {
  right: 20px;
  font-size: 18px;
}

.lh-faq p {
  padding: 0 46px 14px 20px;
  font-size: 14px;
}

@media (max-width: 1180px) {
  .lh-content-grid {
    grid-template-columns: 1fr;
  }

  .lh-updates-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .lh-info-cards,
  .lh-movie-grid,
  .lh-compact-grid {
    grid-template-columns: 1fr;
  }
  .lh-jump h2,
  .lh-section-head--compact h2,
  .lh-section-head h2,
  .lh-section-head--compact h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .lh-slim-signup,
  .lh-cta-note {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .lh-slim-signup__text,
  .lh-slim-signup input,
  .lh-slim-signup button,
  .lh-cta-note a {
    grid-column: 2;
  }

  .lh-slim-signup input,
  .lh-slim-signup button,
  .lh-cta-note a {
    width: 100%;
    border-radius: 4px;
  }

  .lh-jump__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* === Movie cards final fix: top source strip + IMDb row like the mockup === */
.lh-movie-card {
  overflow: hidden;
  border: 1px solid #d9d2cb;
  border-radius: 7px;
  background: #fff;
  box-shadow: none;
}

.lh-movie-card:hover {
  box-shadow: 0 8px 18px rgba(25, 22, 18, .08);
}

.lh-movie-card__platform {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: var(--lh-red);
  color: #fff;
  font-weight: 700;
  font-size: 9px;
  line-height: 1;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.lh-movie-card--netflix .lh-movie-card__platform {
  background: #ed001e;
}

.lh-movie-card--prime .lh-movie-card__platform {
  background: #05a8d6;
}

.lh-movie-card--shudder .lh-movie-card__platform {
  background: #6c22a8;
}

.lh-movie-card--tubi .lh-movie-card__platform,
.lh-movie-card--pluto .lh-movie-card__platform,
.lh-movie-card--plex .lh-movie-card__platform {
  background: #df1714;
}

.lh-movie-card--hulu .lh-movie-card__platform {
  background: #17b657;
}

.lh-movie-card__image {
  display: block;
  overflow: hidden;
  background: #120f0d;
}

.lh-movie-card__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.72 / 1;
  object-fit: cover;
  border-radius: 0;
}

.lh-movie-card__body {
  padding: 12px 14px 14px;
}

.lh-movie-card h3 {
  margin: 0 0 7px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #1a1714;
}

.lh-movie-card h3 a {
  font: inherit;
  color: inherit;
  text-align: left;
}

.lh-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 -14px 12px;
  padding: 0 14px 11px;
  border-bottom: 1px solid #e8e0d7;
  color: #857870;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.lh-card-meta span {
  min-width: 0;
}

.lh-card-meta b {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  background: transparent;
  color: #c8820a;
  border-radius: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.01em;
}

.lh-card-meta b::first-letter {
  color: inherit;
}

.lh-card-meta b {
  font-size: 0;
}

.lh-card-meta b::before {
  content: "IMDb";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 29px;
  height: 18px;
  padding: 0 6px;
  border-radius: 2px;
  background: #bd8208;
  color: #fff;
  font-weight: 700;
  font-size: 8px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.lh-card-meta b::after {
  content: attr(data-rating);
}

.lh-movie-card__body > p:not(.lh-card-meta) {
  display: block;
  min-height: 52px;
  margin: 0;
  overflow: visible;
  color: #524840;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  -webkit-line-clamp: unset;
}

/* fallback: keep the actual rating text visible by hiding the duplicated IMDb label through JS-free CSS is not reliable, so use explicit text styling below */
.lh-card-meta b {
  font-size: 12px;
}

.lh-card-meta b::after {
  content: none;
}

/* clean up the original "IMDb 7.2" text: looks like the mockup badge + number */
.lh-card-meta b {
  gap: 6px;
}

@media (max-width: 860px) {
  .lh-movie-card__platform {
    height: 24px;
  }

  .lh-movie-card__body {
    padding: 12px 14px 14px;
  }

  .lh-card-meta {
    flex-direction: row;
    align-items: center;
  }
}

.lh-card-meta b::before,
.lh-card-meta b::after {
  content: none !important;
}

.lh-card-meta b .imdb-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 29px;
  height: 18px;
  padding: 0 6px;
  border-radius: 2px;
  background: #bd8208;
  color: #fff;
  font-weight: 700;
  font-size: 8px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.lh-card-meta b .imdb-score {
  display: inline-block;
  color: #c8820a;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}

/* === Sidebar final fix: Reviews + dark project card === */
.lh-sidebar {
  gap: 18px;
}

.lh-sidebar-card--latest {
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid #d8d2cb;
  border-radius: 7px;
  background: #fff;
}

.lh-sidebar-card--latest h2 {
  min-height: 40px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 16px;
  border-bottom: 2px solid #1f1d1a !important;
  color: #1a1714;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 11px !important;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.lh-latest-item {
  min-height: 68px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  gap: 10px;
  align-items: start;
  padding: 11px 15px !important;
  border-top: 1px solid #eee8e1;
  background: #fff;
  text-align: left;
}

.lh-latest-item:first-of-type {
  border-top: 0;
}

.lh-latest-item img {
  width: 40px !important;
  height: 48px !important;
  object-fit: cover;
  border-radius: 0;
}

.lh-latest-item span {
  min-width: 0;
  display: block;
  padding-top: 0;
}

.lh-latest-item strong {
  display: block;
  margin: 0 0 3px;
  overflow: hidden;
  color: #1a1714;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px !important;
  line-height: 1.18;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lh-latest-item small {
  display: block;
  margin: 0;
  color: #857870;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 1.35;
  letter-spacing: -0.01em;
  white-space: normal;
}

.lh-sidebar-card--dark {
  padding: 20px 16px 18px !important;
  border: 0;
  border-radius: 7px;
  background: #2d2822;
  color: #fff;
}

.lh-sidebar-card--dark h2 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #fff;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 19px !important;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: none;
}

.lh-sidebar-card--dark p {
  max-width: 190px;
  margin: 0;
  padding: 0 !important;
  color: #c8c0b8;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 1.6;
  letter-spacing: -0.01em;
}

.lh-sidebar-card--dark .lh-btn,
.lh-sidebar-card--dark .lh-btn--full {
  width: 100%;
  min-height: 35px !important;
  margin-top: 16px !important;
  padding: 8px 12px;
  border-radius: 4px;
  background: var(--lh-red);
  border-color: var(--lh-red);
  color: #fff !important;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px !important;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
}

@media (max-width: 1180px) {
  .lh-sidebar-card--dark p {
    max-width: none;
  }
}

/* === Compact dual-platform blocks final fix: Max/Hulu style === */
.lh-compact-section {
  margin-top: 66px;
}

.lh-section-head--compact {
  padding-bottom: 22px;
  border-bottom: 2px solid #221f1c;
}

.lh-section-head--compact > div {
  gap: 16px;
}

.lh-section-head--compact .lh-section-tag {
  min-width: 52px;
  min-height: 26px;
  padding: 5px 14px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0;
}

.lh-section-head--compact h2 {
  margin: 0;
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 24px !important;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #171411;
}

.lh-compact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.lh-mini-list {
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid #d8d2cb;
  border-radius: 7px;
  background: #fff;
  box-shadow: none;
}

.lh-mini-list > header {
  min-height: 44px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-bottom: 1px solid #d8d2cb;
}

.lh-mini-list > header span {
  display: inline-flex;
  min-width: 50px;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border-radius: 3px;
  background: #087fe7;
  color: #fff;
  font-weight: 700;
  font-size: 9px;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.lh-mini-list:nth-child(2) > header span {
  background: #17b657;
}

#apple .lh-mini-list:nth-child(1) > header span {
  background: #171717;
}

#apple .lh-mini-list:nth-child(2) > header span {
  background: #0b78a1;
}

.lh-mini-list h3 {
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: #1a1714;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 18px !important;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.lh-mini-list > header a {
  color: var(--lh-red);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.lh-mini-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 78px;
  padding: 12px 14px !important;
  border-top: 1px solid #eee8e1;
}

.lh-mini-item:first-of-type {
  border-top: 0;
}

.lh-mini-item img {
  width: 40px !important;
  height: 54px !important;
  border-radius: 2px;
  object-fit: cover;
}

.lh-mini-item span {
  display: block;
  min-width: 0;
}

.lh-mini-item strong {
  display: block;
  margin: 0 0 3px;
  overflow: hidden;
  color: #1a1714;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px !important;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lh-mini-item small {
  display: block;
  margin: 0 0 4px;
  color: #857870;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.lh-mini-item em {
  display: block;
  margin: 0;
  color: #524840;
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.lh-cta-note {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 10px 16px;
  align-items: center;
  min-height: 96px;
  margin-top: 33px;
  padding: 16px 22px 16px 20px;
  border: 1px solid #d8d2cb;
  border-left: 3px solid var(--lh-red);
  border-radius: 0 7px 7px 0;
  background: #fff;
}

.lh-cta-note > span {
  grid-row: 1 / 3;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #d8d2cb;
  border-radius: 999px;
  background: #f1eee9;
  color: #8c857d;
  font-size: 14px;
}

.lh-cta-note p {
  grid-column: 2;
  margin: 0;
  color: #524840;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.lh-cta-note p strong {
  color: #1a1714;
  font-weight: 700;
}

.lh-cta-note a {
  grid-column: 2;
  justify-self: start;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #f1cbd3;
  border-radius: 4px;
  background: #fff2f4;
  color: var(--lh-red-base) !important;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media (max-width: 860px) {
  .lh-compact-grid {
    grid-template-columns: 1fr;
  }

  .lh-section-head--compact > div {
    flex-wrap: wrap;
  }
}

/* === CTA/newsletter strips final fix === */
.lh-slim-signup {
  display: grid;
  grid-template-columns: 38px minmax(0, 350px) 150px;
  grid-template-rows: auto auto;
  gap: 10px 16px;
  align-items: center;
  min-height: 100px;
  margin-top: 30px;
  padding: 18px 22px 16px;
  border: 1px solid #d8d2cb;
  border-left: 3px solid var(--lh-red);
  border-radius: 0 7px 7px 0;
  background: #fff;
}

.lh-slim-signup__icon {
  grid-column: 1;
  grid-row: 1 / 3;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #d8d2cb;
  border-radius: 999px;
  background: #f1eee9;
  color: #8c857d;
  font-size: 14px;
}

.lh-slim-signup__text {
  grid-column: 2 / 4;
  grid-row: 1;
  color: #2d2822;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.lh-slim-signup__text strong {
  color: #1a1714;
  font-weight: 700;
}

.lh-slim-signup input {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #d8d2cb;
  border-radius: 4px 0 0 4px;
  background: #f8f7f4;
  color: #2d2822;
  font-size: 13px !important;
}
*{
  outline:none;
}
.lh-slim-signup input::placeholder {
  color: #b8afa6;
}
img[src*="arrow-next-red.svg"]{
  display: inline;
}
.lh-slim-signup button {
  grid-column: 3;
  grid-row: 2;
  width: 150px;
  min-height: 42px;
  border: 1px solid var(--lh-red);
  border-radius: 0 4px 4px 0;
  background: var(--lh-red);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: none;

}

.lh-slim-signup--bookmark {
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
}

.lh-slim-signup--bookmark .lh-slim-signup__text {
  grid-column: 2;
}

.lh-slim-signup--bookmark button {
  grid-column: 2;
  justify-self: start;
  width: auto;
  min-width: 150px;
  min-height: 34px;
  padding: 0 18px;
  border: 1px solid #f1cbd3;
  border-radius: 4px;
  background: #fff2f4;
  color: var(--lh-red-base);
}
.lh-cta-note img{
  margin-right: 4px;}
.lh-cta-note--email {
  display: grid;
  grid-template-columns: 38px minmax(0, 350px) 150px;
  grid-template-rows: auto auto;
  gap: 10px 16px;
  align-items: center;
  min-height: 100px;
  margin-top: 30px;
  padding: 18px 22px 16px;
  border: 1px solid #d8d2cb;
  border-left: 3px solid var(--lh-red);
  border-radius: 0 7px 7px 0;
  background: #fff;
}

.lh-cta-note--email > span {
  grid-column: 1;
  grid-row: 1 / 3;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #d8d2cb;
  border-radius: 999px;
  background: #f1eee9;
  color: #8c857d;
  font-size: 14px;
}

.lh-cta-note--email p {
  grid-column: 2 / 4;
  grid-row: 1;
  margin: 0;
  color: #2d2822;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.lh-cta-note--email p strong {
  color: #1a1714;
  font-weight: 700;
}

.lh-cta-note--email input {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #d8d2cb;
  border-radius: 4px 0 0 4px;
  background: #f8f7f4;
  color: #2d2822;
  font-size: 13px;
}

.lh-cta-note--email input::placeholder {
  color: #b8afa6;
}

.lh-cta-note--email button {
  grid-column: 3;
  grid-row: 2;
  width: 150px;
  min-height: 42px;
  border: 1px solid var(--lh-red);
  border-radius: 0 4px 4px 0;
  background: var(--lh-red);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.01em;
}

.lh-updates-card__line button path,
.lh-slim-signup path,
.lh-cta-note--email button path{
  fill:white;
}
@media (max-width: 680px) {

  .lh-slim-signup,
  .lh-cta-note--email {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .lh-slim-signup__text,
  .lh-slim-signup input,
  .lh-slim-signup button,
  .lh-cta-note--email p,
  .lh-cta-note--email input,
  .lh-cta-note--email button {
/*   grid-column: 2;*/
  }

  .lh-cta-note--email button,
 .lh-slim-signup button{
    min-width: 150px;
  }
  .lh-slim-signup input,
  .lh-slim-signup button,
  .lh-cta-note--email input,
  .lh-cta-note--email button {
    width: 100%;
    border-radius: 4px;
  }
}

/* === Bottom dark cards + FAQ size correction === */
.lh-updates-card {
  grid-template-columns: minmax(0, 1fr) 312px;
  gap: 34px;
  align-items: center;
  min-height: 181px;
  margin-top: 34px;
  padding: 28px 32px;
  border-radius:8px;
  background: #2d2822;
}

.lh-updates-card__copy > span {
  margin-bottom: 14px;
  color: #8f8a84;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .06em;
}

.lh-updates-card h2 {
  margin: 0 0 13px;
  color: #fff;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.lh-updates-card p {
  max-width: 430px;
  margin: 0;
  color: #c8c0b8;
  font-weight: 400;

  letter-spacing: -0.01em;

  font-weight: 400;
  font-size: 13px;
  line-height: 165%;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.65);
}

.lh-updates-card__form {
  display: flex;
  gap: 10px;
flex-direction: column;
  max-width: 100%;
}

.lh-updates-card__tabs {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}

.lh-updates-card__tabs span {
  min-height: 30px;
  padding: 0 9px;
  border-radius: 999px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}

.lh-updates-card__line {
  display: flex;
  width: 100%;
}

.lh-updates-card__line input,
.lh-updates-card__line button {
  min-height: 42px;
  font-size: 14px;
}

.lh-updates-card__line input {
  padding: 0 14px;
  border-radius: 4px 0 0 4px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: #857870;
}

.lh-updates-card__line button {
  flex: 0 0 114px;
  border-radius: 0 4px 4px 0;
  font-weight: 700;
}

.lh-builder-card {
  display: block;
  min-height: 222px;
  margin-top: 34px;
  padding: 28px 32px 28px;
  border-top: 3px solid var(--lh-red);
  border-radius: 7px;
  background: #151514;
}

.lh-builder-card > span {
  margin-bottom: 14px;
  color: #8f8a84;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .06em;
}

.lh-builder-card h2 {
  margin: 0 0 13px;
  color: #fff;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.lh-builder-card p {
  max-width: 650px;
  margin: 0;
  color: #c8c0b8;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: -0.01em;
}

.lh-builder-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.lh-builder-card .lh-btn {
  min-width: 200px;
  min-height: 41px;
  padding: 0 20px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

.lh-builder-card .lh-btn--outline-dark {
  min-width: 167px;    background: rgba(255, 255, 255, 0.1);
}

.lh-faq {
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid #d8d2cb;
  border-radius: 6px;
  background: #fff;
}

.lh-faq h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  margin: 0;
  padding: 0 21px;
  border-bottom: 2px solid #1f1d1a;
  color: #171411;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.lh-faq h2 > span {
  width: 16px;
  height: 16px;
  border: 2px solid var(--lh-red);
  border-radius: 999px;
  color: var(--lh-red);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
}

.lh-faq details {
  border-top: 1px solid #ded8d1;
}

.lh-faq details:first-of-type {
  border-top: 0;
}

.lh-faq summary {
  min-height: 51px;
  display: flex;
  align-items: center;
  padding: 0 48px 0 21px;
  color: #151413;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.lh-faq summary::after {
  right: 21px;
  color: var(--lh-red);
  font-size: 20px;
  font-weight: 700;
  content:'';
  display: block;
  width: 13px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/faq-arrow.svg");
}

.lh-faq p {
  padding: 0 48px 14px 21px;
  color: #625b54;
  font-size: 14px;
  line-height: 1.45;
}


@media (max-width: 860px) {
  .lh-updates-card {
    grid-template-columns: 1fr;
  }

  .lh-updates-card__form {
    width: 100%;
  }

  .lh-updates-card__tabs {
    flex-wrap: wrap;
  }

  .lh-builder-card .lh-btn,
  .lh-builder-card .lh-btn--outline-dark {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .lh-save-strip__text{
    gap: 6px;
  }
  .lh-builder-card h2{
    font-size: 20px;
  }
  .lh-updates-card__line input,
  .lh-updates-card__line button{
    border-radius: 4px;
  }
  .ml16, .lh-slim-signup button.ml16{
    margin-left: 0;
  }
  .lh-cta-note--email button,
  .lh-slim-signup input,
  .lh-slim-signup button {
    grid-column: 2;
    grid-row: initial;
  }
  .lh-updates-card__line button{
    flex-basis: 0;
  }
  .lh-inline-form button{
    flex-basis: initial;margin-top: 10px;
  }

}
@media (max-width: 380px) {
  .lh-hero h1 {
    font-size: 26px;
  }
  .lh-jump h2,
  .lh-section-head--compact h2,
  .lh-section-head h2,
  .lh-section-head--compact h2 {
    font-size: 22px;

  }
  .lh-faq h2{
    font-size: 18px;
  }
}
/* === Brevo integration for LikeHorror Streaming forms === */
.lh-streaming-page .hp {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -9999px !important;
}

.lh-streaming-page .brevo-msg {
  color: #857870;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.lh-inline-form {
  flex-wrap: wrap;
}

.lh-inline-form .brevo-msg {
  flex: 0 0 100%;
  margin-top: 6px;
}

.lh-sidebar-form .brevo-msg {
  margin-top: -4px;
}

.lh-slim-signup .brevo-msg,
.lh-cta-note--email .brevo-msg {
  grid-column: 2 / 4;
  grid-row: 3;
  margin-top: -2px;
}

.lh-updates-card__form .brevo-msg {
  color: #c8c0b8;
  font-size: 12px;
  margin-top: -4px;
  min-height: 14px;
}

.lh-slim-signup__button {
  grid-column: 2;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 150px;
  min-height: 34px;
  padding: 0 18px;
  border: 1px solid #f1cbd3;
  border-radius: 4px;
  background: #fff2f4;
  color: var(--lh-red) !important;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media (max-width: 680px) {
  .lh-content-grid__main input{
    font-size: 14px !important;
  }
  .lh-slim-signup .brevo-msg,
  .lh-cta-note--email .brevo-msg {
    grid-column: 2;
  }

  .lh-slim-signup__button {
    width: 100%;
  }
}

/* Bookmark action hint */
.lh-bookmark-toast {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  max-width: min(320px, calc(100vw - 24px));
  padding: 12px 18px;
  border-radius: 8px;
  background: #24231f;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
  font: 700 14px/1.35 Arial, Helvetica, sans-serif;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(0, 8px);
  transition: opacity .18s ease, transform .18s ease;
}

.lh-bookmark-toast.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* right sidebar must scroll naturally with the page */
.lh-sidebar {
  position: static !important;
  top: auto !important;
}

@media(min-width: 768px){
  .lh-inline-form input{
    max-width: calc(100% - 128px) !important;
  }
}