.single-post main {
    margin-top: 30px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px !important;
}
.single .main-sidebar {
    padding-top: 30px;
}
.single-post .content-post .entry-title {
    font-size: 25px;
    text-align: left;
}
.single h2 {
    font-size: 22px !important;
}
.single h3 {
    font-size: 20px !important;
}
.single h4 {
    font-size: 18px !important;
}
#toc_container p.toc_title {
    text-align: left !important;
    font-size: 18px;
}
#toc_container p.toc_title+ul.toc_list {
    margin-top: 5px !important;
}
article.content-post .namlbn-breadcrumb p {
    margin-bottom: 0;
    font-size: 14px;
}
.single-post .namlbn-breadcrumb .last {
    color: var(--cl-main);
    font-weight: 700;
}
.single-post iframe {
    width: 100%;
}
.single-post table, .content-single-post table {
    margin-bottom: 10px;
}
.single-post table , .single-post th, .single-post td,
.content-single-post table, .content-single-post th, .content-single-post td {
    border: 1px solid #000;
}
.single-post td, .content-single-post td {
    padding: 7px;
}
.single-post .content-post .single-footer-info {
    margin-top: 10px;
}
.wp-caption-text {
    margin-top: 5px;
}
/* RELATED POST */
.related_posts .title {
    color: var(--cl-main);
    font-size: 24px;
    font-weight: 700;
}
@media (max-width: 1024px){
    .single .row {
        margin: 0;
    }
    .single .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px){
    .single .main-sidebar {
        padding-top: 0;
    }
}