.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
	border-color: var(--wp--preset--color--theme-1);
	border-radius: 6px;
	line-height: inherit;
}
.wp-block-post-comments-form .comment-form > * {
	margin-top: var(--wp--style--block-gap);
	margin-bottom: 0;
}
.wp-block-post-comments-form .comment-reply-title {
	font-size: var(--wp--preset--font-size--custom-6);
	line-height: 1.142857143;
	margin-top: var(--wp--style--block-gap);
}

.wp-block-post-comments-form .comment-form > .comment-subscription-form {
	margin-top: var(--wp--preset--spacing--20);
}
