.post-menu-wrapper-d4b598cd {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.post-menu-item-d4b598cd {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
}
.post-menu-thumb-d4b598cd {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
}
.post-menu-thumb-d4b598cd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-menu-placeholder-d4b598cd {
    width: 100%;
    height: 100%;
    background: #e2e8f0;
}
.post-menu-info-d4b598cd {
    flex-grow: 1;
}
.post-menu-title-d4b598cd {
    margin: 0 0 5px 0;
    font-size: 1rem;
    font-weight: 600;
}
.post-menu-title-d4b598cd a {
    text-decoration: none;
    color: #1a202c;
    transition: color 0.2s ease;
}
.post-menu-title-d4b598cd a:hover {
    color: #3b82f6;
}
.post-menu-meta-d4b598cd {
    font-size: 0.85rem;
    color: #718096;
    line-height: 1.4;
}
