﻿.coauthor__wrapper, .coauthor__timeWrapper {
    display: flex;
    width: 100%;
}

.coauthor__wrapper a:hover {
    text-decoration: underline;
}

.coauthor__img {
    border: 1px solid #d9d9d9;
    margin: auto;
    border-radius: 50%;
}

.coauthor__item, .coauthor__item a, .coauthor__item h1 {
    font-size: 16px;
    color: #262626;
}

.coauthor__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 500;
}

.coauthor__item + .coauthor__item {
    margin-left: 12px;
}

.coauthor__timeWrapper {
    display: flex;
    align-items: center;
}

.coauthor__timeContent {
    font-size: 14px;
    font-weight: 400;
}

.coauthor__timeContent + .coauthor__timeContent {
    margin-left: 8px;
}

.coauthor__wrapper--full {
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

.coauthor__wrapper--full .coauthor__item + .coauthor__item {
    margin-left: 0;
}

.coauthor__wrapper--full h1 {
    margin-bottom: 16px;
    font-size: 16px;
    color: #3b5998;
    font-weight: 600;
    line-height: 24px;
}

.coauthor__wrapper--full .coauthor__desc {
    font-size: 14px;
    font-weight: 400;
    color: #595959;
}

.coauthor__wrapper--complex > .w-page,
.coauthor__wrapper--complex > .w-page div {
    width: 100%;
}

.coauthor__wrapper--complex > .w-page > div {
    box-sizing: border-box;
}

.coauthor__wrapper--complex > .w-page {
    padding: 0;
}

.coauthor__wrapper--complex > .w-page > div {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    padding: 16px;
    text-align: left;
}

.coauthor__wrapper--complex > .w-page > div .authorBlock {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
}

.coauthor__wrapper--complex > .w-page > div .authorBlock__img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
    border-radius: 50%;
}

.coauthor__wrapper--complex > .w-page > div .authorBlock__title {
    border: none;
}

.coauthor__wrapper--complex > .w-page > div .authorBlock__name {
    font-size: 20px;
    color: #3b5998;
    font-weight: 600;
}

.coauthor__wrapper--complex > .w-page > div .authorBlock___therm {
    display: flex;
    box-shadow: none;
}

.coauthor__wrapper--complex > .w-page > div .authorBlock___therm > div {
    width: auto;
    background-color: #fff;
    border: none;
}

.coauthor__wrapper--complex > .w-page > div .authorBlock___therm h4 {
    display: none;
    color: #3b5998;
    white-space: nowrap;
}

.coauthor__wrapper--complex > .w-page > div .authorBlock___therm h4::before {
    display: none;
}

.coauthor__wrapper--complex > .w-page > div .authorBlock___therm select {
    position: static;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #959595;
    font-size: 12px;
    font-weight: 400;
}

.coauthor__wrapper--complex > .w-page > div .authorBlock___therm > div,
.coauthor__wrapper--complex > .w-page > div .authorBlock___therm .a-ranking,
.coauthor__wrapper--complex > .w-page > div .authorBlock___therm .a-ranking > li,
.coauthor__wrapper--complex > .w-page > div .authorBlock___therm .a-ranking > li > div {
    display: flex;
    align-items: center;
    padding: 0;
}

.coauthor__wrapper--complex > .w-page > div .authorBlock___therm .a-ranking > li {
    padding: 0 16px;
    border: none;
}

.coauthor__wrapper--complex > .w-page > div .authorBlock___therm .a-ranking > li + li {
    border-left: 1px solid #d9d9d9;
}

.coauthor__wrapper--complex > .w-page > div .authorBlock___therm .a-ranking > li > div:first-child {
    margin-right: 8px;
}

.coauthor__wrapper--complex > .w-page > div .authorBlock___therm .rank {
    position: static;
}

.coauthor__wrapper--complex > .w-page > div .authorBlock___therm .rank i {
    color: #f7bf30;
}

.coauthor__wrapper--complex > .w-page > div .authorBlock___therm .a-ranking > li > div {
    width: auto;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .coauthor__wrapper--complex > .w-page > div .authorBlock__name {
        font-size: 16px;
    }

    .coauthor__wrapper--complex > .w-page > div .authorBlock___desc,
    .coauthor__wrapper--complex > .w-page > div .authorBlock___therm h4 {
        font-size: 14px;
    }

    .coauthor__wrapper--complex > .w-page > div .authorBlock___therm h4 {
        display: block;
    }

    .coauthor__wrapper--complex > .w-page > div .authorBlock___therm,
    .coauthor__wrapper--complex > .w-page > div .authorBlock___therm .a-ranking {
        flex-direction: column;
    }

    .coauthor__wrapper--complex > .w-page > div .authorBlock___therm > div,
    .coauthor__wrapper--complex > .w-page > div .authorBlock___therm .a-ranking,
    .coauthor__wrapper--complex > .w-page > div .authorBlock___therm .a-ranking > li {
        width: 100%;
        justify-content: space-between;
    }

    .coauthor__wrapper--complex > .w-page > div .authorBlock___therm .a-ranking > li {
        padding: 8px 0;
    }

    .coauthor__wrapper--complex > .w-page > div .authorBlock___therm .a-ranking > li + li {
        border-top: 1px solid #d9d9d9;
        border-left: none;
    }
}

@media screen and (max-width: 480px) {
    .coauthor__wrapper {
        margin-bottom: 8px;
    }

    .coauthor__item {
        font-size: 14px;
    }

    .coauthor__timeContent {
        font-size: 12px;
    }

    .coauthor__wrapper--complex > .w-page > div .authorBlock {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 0 0 16px;
    }

    .coauthor__wrapper--complex > .w-page > div .authorBlock__title {
        margin: 16px 0 8px;
    }

    .coauthor__wrapper--complex > .w-page > div .authorBlock__img {
        margin-right: 0;
    }
}
