@media (max-width:768px){
    body.manga-page .profile-manga .tab-summary .summary_content{
        max-width: 100%;
    }

    .reading-manga .reading-manga }

body.manga-page .profile-manga .tab-summary .summary_content .manga-title h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    margin-top: 4px;
    font-size: 40px;
    color: #fff;
}

.manga-extra-info__tabs .nav-tabs {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    border-bottom: none;

}

.manga-extra-info__tabs .nav-tabs .nav-link {
    border: none;
    font-size: 32px;
    font-weight: 550;
    padding: 0;
    color: var(--gray-text-color);
}

.manga-extra-info__tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    border: none;
    border-bottom: solid 3px var(--madara-main-color);
}

#manga-extra-info__tabs > li:not(:first-child) {
    position: relative;
    padding-left: 40px !important;
}

#manga-extra-info__tabs > li:not(:first-child):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 50%;
    background: rgb(231, 231, 231);
}

#manga-extra-info__tab-content {
    margin-top: 40px;
}

.manga-extra-info__content .info-block{
    margin-bottom: 40px;
}

.mobile .manga-extra-info__content .info-block{
    margin-bottom: 75px;
}

.manga-extra-info .manga-extra-info__content .info-block h4{
    color: var(--dark-2-text-color);
    font-size: 24px !important;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.manga-extra-info .manga-extra-info__content .excerpt-content {
    color: var(--dark-2-text-color);
    font-size: 16px;
    line-height: 24px;
}

.manga-extra-info__content .info-block.show-less .excerpt-content{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.manga-extra-info__content .manga-tags .tags-content {

}

.manga-extra-info__content .manga-tags .tags-content a {
    border: solid 1px var(--gray-text-color);
    border-radius: 30px;
    padding: 0px 15px;
    color: var(--dark-2-text-color);
    display: inline-block;
    margin: 2px
}

.manga-extra-info__content .manga-tags .tags-content a:before {
    content: '#'
}

.manga-extra-info__content .related-content {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 15px;
}

.manga-extra-info__content .latest-release {
    gap: 30px;
}

.manga-extra-info__content .latest-release .latest-chap span:first-child{
    font-size: 16px;
    color: #7a8599;
    margin-right:15px;
}

.manga-extra-info__content .latest-release .latest-chap .chapter a {
    color: var(--dark-2-text-color);
    font-size: 16px;
    text-transform: capitalize;
}

.manga-extra-info__content .latest-release .post-on span {
    font-size: 14px;
    color: #7a8599;
}

.manga-extra-info__content .latest-release .btn-reverse-order {
    margin-left: auto;
}

.manga-extra-info__content .latest-release .btn-reverse-order .ion-md-swap:before {
    transform: rotate(90deg);
    font-size: 24px;
    color: var(--dark-2-text-color);
}

.manga-extra-info__content .latest-release {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--gray-bg-color);
}

.reading-manga .text-ui-dark.reading-manga .light-ui-dark.reading-manga @media (max-width: 767px) {

    .menu_icon__open.active > span:last-child, .menu_icon__open.active > span:first-child {
        transform: none;
    }
    .menu_icon__open.active > span {
        opacity: 1;
    }

    .c-modal_sign-in {
        margin-right: 8px;
    }

    .manga-novelhub-hero-slider {
        margin-left: -15px;
        margin-right: -15px;
    }

    .novelhub-hero_slider__container .slick-slide, .novelhub-hero_slider__item {
        height: auto;
    }

    .novelhub-hero_slider__container img {
        object-fit: contain;
    }

    .novelhub-hero_slider__container .slick-slide {
        padding-left: 15px;
        padding-right: 15px;
    }
    .novelhub-hero_slider__container .slick-slide a img {
        border-radius: 10px;
    }

    .novelhub-hero_slider__container .slick-dots {
        bottom: 15px;
    }

    .novelhub-hero_slider__container .slick-dots li {
        background: var(--gray-bg-color);
        width: 20px;
        height: 2px;
        border-radius: 1px;

    }

    .page-content-listing.item-big_thumbnail.item-one_featured .summary {
        display: none;
    }

    .page-content-listing.item-big_thumbnail.item-one_featured .page-item-detail.manga {
        display:flex;
        column-gap: 15px;
        align-items: center;
    }

    .page-content-listing.item-big_thumbnail.item-one_featured .page-item-detail.manga img {
        width: 102px
    }

    .page-content-listing.item-default {
        grid-template-columns: repeat(1,1fr)
    }

    .manga-extra-info__content .related-content {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 599px) {
    body.manga-page:not(.reading-manga) .profile-manga {
        padding-top: 0;
        padding-bottom: 0 ;
        margin-bottom: 0;
        clip-path: unset;
        background: unset;
        position: unset;
        --p: 0px;
    }
    body.manga-page:not(.reading-manga) .c-page-content {
        margin-top: 0;
    }
    body.manga-page:not(.reading-manga) .profile-manga .col-12 {
        padding: 0;
    }

    body.manga-page .profile-manga .tab-summary {
        flex-direction: column;
        padding-top:0;
        padding-bottom:0;
        margin-bottom: 0;
        row-gap: 0px;
    }

    body.manga-page:not(.reading-manga) .c-page-content .content-area {
        margin-top: 0;
    }

    body.manga-page .profile-manga .tab-summary .summary_image {
        margin-bottom: 0;
    }

    body.manga-page .profile-manga .tab-summary .summary_image, body.manga-page .profile-manga .tab-summary .summary_image a {
        width: 100%;
        height: auto;
    }

    body.manga-page .profile-manga .tab-summary .summary_image img {
        width: 100%;
    }

    body.manga-page .profile-manga .tab-summary .summary_image img.nhv-prog-img{
        transition: filter .28s ease, transform .28s ease, opacity .28s ease;
        will-change: filter, transform, opacity;
    }
    body.manga-page .profile-manga .tab-summary .summary_image img.nhv-prog-img.is-loading{
        filter: blur(10px);
        transform: scale(1.02);
        opacity: .58;
    }
    body.manga-page .profile-manga .tab-summary .summary_image img.nhv-prog-img.is-loaded{
        filter: none;
        transform: none;
        opacity: 1;
    }

    body.manga-page .profile-manga .tab-summary .summary_content {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 15px;
        width: 100%;
    }

    body.manga-page .profile-manga .tab-summary .summary_content .manga-title h2 {
        font-size: 28px;
    }

    body.manga-page .profile-manga .tab-summary .summary_content .manga-data {
        display:flex;
        flex-wrap: wrap;
    }

    body.manga-page .profile-manga .tab-summary .summary_content .manga-data.row-1 {
        font-size: 13px;
    }

    body.manga-page .profile-manga .tab-summary .summary_content .manga-data.row-1 i {
        font-size: 12px;
    }

    body.manga-page .profile-manga .tab-summary .summary_content .manga-data.row-2 {
        font-size: 13px;
    }

    body.manga-page .profile-manga .tab-summary .post-rating i {
        font-size: 18px;
    }

    body.manga-page .profile-manga .tab-summary .post-rating span {
        font-size: 16px;
    }

    body.manga-page .profile-manga .tab-summary .summary_content .manga-actions {
        display: flex;
        justify-content: center;
        gap: 0;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 50%;
        padding: 10px 15px;
        background: white;
        z-index: 9999;
    }

    body.manga-page .profile-manga .tab-summary .summary_content .manga-actions #init-links {
        margin-top: 0;
    }
    body.manga-page .profile-manga .tab-summary .summary_content .manga-actions .quick-read {
        display: block;
    }
    body.manga-page .profile-manga .tab-summary .summary_content .manga-actions .add-bookmark {
        padding: 10px 20px;
        border-radius: 5px
    }
    body.manga-page .profile-manga .tab-summary .summary_content .manga-actions .bookmark-btn .action_detail{
        display: none;
    }

    body.manga-page .profile-manga .tab-summary .summary_content .bookmark-btn .add-bookmark {
        font-size: 13px;
    }

    body.manga-page .profile-manga .tab-summary .summary_content .bookmark-btn .add-bookmark i {
        font-size: 18px;
    }

    body.manga-page .profile-manga .tab-summary .summary_content * {
        z-index: 99;
    }

    body.manga-page .profile-manga .tab-summary .summary_content:before {
        position: absolute;
        content:'';
        top:0;
        left:-30px;
        width: calc( 100% + 60px);
        height: 100%;
        background: linear-gradient(180deg,rgba(18,18,26,0) 0,rgba(18,18,26,.8) 35%,#12121a 100%);
        z-index:2;
    }

    body.manga-page .profile-manga .tab-summary .summary_content h2 {
        position: relative;
        z-index: 99;
    }

    body.manga-page:not(.reading-manga) .c-page-content .content-area .container {
        padding: 30px 15px;
    }
    .manga-extra-info__tabs .nav-tabs {
        gap: 20px;
    }
    .manga-extra-info__tabs .nav-tabs .nav-link {
        font-size: 16px;
    }
    #manga-extra-info__tabs > li:not(:first-child) {
        padding-left: 20px;
    }

    .manga-extra-info .manga-extra-info__content .info-block.manga-excerpt h4 {
        display: none;
    }

    .manga-extra-info .manga-extra-info__content .info-block h4 {
        font-size: 20px !important;
    }

    .manga-extra-info .manga-extra-info__content .info-block.manga-excerpt #view-all-excerpt {
        display: block !important;
    }

    .manga-extra-info .manga-extra-info__content .excerpt-content {
        position: relative;
    }
    .manga-extra-info .manga-extra-info__content .excerpt-content .desc {
        overflow: hidden;
        max-height: 120px;
    }
    .manga-extra-info .manga-extra-info__content .excerpt-content.full .desc{
        max-height: unset;
    }

    .manga-extra-info .manga-extra-info__content .excerpt-content.full #view-all-excerpt, .manga-extra-info .manga-extra-info__content .excerpt-content.full #view-all-excerpt:before {
        display: none !important;
    }

    #view-all-excerpt {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-left: 10px;
        border: none;

        background: white;
        color: #7a8599;
        font-weight: 500;

    }

    #view-all-excerpt:before {
        content: '...';
    }

    #view-all-excerpt button {
        border:none;
        margin-bottom:4px;
    }

    .manga-extra-info__content .related-content {
        grid-template-columns: repeat(2, 1fr)
    }

    .manga-extra-info__content .latest-release {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .manga-extra-info__content .latest-release .latest-chap {
        grid-area: 1 / 1 / 2 / 4;
    }

    .manga-extra-info__content .latest-release .post-on {
        grid-area: 2 / 1 / 3 / 4
    }

    .manga-extra-info__content .latest-release a {
        grid-area: 1 / 4 / 3 / 5;
    }

    .listing-chapters_wrap .main > li, .listing-chapters_wrap .main, body.manga-page .page-content-listing.single-page .listing-chapters_wrap ul.sub-chap-list > li {
        padding: 0 !important;
        flex-basis: 100%;
    }

    .listing-chapters_wrap .main > li.wp-manga-chapter:nth-of-type(4n-1),
    .listing-chapters_wrap .main > li.wp-manga-chapter:nth-of-type(4n),
    body.manga-page .page-content-listing.single-page .listing-chapters_wrap > ul.main.version-chap .sub-chap-list > li:nth-of-type(4n-1),
    body.manga-page .page-content-listing.single-page .listing-chapters_wrap > ul.main.version-chap .sub-chap-list > li:nth-of-type(4n)
    {
        background: unset;
    }

    .listing-chapters_wrap .main > li:nth-of-type(odd),
    body.manga-page .page-content-listing.single-page .listing-chapters_wrap > ul.main.version-chap .sub-chap-list > li:nth-of-type(odd)
    {
        background: #f7f8f9 !important;
    }

    .reading-manga .reading-manga .c-blog-post .entry-content .entry-content_wrap .reading-content {
        margin: 0 !important;
    }

    .side-col:not(.show-chapters-list) .listing-chapters_wrap, .side-col:not(.show-comments) #wpdcom{display:none}

}

