.blog-details-section {
    padding: 60px 0;
    background-color: #fafbfc;
}

.blog-category-tag {
    display: inline-block;
    padding: 5px 14px;
    background-color: rgba(5, 149, 35, 0.1);
    color: #059523;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 20px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.blog-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    color: #111;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.blog-meta-wrapper {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.author-avatar-container {
    width: 48px;
    height: 48px;
}

.author-avatar {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #f7f8fa;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.author-name {
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
    margin-left: 0.5rem;
}

.meta-dot {
    margin: 0 10px;
    color: #bbb;
    font-size: 1.2rem;
}

.publish-date {
    color: #777;
    font-size: 0.9rem;
}

.blog-details__banner-wrapper {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.07);
}

.blog-details__banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details__body-text {
    font-size: 1.1rem;
    line-height: 1.85;
    color: #444;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

.blog-details__body-text p {
    margin-bottom: 24px;
}

.blog-details__body-text h2,
.blog-details__body-text h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #111;
    margin-top: 35px;
    margin-bottom: 15px;
}

/* Sidebar Styling */
.blog-sidebar {
    position: static;
}

.sidebar-widget {
    background: #f1e8e8;
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f2f4;
}

.widget-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.widget-underline {
    width: 40px;
    height: 3px;
    background: #059523;
    border-radius: 2px;
    margin-bottom: 20px;
}

.recent-post-item {
    transition: all 0.3s;
}

.recent-post-thumb {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recent-post-item:hover .recent-post-thumb img {
    transform: scale(1.08);
}

.recent-post-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.recent-post-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin-bottom: 4px;
    transition: color 0.2s ease;
    margin-left: 0.5rem;
}

.recent-post-item:hover .recent-post-title {
    color: #059523;
}

.recent-post-date {
    font-size: 0.8rem;
    color: #888;
    margin-left: 0.5rem;
}

.social-share-buttons {
    display: flex;
    gap: 12px;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 1.05rem;
    transition: all 0.2s ease;
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.facebook-btn {
    background: #1877f2;
}

.twitter-btn {
    background: #1da1f2;
}

.linkedin-btn {
    background: #0077b5;
}

.quick-cta-widget {
    background: linear-gradient(135deg, #d3f6d8 0%, #fbf4fb 100%);
    border: 1px solid rgba(5,149,35,0.06);
}

.cta-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #059523;
    margin-bottom: 12px;
}

.cta-text {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cta-btn {
    background: #059523;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    border-radius: 30px;
    padding: 10px 24px;
    display: inline-block;
    border: none;
    box-shadow: 0 4px 10px rgba(5,149,35,0.2);
    transition: all 0.3s;
}

.cta-btn:hover {
    background: #047d1c;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(5,149,35,0.3);
}

/* Responsive details */
@media (max-width: 991px) {
    .blog-title {
        font-size: 2.1rem;
    }
    
    .blog-details__banner-wrapper {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .blog-title {
        font-size: 1.8rem;
    }
    
    .blog-details__banner-wrapper {
        height: 220px;
    }
}

/* --- Element Custom Styles --- */

.blog_details-custom-1 {
    background-size: cover; background-position: center; padding: 100px 0; position: relative;
}

.blog_details-custom-2 {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1;
}

.blog_details-custom-3 {
    position: relative; z-index: 2;
}

.blog_details-custom-4 {
    height:18px;
}
