.eact-post-wrap {
    padding: 20px;
    margin-bottom: 50px;
}
.eact-post-wrap h4.eact-widget-title {
    position: relative;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-bottom: 10px;
    line-height: 1.2;
    font-size: 20px;
}
.eact-post-wrap span.eact-section-title-before {
    background-color: #efefef;
    display: inline-block;
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.eact-post-wrap span.eact-section-title {
    color: #000;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.eact-post-wrap span.eact-section-title-after {
    left: 0;
    transform: translateX(0);
    display: inline-block;
    content: "";
    width: 200px;
    height: 3px;
    background-color: #bb191a;
    position: absolute;
    bottom: 0;
    left: 0;
}
.eact-post-wrap .post-meta {
    color: #000;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.eact-post-wrap .eact-img-wrapper {
    position: relative;
    display: block;
    line-height: 1;
    background: #dcdcdc;
    background: #efefef;
}
.eact-post-wrap .eact-img-wrapper a {
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
}
.eact-post-wrap .eact-img-wrapper img {
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    line-height: 1;
    margin: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.eact-post-wrap .eact-img-wrapper img:hover {
    transform: scale(1.05);
}
.eact-post-wrap .eact-content-wrapper {
    margin: 20px 0;
    color: #000;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 22px;
    font-weight: 300;
}
.eact-post-wrap .post-navigation {
    overflow: hidden;
    color: #000;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.eact-post-wrap .post-meta a {
    background: #000000;
    padding: 5px 8px;
    margin: 5px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #000;
}
.eact-post-wrap .post-meta a:hover {
    background: #fff;
    color: #000000;
}
.breadcrumb-trail.breadcrumbs {
    font-family: "Hind Siliguri", Sans-serif;
    font-weight: 700;
}
/* Single Post */
.single-post-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 29%);
}
.single-post-wrap .eact-post-wrap {
    box-sizing: border-box;
    flex: 0 0 70%;
    width: 70%;
}
.single-post-wrap .eact-sidebar {
    box-sizing: border-box;
    flex: 0 0 30%;
    width: 30%;
}
.eact-sidebar .widget h2.wp-block-heading {
    color: #000;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.single-post-wrap .eact-sidebar .widget.morenews-widget {
    background: transparent;
    box-shadow: none;
    padding: 0 15px;
    margin: 0;
    margin-top: 15px;
    border: none;
}
.eact-sidebar .widget ul {
    list-style: none;
}
.eact-sidebar .widget ul>li {
    padding: 0
}
.eact-sidebar .widget ul>li>a.wp-block-latest-posts__post-title {
    color: #000;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
}
@media (max-width: 768px) {
    .single-post-wrap {
        flex-direction: column;
    }

    .single-post-wrap .eact-post-wrap,
    .single-post-wrap .eact-sidebar {
        flex: 0 0 100%;
        width: 100%;
    }

    .single-post-wrap .eact-sidebar {
        margin-bottom: 30px;
    }
}