.rtl .manga-extra-info__tabs .nav-tabs{padding-right:0}

@media only screen and (max-width: 599px) {
    .reading-manga .reading-manga .rtl #manga-extra-info__tabs > li:not(:first-child){
        padding-left: 0;
        padding-right: 20px;
    }
    .go-to-top, body.text-ui-light .go-to-top{
        bottom: 60px
    }
}

.rtl #manga-extra-info__tabs > li:not(:first-child):before{
    left:auto;
    right:0
}

.text-ui-light .manga-excerpt #read-more-btn button, .text-ui-light .manga-extra-info .manga-extra-info__content .info-block h4, .text-ui-light .manga-extra-info .manga-extra-info__content .excerpt-content, .text-ui-light .related-content .page-item-detail .item-summary *:not(i), .text-ui-light .manga-extra-info__content .latest-release .latest-chap .chapter a{
    color:#FFF
}

.manga-chapters-listing td.title .nh-manga-title{
    display:block;
    font-weight: 800;
    line-height: 1.35;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    word-break: break-word;
}

@media (max-width: 768px){

    .manga-chapters-listing--3col thead{ display:none !important; }

    .manga-chapters-listing--3col{
        border-spacing: 0 14px;
    }

    .manga-chapters-listing--3col tbody tr{
        display:grid !important;
        grid-template-columns: 46% 54%;
        gap: 14px;
        background: rgba(255,255,255,.02);
        border: 1px solid rgba(255,255,255,.06);
        border-radius: 16px;
        padding: 14px;
        overflow: hidden;
    }

    .manga-chapters-listing--3col tbody tr td{
        display:block !important;
        width:auto !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        white-space: normal !important;
    }

    .manga-chapters-listing--3col tbody tr td.time{
        display:none !important;
    }

    .manga-chapters-listing--3col tbody tr td.title .nh-thumb{
        width: 100%;
    }
    .manga-chapters-listing--3col tbody tr td.title .nh-thumb img,
    .manga-chapters-listing--3col tbody tr td.title .nh-no-thumb{
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 3 / 4;
        border-radius: 14px;
    }

    .manga-chapters-listing--3col tbody tr td.title .nh-manga-title{
        margin-top: 10px;
        font-size: 1rem;
    }

    .nh-only-mobile{ display:block !important; }

    .manga-chapters-listing td.chapters .nh-chapter-link{
        padding: 12px 12px;
    }

    .manga-chapters-listing td.chapters .nh-chapter-time{
        margin-top: 6px;
    }

    .manga-chapters-listing td.chapters .nh-time-badge{
        font-size: 11px;
        padding: 5px 9px;
        opacity: .92;
    }

    .manga-chapters-listing td.chapters .nh-chapters__item{
        padding-inline-start: 12px;
    }

    body.rtl .manga-chapters-listing--3col tbody tr{
        direction: rtl;
    }

    .manga-chapters-listing--3col tbody tr{
        box-shadow: 0 10px 24px rgba(0,0,0,.18);
        background: rgba(255,255,255,.03);
        border-color: rgba(255,255,255,.08);
    }

    .manga-chapters-listing td.chapters .nh-time-badge{
        display:inline-block;
        font-size: .78rem;
        padding: 4px 8px;
        border-radius: 999px;
        background: rgba(255,255,255,.06);
        border: 1px solid rgba(255,255,255,.10);
        line-height: 1.2;
    }

    .manga-chapters-listing--3col tbody tr td.title .nh-manga-title{
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
    }
}

