.entry-actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
    margin-right: 10px;
}

.editor-content p {
    margin-bottom: 1rem !important;
}
.editor-content ul li {
    position: relative;
    margin-bottom: 0.4rem !important;
}

h4, .h4 {
    font-size: 1.8rem !important;
    font-weight: 400 !important;
}

.entry-content ul,
.entry-content ol {
    padding-left: 1.5rem;
}

.entry-content li p {
    display: inline;
    margin: 0;
}

.posts-list h4 {
    font-size: 1.2rem !important;
}