.comment {
    margin: 0;
}
#comments .comment-list .comments-list:first-child, 
#respond .comment-list .comments-list:first-child,
#comments .comments-list .comment-content,
#respond .comments-list .comment-content {
    border: none;
}
#comments .comment-list .comments-list:first-child, 
#respond .comment-list .comments-list:first-child {
    padding: 0;
}

section.comments {
    background: #EBF4FB;
    padding: 1.5rem 1rem;
    font-family: Poppins, sans-serif;
}

section.comments #comments .comments-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: 1.5rem;
    text-align: center;
}

section.comments form {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}
section.comments form .logged-in-as,
section.comments p.must-log-in,
section.comments .no-comments{
    text-align: center;
    width: 100%;
}
section.comments form .logged-in-as,
section.comments p.must-log-in,
section.comments .no-comments,
section.comments form .comment-form-comment {
    font-size: 1.125rem;
}

section.comments form button,
section.comments form input[type="submit"] {
    background: #000;
    color: #fff;
    font-weight: 600;
    font-family: Poppins;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

section.comments form .comment-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.comment-list {
    margin-top: 3rem;
}

.comments-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
section.child-comments.comments-list {
    background: #EBF4FB;
    padding-left: 1rem;
    padding-top: 1rem;
}

@media screen and (min-width: 768px) {
    section.child-comments.comments-list {
        padding-left: 2rem;
    }
    
}

article.comment .comment-content {
    border-left: 2px solid #97D1FF !important;
    background: #F7FBFF;
    padding: 0.125rem 0.5rem;
    font-size: 0.8125rem;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
article.comment .comment-content .gravatar,
article.comment .comment-content .comment-reply-login {
    display: none;
}
article.comment .comment-content .comment-meta {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
    align-items: baseline;
    font-size: 0.8125rem;
    line-height: normal;
}
article.comment .comment-content .comment-meta .comment-meta-item {
    font-size: 0.625rem;
    font-weight: 300;
    margin: 0;
}
article.comment .comment-content .comment-meta time.comment-meta-item {
    margin-right: auto;
}
article.comment .comment-content .comment-meta .comment-author {
    font-size: 0.8125rem;
    font-weight: 500;
}
article.comment .comment-content .comment-meta a {
    color: #000;
    text-decoration: none;
    font-size: inherit;
    font-weight: 500;
}
article.comment .comment-content .comment-meta .comment-reply-link {
    margin: 0;
    position: static;
}
article.comment .comment-content .comment-text p {
    font-size: inherit;
    margin-bottom: 0.25em;
}
article.comment .comment-content .comment-text p:last-child {
    margin: 0;
}
