.post {
    width: 100%;
    padding: 15px;
    background: #fff;
}

.post .post-title {
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
    line-height: 30px;
    font-size: 25px;
    text-align: center;
}

.post .post-meta {
    font-size: 12px;
    text-align: center;
    color: #888;
    margin-top: 10px;
}

.post .post-meta address {
    display: inline-block;
}

.post .post-meta time::after, .post .post-meta address::after, .post .post-meta span::after {
    content: '';
    height: 10px;
    border: 1px solid #888;
    display: inline-block;
    margin: 0 6px;
}

.post .post-meta span:last-of-type::after {
    display: none;
}

.post .post-meta img {
    width: 16px;
    height: 16px;
    margin: -2px 4px 0;
    cursor: pointer;
    transition: transform 0.5s ease;
}


.post .post-summary, .post .post-content p, .post .post-content a, .post .post-content ul li {
    font-size: calc(var(--base-font-size) * 1);
    line-height: var(--line-height-scale);
}

.post .post-summary, .post .post-disclaimer {
    padding: 15px;
    border: 1px solid #eee;
    background: #f5f5f5;
    line-height: 20px;
    color: #777;
    margin-top: 25px;
}

.post .post-summary {
    font-size: var(--base-font-size);
    line-height: var(--line-height-scale);
}

.post .post-disclaimer {
    font-size: 14px;
}

.post .post-content {
    margin-top: 60px;
    font-size: 16px;
    line-height: 25px;
    color: #222;
    background: #fff;
    display: table;
    word-wrap: break-word;
    word-break: break-all;
    box-sizing: border-box;
}

.post .post-content p {
    padding: 3px 0;
    margin-bottom: 5px;
}

.post .post-content div {
    line-height: 200%;
}

.post .post-content .post-disclaimer {
    padding: 5px 15px;
    margin-top: 10px;
}

.post .post-content .post-tags {
    display: flex;
    font-size: 12px;
    color: #555;
    margin-top: 10px;
}

.post .post-content .post-tags li {
    display: inline-block;
    margin-right: 10px;
}

.post .post-content .post-tags span {
    font-size: calc(var(--base-font-size) * 1);
    line-height: var(--line-height-scale);
}

.post .post-content .post-tags li a {
    color: #428bca;
}

