.list-header {
    display: flex;
    align-items: center;
}

.list-header div {
    display: flex;
    flex: 1 1 0%;
    justify-content: flex-end;
    gap: 10px;
}

.posts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.post-info .post-title {
    display: flex;
    align-items: center;
}

.post-info .post-title a {
    font-size: large;
}

.post-info .post-title p {
    display: flex;
    flex: 1 1 0%;
    justify-content: flex-end;
}

.post-info p {
    margin: 0%;
}