.widget-post {
    display: flex;
    gap: 15px;
    align-items: center;
}
.wt-post-date {
    background-color: #000; /* Color de ejemplo */
    width: 60px;
    height: 60px;
    padding: 5px;
    border-radius: 5px;
    flex-shrink: 0;
}
.wt-post-date strong {
    font-size: 1.5rem;
    display: block;
}
.wt-post-date span {
    font-size: 0.8rem;
    display: block;
}
.wt-post-info {
    padding-top: 5px;
    margin-left: 0;
}
.post-title {
    text-decoration: none;
    color: inherit;
    font-weight: 350 !important;
    color: #000 !important;
}
.wt-post-meta {
    font-size: 0.85rem;
    color: #6c757d;
}
.wt-post-meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
