section.blog-detail-wrapper h1{
    /* font-weight: 800; */
    color: var(--heading-color);
    font-size: var(--f40);
    margin-bottom: 24px;
    line-height: 1.4;
}
section.blog-detail-wrapper {
    padding-top: 89px;
}
section.blog-detail-wrapper .blog-detail-image img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}
section.blog-detail-wrapper .blog-detail-image{
    margin-bottom: 30px;
}
section.blog-detail-wrapper .blog-right-categories {
    position: sticky;
    top: 10px;
}
.blog-detail-wrapper .widget {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    margin-bottom: 30px;
}
section.blog-detail-wrapper h3.widget-title, section.blog-detail-wrapper h3.widgettitle {
    color: var(--heading-color);
}
.content-table {
    height: 300px;
    overflow-y: scroll;
}
.blog-detail-wrapper .widget ul, section#categories-5 ul {
    padding-left: 0 !important;
}
section.blog-detail-wrapper ul, section.blog-detail-wrapper ul li {
    list-style: disc;
}
.blog-detail-wrapper .widget ol li, .blog-detail-wrapper .widget ul li {
    padding: .72rem 0;
    border-bottom: 1px solid #e8ecef;
    border-top: 0 solid #e8ecef;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-top: 0 !important;
}
section.blog-detail-wrapper li {
    font-family: var(--primary-font);
    color: var(--black-color);
    font-size: var(--f14);
    line-height: 30px;
    letter-spacing: .05em;
    text-align: justify;
    margin-bottom: 16px;
}
.blog-detail-wrapper .widget ol li:first-child, .blog-detail-wrapper .widget ul li:first-child {
    border-top: none;
    padding-top: 0;
}
.blog-detail-wrapper .widget_categories li a {
    display: flex;
    text-decoration: none;
    color: var(--black-color);
    line-height: 1.5;
}
.blog-detail-wrapper .widget_recent_entries img {
    margin-right: 17px;
    height: 74px;
    max-width: 75px;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}
.blog-detail-wrapper .widget_recent_entries li.item-recent-post .title-post {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.blog-detail-wrapper .widget_recent_entries li.item-recent-post a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    max-height: 2.6em;
    margin-bottom: .5em;
    text-decoration: none;
    color: var(--black-color);
}
.blog-detail-wrapper .widget_recent_entries .post-date {
    display: block;
    text-transform: uppercase;
}