/* Featured Post & Sidebar Two with Images Widget Styles */
.blog-widget-featured-sidebar-two-with-images.blog-widget-shape2-grid, .blog-widget-featured-sidebar-two-with-images.blog-widget-featured-sidebar-grid {
    grid-template-columns: 1fr 1fr !important;
}
.blog-widget-featured-sidebar-two-with-images.blog-widget-featured-sidebar-grid .digest-featured h2 a{font-size:1.5rem !important;}
.blog-widget-featured-sidebar-two-with-images .boxed-short-title{margin-bottom:10px !important;}
.blog-widget-featured-sidebar-two-with-images .digest-sidebar{flex-direction: row !important;justify-content: space-between !important;}
.blog-widget-featured-sidebar-two-with-images .digest-sidebar.has-short-title {padding-top: 53px !important;}
.blog-widget-featured-sidebar-two-with-images  .digest-sidebar article{padding: 0 !important;}
.blog-widget-featured-sidebar-two-with-images .digest-sidebar .sidebar-post-item:hover{ background-color: none !important;}
.blog-widget-featured-sidebar-two-with-images .digest-sidebar .sidebar-post-item{width: 50% !important;}
.featured-post-content {
    padding: 1.5rem;
}
/* Sidebar Posts Section */
.blog-widget-featured-sidebar-two-with-images .digest-sidebar {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.sidebar-post-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.sidebar-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.sidebar-post-content {
    padding: 1rem;
}

.sidebar-post-content h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.no-image-placeholder.featured {
    height: 300px;
}

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

/* Responsive Design */
@media (max-width: 768px) {
    .blog-widget-featured-sidebar-two-with-images {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1rem;
    }
	.blog-widget-featured-sidebar-two-with-images .digest-sidebar.has-short-title{padding:0 !important}
    .blog-widget-featured-sidebar-two-with-images .digest-sidebar {padding:0 !important;flex-direction: column !important;}
	.blog-widget-featured-sidebar-two-with-images .digest-sidebar .sidebar-post-item{width:100% !important;display:flex !important;gap:2rem;flex-direction:row-reverse;}
	.blog-widget-featured-sidebar-two-with-images.blog-widget-featured-sidebar-grid .digest-sidebar article::before{display:none !important;}
    .featured-post-image {height: 350px; }
	.blog-widget-featured-sidebar-two-with-images .sidebar-post-item .sidebar-post-image{width: 170px !important;
    height: 100px !important;}
    .featured-post-content {padding: 1rem; }
    .featured-post-content h2 { font-size: 1.3rem;}
   .sidebar-post-content { padding: 0.75rem;}
    .sidebar-post-content h3 {font-size: 0.9rem;}
}
