.blog-category-name{
    width: 100%;
    padding:5px 0px;
    margin: 5px 0 20px 0;
    border-bottom: 1px solid rgba(196, 196, 196, 0.24);
}
.blog-categories-name-list-text{
    background-color: #151515;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 3px;
    color: white;
    font-size: 14px;
}
.blog-categories-list a{
    /* background-color: rgba(242, 242, 242, 0.98); */
    border-radius: 4px;
    /* padding: 2px 10px !important; */
    margin: 2px;
}
.blog-archive-postcard {
    margin-bottom: 20px;
    padding: 5px;
    border-bottom: 1px solid #c4c4c4;
}

.blog-archive-postcard {}
.blog-single-post-info {
    /* border-top: 1px solid rgba(196, 196, 196, 0.24); */
    border-bottom: 1px solid rgba(196, 196, 196, 0.24);
    font-size: 16px;
    /* background-color: rgba(242, 242, 242, 0.98); */
    padding: 10px 5px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.blog-single-post-content{
    min-height: fit-content;
    display: flow-root;
}
.blog-single-post-content p{
    text-align: justify;
}
.post-thumbnail-archive{
    max-width: 300px;
    height: 200px;
    object-fit: cover;
    margin: 10px auto 0px auto;
    float: left;
    padding: 8px 8px 5px 8px;
}