/*-------------------------------------------------------------- # Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } .comments-title, .comment-reply-title { margin-bottom: 1em; font-size: 2em; font-weight: 900; } .comment-list { padding: 0; margin: 0; list-style-type: none; } .comment-list ol { list-style-type: none; } .children { margin-left: 1em; padding-left: 0; } @media (--content-query) { .children { margin-left: 2em; } } .comment-body { border-bottom: 1px solid #c3c3c3; margin-bottom: 3em; } .comment-meta { position: relative; margin-left: 70px; font-family: var(--highlight-font-family); font-stretch: condensed; font-size: 80%; } .comment-meta a, .comment-form a { text-decoration: none; border: none; } .comment-meta a:hover, .comment-meta a:focus, .comment-form a:hover, .comment-form a:focus { text-decoration: underline; } .comment .avatar { position: absolute; left: -70px; width: 50px; height: 50px; border-radius: 50px; } .bypostauthor .avatar { box-sizing: content-box; border: 5px solid #ccc; 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; } /* stylelint-disable */ .comment-content a { word-wrap: break-word; } /* stylelint-enable */ .comment-content ul, .comment-content ol { margin: 0; padding-right: 3em; padding-left: 3em; } .comment-content ol { list-style-type: decimal; } .comment-content ul ul, .comment-content ol ol { margin-right: 0; margin-left: 0; } @media (--content-query) { .comment-content ul, .comment-content ol { 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; } .reply { margin-bottom: 1.5em; text-align: right; } .comment-reply-link, .comment-form .form-submit input { display: inline-block; padding: 0.8em 1.9em; font-family: var(--highlight-font-family); font-stretch: condensed; font-size: 85%; color: #fff; line-height: 1.3; text-decoration: none; background: var(--color-theme-primary); border: 2px solid var(--color-theme-primary); border-radius: 0; transition: all 0.3s ease 0s; } .comment-reply-link:hover, .comment-reply-link:focus, .comment-form .form-submit input:hover, .comment-form .form-submit input:focus { background: transparent; color: var(--color-theme-primary); cursor: pointer; transition: all 0.3s ease 0s; } /* Comment Form */ .comment-form { line-height: 1.3; } .comment-notes { margin-top: -1em; font-family: var(--highlight-font-family); font-stretch: condensed; font-size: 0.9em; font-style: italic; background: hsl(0, 0%, 95%); } /* stylelint-disable */ .comment-form a { font-weight: 500; } /* stylelint-enable */ .comment-form label { width: 13em; display: block; font-size: 0.9em; font-family: var(--highlight-font-family); font-stretch: condensed; padding-bottom: 0.4em; } .comment-form-cookies-consent { display: flex; } /* stylelint-disable */ .comment-form .comment-form-cookies-consent input { margin-top: 0.2em; } /* stylelint-enable */ .comment-form .comment-form-cookies-consent label { display: inline-block; margin-left: 0.6em; } .comment-form .required { color: #d54e21; } .comment-form .form-submit { text-align: right; } .pingback .comment-body { padding: 1em 0; } /* stylelint-disable */ .pingback a { font-style: italic; text-decoration: none; } /* stylelint-enable */