.blog-detail-wrapper.mt-5 {
    margin-top: 0 !important;
    padding-top: 70px;
    padding-bottom: 70px;
}

.blog-detail-image img {
    width: 100%;
    height: 370px;
    max-height: 370px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-detail-title {
    margin-top: 20px;
}

.blog-detail-title h3 {
    color: var(--secondary-color);
    font-size: 26px;
    margin: 10px 0 15px;
    font-weight: 700;
    text-transform: capitalize;
}

.feat_blog_con p span {
    color: var(--text-black);
    font-size: 15px;
    margin-right: 17px;
    font-weight: 400;
}

.blod-detail-description {
    margin-top: 13px;
}

.blod-detail-description img {
    width: 100%;
    height: auto;
}

.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;
}

.blog-detail-wrapper .widget-title {
    font-size: 26px;
    padding-bottom: 18px;
    margin-bottom: 30px;
    position: relative;
    color: var(--secondary-color);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--secondary-font);
}

.blog-detail-wrapper .widget-title::after {
    position: absolute;
    content: "";
    width: 63px;
    height: 2px;
    background-color: var(--secondary-color);
    bottom: 6px;
    left: 0;
}

.blog-detail-wrapper .widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.blog-detail-wrapper .widget li {
    padding: .72rem 0;
    border-bottom: 1px solid #e8ecef;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

.blog-detail-wrapper .widget li:first-child {
    padding-top: 0;
}

.blog-detail-wrapper .widget_categories li a {
    color: #000 !important;
    font-size: 15px;
    text-decoration: none;
}

.blog-detail-wrapper .widget_recent_entries img {
    margin-right: 17px;
    height: 74px;
    width: 75px;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.blog-detail-wrapper .widget_recent_entries li.item-recent-post {
    justify-content: flex-start;
}

.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;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.blog-detail-wrapper .widget_recent_entries .post-date {
    display: block;
    font-size: 14px !important;
    color: var(--secondary-color);
    text-transform: uppercase;
}
