.p-commentArea {
}

.p-commentArea__title {
    margin-bottom: 2em;
    padding-bottom: .75em;
    border-bottom: dashed 1px var(--swl-color_border)
}

.p-commentArea__title::before {
    margin-right: .5em;
    font-size: 4vw;
    vertical-align: bottom
}

.c-commentList {
    margin-bottom: 2em
}

.c-commentList .children {
    margin-top: 1em;
    margin-left: 1.5em;
    padding: 1em 0 0 1.5em;
    border-left: solid 1px var(--swl-color_border)
}

.c-commentList .comment {
    margin-bottom: 2em;
    border: 1px solid #dedede;
    padding: 10px 0px 10px 0px;
    border-radius: 5px;
}

.comment-author {
    display: block;
    align-items: center;
    margin-left: -8px;
    width: 100%;
}

.comment-author .avatar {
    border-radius: 50%
}

.comment-author .fn {display: none;}

.comment-author .url {
    color: inherit;
    text-decoration: none
}

.comment-author .says {
    display: none
}

.comment-metadata {
    margin: .5em 0;
    color: #666;
    font-size: 11px
}

.comment-metadata a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}

.comment-reply-link {
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    background: #aaa
}

.comment-body {
    padding-left: 8px;
    padding-right: 8px;
}

.comment-body a::before {
    content: none
}

.comment-content>* {
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    color: #545050;
    word-wrap: break-word;
    white-space: pre-line;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    padding: 10px;
    background: #f4f4f4;
    border-radius: 2px;
}

.comment-content blockquote {
    padding: .5em 1em
}

.comment-respond p {
}

.form-submit{
}

.comment-form-comment {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}

.comment-form{
}

.comment-respond label {
    display: block;
    margin-bottom: .25em;
    font-size: .9em
}

.comment-respond #author,.comment-respond #comment,.comment-respond #email,.comment-respond #url {
    width: 100%;
    background: #fff;
    -webkit-appearance: none;
    font-size: 16px;
}

.comment-respond #submit {
    color: #fff;
    background-color: var(--color_main);
    border: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 12px;
    padding: 8px;
    border-radius: 8px;
}

.submit {
    transition: opacity .25s
}

.submit:hover {
    opacity: .8
}

#cancel-comment-reply-link {
    margin-left: 2em;
    padding: .5em;
    color: #666;
    font-size: 13px;
    font-style: italic;
    background: #fff;
    border: solid 1px var(--swl-color_border);
    border-radius: 3px
}

#cancel-comment-reply-link:hover {
    color: #fff;
    background: #666;
    transition: .25s
}

.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    line-height: 1.2
}

#wp-comment-cookies-consent {
    margin-right: 8px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.-body-solid .p-commentArea {
}

.-body-solid .p-commentArea [type=email],.-body-solid .p-commentArea [type=number],.-body-solid .p-commentArea [type=text],.-body-solid .p-commentArea textarea {border-radius: 0px;}

@media (min-width: 600px) {
    .p-commentArea__title::before {
        font-size:18px
    }
}

@media (min-width: 960px) {
    .p-commentArea {
    }
}

#respond{
    background-color: #f2f2f2;
    padding: 15px 15px 15px 15px;
    margin-bottom: 20px;
}

.comment-respond #comment {
    border-radius: 3px;
    height: 100px;
}

#comment::placeholder {
    font-size: 14px;
    vertical-align: middle;
    color: #949494cc;
}