/* Ajax 댓글 알림 (assets/comment.js) */
.kh-comment-message { margin: 0 0 1rem; padding: 0.625rem 0.875rem; border: 1px solid; border-radius: var(--radius-box, 0.25rem); }
.kh-comment-message.is-success { border-color: #3c763d; background: #dff0d8; color: #3c763d; }
.kh-comment-message.is-error { border-color: #b94a48; background: #f2dede; color: #b94a48; }
html[data-theme="kilho-dark"] .kh-comment-message.is-success { border-color: #2f6f3a; background: #10261a; color: #8fd19e; }
html[data-theme="kilho-dark"] .kh-comment-message.is-error { border-color: #842029; background: #2c0b0e; color: #ea868f; }
