
.news__author[data-v-28e092f0]{
        width: 1100px;
    margin: 2rem auto;
}
.news__author-wrapper[data-v-28e092f0]{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 13.5rem;
}
.news__author-icon[data-v-28e092f0]{
    width: 4.18rem;
    height: 4.18rem;
    margin-bottom: 1.91rem;
}
.news__author-list__title[data-v-28e092f0]{
    font-size: 2.125rem;
    margin: 2.8125rem 0;
}
.news__author-list__container[data-v-28e092f0]{
    cursor: pointer;
    border-bottom: 1px solid var(--color-grey-60);
}
.news__author-list__container:first-of-type .news__author-list__title[data-v-28e092f0]{
  margin-top: 0;
}
.news__author-list__wrapper[data-v-28e092f0]{
    display: flex;
    flex-direction: column;
   width: 817px;
}
.news__author-list__info[data-v-28e092f0]{
    margin-bottom: 2.875rem;
}
.news__author-list__tag[data-v-28e092f0]{
	font-size: 10px;
}
.news__author-list__tag[data-v-28e092f0]::after{
	content: '|';
	width: .1rem;
	height: 1rem;
	margin: 0 .5rem;
}
.news__author-list__tag[data-v-28e092f0]:last-of-type::after {
	display: none;
}
.news__author-list__content-wrapper[data-v-28e092f0]{
    max-height: 20rem;
    overflow: hidden;
    position: relative;
    pointer-events: none;
}
.news__author-list__content[data-v-28e092f0]{
    min-height: 3.5rem;
}
.news__author-list__content-blur[data-v-28e092f0]{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    width: 100%;
    height: 3.5rem;
    pointer-events: none;
    background-image: linear-gradient(to bottom, #303a3e5c, var(--bg-theme));
    z-index: 2;
    justify-content: center;
    align-items: center;
    color: var(--bg-selected);
}
@media(max-width: 768px) { /* for test */
.news__author[data-v-28e092f0]{
        flex-direction: column;
        width: auto;
}
.news__author-list__content-wrapper[data-v-28e092f0]{
        margin-bottom: 1rem;
}
.news__author-wrapper[data-v-28e092f0]{
        flex-direction: row;
        margin: 1.5rem 0 1rem;
}
.news__author-icon[data-v-28e092f0]{
        width: 2.18rem;
        height: 2.18rem;
        margin-right: 1rem;
        margin-bottom: 0;
}
.news__author-list__info[data-v-28e092f0]{
        margin-bottom: 1rem;
}
.news__author-list__title[data-v-28e092f0]{
        font-size: 1.125rem;
        margin-bottom: 0.5rem;
        margin-top: 0;
}
.news__author-list__container[data-v-28e092f0]{
        border-bottom: .1rem solid var(--color-grey-60);
        margin-bottom: 1rem;
}
.news__author-list__wrapper[data-v-28e092f0]{
         width: auto;
}
}


