#publishpress-editorial-comments {
    margin-top: 20px;
}

#pp-comments_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#pp-comments_wrapper li.editorial-comment {
    display: flex;
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

#pp-comments_wrapper .avatar {
    margin-right: 15px;
    border-radius: 50%;
}

#pp-comments_wrapper .post-comment-wrap {
    flex: 1;
}

#pp-comments_wrapper .comment-meta {
    font-weight: bold;
    margin: 0;
}

#pp-comments_wrapper .comment-meta .meta {
    font-weight: normal;
    color: #666;
    font-size: 0.9em;
}

#pp-comments_wrapper .comment-content {
    margin-top: 5px;
}

.custom-comments-location-title {
    margin-left: 18px;
}

.postbox {
    position: relative;
    min-width: 255px;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
    margin-bottom: 20px;
    padding: 0;
    line-height: 1;
}

.postbox .inside {
    padding: 0 12px 12px;
    line-height: 1.4;
    font-size: 13px;
    margin: 11px 0;
    position: relative;
}

.postbox .inside>p:last-child,
.rss-widget ul li:last-child {
    margin-bottom: 1px !important;
}

.postbox-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c3c4c7;
}

.postbox-header .hndle {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.postbox-header .handle-actions {
    flex-shrink: 0;
}

.postbox .handle-order-higher,
.postbox .handle-order-lower,
.postbox .handlediv {
    width: 1.62rem;
    height: 1.62rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    cursor: pointer;
}

.postbox .handle-order-higher,
.postbox .handle-order-lower {
    color: #787c82;
    width: 1.62rem;
}

.postbox .handle-order-higher[aria-disabled=true],
.postbox .handle-order-lower[aria-disabled=true] {
    cursor: default;
    color: #a7aaad;
}

.postbox.closed {
    border-bottom: 0;
}

.postbox .hndle {
    -webkit-user-select: none;
    user-select: none;
}

.temp-border {
    border: 1px dotted #c3c4c7;
}

.sortable-placeholder {
    border: 1px dashed #c3c4c7;
    margin-bottom: 20px;
}

#poststuff .inside .the-tagcloud {
    margin: 5px 0 10px;
    padding: 8px;
    border: 1px solid #dcdcde;
    line-height: 1.2;
    word-spacing: 3px;
}

#pp-comment-text {
    width: 100%;
}
