.asptt-comments{
    margin-bottom:80px;
}
.asptt-comments-content{    
    --gap-items:34px;
    --items-per-line:2;
    
    align-items: flex-start;
    
}
#commentform .logged-in-as{
    margin-bottom:20px;
}
#commentform .logged-in-as a{
    color:var(--e-global-color-primary);
}
.comment-form-comment{
    margin-bottom:10px;
}
#comment{
    width:100%;
}
.comment-notes{
    font-size:12px;
    font-style: italic;
    text-align:center;
    font-weight:bold;
    margin-bottom:10px;
}

.asptt-form-fields{
    --gap-items:10px;
    --items-per-line:2;
    margin-bottom:10px;
}
#email{
    width:100%;
}
#author{
    width:100%;
}
.form-submit{
    text-align:center;
}

/* ---- */

.commentlist{
    list-style: none;
    margin: 0;
    padding: 0;
}
.commentlist .comment .comment-body{
    padding:20px 0;
    border-bottom:1px solid #e6e6e6;
}
.commentlist .comment .comment-body{
    display:flex;
    gap:3px;
    flex-direction: column;
}
.comment-author .says{
    display:none;
}
.comment-author .fn{
    color:var(--e-global-color-primary);
    font-weight:bold;
}
.comment-meta{
    margin-bottom:5px;
}
.comment-meta a{
    color:#231f20;
    text-decoration:none;
    font-size:12px;
}
.comment-meta a:hover{
    text-decoration:underline;
}

.comment a{
    color:var(--e-global-color-primary);
}

@media screen and (max-width: 1000px) {    
    .asptt-comments-content{    
        --gap-items:34px;
        --items-per-line:1;
    }
}
