.author-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.author-card a {
    color: #363636;
    text-decoration: none;
}

.author-card .img-circle {
    border-radius: 500px;
    width: 85px;
    height: 85px;
}

.author-card .name {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 2.15;
    color: #363636;
    border-bottom: solid #363636;
    border-bottom-width: .175rem;
    text-align: center;
    font-weight: 500;
}

.author-card h1 {
    padding: 0;
    margin: 0;
}

.author-card .intro {
    color: #999999;
}

.content {
    /* width: 100%;
    box-sizing: border-box; */
    font-weight: 400;
    font-family: roboto slab, helvetica neue light, helvetica neue, Helvetica, Arial, sans-serif;
    line-height: 1.625;
    color: #363636;
}

.content .posts {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.content .posts li {
    display: flex;
    margin-bottom: .9375rem;
    line-height: 1.625;
    font-weight: 400;
}

.content .posts article {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: baseline;
}

.content header {
    margin-top: 20px;
}

.content header h2 {
    color: #707070;
    border-bottom: 0.1025rem solid #d7d7d7;
}

.content .posts li {
    margin: 1.5rem 0;
}

.content .posts .post {
    flex: 1;
    display: flex;
}

.content .posts .datetime {
    width: 5.625rem;
    margin-right: 1rem;
}

.content .posts .title {
    margin-left: 1rem;
    max-width: 63%;
}

.content .posts a {
    color: #0054a6;
    text-decoration: none;
}

.content .tags {
    font-size: 1.27rem;
}

.content .tags>a {
    margin-left: 0.27rem;
}

.paging {
    display: flex;
    justify-content: space-between;
}

.paging a {
    margin-top: 1rem;
    color: #0054a6;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .author-card .name {
        border-bottom: 0.0625rem solid #cccccc;
    }

    .content,
    .paging {
        padding: 0 1rem;
    }

    .content .posts .datetime {
        display: none;
    }

    .content header h2 {
        border-bottom: 0.0625rem solid #d7d7d7;
    }

    .content .posts .title {
        max-width: 100%;
        text-overflow: ellipsis;
        word-break: break-all;
        word-wrap: break-word;
        display: block;
    }

    .content .posts .tags {
        display: none;
    }
}

[v-cloak] {
    display: none
}