/** page **/
.page {
    padding-right: 20rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.content:not(.custom) {
    max-width: 890px;
    margin: 0 auto;
    padding: 3rem 2.5rem 2rem;
}

/** section **/
.posts-expand .post-title {
    position: relative;
    font-size: 26px;
    font-weight: 400;
    height: 20px;
}

.posts-expand .post-title, .posts-expand .post-meta {
    text-align: left;
}

.posts-expand .post-title-link {
    display: inline-block;
    position: relative;
    color: #555;
    border-bottom: none;
    line-height: 1.2;
    vertical-align: top;
    font-weight: 200;
}

.posts-expand .post-title-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    transform: scaleX(0);
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.posts-expand .post {
    margin-bottom: 90px;
}

.posts-expand .post-meta {
    margin-top: 5px;
    margin-bottom: 20px;
}

.posts-expand .post-title, .posts-expand .post-meta {
    text-align: left;
}

.posts-expand .post-meta {
    margin: 3px 0 30px 0;
    color: #999;
    font-size: 14px;
    text-align: left;
}

.post-meta-item-icon {
    display: none;
    margin-right: 3px;
}

.post-meta-tag {
    color: #555555;
}

.posts-expand .post-body {
    text-align: justify;
}

.post-more-link {
    margin-top: 20px;
    text-align: left;
}

.post-more-link .btn {
    color: #555;
    font-size: 14px;
    background: transparent;
    border-radius: 0;
    padding-bottom: 3px;
}

.post-more-link a {
    padding: 0;
    font-size: 14px;
    color: #666;
    background: none;
    border: none;
    border-bottom: 2px solid #666;
    transition-property: border;
}