.comments-area {
    margin-top: var(--global-xl-spacing);
    margin-left: auto;
    margin-right: auto;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comment-reply-title,
.comments-title {
    margin-bottom: 1em;
}
.comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.comment-list ol {
    list-style-type: none;
}
.children {
    margin-left: 1em;
    padding-left: 0;
}
#cancel-comment-reply-link {
    margin-left: 0.8em;
}
@media screen and (min-width: 768px) {
    .children {
        margin-left: 2em;
    }
}
.comment-body {
    position: relative;
    border-bottom: 1px solid var(--global-gray-500);
    margin-bottom: 3em;
}
.comment-body .edit-link:before {
    content: "|";
    padding-right: 0.3em;
}
.comment-author .fn a {
    color: inherit;
}
.comment-meta {
    position: relative;
    margin-left: 70px;
    font-size: 80%;
}
.comment-form a,
.comment-meta a {
    text-decoration: none;
    border: none;
    color: inherit;
}
.comment-form a:focus,
.comment-form a:hover,
.comment-meta a:focus,
.comment-meta a:hover {
    text-decoration: underline;
}
.comment .avatar {
    position: absolute;
    left: -70px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.bypostauthor .avatar {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 5px solid var(--global-palette7);
    margin-top: -5px;
    margin-left: -5px;
}
.comment-author {
    font-size: 1.4em;
    line-height: 1.3;
}
.says {
    font-size: 80%;
}
.comment-metadata {
    padding-bottom: 0.5em;
}
.comment-content a {
    word-wrap: break-word;
}
.comment-content ol,
.comment-content ul {
    margin: 0;
    padding-right: 3em;
    padding-left: 3em;
}
.comment-content ol {
    list-style-type: decimal;
}
.comment-content ol ol,
.comment-content ul ul {
    margin-right: 0;
    margin-left: 0;
}
@media screen and (min-width: 768px) {
    .comment-content ol,
    .comment-content ul {
        padding-right: 1.5em;
        padding-left: 1.5em;
    }
}
.comment-content blockquote {
    margin-bottom: 0.75em;
    font-size: 1.6em;
    line-height: 1.25;
}
.comment-content cite {
    font-size: 1.2em;
}
.comment-content {
    margin-bottom: 2rem;
    padding-top: 0.3em;
}
.reply {
    margin-bottom: 2em;
    margin-top: -0.5em;
}
@media screen and (min-width: 767px) {
    .reply {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }
}
.comment-reply-link {
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 85%;
    color: var(--global-palette5);
    line-height: 1;
    text-decoration: none;
    background: 0 0;
    border: 1px solid var(--global-palette7);
    border-radius: 0;
}
.comment-reply-link:focus,
.comment-reply-link:hover {
    border-color: var(--global-palette4);
    color: var(--global-palette4);
    cursor: pointer;
}
.comment-form {
    line-height: 1.3;
}
.comment-form p {
    margin: 1.5em 0;
}
.comment-form .comment-notes {
    margin-top: -0.5em;
    font-size: 80%;
    font-style: italic;
}
.comment-form .comment-input-wrap p {
    margin: 0 0 1.5em 0;
}
.comment-input-wrap input {
    width: 100%;
}
@media screen and (min-width: 767px) {
    .comment-form .comment-input-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1.5em;
        margin-top: -1em;
    }
    .comment-form .comment-input-wrap p {
        margin: 0;
    }
    .comment-form .comment-input-wrap.no-url-field {
        grid-template-columns: repeat(2, 1fr);
    }
}
#respond + .comments-title {
    margin-top: 3em;
}
.comment-form a {
    font-weight: 500;
}
.comment-form label {
    display: block;
    padding-bottom: 0.4em;
}
.comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment-form .comment-form-cookies-consent input {
    font-size: 90%;
    vertical-align: -2px;
}
.comment-form .comment-form-cookies-consent label {
    display: inline-block;
    padding-left: 0.6em;
    padding-bottom: 0;
}
.comment-form .required {
    color: #d54e21;
}
.comment-form .comment-input-wrap p,
.comment-form p.comment-form-float-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.comment-form .comment-input-wrap p label,
.comment-form p.comment-form-float-label label {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    color: var(--global-palette6);
}
.comment-form p.comment-form-float-label {
    margin-top: -1em;
}
.comment-form input,
.comment-form label {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.comment-form input:placeholder-shown + label,
.comment-form textarea:placeholder-shown + label {
    white-space: nowrap;
    overflow: hidden;
    max-width: 90%;
    text-overflow: ellipsis;
    cursor: text;
    -webkit-transform: translate(0.5em, 2.35em) scale(1);
    transform: translate(0.5em, 2.35em) scale(1);
}
.comment-form ::-webkit-input-placeholder {
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
}
.comment-form ::-moz-placeholder {
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
}
.comment-form :-ms-input-placeholder {
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
}
.comment-form ::-ms-input-placeholder {
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
}
.comment-form ::placeholder {
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
}
.comment-form input:focus::-webkit-input-placeholder,
.comment-form textarea:focus::-webkit-input-placeholder {
    opacity: 1;
}
.comment-form input:focus::-moz-placeholder,
.comment-form textarea:focus::-moz-placeholder {
    opacity: 1;
}
.comment-form input:focus:-ms-input-placeholder,
.comment-form textarea:focus:-ms-input-placeholder {
    opacity: 1;
}
.comment-form input:focus::-ms-input-placeholder,
.comment-form textarea:focus::-ms-input-placeholder {
    opacity: 1;
}
.comment-form input:focus::placeholder,
.comment-form textarea:focus::placeholder {
    opacity: 1;
}
.comment-form input:focus + label,
.comment-form input:not(:placeholder-shown) + label,
.comment-form textarea:focus + label,
.comment-form textarea:not(:placeholder-shown) + label {
    -webkit-transform: translate(0, 0) scale(0.75);
    transform: translate(0, 0) scale(0.75);
    cursor: pointer;
}
.comment-form .comment-form-cookies-consent label:not(:placeholder-shown) {
    -webkit-transform: none;
    transform: none;
    font-size: 90%;
}
.pingback .comment-body {
    padding: 1em 0;
}
.pingback a {
    font-style: italic;
    text-decoration: none;
}
.comment-form label {
    padding-bottom: 2px;
}
