.article-comments { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--color-border, #e5eff5); }
.comment-list { list-style: none; margin: 0 0 24px; padding: 0; }
.comment-item { padding: 16px 0; border-bottom: 1px solid var(--color-border, #e5eff5); }
.comment-item time { margin-left: 8px; color: var(--color-secondary-text, #738a94); font-size: 0.85rem; }
.comment-form { display: flex; flex-direction: column; gap: 8px; max-width: 480px; }
.comment-form textarea { min-height: 100px; }
.comment-form input, .comment-form textarea {
    font: inherit; padding: 8px 12px; border: 1px solid var(--color-border, #e5eff5); border-radius: 6px;
}
.comment-form button {
    align-self: flex-start; padding: 8px 20px; border: none; border-radius: 6px;
    background: var(--ghost-accent-color, #d017d3); color: #fff; font: inherit; cursor: pointer;
}
