/* ============================================================
   custom.css — Divi5 Child Theme
   ============================================================ */

/* Comments -------------------------------------------------- */

ol.commentlist {
    list-style: none;
    padding: 0;
    margin: 2em 0 2em;
}

ol.commentlist li.comment,
ol.commentlist li.pingback {
    border: 1px solid #000 !important;
    border-radius: 10px !important;
    padding: 18px 20px !important;
    margin-bottom: 14px !important;
    background: #fff !important;
}

/* Nested replies */
ol.commentlist .children {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 36px;
}

ol.commentlist .children li.comment {
    border-color: #000 !important;
    background: #fafafa !important;
}

.comment-author img.avatar {
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.comment-metadata {
    font-size: 0.82em;
    color: #999;
    margin-top: 2px;
    clear: both;
}

.comment-metadata a {
    color: #999;
    text-decoration: none;
}

.comment-content {
    margin: 10px 0 6px;
    clear: both;
}

/* Reply link — bottom-right of each comment */
.comment-list .reply {
    text-align: right;
    margin-top: 6px;
}

.comment-reply-link {
    font-size: 0.82em;
    text-decoration: none;
}

.comment-awaiting-moderation {
    display: block;
    font-size: 0.82em;
    color: #b08000;
    margin-top: 4px;
}
