html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "TsangerJinKai02", "STKaiti", "KaiTi", serif;
}

ul{
    list-style-type:none;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
}

a {
    color: #57BF7D;
    text-decoration: none;
}

.content {
    flex: 1;
    width: auto;
    overflow-y: visible;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 28px;
}

.post-line {
    margin: 0 0 10px;
    padding: 12px 2px 12px;
    border: none;
    border-radius: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 10px;
    content-visibility: auto;
    contain-intrinsic-size: 1px 220px;
}

.post-title {
    display: block;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.42;
    color: #333;
    margin: 0;
}

.post-summary {
    margin: 0;
    line-height: 1.82;
    font-size: 16px;
    color: #5a5a5a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-date {
    color: #666;
    font-size: 11px;
    text-align: right;
}

.slogan {
    font-size: 26px;
    text-align: center;
    color: #4f4f4f;
    margin-top: 18px;
    margin-bottom: 26px;
}

.post-info {
    display: flex;
    flex-direction: row;
    margin-top: 2px;
}

.category-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    margin-top: 5px;
    margin-bottom: 5px;
}

.category {
    color: #666;
    font-size: 12px;
    height: auto;
    position: relative;
    background: #EFEFEF;
    margin-right: 5px;
    padding: 2px 8px;
    border-radius: 5px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.char-total-counter {
    display: flex;
    justify-content: flex-end;
    color: #666;
    font-size: 12px;
    margin-right: 2px;
    margin-bottom: 8px;
}

.char-counter {
    color: #666;
    font-size: 11px;
    margin-right: 10px;
}

.right-info-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    justify-content: flex-end;
}

.pagination {
    margin-top: 16px;
    margin-bottom: 6px;
}

.inline-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.inline-list li {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #666;
}

.inline-list a,
.inline-list .current-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    border-radius: 5px;
    padding: 0 5px;
}

.inline-list a {
    color: #666;
}

.inline-list a:hover {
    color: #333;
    background: #f2f2f2;
}

.inline-list .current-page {
    color: #222;
    background: #efefef;
    font-weight: 600;
}

@media screen and (max-width: 430px) and (min-width: 381px) {
    .post-title {
        font-size: 21px;
    }

    .post-summary {
        font-size: 16px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 380px) {
    .post-title {
        font-size: 19px;
    }

    .post-summary {
        font-size: 15px;
        line-height: 1.78;
    }
}