@media (max-width: 768px){
    .manga-chapters-listing--3col tbody tr{
        margin-bottom: 14px;
    }

    .manga-chapters-listing--3col tbody tr td.chapters{
        padding: 2px 10px 10px 10px !important;
    }

    .manga-chapters-listing--3col .nh-chapter-link{
        padding: 8px 10px;
        border-radius: 10px;
    }

    .manga-chapters-listing--3col .nh-chapter-time .nh-time-badge{
        font-size: 11px;
        padding: 4px 8px;
        border-radius: 999px;
        background: rgba(255,255,255,.05);
        border: 1px solid rgba(255,255,255,.10);
        color: rgba(255,255,255,.78);
    }

    .manga-chapters-listing--3col td.title .nh-manga-title,
    .manga-chapters-listing--3col td.title .nh-manga-title a{
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
        word-break: break-word;
    }

    .manga-chapters-listing--3col tbody tr{
        box-shadow: 0 8px 18px rgba(0,0,0,.18);
    }
}

.manga-extra-info__content .manga-tags .tags-content a{
  color: rgba(255,255,255,.92) !important;
  border-color: rgba(255,255,255,.18) !important;
  background: rgba(0,0,0,.18);
}

.manga-extra-info__content .manga-tags .tags-content a:hover{
  border-color: rgba(255,255,255,.35) !important;
  background: rgba(255,255,255,.06);
}

