/* Blog Beiträge */


/* Kommentare  */

.single-post #content .comments-area a {
    text-decoration: none;
    transition: var(--chku-transition-slow);
}
.single-post #content .comments-area a:hover,
.single-post #content .comments-area a:focus {
    text-decoration: underline;
}

.single-post #content .comments-area,
.single-fotostream #content .comments-area,
.single-micro #content .comments-area {
    padding: var(--chku-space-l) var(--chku-space-s);
    background-color: var(--tertiary);
}

.single-post #content .comments-area #comments,
.single-fotostream #content .comments-area #comments,
.single-micro #content .comments-area #comments,
.single-micro #content .comments-area #comments {
    max-width: var(--chku-container-xs);
    margin-left: auto;
    margin-right: auto;
}

.single-post #content .comments-area #comments .comments-title,
.single-post #content .comments-area #comments .comment-reply-title,
.single-fotostream #content .comments-area #comments .comments-title,
.single-fotostream #content .comments-area #comments .comment-reply-title,
.single-micro #content .comments-area #comments .comments-title,
.single-micro #content .comments-area #comments .comment-reply-title {
    font-size: var(--chku-fs-s);
    margin-bottom: var(--chku-space-b);
}

.single-post #content .comments-area #comments .comment-content,
.single-fotostream #content .comments-area #comments .comment-content,
.single-micro #content .comments-area #comments .comment-content {
    background-color: var(--wp--preset--color--base);
    border-radius: var(--chku-radius-s);
}

.single-post #content .comments-area #comments textarea#comment,
.single-fotostream #content .comments-area #comments textarea#comment,
.single-micro #content .comments-area #comments textarea#comment {
    border-radius: var(--chku-radius-s);
}

/* Inline Code  */
:is(p,li) > code {
    border: solid 1px var(--border-light);
    border-radius: var(--chku-radius-xs);
    background-color: var(--transparent-color-1);
    padding: 1px 4px;
}