
.ws-shorts,
.ws-add{
  position:relative;
  overflow-x:hidden;
  padding-top:0;
  padding-bottom:32px;
  --cut:0;
  --reelW:min(56.25rem, calc(100vw - 2rem));
  --reelGap:1rem;
  --padL:0.75rem;
  --peekR:0.75rem;
  background:#1d1b1b;
  color:#fff;
}

.ws-shorts *,
.ws-add *{
  box-sizing:border-box;
}

.ws-add__container{
  max-width:90rem;
  margin:0 auto;
  padding:0 var(--padL);
  overflow-x:hidden;
}

.ws-add__header{
  text-align:center;
  margin:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  max-width:56.25rem;
  margin-left:auto;
  margin-right:auto;
}

.ws-add__header > *{
  min-width:0;
}

.ws-add__title{
  margin:2rem 0 0;
  line-height:1.15;
  font-family:var(--font-head, "Roboto Slab", serif);
  font-weight:700;
}

.ws-add__sub{
  margin:0.25rem 0 1.125rem !important;
  line-height:1.45;
  max-width:100%;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:normal;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-weight:500;
}

.ws-add__swiper{
  position:relative;
  width:100%;
  max-width:100%;
}

.ws-add__swiper,
.ws-add__swiper .swiper{
  overflow-x:hidden !important;
  overflow-y:visible !important;
  padding-left:var(--padL) !important;
  padding-right:var(--peekR) !important;
}

.ws-add__swiper .swiper-wrapper{
  margin:0 !important;
}

.ws-shorts .swiper,
.ws-add .swiper{
  overflow-x:hidden;
  overflow-y:visible;
}

.ws-shorts .swiper-wrapper,
.ws-add .swiper-wrapper{
  display:flex;
  transition-property:transform;
}

.ws-shorts .swiper-slide,
.ws-add .swiper-slide{
  flex-shrink:0;
  min-width:0;
}

.ws-add__slide{
  width:var(--reelW);
  display:flex;
  flex-direction:column;
  gap:0;
  contain:layout paint;
}

.ws-add__slide,
.ws-add__swiper .swiper-slide{
  width:var(--reelW) !important;
  max-width:var(--reelW) !important;
  margin-right:var(--reelGap) !important;
  flex:0 0 auto !important;
}

.ws-add__swiper .swiper-slide:last-child{
  margin-right:0 !important;
}

.ws-add__figure{
  position:relative;
  z-index:0;
  margin:0 !important;
  overflow:hidden !important;
  border-radius:24px !important;
  background:transparent;
  box-shadow:var(--shadow);
  -webkit-clip-path:none !important;
  clip-path:none !important;
}

.ws-add__figure::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:42%;
  background:linear-gradient(to top, rgba(15,17,21,.92) 0%, rgba(15,17,21,.7) 38%, rgba(15,17,21,0) 100%);
  pointer-events:none;
  z-index:2;
}

.ws-add__figure::before{
  content:"";
  display:block;
  padding-top:56.25%;
}

.ws-add__figure picture,
.ws-add__media,
.ws-add__poster-wrap,
.ws-add__poster,
.ws-add__video,
.ws-add__img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
}

.ws-add__poster,
.ws-add__video,
.ws-add__img{
  object-fit:cover;
  object-position:center center;
  background:transparent;
}

.ws-add__poster{
  z-index:2;
  transition:opacity .2s ease;
}

.ws-add__video,
.ws-add__img{
  z-index:1;
}

.ws-add__figure.ws-add__figure--poster-hidden .ws-add__poster{
  opacity:0;
  pointer-events:none;
}

.ws-add__figure > .ws-add__video,
.ws-add__figure > .ws-add__img,
.ws-add__figure > .ws-add__poster,
.ws-add__figure > .ws-add__poster-wrap,
.ws-add__figure > .ws-add__media{
  border-radius:inherit !important;
}