@media (max-width: 768px){
  body.manga-page:not(.reading-manga) .summary_content .manga-title h2{
    line-height: 1.15;
  }
  body.manga-page:not(.reading-manga) .summary_content .manga-data.row-1,
  body.manga-page:not(.reading-manga) .summary_content .manga-data.row-2{
    gap: 10px 12px;
  }
}

body.nhv-reading-focus.reading-manga header,
body.nhv-reading-focus.reading-manga footer,
body.nhv-reading-focus.reading-manga .wp-manga-chapter-warning,
body.nhv-reading-focus.reading-manga .manga-title-badges,
body.nhv-reading-focus.reading-manga .breadcrumb,
body.nhv-reading-focus.reading-manga .c-breadcrumb-wrapper{
  display: none !important;
}

body.reading-manga
body.post-type-archive-wp-manga .page-content-listing .page-item-detail .item-summary .post-content,
body.post-type-archive-wp-manga .page-content-listing .page-item-detail .item-summary .excerpt,
body.post-type-archive-wp-manga .page-content-listing .page-item-detail .item-summary .manga-summary,
body.post-type-archive-wp-manga .page-content-listing .page-item-detail .item-summary .summary,
body.post-type-archive-wp-manga .page-content-listing .page-item-detail .item-summary .manga-excerpt{
  display: none !important;
}

body.post-type-archive-wp-manga .page-content-listing .page-item-detail .item-summary .post-title,
body.post-type-archive-wp-manga .page-content-listing .page-item-detail .item-summary h3,
body.post-type-archive-wp-manga .page-content-listing .page-item-detail .item-summary .manga-title{
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  max-height: calc(1.35em * 2);
  overflow: hidden;
}

.manga-extra-info__content .info-block.show-less .excerpt-content{
    display:block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    overflow: visible !important;
    text-overflow: initial !important;
}

@media (max-width: 768px){
  body.reading-manga body.reading-manga body.reading-manga }

@media (max-width: 768px){
  .reading-manga .reading-manga .reading-manga .reading-manga }

.nhv-chapters-toolbar--top .nhv-vol-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}
.nhv-volume-select,.nhv-order-select{
  min-height:42px;
  padding:10px 12px;
  border-radius:14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  font-weight:800;
}
#nhv-load-more-top,#nhv-load-more{
  min-height:42px;
  padding:10px 14px;
  border-radius:14px;
  font-weight:800;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  white-space:nowrap;
;color:#fff !important;}

body.manga-page:not(.reading-manga) .listing-chapters_wrap li.wp-manga-chapter .nhv-chapter-views{
  display:block;
  margin-top:4px;
  font-size:12px;
  line-height:1.2;
  opacity:.80;
}
@media (max-width: 768px){
  body.manga-page:not(.reading-manga) .listing-chapters_wrap li.wp-manga-chapter .nhv-chapter-views{
    font-size:11px;
  }
}
#nhv-load-more-top:disabled,#nhv-load-more:disabled{
  opacity:.75;
  cursor:default;
}

