/**
post
 */
.content-news {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding: 15px;
}

.content-news h2 {
    font-size: 1.3rem;
}

.meta {
    display: flex;
    flex-wrap: wrap;
    margin-top: -3px;
    border-bottom: 1px solid #f2f6f3;
    font-size: 14px;
}

.meta div {
    font-style: italic;
    color: #5b6267;
    border-left: 1px solid #f2f6f3;
    padding: 0 5px;
}

.meta div:first-child {
    border-left: none;
    padding-left: 0;
}

.content-news img {
    max-width: 100%;
    width: auto;
    float: none;
    margin-right: 5px;
}

.content-news .post-content > img {
    width: 100px;
    height: auto;
    float: left;
}

.post-content .post-content-detail {
    margin-top: -8px;
}

.post-content .post-content-detail p {
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    color: black;
    text-align: justify;
    line-height: 1.8;
}

.post-content .post-content-detail p:not(:first-child) {
    padding: 5px 0;
}

.content-news .post-footer {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    padding: 10px;
    background-color: #efefef;
}

.content-news .post-footer a {
    background-color: transparent;
    color: #02034b;
    padding: 5px 0;
    font-weight: 500;
    font-style: italic;
}

.content-news .post-footer a:hover {
    color: #0000cc;
}

/*
post related
*/
.container-item .card-header {
    background-color: #dff1ff;
    font-weight: 500;
    font-size: 20px;
    padding: 10px;
}

.container-item .sidebar-item img {
    width: 60px;
    height: auto;
    float: left;
    margin-right: 7px;
}

.container-item .sidebar-item .title {
    font-size: 16px;
    font-weight: 500;
    color: #011004;
}
.container-item .sidebar-item .sidebar-item-detail .description *{
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
}

.container-item .sidebar-item {
    padding: 5px;
    margin: 5px 0;
    border-bottom: none;
    color: black;
}

.container-item .sidebar-item:hover img {
    filter: brightness(0.9);
    transition: .7s;
    transform: scale(1.05);
    object-fit: cover;
}

.container-item .sidebar-item:hover {
    box-shadow: 1px 3px 5px 2px #d1e0d4;
    text-decoration: none;
}