.ws-add__tag{
  position:absolute;
  left:0.875rem;
  top:0.875rem;
  z-index:6;
  pointer-events:none;
  padding:0.5625rem 0.875rem;
  border-radius:1.125rem;
  font-size:0.875rem;
  line-height:1.15;
  font-weight:700;
  background:rgba(0,0,0,.6) !important;
  color:#fff !important;
  -webkit-backdrop-filter:blur(0.375rem) saturate(120%);
  backdrop-filter:blur(0.375rem) saturate(120%);
  box-shadow:
    0 0.25rem 0.625rem rgba(0,0,0,.25),
    inset 0 0 0 0.0625rem rgba(255,255,255,.12);
}

.ws-add__subs{
  position:absolute;
  left:0.875rem;
  top:0.875rem;
  z-index:6;
  pointer-events:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0.5625rem 0.875rem;
  border-radius:999rem;
  font-size:0.875rem;
  line-height:1;
  font-weight:700;
  color:#fff;
  background:rgba(0,0,0,.55);
  border:0.0625rem solid rgba(255,255,255,.18);
  -webkit-backdrop-filter:blur(0.5rem) saturate(1.2);
  backdrop-filter:blur(0.5rem) saturate(1.2);
  box-shadow:
    0 0.25rem 0.625rem rgba(0,0,0,.25),
    inset 0 0 0 0.0625rem rgba(255,255,255,.1);
}

.ws-add__pp{
  position:absolute;
  top:50%;
  left:50%;
  width:72px;
  height:72px;
  padding:0;
  border-radius:999px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:1000;
  color:#fff !important;
  background:rgba(10,10,10,.62) !important;
  border:0 !important;
  -webkit-backdrop-filter:blur(10px) !important;
  backdrop-filter:blur(10px) !important;
  box-shadow:0 18px 38px rgba(0,0,0,.34) !important;
  transform:translate(-50%, -50%);
  transition:opacity .18s ease, transform .18s ease;
}

.ws-add__pp-ripple{
  position:absolute;
  inset:-10px;
  border:1px solid rgba(255,255,255,.36);
  border-radius:inherit;
  animation:ws-shorts-play-pulse 1.8s ease-out infinite;
}

.ws-add__pp-icon{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-left:3px;
}

.ws-add__pp:focus-visible{
  outline:0.125rem solid rgba(255,255,255,.35);
  outline-offset:0.125rem;
}

.ws-add__icon{
  width:28px;
  height:28px;
  display:block;
  fill:currentColor;
}

.ws-add__pp[data-state="playing"]{
  opacity:0;
  pointer-events:none;
}

@keyframes ws-shorts-play-pulse{
  0%{
    transform:scale(.92);
    opacity:.9;
  }
  70%{
    transform:scale(1.2);
    opacity:0;
  }
  100%{
    transform:scale(1.26);
    opacity:0;
  }
}

.ws-add__mute{
  position:absolute;
  right:0.75rem;
  top:0.75rem;
  width:2.5rem;
  height:2.5rem;
  border-radius:50% !important;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:1000;
  color:#fff !important;
  background:rgba(0,0,0,.55) !important;
  border:0.0625rem solid rgba(255,255,255,.22) !important;
  -webkit-backdrop-filter:blur(0.5rem) saturate(1.2) !important;
  backdrop-filter:blur(0.5rem) saturate(1.2) !important;
  box-shadow:0 0.5rem 1.125rem rgba(0,0,0,.18) !important;
  transition:transform .15s ease, box-shadow .2s ease, background .15s ease;
}

.ws-add__mute:hover{
  background:rgba(0,0,0,.65) !important;
  transform:translateY(-0.0625rem);
}

.ws-add__mute:active{
  transform:none;
}

.ws-add__mute:focus-visible{
  outline:0.125rem solid rgba(255,255,255,.35);
  outline-offset:0.125rem;
}

.ws-add__mute-i{
  position:absolute;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
}

