h2.oe-blog-title {
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 48px !important;
    color: #000000;
    margin-bottom: 25px;
}

.oe-post-tags ul {
    list-style: none;
    padding: 0;
}

.oe-post-tags ul li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 25px;
}

.oe-post-tags ul li a{
    background: #F1F5F9;
    border-radius: 40px;
    padding: 10px 20px;
    color: #64748B;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}

.oe-featured-post-wrapper {
    padding: 10px 0 30px;
}
.featured-post-title h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ED4275;
    margin-bottom: 15px;
}

.featured-img-wrapper img {
    width: 100%;
}

.featured-tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.featured-tags ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 25px;
}

.featured-tags ul li a {
    padding: 10px 15px;
    background: #F1F5F9;
    border-radius: 40px;
    font-weight: 700;
    font-size: 14px;
    color: #64748B;
    text-decoration: none;
}

.featured-date p {
    color: #2B354E;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.2;
}

.featured-date p {
    color: #2B354E;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.featured-date p img {
    margin-right: 5px;
}

.featured-tag-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
}

.featured-title h2 a{
    margin: 0;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #2B354E;
}

.featured-author p {
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 16px;
    color: #2B354E;
}

.featured-author, .featured-post-view {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.featured-author p, .featured-post-view p {
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 16px;
    color: #2B354E;
    margin: 0;
    margin-left: 8px;
}

.featured-author-view {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
}
.featured-author {
    margin-right: 20px;
}

.featured-excerpt p {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 14px;
    color: #64748B;
    line-height: 1.8;
}

.featured-readmore a {
    text-decoration: none;
    color: #625FFF;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 14px;
}

.featured-readmore a img {
    margin-left: 5px;
}
.featured-author img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.latest-title h3, .most-view-title h3 {
    color: #ED4275;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.see-all-post a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #625FFF;
}

.latest-post-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

h2.latest-post-title {
    line-height: 1.2;
    font-weight: 500;
    font-size: 18px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

h2.latest-post-title a {
    text-decoration: none;
    color: #2B354E;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
}

.latest-author p {
    color: #64748B;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
}
.latest-viewer p, .latest-date p {
    color: #64748B;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 0 5px;
    
}

.latest-viewer, .latest-date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.latest-viewer{
    width: 65px;
}
.latest-date {
    width: calc(100% - 185px);
}
.oe-latest-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.oe-latest-tags ul {
    list-style: none;
    padding: 0;
}

.latest-author {
    width: 120px;
}

.oe-latest-tags ul li a {
    padding: 10px 15px;
    background: #F1F5F9;
    border-radius: 40px;
    font-weight: 600;
    font-size: 11px;
    color: #64748B;
    text-decoration: none;
    line-height: 45px;
}

.oe-latest-tags ul li {
    display: inline-block;
    margin-right: 5px;
}

.oe-latest-tags {
    padding: 10px 0 0;
}
.oe-latest-post-content {
    padding: 20px;
}

.oe-latest-post-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 10%);
    border-radius: 3px;
    margin-bottom: 32px;
}
.latest-img img {
    border-radius: 3px 3px 0 0;
}

.most-calender p {
    margin: 0;
    color: #64748B;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
}
.most-calender {
    display: flex;
    width: 85px;
    height: 85px;
    justify-content: center;
    align-items: center;
    border: 5px solid #64748B;
    border-radius: 12px 12px 10px 10px;
    border-top-width: 18px;
    position: relative;
    margin: auto;
    margin-bottom: 10px;
}

.most-calender::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    background: #64748B;
    left: 15%;
    top: -23px;
    border-radius: 5px;
}

.most-calender::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    background: #64748B;
    right: 15%;
    top: -23px;
    border-radius: 5px;
}

.date-wrapper > p {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #64748B;
    margin: 0;
}
.date-wrapper {
    max-width: 165px;
    text-align: center;
    width: 100%;
}

.most-view-img img {
    width: 100%;
    height: 175px;
    object-fit: cover;
}
.most-view-img {
    max-width: 260px;
    width: 100%;
}

.most-view-contents {
    width: calc(100% - 425px);
    padding: 15px 25px;
}

.most-view-single {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
}

.most-view-title h2 a {
    color: #2B354E;
}
.most-view-title h2 {
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.most-view-author img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.most-view-author p a {
    color: #2B354E;
    text-decoration: none;
}
.most-view-author p, .most-view-user p{
    display: inline-block;
    margin: 0;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 12px;
    color: #2B354E;
}

.most-view-author-user {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.most-view-author {
    margin-right: 15px;
}

.most-view-tag ul li {
    display: inline-block;
    margin-right: 5px;
    line-height: 40px;
}
.most-view-tag ul {
    list-style: none;
    padding: 0;
}
.most-view-tag ul li a {
    background: #F1F5F9;
    border-radius: 40px;
    text-decoration: none;
    padding: 10px 15px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #64748B;
}

.most-view-tag {
    display: block;
    padding: 15px 0 0;
}

.custom-blog-container {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 40px 0;
}
h2.newsl-title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 38px;
}

p.newsl-desc {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.custom-single-post-title h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 48px;
}

.featured-img-wrapper.single {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .most-view-single{
        flex-flow: row wrap;
    }
    .most-view-contents {
        width: 100% !important;
    }
    .most-view-img{
        max-width: calc(100% - 130px);
    }
    .date-wrapper {
        max-width: 130px;
    }
}