.custom-posts-widget {
    display: flex;
    gap: 20px;
}

.custom-posts-widget .post-item {
    flex: 1;
    text-align: center;
}

.custom-posts-widget .post-item img {
    width: 100%;
    border-radius: 10px;
}

.custom-posts-widget .post-item .title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}