.post-info-custom-widget {
    display: flex;
    gap: 10px;
    align-items: center;
}

.post-info-details {
    display: flex;
    align-items: center;
    gap: 5px;
}

.bar {
    width: 2px;
    height: 25px;
    background-color: #ffffff;
}

.author-avatar {
    width: 25px;
    height: 25px !important;
    border-radius: 100% !important;
    object-fit: cover;
}

.author-details {
    display: flex;
    flex-direction: column;
}
.post-date{
    font-family: "Plus Jakarta Sans", Sans-serif;
}

.author-name {
    color: #ffffff;
}
.author-name:hover {
    color: #ffffff;
}