.comment-reply-title {
    color: #1c1c1c;
    font-size: 48px;
    text-align: center;
    line-height: 1.2;
}
p.logged-in-as {
    text-align: center;
    font-size: 18px;
}

p.form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}

p.form-submit input.submit {
    font-size: 20px;
    padding: 25px 30px;
    height: auto;
    width: auto;
    display: block;
    margin: 0;
}

.comment-form-comment label,
.comment-form-inputs label {
    display: none;
}

.comment-form-inputs input,
.comment-form-comment textarea {
    background: #1c1c1c;
    border: 0px none;
    color: #fff;
    font-size: 18px;
    padding: 19px;
}

.comment-form input:not([type=checkbox]):focus,
.comment-form select:focus,
.comment-form textarea:focus {
    border-color: transparent;
    background: #1c1c1c;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
    color: #fff;
    opacity: 1;
}

.comment-form-inputs input {
    height: 60px;
    font-size: 18px;
    padding: 0px 20px;
    width: 100%;
}

.comment-form-cookies-consent {
    clear: both;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 25px;
    margin-top: 0;
}

p.comment-notes {
    font-size: 18px;
    order: -3;
    margin-bottom: 10px;
    margin-top: 20px;
}
.comment-form-cookies-consent {
    clear: both;
    position: relative;
}

p.comment-form-comment {
    order: -1;
    margin-bottom: 0;
}

.comment-form {
    display: flex;
    flex-direction: column;
}

.comment-form-inputs {
    display: flex;
    gap: 26px;
    margin-top: 10px;
    padding-bottom: 20px;
    order: -2;
}

.comment-respond .comment-form-cookies-consent input {
    margin: 0;
    position: absolute;
    left: 0;
    opacity: 0;
}

.comment-respond .comment-form-cookies-consent label {
    color: #282828;
    font-weight: normal;
    margin-left: 0;
    font-size: 17px;
    padding-left: 37px;
    position: relative;
}

.comment-respond .comment-form-cookies-consent label:before {
    top: 0;
}
.comment-respond .comment-form-cookies-consent label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: #1c1c1c;
    cursor: pointer;
    opacity: 0.19;
    font-weight: 900;
    border: 1px solid #bcbcbc;
}

.comment-respond .comment-form-cookies-consent input:checked ~ label:before {
    content: "✓";
}

.comment-respond .comment-form-cookies-consent input:checked ~ label:before {
    font-family: "Font Awesome 5 Free";
    color: #8dbf41;
    opacity: 1;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

ol.comment-list {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}

.comment-author.vcard {
    display: flex;
    align-items: center;
}

span.says {
    display: none;
}

.comment-author.vcard img {
    border-radius: 50%;
    margin-right: 11px;
}


.g-recaptcha {
    margin-top: 10px;
}

.comment-metadata {
    margin-bottom: 9px;
    margin-top: 6px;
}

.comment-body {
    margin-bottom: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

p.logged-in-as {
    text-align: center;
    order: -1;
    font-size: 18px;
}


p.form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    width: 100%;
}

.comment-respond p.form-submit input.submit {
    font-size: 20px;
    padding: 20px 30px;
    height: auto;
    width: auto;
    display: block;
    margin: 0;
}

.author-image figure {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.author-function {
    color: #666;
}

.wp-block-heading {
    padding-top: 20px;
}

@media (min-width: 1200px) {
   .primary-post-editor .h3,
   .primary-post-editor h3 {
       font-size: 35px;
       font-size: 2.19rem;
    }
}