.ws-add__mute-i svg{
  width:1.125rem;
  height:1.125rem;
  display:block;
  flex:0 0 auto;
  stroke:currentColor;
  fill:none;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ws-add__mute[data-state="off"] .ws-add__mute-i--on{ display:flex; }
.ws-add__mute[data-state="on"] .ws-add__mute-i--off{ display:flex; }

.ws-add__dur{
  position:absolute;
  right:0.75rem;
  bottom:0.625rem;
  padding:0.25rem 0.5rem;
  border-radius:0.5rem;
  z-index:998;
  pointer-events:none;
  background:rgba(0,0,0,.55) !important;
  color:#fff !important;
  border:0.0625rem solid rgba(255,255,255,.18) !important;
  -webkit-backdrop-filter:blur(0.5rem) saturate(1.2);
  backdrop-filter:blur(0.5rem) saturate(1.2);
}

.ws-shorts .ws2-card__price,
.ws-shorts .ws2-card_price,
.ws-add .ws2-card__price,
.ws-add .ws2-card_price{
  position:absolute;
  left:50% !important;
  right:auto !important;
  top:auto !important;
  bottom:0.875rem !important;
  transform:translateX(-50%) !important;
  z-index:2;
  margin:0 !important;
  padding:0.5rem 0.75rem;
  border-radius:999rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0.5rem;
  text-align:center;
  pointer-events:none;
  color:#fff !important;
  background:rgba(0,0,0,.65) !important;
  border:0.0625rem solid rgba(255,255,255,.25) !important;
  -webkit-backdrop-filter:blur(0.5rem) saturate(1.2);
  backdrop-filter:blur(0.5rem) saturate(1.2);
  box-shadow:0 0.25rem 0.875rem rgba(0,0,0,.25);
  font-size:0.875rem;
  font-weight:700;
  line-height:1;
}

.ws-shorts .ws2-card__price *,
.ws-shorts .ws2-card_price *,
.ws-add .ws2-card__price *,
.ws-add .ws2-card_price *{
  color:inherit !important;
}

.ws-add__cap{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:3;
  display:block !important;
  height:auto !important;
  padding:18px 20px 20px !important;
  margin:0 !important;
  font-size:14px;
  line-height:1.4;
  color:#fff;
  pointer-events:none;
}

.ws-add__cap-title{
  display:block;
  font-weight:700;
  font-size:var(--h4-size);
  line-height:1.25;
  margin-bottom:4px;
  text-decoration:none;
  color:#fff;
  pointer-events:auto;
  font-family:var(--font-head, "Roboto Slab", serif);
}

.ws-add__cap-title:hover{
  text-decoration:underline;
}

.ws-add__cap-text{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  -webkit-line-clamp:2;
  line-clamp:2;
  color:rgba(255,255,255,.88);
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-weight:500;
}

.ws-shorts .ws-smart__btn,
.ws-add .ws-smart__btn{
  width:20rem;
  max-width:100%;
  height:2.875rem;
  border-radius:0.625rem;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:1rem auto 0 !important;
  position:relative;
  z-index:2;
  font-weight:600;
  font-size:1.125rem;
  font-family:var(--font-body, "Montserrat", sans-serif);
  letter-spacing:.02em;
  transition:transform .15s, box-shadow .15s;
  -webkit-tap-highlight-color:transparent;
}

.ws-shorts .ws-smart__btn:hover,
.ws-add .ws-smart__btn:hover{
  transform:translateY(-0.0625rem);
}

.ws-shorts .ws-smart__btn:active,
.ws-add .ws-smart__btn:active{
  transform:none;
}

.ws-shorts .ws-smart__btn:focus-visible,
.ws-add .ws-smart__btn:focus-visible{
  outline:0.125rem solid;
  outline-offset:0.125rem;
}

.ws-add__pag{
  position:static !important;
  margin:0.5rem auto 0 !important;
  padding:0 !important;
  height:auto !important;
  min-height:0.75rem;
  line-height:0 !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  transform:none !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  z-index:3;
  color:#fff !important;
}

.ws-add__pag .swiper-pagination-bullet{
  width:2.875rem;
  height:0.25rem;
  border-radius:999rem;
  margin:0 0.25rem !important;
  vertical-align:top;
  opacity:1 !important;
  background:rgba(255,255,255,.3) !important;
}

.ws-add__pag .swiper-pagination-bullet-active{
  background:#fff !important;
}

.ws-add__header,
.ws-add__header *,
.ws-add__title,
.ws-add__title *,
.ws-add__sub,
.ws-add__sub *{
  color:#fff !important;
}

.ws-add__nav{
  position:absolute !important;
  top:50% !important;
  bottom:auto !important;
  transform:translateY(-50%) !important;
  width:2.625rem;
  height:2.625rem;
  border-radius:50%;
  display:grid !important;
  place-items:center !important;
  z-index:999;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  cursor:pointer !important;
  transition:transform .15s ease, box-shadow .2s ease, background .15s ease;
  color:#fff !important;
  background:var(--ws-nav-bg, rgba(0,0,0,.35)) !important;
  border:0.0625rem solid var(--ws-nav-brd, rgba(255,255,255,.24)) !important;
  box-shadow:var(--ws-nav-shadow, 0 0.5rem 1.125rem rgba(0,0,0,.18)) !important;
  -webkit-backdrop-filter:blur(var(--ws-nav-blur, 0.5rem)) saturate(1.2) !important;
  backdrop-filter:blur(var(--ws-nav-blur, 0.5rem)) saturate(1.2) !important;
}

.ws-add__nav:hover{
  background:var(--ws-nav-hover, rgba(0,0,0,.48)) !important;
  transform:translateY(-50%) scale(1.04) !important;
  box-shadow:0 0.75rem 1.75rem rgba(0,0,0,.18) !important;
}

.ws-add__prev{
  left:0.375rem !important;
}

.ws-add__next{
  right:0.375rem !important;
}

.ws-add__nav svg{
  display:block !important;
  width:var(--ws-nav-icon, 1.25rem) !important;
  height:var(--ws-nav-icon, 1.25rem) !important;
  margin:0 !important;
  transform:none !important;
  fill:currentColor;
  opacity:.95;
}

.ws-add__nav svg path{
  stroke:currentColor !important;
}

.ws-add__nav.swiper-button-disabled{
  opacity:.45 !important;
  pointer-events:none !important;
  transform:translateY(-50%) !important;
}

.ws-add__slide,
.ws-add__figure,
.ws-add__video,
.ws-add__poster,
.ws-add__img{
  cursor:pointer;
}

.ws-shorts--posters .ws-add__pp,
.ws-add--posters .ws-add__pp{
  pointer-events:none;
  cursor:default;
}

.ws-shorts--posters .ws-add__icon--pause,
.ws-add--posters .ws-add__icon--pause{
  display:none !important;
}

.ws-shorts--posters .ws-add__icon--play,
.ws-add--posters .ws-add__icon--play{
  display:block !important;
}

.ws-shorts a.ws-smart__btn.ws-smart__btn--glow,
.ws-add a.ws-smart__btn.ws-smart__btn--glow,
.ws-add .ws-series__btn--glow{
  background:#00A0E3 !important;
  background-color:#00A0E3 !important;
  color:#fff !important;
  border:0 !important;
  box-shadow:0 14px 30px rgba(0,160,227,.28) !important;
  position:relative;
  isolation:isolate;
  overflow:visible;
  animation:wsGlowPulse 2.2s ease-in-out infinite;
}

.ws-shorts a.ws-smart__btn.ws-smart__btn--glow,
.ws-shorts a.ws-smart__btn.ws-smart__btn--glow *,
.ws-add a.ws-smart__btn.ws-smart__btn--glow,
.ws-add a.ws-smart__btn.ws-smart__btn--glow *,
.ws-add .ws-series__btn--glow,
.ws-add .ws-series__btn--glow *{
  color:#fff !important;
  fill:currentColor !important;
}

.ws-shorts a.ws-smart__btn.ws-smart__btn--glow::after,
.ws-add a.ws-smart__btn.ws-smart__btn--glow::after,
.ws-add .ws-series__btn--glow::after{
  content:"";
  position:absolute;
  inset:-22px;
  border-radius:999px;
  background:rgba(0,160,227,.30);
  filter:blur(20px);
  opacity:.70;
  z-index:-1;
  pointer-events:none;
  animation:wsGlowAura 2.2s ease-in-out infinite;
}

@keyframes wsGlowPulse{
  0%,100%{ transform:scale(1); }
  50%{ transform:scale(1.02); }
}

@keyframes wsGlowAura{
  0%,100%{ opacity:.50; transform:scale(1); }
  50%{ opacity:.85; transform:scale(1.08); }
}

@media (prefers-reduced-motion: reduce){
  .ws-shorts a.ws-smart__btn.ws-smart__btn--glow,
  .ws-shorts a.ws-smart__btn.ws-smart__btn--glow::after,
  .ws-add a.ws-smart__btn.ws-smart__btn--glow,
  .ws-add a.ws-smart__btn.ws-smart__btn--glow::after,
  .ws-add .ws-series__btn--glow,
  .ws-add .ws-series__btn--glow::after{
    animation:none !important;
  }
}

@media (max-width: 820px){
  .ws-add__header{
    padding:0 16px;
  }

  .ws-add__sub{
    text-wrap:balance;
  }
}

@media (min-width:48.0625rem) and (max-width:79.9375rem){
  .ws-shorts,
  .ws-add{
    --reelW:calc(100vw - 2rem);
    --reelGap:0.875rem;
    --padL:0.75rem;
    --peekR:0.5rem;
  }
}

@media (max-width:64rem) and (max-height:38rem) and (orientation:landscape){
  .ws-shorts,
  .ws-add{
    --reelW:calc(88vw - 6px);
    --reelGap:4px;
    --padL:3px;
    --peekR:0px;
  }
}

@media (max-width:768px){
  .ws-shorts,
  .ws-add{
    --reelW:calc(100vw - 8px);
    --reelGap:6px;
    --padL:4px;
    --peekR:0px;
  }

  .ws-add__figure{
    width:100% !important;
    height:560px !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
    border-radius:24px !important;
    overflow:hidden !important;
  }

  .ws-add__figure::before{
    content:none !important;
    display:none !important;
    padding-top:0 !important;
  }

  .ws-add__figure picture,
  .ws-add__media,
  .ws-add__poster-wrap,
  .ws-add__poster,
  .ws-add__video,
  .ws-add__img{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
  }

  .ws-add__poster,
  .ws-add__video,
  .ws-add__img{
    object-fit:cover !important;
    object-position:center top !important;
  }

  .ws-add__cap-title{
    font-size:20px;
  }

  .ws-add__cap{
    padding:16px 16px 18px !important;
  }

  .ws-add__subs{
    left:10px;
    top:10px;
    padding:5px 9px;
    font-size:13px;
  }

  .ws-add__mute{
    right:10px;
    top:10px;
    width:40px;
    height:40px;
  }

  .ws-add__pp{
    width:64px;
    height:64px;
  }

  .ws-add__icon{
    width:24px;
    height:24px;
  }

  .ws-add__mute-i svg{
    width:18px;
    height:18px;
  }

  .ws-add__prev{
    left:6px !important;
  }

  .ws-add__next{
    right:6px !important;
  }

  .ws-add__pag{
    margin:12px auto 0 !important;
  }
}

@media (max-width:480px){
  .ws-shorts,
  .ws-add{
    --reelW:calc(88vw - 6px);
    --reelGap:4px;
    --padL:3px;
    --peekR:0px;
  }

  .ws-add__figure{
    height:580px !important;
    aspect-ratio:auto !important;
  }

  .ws-add__poster,
  .ws-add__video,
  .ws-add__img{
    object-position:center top !important;
  }

  .ws-add__cap{
    padding:14px 14px 16px !important;
  }

  .ws-add__cap-title{
    font-size:18px;
  }

  .ws-add__prev{
    left:4px !important;
  }

  .ws-add__next{
    right:4px !important;
  }
}



























.ws-add__title{
  margin:0;
  line-height:1.08;
  display:block;
  max-width:100%;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
  text-wrap:balance;
  font-family:var(--font-head, "Roboto Slab", serif);
  font-weight:800;
}

.ws-add__title::before,
.ws-add__title::after{
  content:none;
}

.ws-add__sub{
  margin:.55rem auto 0 !important;
  line-height:1.45;
  max-width:860px;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:normal;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-weight:500;
  color:rgba(255,255,255,.78) !important;
}

.ws-add__header{
  position:relative;
  margin:0 auto 22px;
  max-width:980px;
}

.ws-add__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin:0 0 8px;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:13px;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#FFD152 !important;
}

