/*single*/
.single-news-article {
    padding: 120px 0 120px;
    background-color: #fdfdfd;
}

.container-narrow {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.post-meta-top {
    margin-bottom: 20px;
    font-size: 14px;
    color: #888;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.meta-divider {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #FF5B2D;
    border-radius: 50%;
    margin: 0 12px;
    vertical-align: middle;
}

.post-main-title {
    font-size: 48px;
    font-weight: 850;
    color: #111;
    line-height: 1.2;
    margin-bottom: 50px;
    letter-spacing: -0.5px;
}

/* Image Styling */
.post-featured-image-wrapper {
    margin-bottom: 60px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

.rounded-24 {
    border-radius: 24px;
    width: 100%;
    height: auto;
}

/* Content Typography */
.post-content-body {
    font-size: 19px;
    line-height: 1.8;
    color: #333;
    font-weight: 400;
}

.post-content-body p {
    margin-bottom: 30px;
}

/* Footer Section */
.post-footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.post-share span {
    font-weight: 700;
    margin-right: 15px;
}

.post-share a {
    color: #111;
    font-size: 20px;
    margin-left: 10px;
    transition: 0.3s;
}

.post-share a:hover {
    color: #FF5B2D;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .post-main-title { font-size: 32px; }
    .post-content-body { font-size: 17px; }
    .single-news-article { padding: 40px 0 80px; }
}