/* HL Featured Posts Type 01 Widget Styles */
.hl-featured-posts-type-01-widget .post-item {
    margin-bottom: 20px;
}

.hl-featured-posts-type-01-widget .post-item_header {
    margin-bottom: 15px;
}

.hl-featured-posts-type-01-widget .post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.hl-featured-posts-type-01-widget .post-item_title {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.hl-featured-posts-type-01-widget .post-item_link {
    text-decoration: none;
    color: #333;
}

.hl-featured-posts-type-01-widget .post-item_link:hover {
    color: #007cba;
}

@media (max-width: 768px) {
    .hl-featured-posts-type-01-widget .hl-col-md-6 {
        width: 100%;
        margin-bottom: 20px;
    }
}