
:root{
  --mmn-cee-red:#ca2027;
  --mmn-cee-bg:#050505;
  --mmn-cee-line:rgba(255,255,255,.10);
  --mmn-cee-muted:rgba(255,255,255,.62);
}
body.mmn-watch-page{background:var(--mmn-cee-bg)!important}
body.mmn-watch-page #sidebar,
body.mmn-watch-page .sidebar,
body.mmn-watch-page .widget-area,
body.mmn-watch-page .left-sidebar,
body.mmn-watch-page .right-sidebar,
body.mmn-watch-page aside[role="complementary"]{display:none!important}
body.mmn-watch-page .site-content,
body.mmn-watch-page .content-area,
body.mmn-watch-page #primary,
body.mmn-watch-page main{width:100%!important;max-width:none!important}

.mmn-watch,.mmn-watch *{box-sizing:border-box}
.mmn-watch{background:#050505;color:#fff;min-height:70vh;width:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.mmn-watch-inner{width:min(100%,1440px);margin:0 auto;padding:34px 28px 70px}
.mmn-watch-header{margin-bottom:22px}
.mmn-watch-kicker,.mmn-watch-label{color:var(--mmn-cee-red);font-size:11px;font-weight:950;letter-spacing:.15em;text-transform:uppercase}
.mmn-watch-header h1{color:#fff!important;margin:7px 0 0!important;font-size:clamp(34px,4vw,58px)!important;line-height:1.02!important;font-weight:950!important;letter-spacing:-.04em!important}
.mmn-watch-meta{display:flex;flex-wrap:wrap;gap:7px 16px;margin-top:13px;color:rgba(255,255,255,.58);font-size:10px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.mmn-watch-meta span{position:relative}
.mmn-watch-meta span:not(:last-child)::after{content:"";position:absolute;width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.28);right:-10px;top:50%;transform:translateY(-50%)}

.mmn-watch-player{width:100%;background:#000;border:1px solid var(--mmn-cee-line);border-radius:18px;padding:14px;overflow:hidden}
.mmn-watch-player>*{max-width:1180px!important;margin-left:auto!important;margin-right:auto!important}

.mmn-watch-info{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;padding:26px 2px 24px;border-bottom:1px solid var(--mmn-cee-line)}
.mmn-watch-maininfo{max-width:980px}
.mmn-watch-creator{margin-bottom:20px}
.mmn-watch-creator strong{display:block;margin-top:7px;font-size:18px;color:#fff}
.mmn-watch-description{color:rgba(255,255,255,.80);font-size:16px;line-height:1.72;font-weight:400}
.mmn-watch-description p{margin:0 0 15px}
.mmn-watch-description h2,.mmn-watch-description h3,.mmn-watch-description h4{color:#fff!important;line-height:1.2;margin:24px 0 10px!important}
.mmn-watch-description a{color:var(--mmn-cee-red)!important;text-decoration:underline!important;text-decoration-thickness:1px;text-underline-offset:3px;font-weight:700}
.mmn-watch-description a:hover{color:#fff!important}
.mmn-watch-credits{margin-top:24px;padding-top:20px;border-top:1px solid var(--mmn-cee-line);color:rgba(255,255,255,.74);font-size:14px;line-height:1.65}

.mmn-watch-actions{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap}
.mmn-watch-action{appearance:none;min-height:40px;padding:9px 14px;border:1px solid rgba(255,255,255,.20);border-radius:999px;background:rgba(255,255,255,.05);color:#fff;cursor:pointer;font-size:10px;font-weight:950;letter-spacing:.10em;text-transform:uppercase}
.mmn-watch-action:hover,.mmn-watch-action:focus{background:var(--mmn-cee-red);border-color:var(--mmn-cee-red);outline:none}

.mmn-watch-related,.mmn-watch-comments{padding-top:38px}
.mmn-watch-related-head,.mmn-watch-comments-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:15px}
.mmn-watch-related-head h2,.mmn-watch-comments-head h2{color:#fff!important;margin:0!important;font-size:clamp(25px,2.5vw,36px)!important;line-height:1.05!important;font-weight:950!important}
.mmn-watch-related-head>a{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#fff!important;text-decoration:none!important;font-size:9px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.mmn-watch-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:27px 18px}
.mmn-watch-related-card{display:block;color:#fff!important;text-decoration:none!important}
.mmn-watch-related-thumb{aspect-ratio:16/9;overflow:hidden;border-radius:14px;border:1px solid var(--mmn-cee-line);background:#141414}
.mmn-watch-related-img{width:100%;height:100%;object-fit:cover;display:block}
.mmn-watch-related-copy{padding:9px 3px 0}
.mmn-watch-related-copy h3{color:#fff!important;margin:0!important;font-size:15px!important;line-height:1.2!important;font-weight:850!important}
.mmn-watch-related-copy>div{margin-top:6px;color:rgba(255,255,255,.48);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}

/* Comments / Disqus zone */
.mmn-watch-comments{border-top:1px solid var(--mmn-cee-line);margin-top:40px;padding-bottom:20px}
.mmn-watch-comments #disqus_thread,
.mmn-watch-comments .comments-area,
.mmn-watch-comments #comments{width:100%!important;max-width:none!important}
.mmn-watch-comments a{color:var(--mmn-cee-red)!important}

/* Toast */
.mmn-watch-toast{position:fixed;left:50%;bottom:28px;z-index:10020;transform:translate(-50%,10px);opacity:0;pointer-events:none;padding:10px 14px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(0,0,0,.9);color:#fff;font-size:12px;font-weight:850;transition:.18s ease}
.mmn-watch-toast.is-visible{opacity:1;transform:translate(-50%,0)}

@media(max-width:1100px){.mmn-watch-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px){
  .mmn-watch-inner{padding:24px 14px 52px}
  .mmn-watch-player{padding:8px;border-radius:13px}
  .mmn-watch-info{grid-template-columns:1fr;gap:18px}
  .mmn-watch-actions{order:-1}
  .mmn-watch-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 13px}
}
@media(max-width:560px){
  .mmn-watch-header h1{font-size:34px!important}
  .mmn-watch-related-grid{grid-template-columns:1fr}
}


/* v1.0.3 content flow + related hover */
.mmn-watch-related-card{
  transition:transform .20s ease,filter .20s ease;
}
.mmn-watch-related-thumb{
  transition:border-color .20s ease,box-shadow .20s ease;
}
.mmn-watch-related-card:hover,
.mmn-watch-related-card:focus-visible{
  transform:translateY(-6px);
  filter:brightness(1.05);
}
.mmn-watch-related-card:hover .mmn-watch-related-thumb,
.mmn-watch-related-card:focus-visible .mmn-watch-related-thumb{
  border-color:rgba(202,32,39,.85);
  box-shadow:0 12px 28px rgba(0,0,0,.42),0 0 0 1px rgba(202,32,39,.25);
}
.mmn-watch-related-card:hover .mmn-watch-related-copy h3,
.mmn-watch-related-card:focus-visible .mmn-watch-related-copy h3{
  color:var(--mmn-cee-red)!important;
}

/* Share modal */
.mmn-watch-share-modal{
  position:fixed;
  inset:0;
  z-index:10050;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.mmn-watch-share-modal.is-open{display:flex}
.mmn-watch-share-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(6px);
}
.mmn-watch-share-panel{
  position:relative;
  z-index:1;
  width:min(520px,100%);
  padding:24px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:18px;
  background:#0b0b0b;
  box-shadow:0 30px 80px rgba(0,0,0,.60);
}
.mmn-watch-share-panel h2{
  color:#fff!important;
  margin:8px 0 18px!important;
  font-size:28px!important;
  line-height:1.1!important;
}
.mmn-watch-share-close{
  position:absolute;
  top:12px;
  right:12px;
  width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.05);
  color:#fff;
  font-size:22px;
  cursor:pointer;
}
.mmn-watch-share-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.mmn-watch-share-social{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  background:rgba(255,255,255,.04);
  color:#fff!important;
  text-decoration:none!important;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
}
.mmn-watch-share-social:hover{
  background:var(--mmn-cee-red);
  border-color:var(--mmn-cee-red);
}
@media(max-width:520px){
  .mmn-watch-share-grid{grid-template-columns:1fr}
}


/* v1.0.4 UI polish */

/* Perfectly center the X inside the circular share close control. */
.mmn-watch-share-close{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  line-height:1!important;
  text-align:center!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-weight:700!important;
  font-size:22px!important;
  box-sizing:border-box!important;
}
.mmn-watch-share-close:hover,
.mmn-watch-share-close:focus-visible{
  background:var(--mmn-cee-red)!important;
  border-color:var(--mmn-cee-red)!important;
  color:#fff!important;
}

/* View All: clear MMN-red interaction feedback before navigation. */
.mmn-watch-view-all{
  transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease!important;
}
.mmn-watch-view-all:hover,
.mmn-watch-view-all:focus-visible,
.mmn-watch-view-all:active,
.mmn-watch-view-all.is-clicked{
  background:var(--mmn-cee-red)!important;
  border-color:var(--mmn-cee-red)!important;
  color:#fff!important;
}
.mmn-watch-view-all:active,
.mmn-watch-view-all.is-clicked{
  transform:translateY(1px);
}


/* v1.0.5 — force View All hover over theme/link rules */
body .mmn-watch-page a.mmn-watch-view-all,
body .mmn-watch-page a.mmn-watch-view-all:link,
body .mmn-watch-page a.mmn-watch-view-all:visited{
  background:#0b0b0b!important;
  border-color:#3a3a3a!important;
  color:#fff!important;
  text-decoration:none!important;
}
body .mmn-watch-page a.mmn-watch-view-all:hover,
body .mmn-watch-page a.mmn-watch-view-all:focus,
body .mmn-watch-page a.mmn-watch-view-all:focus-visible,
body .mmn-watch-page a.mmn-watch-view-all:active,
body .mmn-watch-page a.mmn-watch-view-all.is-clicked{
  background:#d51f2b!important;
  border-color:#d51f2b!important;
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:0 0 0 1px #d51f2b!important;
}
body .mmn-watch-page a.mmn-watch-view-all:hover *,
body .mmn-watch-page a.mmn-watch-view-all:focus *,
body .mmn-watch-page a.mmn-watch-view-all.is-clicked *{
  color:#fff!important;
}


/* v1.0.6 — active View All class + one Share button */
.mmn-watch-related-head > a.mmn-watch-view-all{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:32px!important;
  padding:7px 12px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:999px!important;
  background:#0b0b0b!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:9px!important;
  font-weight:950!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
  transition:background-color .15s ease,border-color .15s ease,transform .15s ease!important;
}
.mmn-watch-related-head > a.mmn-watch-view-all:hover,
.mmn-watch-related-head > a.mmn-watch-view-all:focus-visible,
.mmn-watch-related-head > a.mmn-watch-view-all:active,
.mmn-watch-related-head > a.mmn-watch-view-all.is-clicked{
  background:#ca2027!important;
  border-color:#ca2027!important;
  color:#fff!important;
  box-shadow:0 0 0 1px #ca2027!important;
}
.mmn-watch-related-head > a.mmn-watch-view-all:active,
.mmn-watch-related-head > a.mmn-watch-view-all.is-clicked{
  transform:translateY(1px)!important;
}


/* v1.0.7 — preserve authored description formatting */
.mmn-watch-description{
  color:rgba(255,255,255,.80)!important;
  font-size:16px!important;
  line-height:1.68!important;
}
.mmn-watch-description p{
  margin:0 0 16px!important;
}
.mmn-watch-description p:last-child{
  margin-bottom:0!important;
}
.mmn-watch-description br{
  display:block;
  content:"";
  margin-top:3px;
}
.mmn-watch-description strong,
.mmn-watch-description b{
  color:#fff!important;
  font-weight:800!important;
}
.mmn-watch-description a,
.mmn-watch-description a:visited{
  color:#ca2027!important;
  text-decoration:underline!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:3px!important;
}
.mmn-watch-description a:hover,
.mmn-watch-description a:focus{
  color:#fff!important;
}

/* Same MMN Share panel on iPhone Safari/Chrome and desktop */
@media(max-width:560px){
  .mmn-watch-share-modal{
    padding:14px!important;
  }
  .mmn-watch-share-panel{
    width:100%!important;
    max-height:calc(100dvh - 28px)!important;
    overflow:auto!important;
    padding:22px 18px 18px!important;
    border-radius:18px!important;
  }
  .mmn-watch-share-panel h2{
    font-size:30px!important;
    padding-right:46px!important;
  }
  .mmn-watch-share-grid{
    grid-template-columns:1fr!important;
  }
}


/* v1.0.9 — preserve original editorial formatting */
.mmn-watch-description > :first-child{margin-top:0!important}
.mmn-watch-description > :last-child{margin-bottom:0!important}
.mmn-watch-description ul,
.mmn-watch-description ol{
  margin:14px 0 18px 22px!important;
  padding:0!important;
}
.mmn-watch-description li{
  margin:5px 0!important;
}
.mmn-watch-description blockquote{
  margin:18px 0!important;
  padding:2px 0 2px 16px!important;
  border-left:3px solid #ca2027!important;
  color:rgba(255,255,255,.76)!important;
}
.mmn-watch-description a,
.mmn-watch-description a:link,
.mmn-watch-description a:visited{
  color:#ca2027!important;
}


/* ---------------------------------------------------------
 * v1.2.0 — Recently Watched + Continue Watching
 * --------------------------------------------------------- */
.mmn-watch-memory{
  padding-top:38px;
}
.mmn-watch-memory-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:27px 18px;
}
.mmn-watch-memory-card{
  display:block!important;
  min-width:0!important;
  color:#fff!important;
  text-decoration:none!important;
  transition:transform .20s ease,filter .20s ease!important;
}
.mmn-watch-memory-thumb{
  position:relative!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:14px!important;
  background:#141414!important;
  transition:border-color .20s ease,box-shadow .20s ease!important;
}
.mmn-watch-memory-thumb img,
.mmn-watch-memory-placeholder{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
}
.mmn-watch-memory-progress{
  position:absolute!important;
  left:8px!important;
  right:8px!important;
  bottom:8px!important;
  height:4px!important;
  overflow:hidden!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.28)!important;
}
.mmn-watch-memory-progress span{
  display:block!important;
  height:100%!important;
  border-radius:inherit!important;
  background:#ca2027!important;
}
.mmn-watch-memory-copy{
  padding:9px 3px 0!important;
}
.mmn-watch-memory-copy h3{
  margin:0!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:850!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.mmn-watch-memory-copy>div{
  margin-top:6px!important;
  color:rgba(255,255,255,.48)!important;
  font-size:9px!important;
  line-height:1.25!important;
  font-weight:800!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}
.mmn-watch-memory-card:hover,
.mmn-watch-memory-card:focus-visible{
  transform:translateY(-6px)!important;
  filter:brightness(1.05)!important;
  outline:none!important;
}
.mmn-watch-memory-card:hover .mmn-watch-memory-thumb,
.mmn-watch-memory-card:focus-visible .mmn-watch-memory-thumb{
  border-color:#ca2027!important;
  box-shadow:0 12px 28px rgba(0,0,0,.42),0 0 0 1px rgba(202,32,39,.25)!important;
}
.mmn-watch-memory-card:hover h3,
.mmn-watch-memory-card:focus-visible h3{
  color:#ca2027!important;
}
@media(max-width:1100px){
  .mmn-watch-memory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:800px){
  .mmn-watch-memory{padding-top:30px}
  .mmn-watch-memory-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px 13px;
  }
}
@media(max-width:560px){
  .mmn-watch-memory-grid{grid-template-columns:1fr}
}


/* ---------------------------------------------------------
 * v1.2.2 — Watch Memory rail polish
 * --------------------------------------------------------- */
.mmn-watch-memory{
  padding-top:34px!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  margin-top:34px!important;
}
.mmn-watch-memory-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:26px 18px!important;
}
.mmn-watch-memory-card{
  width:100%!important;
}
.mmn-watch-memory-thumb{
  aspect-ratio:16/9!important;
}
.mmn-watch-memory-copy h3{
  font-size:15px!important;
  line-height:1.25!important;
}
.mmn-watch-memory-copy>div{
  font-size:9px!important;
}
@media(max-width:1100px){
  .mmn-watch-memory-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:800px){
  .mmn-watch-memory{
    margin-top:28px!important;
    padding-top:28px!important;
  }
  .mmn-watch-memory-grid{
    display:flex!important;
    overflow-x:auto!important;
    scroll-snap-type:x mandatory!important;
    gap:14px!important;
    padding-bottom:6px!important;
    scrollbar-width:none!important;
  }
  .mmn-watch-memory-grid::-webkit-scrollbar{
    display:none!important;
  }
  .mmn-watch-memory-card{
    flex:0 0 82%!important;
    scroll-snap-align:start!important;
  }
}
@media(max-width:560px){
  .mmn-watch-memory-card{
    flex-basis:88%!important;
  }
}


/* v1.2.3 — Continue Watching only */
.mmn-watch-continue-section{
  margin-bottom:0!important;
}


/* v1.3.0 — MMN Next Up */
.mmn-next-up{position:fixed!important;inset:0!important;z-index:10060!important;display:none!important;align-items:center!important;justify-content:center!important;padding:20px!important}
.mmn-next-up.is-open{display:flex!important}
.mmn-next-up-backdrop{position:absolute!important;inset:0!important;background:rgba(0,0,0,.78)!important;backdrop-filter:blur(8px)!important}
.mmn-next-up-card{position:relative!important;z-index:1!important;width:min(760px,100%)!important;padding:22px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:20px!important;background:#090909!important;color:#fff!important;box-shadow:0 30px 90px rgba(0,0,0,.72)!important}
.mmn-next-up-kicker{margin-bottom:12px!important;color:#ca2027!important;font-size:11px!important;font-weight:950!important;letter-spacing:.16em!important;text-transform:uppercase!important}
.mmn-next-up-layout{display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;gap:22px!important;align-items:center!important}
.mmn-next-up-poster{width:100%!important;aspect-ratio:16/9!important;overflow:hidden!important;border-radius:14px!important;background:#151515!important;border:1px solid rgba(255,255,255,.10)!important}
.mmn-next-up-poster img,.mmn-next-up-placeholder{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
.mmn-next-up-meta{margin-bottom:7px!important;color:rgba(255,255,255,.52)!important;font-size:9px!important;font-weight:900!important;letter-spacing:.11em!important;text-transform:uppercase!important}
.mmn-next-up-copy h2{margin:0 0 9px!important;color:#fff!important;font-size:clamp(24px,3vw,36px)!important;line-height:1.05!important;font-weight:950!important;letter-spacing:-.03em!important}
.mmn-next-up-copy p{margin:0 0 13px!important;color:rgba(255,255,255,.72)!important;font-size:13px!important}
.mmn-next-up-progress{width:100%!important;height:4px!important;overflow:hidden!important;border-radius:999px!important;background:rgba(255,255,255,.18)!important}
.mmn-next-up-progress span{display:block!important;width:0;height:100%!important;border-radius:inherit!important;background:#ca2027!important}
.mmn-next-up-actions{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin-top:18px!important}
.mmn-next-up-actions button{min-height:40px!important;padding:9px 15px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.20)!important;background:rgba(255,255,255,.05)!important;color:#fff!important;cursor:pointer!important;font-size:10px!important;font-weight:950!important;letter-spacing:.10em!important;text-transform:uppercase!important}
.mmn-next-up-play{background:#ca2027!important;border-color:#ca2027!important}
.mmn-next-up-actions button:hover,.mmn-next-up-actions button:focus-visible{border-color:#ca2027!important;background:#ca2027!important;outline:none!important}
@media(max-width:700px){.mmn-next-up{padding:14px!important}.mmn-next-up-card{padding:18px!important;border-radius:18px!important}.mmn-next-up-layout{grid-template-columns:1fr!important;gap:16px!important}.mmn-next-up-actions{display:grid!important;grid-template-columns:1fr 1fr!important}}


/* v1.3.5 — controlled Watch-description typography.
   Preserve authored HTML while preventing theme/WPBakery heading rules
   from turning description copy into a second hero/title area. */
body .mmn-watch-page .mmn-watch-description{
  width:100%!important;
  max-width:1100px!important;
  color:rgba(255,255,255,.80)!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-size:16px!important;
  line-height:1.68!important;
  font-weight:400!important;
  letter-spacing:0!important;
}

body .mmn-watch-page .mmn-watch-description h1,
body .mmn-watch-page .mmn-watch-description h2,
body .mmn-watch-page .mmn-watch-description h3,
body .mmn-watch-page .mmn-watch-description h4,
body .mmn-watch-page .mmn-watch-description h5,
body .mmn-watch-page .mmn-watch-description h6{
  color:#fff!important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-style:normal!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
  text-transform:none!important;
  line-height:1.22!important;
  padding:0!important;
}

body .mmn-watch-page .mmn-watch-description h1{
  font-size:32px!important;
  margin:0 0 16px!important;
}
body .mmn-watch-page .mmn-watch-description h2{
  font-size:30px!important;
  margin:24px 0 12px!important;
}
body .mmn-watch-page .mmn-watch-description h3{
  font-size:24px!important;
  margin:22px 0 10px!important;
}
body .mmn-watch-page .mmn-watch-description h4{
  font-size:20px!important;
  margin:20px 0 9px!important;
}
body .mmn-watch-page .mmn-watch-description h5,
body .mmn-watch-page .mmn-watch-description h6{
  font-size:17px!important;
  margin:18px 0 8px!important;
}

body .mmn-watch-page .mmn-watch-description p,
body .mmn-watch-page .mmn-watch-description div{
  font-family:inherit!important;
  font-size:inherit!important;
  line-height:inherit!important;
  letter-spacing:normal!important;
}

body .mmn-watch-page .mmn-watch-description p{
  margin:0 0 16px!important;
}
body .mmn-watch-page .mmn-watch-description strong,
body .mmn-watch-page .mmn-watch-description b{
  color:#fff!important;
  font-weight:800!important;
}
body .mmn-watch-page .mmn-watch-description em,
body .mmn-watch-page .mmn-watch-description i{
  font-style:italic!important;
}
body .mmn-watch-page .mmn-watch-description a,
body .mmn-watch-page .mmn-watch-description a:link,
body .mmn-watch-page .mmn-watch-description a:visited{
  color:#ca2027!important;
  font-weight:700!important;
  text-decoration:underline!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:3px!important;
}
body .mmn-watch-page .mmn-watch-description a:hover,
body .mmn-watch-page .mmn-watch-description a:focus{
  color:#fff!important;
}
body .mmn-watch-page .mmn-watch-description ul,
body .mmn-watch-page .mmn-watch-description ol{
  margin:0 0 16px 1.25em!important;
  padding:0!important;
}
body .mmn-watch-page .mmn-watch-description li{
  margin:0 0 7px!important;
  line-height:1.62!important;
}

@media(max-width:700px){
  body .mmn-watch-page .mmn-watch-description{
    font-size:15.5px!important;
    line-height:1.64!important;
  }
  body .mmn-watch-page .mmn-watch-description h1,
  body .mmn-watch-page .mmn-watch-description h2{
    font-size:24px!important;
  }
  body .mmn-watch-page .mmn-watch-description h3{
    font-size:21px!important;
  }
  body .mmn-watch-page .mmn-watch-description h4{
    font-size:18px!important;
  }
}