.nhv-chapters-accordion{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.nhv-chapter-search{
  margin-bottom:14px;
}

.nhv-chapter-search__input{
  width:100%;
  min-height:44px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  color:#fff;
}

.nhv-chapter-search__input::placeholder{
  color:rgba(255,255,255,.58);
}

.nhv-chapter-search__results{
  margin-top:12px;
}

.nhv-chapter-search__status{
  font-size:13px;
  opacity:.82;
  margin-bottom:10px;
}

.nhv-chapter-search__list{
  list-style:none;
  margin:0;
  padding:0;
}

.nhv-chapter-search__list li.wp-manga-chapter{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:center;
  padding:10px 12px;
  margin:8px 0;
  border-radius:12px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
}

.nhv-chapter-search__list li.wp-manga-chapter a{
  display:block;
  font-weight:600;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.nhv-chapter-search__list li.wp-manga-chapter .chapter-release-date{
  font-size:12px;
  opacity:.85;
  white-space:nowrap;
}

.nhv-chapter-search__list li.wp-manga-chapter .nhv-chapter-views{
  display:block;
  margin-top:4px;
  font-size:12px;
  line-height:1.2;
  opacity:.80;
}

.nhv-latest10-bridge{
  display:block;
  width:100%;
  margin-bottom:34px;
}

.nhv-latest10-bridge__box{
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}

.nhv-latest10-bridge__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.nhv-latest10-bridge__title{
  margin:0;
  font-size:18px;
  font-weight:800;
  color:#fff;
}

.nhv-latest10-bridge__all{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  color:#fff;
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
}

.nhv-latest10-bridge__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:10px 12px;
}

.nhv-latest10-bridge__item{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
  padding:11px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.02);
  color:#fff;
  transition:border-color .15s ease, background .15s ease, transform .15s ease;
}

.nhv-latest10-bridge__item:hover{
  background:rgba(255,255,255,.05);
  border-color:rgba(118,100,255,.24);
  transform:translateY(-1px);
}

.nhv-latest10-bridge__chapter{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-weight:700;
}

.nhv-latest10-bridge__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-width:0;
  font-size:12px;
  opacity:.82;
}

.nhv-latest10-bridge__date,
.nhv-latest10-bridge__views{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-width:0;
  white-space:nowrap;
}

.nhv-volume-card{
  border:1px solid rgba(255,255,255,0.08);
  border-radius:18px;
  background:rgba(255,255,255,0.03);
  overflow:hidden;
}

.nhv-volume-toggle{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px 18px;
  border:0;
  background:transparent;
  color:#fff;
  font-weight:800;
  text-align:right;
}

.nhv-volume-title{
  flex:1 1 auto;
  min-width:0;
}

.nhv-volume-chevron{
  flex:0 0 auto;
  font-size:20px;
  line-height:1;
  min-width:18px;
  text-align:center;
}

.nhv-volume-panel{
  padding:0 18px 18px;
}

.nhv-volume-card--flat{
  border:0;
  border-radius:0;
  background:transparent;
  overflow:visible;
}

.nhv-volume-card--flat .nhv-volume-panel{
  padding:0;
}

.nhv-volume-controls{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  margin-bottom:12px;
  flex-wrap:wrap;
}

.nhv-volume-panel .nhv-chapters-list ul{
  list-style:none;
  margin:0;
  padding:0;
}

.nhv-volume-panel li.wp-manga-chapter{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:center;
  padding:10px 12px;
  margin:8px 0;
  border-radius:12px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.06);
}

.nhv-volume-panel li.wp-manga-chapter a{
  display:block;
  font-weight:600;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.nhv-volume-panel li.wp-manga-chapter .chapter-release-date{
  font-size:12px;
  opacity:.85;
  white-space:nowrap;
}

.nhv-volume-panel .nhv-chapter-views{
  display:block;
  margin-top:4px;
  font-size:12px;
  line-height:1.2;
  opacity:.80;
}

.nhv-volume-panel .nhv-load-more{
  margin-top:14px;
}

.nhv-volume-panel .nhv-load-more--top{
  margin-top:0;
  margin-bottom:14px;
}

@media (max-width: 768px){
  .nhv-latest10-bridge{
    margin-bottom:26px;
  }

  .nhv-latest10-bridge__box{
    padding:13px;
  }

  .nhv-latest10-bridge__head{
    flex-wrap:wrap;
    margin-bottom:12px;
  }

  .nhv-latest10-bridge__title{
    font-size:16px;
  }

  .nhv-latest10-bridge__all{
    min-height:36px;
    padding:0 12px;
    font-size:12px;
  }

  .nhv-latest10-bridge__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:9px;
  }

  .nhv-latest10-bridge__item{
    padding:10px;
  }

  .nhv-latest10-bridge__meta{
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
    font-size:11px;
  }

  .nhv-chapter-search__list li.wp-manga-chapter{
    grid-template-columns:1fr;
  }

  .nhv-chapter-search__list li.wp-manga-chapter .chapter-release-date{
    white-space:normal;
  }

  .nhv-volume-toggle{
    padding:14px 15px;
  }

  .nhv-volume-panel{
    padding:0 15px 15px;
  }

  .nhv-volume-card--flat .nhv-volume-panel{
    padding:0;
  }

  .nhv-volume-controls{
    justify-content:stretch;
  }

  .nhv-volume-controls .nhv-inline-label{
    width:100%;
    margin-inline-start:0;
  }

  .nhv-volume-panel li.wp-manga-chapter{
    grid-template-columns:1fr;
  }

  .nhv-volume-panel li.wp-manga-chapter .chapter-release-date{
    white-space:normal;
  }
}

