.entry-content img{
    width: 100%;
}

.mangosm-manga-nav{
    margin: 1em 0;
}

.mangosm-manga-nav-select{
    background-color: rgb(41, 41, 41);
    color: #f1f1f1;
    border: none;
    border-radius: 10px;
    padding: 1em 0;
    border-bottom: 2px solid #22A7F0;
    font-size: 0.8em;
    padding-left: 10px;
}

.mangosm-manga-nav-pevnext{
    padding: 0;
    margin: 0;
}

.mangosm-manga-nav-pevnext a{
    display: flex;
    background-color: rgb(41, 41, 41);
    color: #f1f1f1;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    height: 2.7em;
    width: 4.2em;
    border-bottom: 2px solid #22A7F0;
}

.mangosm-manga-nav-pevnext a:hover{
    background-color: #22A7F0;
}


.seo-paragraph{
    color: #666!important;
}

.seo-paragraph a{
    color: #666!important;
}


.socialts{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.socialts a {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 2px;
    background: #333;
    color: #fff !important;
    padding: 0px;
    line-height: 22px;
    font-size: 12px;
    border-radius: 3px;
}

.socialts a span {
    padding-right: 6px;
}

.socialts a i {
    padding-left: 6px;
    padding-right: 4px;
}

.socialts a.pntrs {
    background: #e81737;
}

.socialts a.wa {
    background: #01ba6d;
}


.socialts a.twt {
    background: #1da1f2;
}

.socialts a.fb {
    background: #3b5999;
}


.bottom-tags{
    background-color: rgb(41, 41, 41);
    font-size: 12px!important;
    padding: 10px;
}

#comments{
    background-color: rgb(41, 41, 41);
    padding: 10px;
    overflow: hidden;
}

@media (min-width: 576px) {
    .container {
      max-width: 800px;
    }

    @media (min-width: 992px) {
        .container {
          max-width: 960px;
        }
      }
  }