/**
post
 */
.container-item {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    padding: 15px;
}

.container-item h2 {
    font-size: 1.3rem;
}
.container-item .post-content>img{
    width: 50%;
    height: auto;
    float: left;
    margin-right: 15px;
}
.post-content .file-attack {
    font-size: 1.0rem;
    font-style: italic;
    padding-top: 10px;
}

.post-content .file-attack:hover {
    color: #d03131;
    text-decoration: none;
}

.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;
}

.post-content .post-content-detail {
    margin-top: -8px;
}
.post-content .post-content-detail img{
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.post-content .post-content-detail p{
    margin-bottom: 10px;
}
.post-content .post-content-detail > * {
    text-transform: none !important;
    font-size: 1.0rem !important;
    font-weight: normal !important;
    color: black !important;
    text-align: justify !important;
    line-height: 1.8 !important;
}

.post-content .post-content-detail .table {
    text-align: center;
    overflow-x: auto;
}

.post-content .post-content-detail table {
    margin-left: auto;
    margin-right: auto;
}

.post-content .post-content-detail table td {
    padding: 5px;
    word-wrap: break-word;
    vertical-align: middle;
}

.post-content .post-content-detail table > * {
    text-transform: none !important;
    font-size: 0.9rem !important;
    font-weight: normal !important;
    text-align: justify !important;
    line-height: 1.2 !important;
}

.post-content .post-content-detail table img {
    width: auto !important;
}

.post-content .post-content-detail strong {
    font-weight: 500;
}

.post-content .post-content-detail p:not(:first-child) {
    padding: 5px 0;
}

/*
post related
*/
.container-item .card-header {
    background-color: #dff1ff;
    font-weight: 500;
    font-size: 1.3rem;
    padding: 5px 10px;
    margin: -15px;
}

.container-item .sidebar-item .title {
    font-size: 1.1rem;
    line-height: 1.2;
    text-align: justify;
    font-weight: 500;
    color: #0b2e13;
}

.container-item .sidebar-item {
    padding: 5px 10px;
    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;
}