.blogpost {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.blogpost .blog-cont {
    padding: 20px;
}
.blogpost h2,
.blogpost .blog-title,
.blogcontent .blog-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.3;
}

.blogpost .blog-meta,
.blogcontent .blog-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.blogpost .blog-author,
.blogpost .blog-date,
.blogcontent .blog-author,
.blogcontent .blog-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.blogpost .blog-meta .fa,
.blogcontent .blog-meta .fa {
    color: #6c757d;
    font-size: 13px;
}

.blogpost .author-name,
.blogpost .created-date,
.blogcontent .author-name,
.blogcontent .created-date {
    color: #6c757d;
}

/* Legacy .date kept for older markup / sidebar-adjacent styles */
.blogpost .date {
    color: #5c6470;
    margin-bottom: 9px;
}

.blogcontent .blog-title {
    margin: 4px 0 8px;
}

.blogcontent .blog-meta {
    margin: 0 0 18px;
 
}

@media (max-width: 575px) {
    .blogpost .blog-meta,
    .blogcontent .blog-meta {
        gap: 10px 14px;
        font-size: 13px;
    }
}

.blogpost p {
    color: #5c6470;
    margin-bottom: 9px;
}

.blogcontent h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.blogcontent p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.blogcontent ul {
    list-style-type: initial;
    margin-bottom: 19px;
    margin-left: 21px;
}

.blogcontent ul li {
    margin-bottom: 8px;
}

.blogcontent h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.blogcontent .promo {
    padding: 29px !important;
}
article.blogcontent {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
	border:1px solid #e4e7ec
}
.promo.articlepromo {
    padding: 30px !important;
}

.promo.articlepromo h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.promo.articlepromo p {
    margin-bottom: 12px;
    font-size: 16px;
}

.promo.articlepromo p a.nav-cta {
    margin-top: 4px;
    display: inline-block;
}

.latestpost .sidepost {
    display: flex;
    align-items: center;
}

.latestpost .sidepost .postthumb {
    width: 109px;
    margin-right: 11px;
    height: 77px;
    border-radius: 8px;
    overflow: hidden;
}

.latestpost .sidepost h4 {
    font-weight: 600;
    font-size: 16px;
}

.latestpost .sidepost p {
    font-size: 14px;
}

.latestpost .side-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
    color: #6c757d;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;

}

.latestpost .side-author,
.latestpost .side-date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.latestpost .side-meta .fa {
    color: #6c757d;
    font-size: 11px;
}

.latestpost .side-meta .author-name,
.latestpost .side-meta .created-date {
    color: #6c757d;
    letter-spacing: 0.02em;
}

.latestpost .sidepost .postthumb + div {
    flex: 1;
}

.latestpost .sidepost .postthumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latestpost h3 {
    font-size: 23px;
    margin-bottom: 16px;
}

.tagslist a {
    background: #ffffff;
    color: #d1aa57;
    padding: 4px 10px;
    font-size: 13px;
    border: 1px solid #d1aa57;
    border-radius: 5px;
}
.tagslist a:hover{
	background: #d1aa57;
    color: #ffffff;
}

.tagslist {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tags h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
article.blogcontent img {
    margin-bottom: 15px;
}