.menu-category-post-item {
    display: flex;
    flex-direction: column; 
    align-items: center;
    max-width: 200px; 
    text-align: center; 
    margin: 0 5px; 
    padding: 10px;
    border-radius: 5px; 
    transition: transform 0.3s ease; 
    height:200px !important;
    background-color: white;
}

li.menu-category-post-item a {
    border-top: 0 !important;
}

.menu-category-post-item:hover {
      background-color: white !important;
    transform: translateY(-5px); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
}


.menu-post-thumbnail {
    width: 100%;
    overflow: hidden;
    height:130px;
}

.menu-post-thumbnail img {
    object-fit: cover; 
}

.menu-post-title {
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    color: #333; 
}


.menu-category-post-item a {
    text-decoration: none; 
    color: inherit; 
    padding: 0px !important;
}