@media (max-width: 599px){
  body.manga-page .profile-manga .tab-summary.thumb-full{
    display:flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
  }
  body.manga-page .profile-manga .tab-summary.thumb-full .summary_image{
    width: min(360px, 92vw) !important;
    height: auto !important;
    margin: 0 auto !important;
    aspect-ratio: auto !important;
    position: relative !important;
    z-index: 2 !important;
  }
  body.manga-page .profile-manga .tab-summary.thumb-full .summary_image img{
    width: 100% !important;
    height: auto !important;
    max-height: 520px;
    object-fit: contain !important;
    display:block !important;
  }

  body.manga-page .profile-manga .tab-summary.thumb-full .summary_content{
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 1 !important;
    padding: 0 15px !important;
  }

  body.manga-page .profile-manga .tab-summary.thumb-full .summary_content_wrap,
  body.manga-page .profile-manga .tab-summary.thumb-full .post-content,
  body.manga-page .profile-manga .tab-summary.thumb-full .summary-content{
    position: relative !important;
    inset: auto !important;
    transform: none !important;
  }
}

.manga-extra-info__tabs .nav-tabs{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:flex-start;
  border:0 !important;
  margin: 0 0 16px 0 !important;
  padding:0 !important;
}
.manga-extra-info__tabs .nav-tabs .nav-item{ margin:0 !important; }
.manga-extra-info__tabs .nav-tabs .nav-link{
  border: 1px solid rgba(255,255,255,.10) !important;
  background: rgba(255,255,255,.04) !important;
  border-radius: 999px !important;
  padding: 10px 14px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}
.manga-extra-info__tabs .nav-tabs .nav-link.active{
  background: rgba(255,255,255,.08) !important;
}

