.post-info {
    display: flex;
    flex-flow: column nowrap;
    gap: 4px;
}

.post-button {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 27px;
    height: 27px;
}

#post-actions {
    padding-bottom: 6px;
}

.post-content {
    display: flex;
    flex-flow: column nowrap;
    gap: 8px;
}

.post-content p {
    line-height: 1.5em;
}

ul {
    margin: 0;
    padding-left: 2em;
}

h1, h2 {
    margin-top: 12px;
}