.streaming-guide-design{
  --streaming-blue:#2f6cff;
  --streaming-blue-hover:#3d78ff;
  --streaming-red:#FE4437;
  --streaming-yellow:#ffd54a;
  --streaming-ink:#141b23;
  --streaming-muted:#6e7b88;
  --streaming-border:#d8dde3;
  --streaming-card-shadow:0 18px 46px rgba(31,42,55,.08);
}

.streaming-guide-design .utility-switch{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;}
.streaming-guide-design .utility-switch.is-active{filter:saturate(1.08);box-shadow:3px 5px 4px 0 rgba(31,42,55,.16),0 0 0 4px rgba(47,108,255,.11),inset 3px 3px 0 rgba(255,255,255,.34),inset 0 -1px 0 rgba(0,0,0,.08);}

.streaming-utility-panel{z-index:999;position:relative;overflow:visible!important;display:grid!important;grid-template-columns:1fr!important;grid-template-areas:"title" "utility-row"!important;gap:20px!important;align-items:center!important;padding:24px 28px 26px!important;min-height:0!important;background:linear-gradient(331deg,rgba(255,255,255,.96),rgba(218,231,255,.26))!important;}
.streaming-utility-panel::after{display:none!important;}
.streaming-utility-panel .streaming-utility-title{grid-area:title!important;position:relative!important;margin:0!important;padding:0 0 18px!important;text-align:center!important;font-size:clamp(2.45rem,5vw,4.05rem)!important;line-height:1!important;font-weight:950!important;letter-spacing:-.055em!important;color:#252525!important;}
.streaming-utility-switcher-mobile{grid-area:mobile-switch;}
.streaming-utility-row{grid-area:utility-row;display:block;width:100%;}
.streaming-guide-search{width:100%;max-width:none;justify-self:stretch;margin:0 auto;}

@property --streaming-angle{
  syntax:"<angle>";
  inherits:false;
  initial-value:0deg;
}
@keyframes streaming-rainbow{to{--streaming-angle:1turn;}}

.streaming-guide-search-shell{position:relative;width:100%;min-width:0;height:auto!important;border-radius:999px!important;padding:8px!important;overflow:visible!important;}
.streaming-guide-search-shell::before{display:none!important;}
.streaming-guide-search-shell input{position:relative;z-index:1;width:100%!important;height:70px!important;padding:0 58px 0 24px!important;border:8px solid transparent!important;border-radius:999px!important;background:linear-gradient(#fff,#fff) padding-box,conic-gradient(from var(--streaming-angle),rgba(255,77,79,.55),rgba(255,184,85,.55),rgba(123,216,143,.55),rgba(47,108,255,.55),rgba(255,77,79,.55)) border-box!important;animation:streaming-rainbow 2s linear infinite;box-shadow:0 0 7px 2px rgba(0,0,0,.13),inset 1px 1px 5px 3px rgba(206,206,206,.45)!important;color:var(--streaming-ink)!important;font-size:20px!important;font-weight:400!important;outline:none!important;}
.streaming-guide-search-shell input::placeholder{color:#6b7280;opacity:1;}
.streaming-guide-search-shell input[type="search"]::-webkit-search-decoration,
.streaming-guide-search-shell input[type="search"]::-webkit-search-cancel-button,
.streaming-guide-search-shell input[type="search"]::-webkit-search-results-button,
.streaming-guide-search-shell input[type="search"]::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none;}
.streaming-guide-search-submit{position:absolute!important;right:12px!important;top:calc(50% + 2px)!important;z-index:2;width:44px!important;height:44px!important;min-width:44px!important;padding:0!important;border:0!important;border-radius:999px!important;background:transparent!important;color:var(--streaming-red)!important;font-size:30px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transform:translateY(-50%)!important;box-shadow:none!important;text-shadow:none!important;}
.streaming-guide-search-submit:hover{background:rgba(254,68,55,.08)!important;transform:translateY(-50%) scale(1.04)!important;}

.streaming-welcome-message{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;justify-self:center;max-width:none;margin:0!important;padding:0!important;font-size:clamp(1rem,1.8vw,1.22rem)!important;text-align:center;}
.streaming-welcome-message span:not(.streaming-fast-forward-icon){line-height:1.35;color:#495667;}
.streaming-welcome-message a:not(.streaming-fast-forward-pill){color:var(--streaming-blue)!important;}
.streaming-fast-forward-pill{width:42px;height:42px;border-radius:999px;background:linear-gradient(180deg,#6b9bff 0%,#2f6cff 58%,#2558dc 100%);color:#fff!important;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 22px rgba(47,108,255,.22),inset 2px 2px 0 rgba(255,255,255,.24);flex:0 0 auto;}
.streaming-fast-forward-icon{font-weight:950;letter-spacing:-.12em;margin-right:2px;}

.streaming-controls-panel{padding:16px 18px!important;}
.streaming-controls-row{display:flex!important;align-items:flex-end;justify-content:center!important;gap:12px;width:100%;}
.streaming-controls-grid{display:grid!important;grid-template-columns:repeat(4,190px);gap:12px;flex:0 0 auto;align-items:end;justify-content:center;margin:0 auto;}
.streaming-controls-panel .control-group{min-width:0;max-width:none!important;width:100%!important;}
.streaming-controls-panel .control-group:first-child{max-width:none!important;}
.streaming-controls-panel .control-group select{width:100%!important;height:50px!important;border-radius:14px!important;}

.streaming-results-empty{margin:18px 0;padding:20px;border:1px solid rgba(216,221,227,.95);border-radius:22px;background:#fff;color:var(--streaming-muted);font-weight:800;text-align:center;box-shadow:var(--streaming-card-shadow);}
.streaming-results{display:grid;gap:18px;}
.streaming-results-favs{margin-bottom: 18px}
.streaming-service-section{padding:18px!important;border-radius:30px!important;background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(247,248,249,.96));box-shadow:var(--streaming-card-shadow);overflow:hidden;}
.streaming-service-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 14px;}
.streaming-service-brand{display:flex;align-items:center;gap:14px;min-width:0;}
.streaming-service-logo{display:inline-flex;align-items:center;justify-content:center;min-width:54px;height:54px;padding:0 11px;border-radius:13px;background:#fff;border:1px solid rgba(216,221,227,.86);box-shadow:0 12px 26px rgba(54,75,102,.10);font-weight:950;line-height:1;white-space:nowrap;}
.streaming-service-logo img{border:0}
.streaming-service-logo--netflix{background:#050505;color:#e50914;font-size:2.1rem;font-family:Georgia,serif;}
.streaming-service-logo--prime{color:#1683dc;font-size:1rem;text-transform:lowercase;letter-spacing:-.02em;}
.streaming-service-logo--disney{color:#113ccf;font-size:1.05rem;font-family:Georgia,serif;}
.streaming-service-logo--max{color:#174eea;font-size:1.55rem;text-transform:lowercase;}
.streaming-service-logo--apple{color:#111827;font-size:1.35rem;text-transform:lowercase;}
.streaming-service-logo--tubi{color:#7418ff;font-size:1.35rem;text-transform:lowercase;}
.streaming-service-copy{display:flex;align-items:baseline;gap:8px;min-width:0;flex-wrap:wrap;}
.streaming-service-name{font-size:clamp(1.12rem,2.1vw,1.38rem);font-weight:900;color:var(--streaming-ink);letter-spacing:-.02em;}
.streaming-service-price{color:var(--streaming-muted);font-size:.92rem;font-weight:700;}
.streaming-view-all{display:inline-flex;align-items:center;gap:6px;color:var(--streaming-blue);font-weight:850;text-decoration:none;white-space:nowrap;}
.streaming-view-all:hover{text-decoration:underline;}

.streaming-title-grid{gap:14px!important;}
.streaming-title-card{min-width:0;}
.streaming-title-card.is-filter-hidden,.streaming-title-card.is-load-hidden{display:none!important;}
.streaming-card-link{display:block;color:inherit;text-decoration:none;height:100%;}
.streaming-card-media{border-radius:14px 14px 0 0;}
.streaming-card-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}
.streaming-card-badges{position:absolute;left:12px;top:12px;z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:6px;pointer-events:none;}
.streaming-card-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;color:#fff;font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.045em;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.24);box-shadow:0 8px 16px rgba(15,23,42,.16);}
.streaming-card-badge--new{background:linear-gradient(180deg,#ffe98a,#ffd54a 56%,#ffbd19);}
.streaming-card-badge--movie{background:linear-gradient(180deg,#ff7368,#FE4437 58%,#df3429);}
.streaming-card-body{display:block;padding:14px 14px 15px!important;}
.streaming-card-title{display:block;margin:0!important;font-size:clamp(1rem,1.8vw,1.12rem)!important;line-height:1.25!important;color:var(--streaming-ink)!important;font-weight:900!important;}
.streaming-load-wrap{
  margin-top:16px;
  display:flex;
  justify-content:center;
}
.streaming-load-more{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:52px!important;
  padding:0 26px!important;
  border:0!important;
  border-radius:16px!important;
  cursor:pointer;
  text-transform:none!important;
  font-size:.98rem!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  color:#fff!important;
  background:linear-gradient(180deg,#8daaff 0%,#7799fb 48%,#6388f4 100%)!important;
  box-shadow:0 14px 26px rgba(99,136,244,.20),0 0 24px rgba(119,153,251,.26),inset 0 1px 0 rgba(255,255,255,.36),inset 0 -1px 0 rgba(56,84,168,.18)!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;
}
.streaming-load-more:hover{
  transform:translateY(-1px);
  filter:brightness(1.02);
  box-shadow:0 18px 32px rgba(99,136,244,.22),0 0 32px rgba(119,153,251,.32),inset 0 1px 0 rgba(255,255,255,.38),inset 0 -1px 0 rgba(56,84,168,.20)!important;
}
.streaming-load-more:active{transform:translateY(0);}
.streaming-load-more[hidden]{display:none!important;}
@media (min-width:769px){
  .streaming-guide-design .streaming-load-more{
    width:auto!important;
    min-width:240px!important;
    max-width:240px!important;
  }
}
@media (max-width:991px){
  .streaming-guide-design .streaming-load-more{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}

@media (prefers-reduced-motion:reduce){.streaming-guide-search-shell input{animation:none;}}
@media (max-width:980px){
  .streaming-utility-row{grid-template-columns:1fr;}
  .streaming-guide-search{width:100%;max-width:none;justify-self:stretch;}
  .streaming-controls-row{align-items:flex-end;justify-content:center!important;flex-wrap:wrap;}
  .streaming-controls-grid{grid-template-columns:repeat(2,190px);flex:0 0 auto;}
}
@media (max-width:991px){
  .streaming-utility-panel{padding:18px!important;}
  .streaming-utility-title{font-size:clamp(2rem,8.8vw,2.8rem)!important;}
  .streaming-utility-switcher-mobile{display:flex!important;justify-content:center!important;gap:10px!important;}
  .streaming-guide-search{width:100%;max-width:none;justify-self:stretch;}
  .streaming-guide-search-shell input{height:64px!important;font-size:17px!important;padding-left:18px!important;padding-right:64px!important;}
  .streaming-controls-row{flex-direction:column;align-items:stretch!important;}
  .streaming-controls-grid{grid-template-columns:1fr;gap:10px;flex:1 1 auto;width:100%;}
  .streaming-service-section{padding:14px!important;border-radius:24px!important;}
  .streaming-service-header{align-items:flex-start;}
  .streaming-service-brand{gap:10px;}
  .streaming-service-logo{min-width:46px;height:46px;}
}
@media (max-width:520px){
  .streaming-service-header{flex-direction:column;}
  .streaming-view-all{align-self:flex-end;}
}

/* v5 streaming guide refinements */
.streaming-guide-design .streaming-utility-panel .streaming-utility-title,
.streaming-guide-design .streaming-utility-title.utility-panel-title{
  position:relative!important;
  display:block!important;
  width:100%!important;
  padding:0 0 18px!important;
  padding-left:0!important;
  padding-right:0!important;
  margin:0!important;
  border:0!important;
}
.streaming-guide-design .streaming-utility-panel .streaming-utility-title::after,
.streaming-guide-design .streaming-utility-title.utility-panel-title::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(273deg, rgba(255, 255, 255, 0.98) 0%, rgba(221, 225, 230, 0.96) 38%, rgb(182 189 196 / 52%) 100%)!important;
  box-shadow:1px 3px 5px 1px rgba(255, 255, 255, 0.82), 6px 5px 13px 9px rgb(81 89 98 / 15%)!important;
  opacity:.54!important;
  pointer-events:none!important;
}
@media (min-width:769px){
  .streaming-guide-design .streaming-utility-panel .streaming-utility-title,
  .streaming-guide-design .streaming-utility-title.utility-panel-title{
    font-size:clamp(2.55rem,5.25vw,4.15rem)!important;
  }
  .streaming-guide-design .streaming-guide-search-shell input{
    padding-right:50px!important;
  }
}
@media (max-width:991px){
  .streaming-guide-design .streaming-utility-panel .streaming-utility-title,
  .streaming-guide-design .streaming-utility-title.utility-panel-title{
    padding-bottom:16px!important;
  }
}
.streaming-guide-design .streaming-utility-panel .streaming-welcome-message{
  display:none!important;
}
.streaming-guide-design .streaming-utility-row{
  display:block!important;
  width:100%!important;
}
.streaming-guide-design .streaming-guide-search{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
.streaming-guide-design .streaming-guide-search-shell{
  border-radius:999px!important;
  padding:8px!important;
  overflow:visible!important;
}
.streaming-guide-design .streaming-guide-search-shell input{
  border-radius:999px!important;
  background-origin:border-box!important;
  background-clip:padding-box,border-box!important;
}
.streaming-guide-design .streaming-guide-search-submit{
  top:calc(50% + 3px)!important;
  right:10px!important;
}
.streaming-guide-design .streaming-guide-search-submit:hover{
  transform:translateY(-50%) scale(1.04)!important;
}
.streaming-guide-design .streaming-controls-row{
  justify-content:center!important;
  align-items:flex-end!important;
  flex-wrap:wrap!important;
}
.streaming-guide-design .streaming-controls-grid{
  flex:0 0 auto!important;
  grid-template-columns:repeat(4,190px)!important;
  justify-content:center!important;
  width:auto!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.streaming-guide-design .streaming-actions-row,
.streaming-guide-design .streaming-refresh-button{
  display:none!important;
}
@media (max-width:980px){
  .streaming-guide-design .streaming-controls-grid{
    grid-template-columns:repeat(2,190px)!important;
  }
}
@media (max-width:991px){
  .streaming-guide-design .streaming-controls-row{
    align-items:stretch!important;
  }
  .streaming-guide-design .streaming-controls-grid{
    grid-template-columns:1fr!important;
    width:100%!important;
  }
}

/* v6: keep the full mobile placeholder visible beside the return icon */
@media (max-width:991px){
  .streaming-guide-design .streaming-guide-search{
    width:min(88%,991px)!important;
    max-width:768px!important;
  }
  .streaming-guide-design .streaming-guide-search-shell input{
    font-size:clamp(15px,4.15vw,17px)!important;
    padding-left:18px!important;
    padding-right:44px!important;
    white-space:nowrap!important;
    text-overflow:clip!important;
  }
  .streaming-guide-design .streaming-guide-search-submit{
    right:8px!important;
    top:calc(50% + 2px)!important;
    width:36px!important;
    min-width:36px!important;
    height:36px!important;
    font-size:28px!important;
  }
}
@media (max-width:420px){
  .streaming-guide-design .streaming-guide-search{
    width:90%!important;
  }
  .streaming-guide-design .streaming-guide-search-shell input{
    font-size:14px!important;
    letter-spacing:-.045em!important;
    padding-left:16px!important;
    padding-right:40px!important;
  }
  .streaming-guide-design .streaming-guide-search-submit{
    right:6px!important;
    width:32px!important;
    min-width:32px!important;
    height:32px!important;
    font-size:23px!important;
  }
}

/* v7: mobile search width and return icon spacing refinements */
@media (max-width:991px){
  .streaming-guide-design .streaming-guide-search{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    justify-self:stretch!important;
  }
  .streaming-guide-design .streaming-guide-search-shell{
    width:100%!important;
  }
  .streaming-guide-design .streaming-guide-search-shell input{
    font-size:clamp(16px,4.35vw,18px)!important;
    letter-spacing:-.035em!important;
    padding-left:18px!important;
    padding-right:64px!important;
  }
  .streaming-guide-design .streaming-guide-search-submit{
    right:18px!important;
    width:34px!important;
    min-width:34px!important;
    height:34px!important;
    font-size:26px!important;
  }
}
@media (max-width:420px){
  .streaming-guide-design .streaming-guide-search{
    width:100%!important;
    max-width:none!important;
  }
  .streaming-guide-design .streaming-guide-search-shell input{
    font-size:16px!important;
    letter-spacing:-.04em!important;
    padding-left:16px!important;
    padding-right:62px!important;
  }
  .streaming-guide-design .streaming-guide-search-submit{
    right:17px!important;
    width:32px!important;
    min-width:32px!important;
    height:32px!important;
    font-size:25px!important;
  }
}
@media (max-width:360px){
  .streaming-guide-design .streaming-guide-search-shell input{
    font-size:15px!important;
    padding-left:14px!important;
    padding-right:58px!important;
  }
  .streaming-guide-design .streaming-guide-search-submit{
    right:15px!important;
    font-size:24px!important;
  }
}

/* v7: mobile search width/return-icon refinements */
@media (max-width:991px){
  .streaming-guide-design .streaming-guide-search{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    justify-self:stretch!important;
  }
  .streaming-guide-design .streaming-guide-search-shell{
    width:100%!important;
    max-width:none!important;
  }
  .streaming-guide-design .streaming-guide-search-shell input{
    font-size:17px!important;
    letter-spacing:-.018em!important;
    padding-left:18px!important;
    padding-right:76px!important;
  }
  .streaming-guide-design .streaming-guide-search-submit{
    right:22px!important;
    top:calc(50% + 2px)!important;
    width:34px!important;
    min-width:34px!important;
    height:34px!important;
    font-size:28px!important;
  }
}
@media (max-width:420px){
  .streaming-guide-design .streaming-guide-search{
    width:100%!important;
    max-width:none!important;
  }
  .streaming-guide-design .streaming-guide-search-shell input{
    font-size:16px!important;
    letter-spacing:-.025em!important;
    padding-left:17px!important;
    padding-right:72px!important;
  }
  .streaming-guide-design .streaming-guide-search-submit{
    right:20px!important;
    width:32px!important;
    min-width:32px!important;
    height:32px!important;
    font-size:26px!important;
  }
}
@media (max-width:360px){
  .streaming-guide-design .streaming-guide-search-shell input{
    font-size:15px!important;
    letter-spacing:-.04em!important;
    padding-left:15px!important;
    padding-right:66px!important;
  }
  .streaming-guide-design .streaming-guide-search-submit{
    right:18px!important;
    font-size:24px!important;
  }
}

/* v8: mobile buttons above utility panel and requested narrow search input sizing */
.streaming-guide-design .streaming-utility-panel{
  grid-template-areas:"title" "utility-row"!important;
}
.streaming-guide-design > .streaming-utility-switcher-mobile{
  display:none!important;
}
@media (max-width:991px){
  .streaming-guide-design > .streaming-utility-switcher-mobile{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    width:100%!important;
    margin:0 0 10px!important;
  }
  .streaming-guide-design .streaming-utility-panel{
    grid-template-areas:"title" "utility-row"!important;
  }
}
@media (max-width: 420px) {
    .streaming-guide-design .streaming-guide-search-shell input {
        font-size: 18px !important;
        letter-spacing: -.025em !important;
        padding-left: 17px !important;
        padding-right: 22px !important;
    }
}

/* v11: desktop search return icon spacing */
@media (min-width:769px){
  .streaming-guide-design .streaming-guide-search-submit{
    right:24px!important;
  }
  .streaming-guide-design .streaming-guide-search-shell input{
    padding-right:72px!important;
  }
}

/* v12: watchlist demo interactions */
.streaming-watchlist-section{
  position:relative;
  border:1px solid rgba(255,213,74,.42)!important;
  background:linear-gradient(135deg,rgba(255,248,220,.98),rgba(255,255,255,.96) 44%,rgba(235,242,255,.94))!important;
  box-shadow:0 22px 54px rgba(166,127,16,.14),var(--streaming-card-shadow)!important;
}
.streaming-watchlist-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 9% 12%,rgba(255,213,74,.34),transparent 28%),radial-gradient(circle at 92% 0%,rgba(47,108,255,.12),transparent 32%);
}
.streaming-watchlist-section > *{position:relative;z-index:1;}
.streaming-service-logo--watchlist{
  min-width:54px;
  color:#3a2900;
  background:linear-gradient(180deg,#fff3b0 0%,#ffd54a 62%,#ffb627 100%);
  border-color:rgba(198,143,11,.34);
  text-shadow:0 1px 0 rgba(255,255,255,.55);
}
.streaming-watchlist-actions{display:flex;align-items:center;gap:10px;margin-left:auto;}
.streaming-watchlist-clear{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:0 16px!important;
  border:0!important;
  border-radius:999px!important;
  cursor:pointer;
  color:#3f2c00!important;
  background:linear-gradient(180deg,#fff5c2 0%,#ffd54a 56%,#ffc227 100%)!important;
  box-shadow:0 12px 24px rgba(255,181,41,.22),inset 0 1px 0 rgba(255,255,255,.58)!important;
  font-weight:900!important;
  font-size:.88rem!important;
}
.streaming-watchlist-clear:hover{filter:brightness(1.02);transform:translateY(-1px);}
.streaming-watchlist-clear[hidden]{display:none!important;}
.streaming-title-card{
  position:relative;
  overflow:hidden;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,background .18s ease;
}
.streaming-title-card .streaming-card-link{position:relative;z-index:2;}
.streaming-title-card .streaming-card-body{padding-right:62px!important;}
.streaming-title-card.is-watchlisted{
  transform:translateY(-2px);
  background:linear-gradient(180deg,#fffdf2 0%,#fff7cf 100%);
  box-shadow:0 0 0 2px rgba(255,213,74,.72),0 18px 38px rgba(255,181,41,.22),0 0 30px rgba(255,213,74,.26)!important;
}
.streaming-title-card.is-watchlisted::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.36),rgba(255,213,74,.18) 42%,rgba(255,255,255,0) 74%);
}
.streaming-watchlist-toggle{
  position:absolute!important;
  right:10px!important;
  bottom:10px!important;
  z-index:5!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  padding:0!important;
  border:2px solid rgba(255,255,255,.68)!important;
  border-radius:999px!important;
  cursor:pointer;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  background:linear-gradient(180deg,#8daaff 0%,#7799fb 48%,#6388f4 100%)!important;
  box-shadow:0 14px 26px rgba(99,136,244,.22),0 0 22px rgba(119,153,251,.24),inset 0 1px 0 rgba(255,255,255,.36),inset 0 -1px 0 rgba(56,84,168,.18)!important;
  line-height:1!important;
  text-decoration:none!important;
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease,background .16s ease;
}
.streaming-watchlist-toggle:hover{
  transform:translateY(-1px) scale(1.06);
  box-shadow:0 18px 32px rgba(99,136,244,.26),0 0 0 4px rgba(119,153,251,.18),0 0 32px rgba(119,153,251,.34),inset 0 1px 0 rgba(255,255,255,.38),inset 0 -1px 0 rgba(56,84,168,.20)!important;
}
.streaming-watchlist-toggle:focus-visible{
  outline:3px solid rgba(119,153,251,.46)!important;
  outline-offset:3px!important;
}
.streaming-watchlist-toggle[data-watchlist-tooltip]::before{
  content:attr(data-watchlist-tooltip);
  position:absolute;
  right:-2px;
  bottom:calc(100% + 10px);
  z-index:8;
  display:block;
  width:max-content;
  max-width:190px;
  padding:8px 11px;
  border-radius:11px;
  color:#fff;
  background:rgba(20,27,35,.96);
  box-shadow:0 12px 24px rgba(15,23,42,.24),inset 0 1px 0 rgba(255,255,255,.12);
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.01em;
  line-height:1.15;
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  transform:translateY(6px) scale(.98);
  transform-origin:bottom right;
  transition:opacity .16s ease,transform .16s ease;
}
.streaming-watchlist-toggle[data-watchlist-tooltip]::after{
  content:"";
  position:absolute;
  right:14px;
  bottom:calc(100% + 4px);
  z-index:8;
  width:0;
  height:0;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-top:7px solid rgba(20,27,35,.96);
  opacity:0;
  pointer-events:none;
  transform:translateY(6px);
  transition:opacity .16s ease,transform .16s ease;
}
.streaming-watchlist-toggle[data-watchlist-tooltip]:hover::before,
.streaming-watchlist-toggle[data-watchlist-tooltip]:focus-visible::before,
.streaming-watchlist-toggle[data-watchlist-tooltip]:hover::after,
.streaming-watchlist-toggle[data-watchlist-tooltip]:focus-visible::after{
  opacity:1;
  transform:translateY(0) scale(1);
}

.streaming-watchlist-toggle__icon{
  display:block;
  font-size:1.55rem;
  font-weight:950;
  line-height:1;
  transform:translateY(-1px);
}
.streaming-watchlist-toggle.is-active:not(.streaming-watchlist-toggle--remove){
  color:#332200!important;
  background:linear-gradient(180deg,#fff2a3 0%,#ffd54a 58%,#ffb421 100%)!important;
  border-color:rgba(255,255,255,.86)!important;
  box-shadow:0 16px 30px rgba(255,181,41,.34),0 0 0 4px rgba(255,213,74,.16),inset 0 1px 0 rgba(255,255,255,.62)!important;
}
.streaming-watchlist-toggle--remove{
  color:#fff!important;
  background:linear-gradient(180deg,#ff776d 0%,#FE4437 58%,#de3127 100%)!important;
  box-shadow:0 16px 30px rgba(254,68,55,.28),0 0 0 4px rgba(254,68,55,.10),inset 0 1px 0 rgba(255,255,255,.32)!important;
}
.streaming-watchlist-toggle--remove .streaming-watchlist-toggle__icon{
  font-size:1.75rem;
  transform:translateY(-2px);
}
.streaming-watchlist-card .streaming-card-body{padding-bottom:13px!important;}
.streaming-watchlist-source{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  min-height:24px;
  margin-top:8px;
  padding:0 10px;
  border-radius:999px;
  color:#2f4566;
  background:rgba(47,108,255,.10);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.015em;
}
@media (max-width:991px){
  .streaming-watchlist-actions{width:100%;justify-content:flex-end;}
  .streaming-watchlist-clear{min-height:40px!important;padding:0 14px!important;}
  .streaming-watchlist-toggle{right:9px!important;bottom:9px!important;width:40px!important;height:40px!important;min-width:40px!important;}
  .streaming-title-card .streaming-card-body{padding-right:58px!important;}
}
@media (prefers-reduced-motion:reduce){
  .streaming-title-card,.streaming-watchlist-toggle,.streaming-watchlist-clear{transition:none!important;}
  .streaming-title-card.is-watchlisted,.streaming-watchlist-toggle:hover,.streaming-watchlist-clear:hover{transform:none!important;}
}

/* Streaming guide title intro: H1, supporting copy, soft divider, then search. */
.streaming-guide-design .streaming-guide-heading {
  grid-area: title;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.streaming-guide-design .streaming-guide-heading::before,
.streaming-guide-design .streaming-guide-heading::after,
.streaming-guide-design .streaming-guide-heading .streaming-utility-title::before,
.streaming-guide-design .streaming-guide-heading .streaming-utility-title::after,
.streaming-guide-design .streaming-utility-title::before,
.streaming-guide-design .streaming-utility-title::after {
  content: none !important;
  display: none !important;
}

.streaming-guide-design .streaming-guide-heading .streaming-utility-title {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.streaming-guide-design .streaming-guide-intro {
  max-width: min(100%, 1040px);
  margin: clamp(10px, 1vw, 16px) auto 0;
  color: #334155;
  opacity: 0.92;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.streaming-guide-design .streaming-guide-divider {
  display: block;
  width: min(100%, 1160px);
  height: 2px;
  margin: clamp(10px, 0.95vw, 16px) auto 25px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(273deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(221, 225, 230, 0.96) 38%,
    rgba(182, 189, 196, 0.52) 100%
  );
  box-shadow: 1px 3px 5px 1px rgba(255, 255, 255, 0.82),
    6px 5px 13px 9px rgba(81, 89, 98, 0.15);
  opacity: 0.54;
}

.streaming-guide-design .streaming-utility-row {
  margin-top: 0;
}

@media (max-width: 767px) {
  .streaming-guide-design .streaming-guide-intro {
    max-width: min(100%, 620px);
    font-size: 15px;
    line-height: 1.5;
  }

  .streaming-guide-design .streaming-guide-divider {
    margin-top: 10px;
  }

  .streaming-guide-design .streaming-utility-row {
    margin-top: 0;
  }
}

/* FINAL LAYOUT FIX: keep streaming hero content stacked. */
.streaming-guide-design .utility-panel.streaming-utility-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas:
    "streaming-title"
    "streaming-search" !important;
  gap: 0 !important;
  align-items: stretch !important;
  justify-items: stretch !important;
}

.streaming-guide-design .streaming-guide-heading {
  grid-area: streaming-title !important;
  min-width: 0 !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.streaming-guide-design .streaming-guide-heading::before,
.streaming-guide-design .streaming-guide-heading::after,
.streaming-guide-design .streaming-guide-heading .streaming-utility-title::before,
.streaming-guide-design .streaming-guide-heading .streaming-utility-title::after,
.streaming-guide-design .utility-panel-title.streaming-utility-title::before,
.streaming-guide-design .utility-panel-title.streaming-utility-title::after,
.streaming-guide-design .streaming-utility-title::before,
.streaming-guide-design .streaming-utility-title::after {
  content: none !important;
  display: none !important;
}

.streaming-guide-design .streaming-guide-heading .streaming-utility-title {
  grid-area: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: center !important;
}

.streaming-guide-design .streaming-guide-intro {
  max-width: min(100%, 1040px) !important;
  margin: clamp(10px, 1vw, 16px) auto 0 !important;
  color: #334155 !important;
  opacity: 0.95 !important;
  font-size: clamp(15px, 1.05vw, 18px) !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

.streaming-guide-design .streaming-guide-divider {
  display: block !important;
  width: min(100%, 1160px) !important;
  height: 2px !important;
  margin: clamp(10px, 0.95vw, 16px) auto 25px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(273deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(221, 225, 230, 0.96) 38%,
    rgba(182, 189, 196, 0.52) 100%
  ) !important;
  box-shadow: 1px 3px 5px 1px rgba(255, 255, 255, 0.82),
    6px 5px 13px 9px rgba(81, 89, 98, 0.15) !important;
  opacity: 0.54 !important;
}

.streaming-guide-design .streaming-utility-row {
  grid-area: streaming-search !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  justify-self: stretch !important;
}

.streaming-guide-design .streaming-guide-search {
  width: 100% !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 767px) {
  .streaming-guide-design .streaming-guide-intro {
    max-width: min(100%, 620px) !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .streaming-guide-design .streaming-guide-divider {
    margin-top: 10px !important;
  }

  .streaming-guide-design .streaming-utility-row {
    margin-top: 0 !important;
  }
}


/* v13: use a CSS-drawn return icon so mobile browsers cannot render the
   Unicode return character as a grey/blue emoji-style button. */
.streaming-guide-design .streaming-guide-search-submit {
  -webkit-appearance: none !important;
  appearance: none !important;
  background-color: transparent !important;
  background-image: none !important;
  color: transparent !important;
  font-size: 0 !important;
  overflow: visible !important;
}

.streaming-guide-design .streaming-guide-search-submit::before {
  content: "" !important;
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M13 8 5 16l8 8M6 16h15c4.5 0 7-2.7 7-6.5S25.5 3 21 3h-3' fill='none' stroke='%23FE4437' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  pointer-events: none !important;
}

.streaming-guide-design .streaming-guide-search-submit:hover,
.streaming-guide-design .streaming-guide-search-submit:focus-visible {
  background-color: rgba(254, 68, 55, .08) !important;
  background-image: none !important;
}

@media (max-width: 420px) {
  .streaming-guide-design .streaming-guide-search-submit::before {
    width: 28px !important;
    height: 28px !important;
    flex-basis: 28px !important;
  }
}
