/* Featured Sidebar Blogs with Images Widget Styles */
.blog-widget-featured-sidebar-grid-with-images.blog-widget-shape2-grid, .blog-widget-featured-sidebar-grid-with-images.blog-widget-featured-sidebar-grid{ grid-template-columns: 1fr 1fr !important;}
.blog-widget-featured-sidebar-grid-with-images  .digest-sidebar {
    gap: .5rem !important;
}
.blog-widget-featured-sidebar-grid-with-images .boxed-short-title{margin-bottom:10px !important}

.blog-widget-featured-sidebar-grid-with-images .sidebar-post-item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 2rem;
    padding: 0;
    border: none !important;
}
.blog-widget-featured-sidebar-grid-with-images .sidebar-post-item .sidebar-post-image{
    width: 170px;
    height: 90px;
    overflow: hidden;
}
.sidebar-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-image-placeholder {
    width: 100%;
    height: 100%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-text {
    color: #6c757d;
    font-size: 0.8rem;
    text-align: center;
}

.sidebar-post-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar-post-content h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
}

.sidebar-post-content h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sidebar-post-content h3 a:hover {
    color: #007bff;
}
.widget-2-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-widget-featured-sidebar-grid-with-images {
        gap: 0 !important;
    }
	 .blog-widget-featured-sidebar-grid-with-images.blog-widget-shape2-grid .digest-sidebar article,  .blog-widget-featured-sidebar-grid-with-images.blog-widget-featured-sidebar-grid .digest-sidebar article::before{width:0 !important;height:0 !important;}
    
    .sidebar-post-item {
        padding: 0.75rem;
    }
    
    .sidebar-post-image {
        width: 60px;
        height: 60px;
    }
    
    .sidebar-post-content h3 {
        font-size: 0.9rem;
    }   
    .widget-2-featured-image {
        height: 300px;
    }  
   	 .blog-widget-featured-sidebar-grid-with-images  .banner-overlay {
        padding: .5rem !important;
    }
   	 .blog-widget-featured-sidebar-grid-with-images  .banner-overlay h2 {
        font-size: 1rem;
    }
}
