.ulf-post-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.ulf-post-item {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
}

.ulf-post-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.12);
}

.ulf-post-item a {
    color: inherit;
    text-decoration: none;
}

.ulf-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.ulf-content {
    padding: 20px;
}

.ulf-content h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.ulf-date {
    display: inline-block;
    font-size: 12px;
    opacity: 0.7;
    margin-bottom: 10px;
}

.ulf-content p {
    opacity: 0.8;
    font-size: 14px;
}
/* YITH Wishlist dugme */
.yith-wcwl-add-to-wishlist,
.yith-wcwl-add-button,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
    display: none !important;
}

/* TI WooCommerce Wishlist */
.tinv-wishlist,
.tinvwl_add_to_wishlist_button,
.tinvwl_add_to_wishlist_text {
    display: none !important;
}
.inner-shop-item .shop-content-bottom {
     display: none !important;
}
body.single-product .inner-shop-details-flex-wrap {
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
}