@charset "UTF-8";
/* CSS Document */
.series-title {
    width: calc(100% - 146px);
    padding-top: 20px;
    padding-right: 116px;
    text-align: center;
}
@media screen and (max-width:767px) {
    .series-title{
        width: calc(100% - 90px);
        padding: 20px;
        text-align: left;
    }
}

.series-title h1 {
    font-size: 24px;
    font-weight: 700;
}
.series-title p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    margin-top: 20px;
    padding-bottom: 0;
}
@media screen and (max-width:767px) {
   .series-title p{
        margin-top: 0px;
    }
}

.siries-editor {
    /*width: 130px;
    margin-right: 42px;*/
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 30px;
}

.siries-editor img {
    aspect-ratio: 1/1;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;
}

.siries-editor:nth-of-type(5n) {
    margin-right: 0;
}
@media screen and (max-width:767px) {
   .siries-editor,
   .siries-editor:nth-of-type(5n) {
        width: 31%;
        margin-right: 3.5%;
    }
    .siries-editor:nth-of-type(3n) {
        margin-right: 0;
    }
}

.siries-editor p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    padding: 0;
    margin-top: 10px;
}
@media screen and (max-width:767px) {
    .siries-editor p {
        font-size: 12px;
    }
}

.siries-editors-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    box-sizing: border-box;
}

.siries-editors-list.reader {
    border-top: 1px solid #727272;
    padding-top: 30px;
}

.siries-editors-list.influencer .siries-editor img {
    border: 3px solid #F60;
    /* box-sizing: content-box; */
}

p.siries-editors-list-sort-rule {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    text-align: right;
}
