/* Issue #347: neutralize native button chrome for the comment submit control.
 * The accent-fill design this file used to draw is retired (2026-07-22, owner
 * decision) — the button now follows the same generic immersive button
 * treatment as any other native <button>/<input type="submit">. Only the
 * appearance reset survives here since nothing else in the codebase sets it
 * for this element. */
body.tiptop-standard-system.single-post .comment-respond .comment-form .form-submit .submit {
	appearance: none;
}

/* Issue #459: keep comment icon dimensions in CSS instead of SVG markup. */
.blog-comment__avatar-fallback svg {
	width: 26px;
	height: 26px;
}

.blog-comment__edit svg,
.blog-comments__title-icon svg,
.logged-in-as__icon svg {
	width: 18px;
	height: 18px;
}

.blog-comment__reply-icon {
	width: 15px;
	height: 15px;
}

.comment-form .form-submit .submit svg {
	width: 22px;
	height: 22px;
}

.blog-comments__notice-icon svg {
	width: 16px;
	height: 16px;
}
