.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-3);
	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-5);
	margin-top: var(--wp--style--block-gap);
}
