/* WATCH category infinite scroll (v6)
   - Hide classic pagination
   - Hidden sentinel instead of visible button
   - Final title arrow alignment override
*/

.watch-catpage .navigation,
.watch-catpage .splitnewsnavigation,
.watch-catpage .pagination,
.watch-catpage .pager,
.watch-catpage .page-nav,
.watch-catpage .page_nav,
.watch-catpage .pages{
  display:none !important;
}

.watch-catpage .watch-catnav{ display:none !important; }

.watch-catpage .watch-loadmore-wrap{
  display:block !important;
  width:100%;
  padding:0;
  margin:0;
}
.watch-catpage .watch-loadmore-wrap[hidden]{
  display:none !important;
}
.watch-catpage .watch-loadmore-sentinel{
  width:100%;
  height:1px;
  opacity:0;
  pointer-events:none;
}
.watch-catpage .watch-loadmore-btn{
  display:none !important;
}

.watch-block__title,
.watch-block__head .watch-block__title{
  display:block;
  line-height:1.05 !important;
  margin:0 !important;
}

.watch-block__titleLink{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  vertical-align:middle !important;
  line-height:1.05 !important;
  gap:4px !important;
  padding-right:0 !important;
  text-decoration:none !important;
}

.watch-block__titleLink::after{
  display:none !important;
  content:none !important;
  border:0 !important;
}

.watch-block__titleArrow,
.watch-block__head > .watch-head-arrow,
.watch-block__head .watch-head-arrow,
.watch-block__head .watch-block__titleArrow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  width:12px !important;
  height:12px !important;
  margin-left:4px !important;
  position:relative !important;
  top:1px !important;
  padding:0 !important;
  opacity:0 !important;
  pointer-events:none !important;
  transform:translateX(-3px) !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  color:rgba(176,176,176,.92) !important;
  transition:opacity .2s ease, transform .2s ease, color .2s ease !important;
}
.watch-block__titleArrow .watch-mi,
.watch-block__head > .watch-head-arrow .watch-mi,
.watch-block__head .watch-head-arrow .watch-mi{
  display:block !important;
  font-size:16px !important;
  line-height:1 !important;
  color:inherit !important;
}
html[data-watch-theme="light"] .watch-block__titleArrow,
html[data-watch-theme="light"] .watch-block__titleArrow .watch-mi,
html[data-watch-theme="light"] .watch-block__head > .watch-head-arrow,
html[data-watch-theme="light"] .watch-block__head > .watch-head-arrow .watch-mi,
html[data-watch-theme="light"] .watch-block__head .watch-head-arrow,
html[data-watch-theme="light"] .watch-block__head .watch-head-arrow .watch-mi{
  color:rgba(120,120,120,.92) !important;
}

/* Show category arrow only when hovering/focusing the category title text link */
.watch-block__titleLink:hover .watch-block__titleArrow,
.watch-block__titleLink:focus-visible .watch-block__titleArrow{
  opacity:1 !important;
  transform:translateX(0) !important;
}
.watch-home .watch-block__head:hover .watch-block__titleArrow,
.watch-home .watch-block__head:focus-within .watch-block__titleArrow{
  opacity:0 !important;
  transform:translateX(-3px) !important;
}
.watch-home .watch-block__titleLink:hover .watch-block__titleArrow,
.watch-home .watch-block__titleLink:focus-visible .watch-block__titleArrow{
  opacity:1 !important;
  transform:translateX(0) !important;
}
