.post {
    width: 1200px;
    margin: auto;
    padding: 54px 0 113px 0;
}

.post-title {
    font-size: 32px;
    font-weight: 700;
    color: #051624;
}

.post-time {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #A4A9B1;
}

.post-time span {
    display: inline-block;
    margin-right: 16px;
}

.post-content {
    line-height: 1.5;
}

.post-content p, .post-content pre, .post-content code, .post-content blockquote {
    padding: 8px 0;
}

.post-content a {
    color: #008767;
    text-decoration: underline;
    text-decoration-style: dotted;
    padding-left: 2px;
    padding-right: 2px;
}

.post-content ol, .post-content ul{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.post-content ol li{
    list-style: decimal;
    list-style-type: decimal;
}

.post-content ul li{
    list-style: disc;
    list-style-type: disc;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    font-weight: bold;
}

.post-content h1 {
    font-size: 2em;
}

.post-content h2 {
    font-size: 1.8em;
}

.post-content h3 {
    font-size: 1.6em;
}

.post-content h4 {
    font-size: 1.4em;
}

.post-content h5 {
    font-size: 1.2em;
}

.post-content h6 {
    font-size: 1em;
}

.post-content table {
    width: 100%;
    display: table;
    border-collapse: separate;
    border: 1px solid #e8e8e8;
    border-spacing: 0;
}

.post-content td, .post-content th {
    border: 1px solid #e8e8e8;
    padding: 3px;
}