

#episode-pager-section .episode-pager {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

#episode-pager-section .episode-pager-prev, 
#episode-pager-section .episode-pager-next {
  width: 48%;
}

#episode-pager-section .episode-pager a {
  display: block;
  padding: 12px;
  background: #e5e9ff;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
}

#episode-pager-section .episode-pager-prev span::before {
  content: "\f0a8";
  font-family: "fontAwesome";
  color: #0073e6;
}

#episode-pager-section .episode-pager-next span::after {
  content: "\f0a9";
  font-family: "fontAwesome";
  color: #0073e6;
}


#episode-pager-section .episode-pager p {
  margin: 5px 0 0;
  font-size: 14px;
}

.eps-nptitle {
  font-weight: 600;
  color: #0f2282;
}

.eps-subtitle {
  font-size: 0.9em;
  margin-left: 0.5em;
}

.eps-nextpre-UP {
  margin-top: -50px;
}