.ws-add__eyebrow,
.ws-add__eyebrow span{
  color:#FFD152 !important;
}

.ws-add__eyebrow-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  color:#FFD152 !important;
}

.ws-add__eyebrow-icon svg{
  width:17px;
  height:17px;
  display:block;
  color:#FFD152 !important;
}

.ws-add__eyebrow-icon svg path{
  stroke:#FFD152 !important;
}

.ws-add__header::after{
  content:"";
  display:block;
  width:190px;
  height:22px;
  margin:8px auto 0;
  background:
    linear-gradient(#FFD152, #FFD152) left 50% / 78px 1px no-repeat,
    linear-gradient(#FFD152, #FFD152) right 50% / 78px 1px no-repeat;
  opacity:.85;
}

.ws-add__header::before{
  content:"×";
  position:absolute;
  left:50%;
  bottom:0;
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translateX(-50%);
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:22px;
  line-height:1;
  font-weight:500;
  color:#FFD152;
}

.ws-add__sub .ws-add__hl,
.ws-add__sub .ws-add__hl *,
.ws-add__sub mark,
.ws-add__sub mark *{
  display:inline;
  padding:.08em .34em;
  border-radius:.38em;
  background:#FFD152;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  box-shadow:none;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
}

#classic-seria.ws-shorts .ws-add__sub .ws-add__hl,
#classic-seria.ws-shorts .ws-add__sub .ws-add__hl *,
#classic-seria.ws-shorts .ws-add__sub mark,
#classic-seria.ws-shorts .ws-add__sub mark *,
#classic-seria.ws-add .ws-add__sub .ws-add__hl,
#classic-seria.ws-add .ws-add__sub .ws-add__hl *,
#classic-seria.ws-add .ws-add__sub mark,
#classic-seria.ws-add .ws-add__sub mark *{
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
}

@media (max-width:768px){
  .ws-add__title{
    font-size:clamp(32px, 10vw, 46px);
    line-height:1.08;
    text-wrap:balance;
  }

  .ws-add__title::before,
  .ws-add__title::after{
    font-size:1em;
  }
}

/* Final strong header unification for shorts block */
.ws-shorts.ws-add{
  padding-top:32px !important;
}

.ws-shorts .ws-add__title::before,
.ws-shorts .ws-add__title::after{
  content:none !important;
  display:none !important;
}

.ws-shorts .ws-add__title .ws-add__hl,
.ws-shorts .ws-add__title mark,
.ws-shorts .ws-add__title span.ws-add__hl{
  display:inline !important;
  white-space:normal !important;
  color:#FFD152 !important;
  -webkit-text-fill-color:#FFD152 !important;
  background:transparent !important;
  padding:0 !important;
}

/* Override legacy #classic-seria rules from banner.css */
#classic-seria.ws-shorts.ws-add{
  padding-top:32px !important;
}

#classic-seria .ws-add__eyebrow{
  display:inline-flex !important;
  visibility:visible !important;
  opacity:1 !important;
  color:#FFD152 !important;
}

#classic-seria .ws-add__title::before,
#classic-seria .ws-add__title::after{
  content:none !important;
  display:none !important;
}

#classic-seria .ws-add__title .ws-add__hl{
  display:inline !important;
  white-space:normal !important;
  color:#FFD152 !important;
  -webkit-text-fill-color:#FFD152 !important;
  background:transparent !important;
  padding:0 !important;
}

#classic-seria .ws-add__sub{
  color:rgba(255,255,255,.78) !important;
}