@media (max-width: 768px){

  body.manga-page:not(.reading-manga) .site-content,
  body.manga-page:not(.reading-manga) .wrap,
  body.manga-page:not(.reading-manga) .body-wrap,
  body.manga-page:not(.reading-manga) .profile-manga,
  body.manga-page:not(.reading-manga) .profile-manga .tab-summary{
    background: radial-gradient(1200px 800px at 70% 12%, rgba(120, 92, 255, .16), transparent 60%),
                radial-gradient(900px 650px at 25% 25%, rgba(170, 150, 255, .10), transparent 62%),
                linear-gradient(180deg, rgba(9, 10, 24, .94), rgba(6, 7, 18, .98)) !important;
  }

  body.manga-page:not(.reading-manga) .profile-manga.summary-layout-1{
    background-image:none !important;
  }

  body.manga-page:not(.reading-manga) .profile-manga{
    direction: rtl !important;
  }

  body.manga-page:not(.reading-manga) .profile-manga .summary_content{
    display:flex !important;
    flex-direction:column !important;
    gap:12px !important;
  }
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-title{ order:1 !important; }
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-alt-title{ order:2 !important; }
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .genres-content{ order:3 !important; }
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-data{ order:4 !important; }
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating{ order:5 !important; }

  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-title h1,
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-title h2{
    font-size: 20px !important;
    font-weight: 900 !important;
    margin: 0 !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-alt-title{
    font-size: 13px !important;
    opacity: .75 !important;
    text-align:center !important;
    margin: -6px 0 0 !important;
  }
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-alt-title .manga-alt-label{
    font-size: 13px !important;
    font-weight: 650 !important;
  }

  body.manga-page:not(.reading-manga) .profile-manga .summary_content .genres-content{
    display:flex !important;
    flex-wrap: wrap !important;
    align-items:center !important;
    justify-content: center !important;
    gap: 8px 8px !important;
    padding: 12px 12px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    background: rgba(255,255,255,.03) !important;
    overflow: visible !important;
  }

  body.manga-page:not(.reading-manga) .profile-manga .summary_content .genres-content::-webkit-scrollbar{ height:0; width:0; }

  body.manga-page:not(.reading-manga) .profile-manga .summary_content .genres-content .nhv-genre-label{
    flex: 0 0 100%;
    width: 100%;
    text-align: right;
    font-size: 12px !important;
    font-weight: 750 !important;
    opacity: .75 !important;
  }

  body.manga-page:not(.reading-manga) .profile-manga .summary_content .genres-content a{
    flex: 0 0 auto !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    height: 32px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    background: rgba(255,255,255,.05) !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }

  body.manga-page:not(.reading-manga) .profile-manga .manga-rating{
    text-align: right !important;
  }
  body.manga-page:not(.reading-manga) .profile-manga .manga-rating .post-rating{ font-size: 11px !important; }
  body.manga-page:not(.reading-manga) .profile-manga .manga-rating .post-rating i,
  body.manga-page:not(.reading-manga) .profile-manga .manga-rating .post-rating .star,
  body.manga-page:not(.reading-manga) .profile-manga .manga-rating .post-rating span{
    font-size: 11px !important;
  }

  body.manga-page:not(.reading-manga) .manga-actions{
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 3000 !important;
  }
  body.manga-page:not(.reading-manga){
    padding-bottom: 72px !important;
  }
}

@media (max-width: 768px){
  body.manga-page:not(.reading-manga) .profile-manga .tab-summary{
    direction: rtl;
  }

  body.manga-page:not(.reading-manga) .profile-manga .tab-summary .manga-data.row-1{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  body.manga-page:not(.reading-manga) .profile-manga .tab-summary .manga-data.row-1 .genres-content,
  body.manga-page:not(.reading-manga) .profile-manga .tab-summary .manga-data.row-1 .manga-views{
    grid-column: 1 / -1;
  }

  body.manga-page:not(.reading-manga) .profile-manga .tab-summary .manga-data.row-1 > div,
  body.manga-page:not(.reading-manga) .profile-manga .tab-summary .manga-data.row-2 > div{
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 14px;
    padding: 12px 12px;
    min-height: 56px;
  }

  .nhv-meta-label{
    display:block;
    font-size: 12px;
    opacity: .75;
    margin-bottom: 6px;
  }
  .nhv-meta-value{
    display:block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    word-break: break-word;
  }

  body.manga-page:not(.reading-manga) .profile-manga .tab-summary .genres-content{
    padding: 12px;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.manga-page:not(.reading-manga) .profile-manga .tab-summary .nhv-genre-label{
    display:block;
    font-size:12px;
    opacity:.75;
    margin-bottom:8px;
  }
  body.manga-page:not(.reading-manga) .profile-manga .tab-summary .nhv-genres-chips{
    display:flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  body.manga-page:not(.reading-manga) .profile-manga .tab-summary .nhv-genre-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    text-decoration:none;
  }

  body.manga-page:not(.reading-manga) .profile-manga .tab-summary .manga-views{
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 10px;
  }
  body.manga-page:not(.reading-manga) .profile-manga .tab-summary .manga-views .nhv-meta-label{
    margin: 0;
    opacity: .75;
  }
  body.manga-page:not(.reading-manga) .profile-manga .tab-summary .manga-views .nhv-meta-value{
    margin: 0;
    font-size: 15px;
  }

  body.manga-page:not(.reading-manga) .profile-manga .tab-summary .manga-data.row-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  body.manga-page:not(.reading-manga) .profile-manga .tab-summary .manga-rating{
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    width: 100%;
    max-width: 100%;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06);
    justify-content: flex-end;
    align-items: center;
  }
  body.manga-page:not(.reading-manga) .profile-manga .tab-summary .manga-rating .post-rating{
    transform: scale(.92);
    transform-origin: right center;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
  }
}

body.manga-page:not(.reading-manga) .profile-manga .tab-summary .post-total-rating.allow_vote{
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 768px){
  body.manga-page:not(.reading-manga) .profile-manga .tab-summary .post-total-rating.allow_vote{ font-size: 16px; }
}

body.manga-page:not(.reading-manga) .profile-manga .manga-extra-info__content .nhv-support-box{
  margin-top: 10px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  padding: 12px;
}

body.manga-page:not(.reading-manga) .profile-manga .manga-extra-info__content .nhv-support-box{
  width: min(760px, calc(100% - 24px));
  margin-left: auto;
  margin-right: auto;
}

body.manga-page:not(.reading-manga) .profile-manga .manga-extra-info__content .nhv-support-box *{
  max-width: 100%;
  box-sizing: border-box;
}

body.manga-page:not(.reading-manga) .profile-manga .manga-extra-info__content .nhv-support-box form{
  width: 100%;
  display: block;
}

body.manga-page:not(.reading-manga) .profile-manga .manga-extra-info__content .nhv-support-box input,
body.manga-page:not(.reading-manga) .profile-manga .manga-extra-info__content .nhv-support-box button,
body.manga-page:not(.reading-manga) .profile-manga .manga-extra-info__content .nhv-support-box select,
body.manga-page:not(.reading-manga) .profile-manga .manga-extra-info__content .nhv-support-box textarea{
  width: 100%;
}

body.manga-page:not(.reading-manga) .profile-manga .manga-extra-info__content .nhv-support-box img{
  height: auto;
  display: inline-block;
}
body.manga-page:not(.reading-manga) .profile-manga .manga-extra-info__content .nhv-support-box form{
  margin: 0;
}

.profile-manga .summary_content .nhv-genre-label,
.profile-manga .summary_content .nhv-meta-label{
  color: rgba(255,255,255,.72);
  font-weight: 750;
  letter-spacing: .2px;
}

.profile-manga .summary_content .nhv-meta-value{
  color: rgba(255,255,255,.92);
  font-weight: 850;
}

@media (min-width: 769px){
  .profile-manga .summary_content .genres-content .nhv-genres-chips{
    display:flex;
    flex-wrap:wrap;
    gap: 10px;
    align-items:center;
    justify-content:flex-start;
  }
  .profile-manga .summary_content .genres-content .nhv-genre-chip{
    margin: 0 !important;
  }
}

@media (max-width: 768px){
  body.manga-page:not(.reading-manga) .profile-manga .summary_content{
    direction: rtl;
  }

  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-type,
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .released-chapters,
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-status{
    display:flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: normal !important;
  }

  body.manga-page:not(.reading-manga) .profile-manga .summary_content .genres-content .nhv-genres-chips{
    display:flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content:center !important;
  }

  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating{
    text-align: right !important;
  }
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .post-rating{
    text-align: right !important;
  }
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating i,
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating svg,
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .fa{
    font-size: 14px !important;
  }
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .score,
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .post-total-rate,
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .post-rating span{
    font-size: 13px !important;
    font-weight: 850 !important;
  }
}

body.rtl.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating,
body.rtl.manga-page:not(.reading-manga) .profile-manga .tab-summary .manga-rating,
body.rtl.manga-page:not(.reading-manga) .profile-manga .manga-rating{
  justify-content: flex-end !important;
}
body.rtl.manga-page:not(.reading-manga) .profile-manga .manga-rating .post-rating{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.rtl .profile-manga .tab-summary .summary_content .manga-rating{justify-content:flex-end !important;text-align:right !important}

body.rtl.manga-page:not(.reading-manga) .profile-manga .tab-summary .post-total-rating.allow_vote{
  direction: rtl !important;
  text-align: right !important;
}
body.rtl.manga-page:not(.reading-manga) .profile-manga .tab-summary .post-total-rating.allow_vote .post-rating,
body.rtl.manga-page:not(.reading-manga) .profile-manga .tab-summary .post-total-rating.allow_vote .rating,
body.rtl.manga-page:not(.reading-manga) .profile-manga .tab-summary .post-total-rating.allow_vote .ratings_stars{
  direction: rtl !important;
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating{
  display:flex;
  flex-direction:column;
  gap:9px;
  width:min(100%, 420px);
  padding:9px 10px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.03);
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__summary{
  display:block;
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__meta{
  display:flex;
  align-items:stretch;
  justify-content:flex-start;
  gap:6px;
  flex-wrap:wrap;
  font-size:11px;
  opacity:.96;
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__metric{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:34px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  white-space:nowrap;
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__metric--avg{
  background:linear-gradient(135deg, rgba(118,100,255,.24), rgba(79,135,255,.18));
  border-color:rgba(118,100,255,.26);
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__metric-label{
  font-size:10px;
  opacity:.72;
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__avg{
  font-size:16px;
  line-height:1;
  font-weight:900;
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__outof{
  opacity:.72;
  font-size:10px;
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__choices{
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  gap:4px;
  direction:rtl;
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__option{
  flex:1 1 0;
  min-width:0;
  min-height:38px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  border-radius:9px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:#fff;
  font-weight:700;
  transition:transform .15s ease, background .15s ease, border-color .15s ease;
  cursor:pointer;
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__option:hover:not(:disabled){
  transform:translateY(-1px);
  background:rgba(255,255,255,.10);
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__star{
  display:block;
  font-size:11px;
  line-height:1;
  opacity:.95;
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__value{
  display:block;
  font-size:9px;
  line-height:1;
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__option.is-active,
body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__option:disabled{
  background:linear-gradient(135deg, #7664ff, #4f87ff);
  border-color:transparent;
  opacity:1;
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating[data-rated="1"]{
  border-color:rgba(79,135,255,.18);
  background:rgba(79,135,255,.05);
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating[data-rated="1"] .nhv-simple-rating__option{
  cursor:not-allowed;
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating[data-rated="1"] .nhv-simple-rating__option:not(.is-active):disabled{
  background:rgba(255,255,255,.03);
  border-color:rgba(255,255,255,.06);
  opacity:.58;
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__message{
  font-size:11px;
  opacity:.82;
  padding-inline-start:2px;
}

body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating[data-rated="1"] .nhv-simple-rating__message{
  color:#b8d6ff;
  font-weight:700;
}

body.manga-page:not(.reading-manga) .listing-chapters_wrap .nhv-chapter-name,
body.manga-page:not(.reading-manga) #nhv-chapters-list .nhv-chapter-name{
  display:inline;
  margin-inline-start:4px;
  opacity:.82;
  font-size:.92em;
  font-weight:500;
}

@media (max-width: 768px){
  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating{
    width:100%;
    padding:8px 10px;
  }

  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__meta{
    font-size:10px;
    justify-content:flex-start;
  }

  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__metric{
    min-height:32px;
    padding:6px 9px;
  }

  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__avg{
    font-size:16px;
  }

  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__option{
    min-height:40px;
    border-radius:9px;
  }

  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__star{
    font-size:11px;
  }

  body.manga-page:not(.reading-manga) .profile-manga .summary_content .manga-rating .nhv-simple-rating__value{
    font-size:9px;
  }
}

/* Mark read chapters (manga single chapter list) */
body.manga-page:not(.reading-manga) .listing-chapters_wrap li.wp-manga-chapter.nhv-chapter-read-item > a,
body.manga-page:not(.reading-manga) #nhv-chapters-list li.wp-manga-chapter.nhv-chapter-read-item > a{
  opacity: .82;
  color: #aeb7ca !important;
}

body.manga-page:not(.reading-manga) .listing-chapters_wrap li.wp-manga-chapter.nhv-chapter-read-item,
body.manga-page:not(.reading-manga) #nhv-chapters-list li.wp-manga-chapter.nhv-chapter-read-item{
  background: rgba(14, 22, 40, .34);
}
