.blog-comments { background: #f4f8f7; border-top: 1px solid #dfe9e5; }
.comments-container { max-width: 980px; padding-top: 72px; padding-bottom: 72px; }
.comments-heading { max-width: 720px; margin-bottom: 30px; }
.comments-heading h2 { margin: 8px 0 10px; color: #425a6b; font-size: clamp(1.8rem,4vw,2.6rem); }
.comments-heading p { color: #62717b; }
.comments-list { display: grid; gap: 14px; margin-bottom: 30px; }
.comments-empty { margin: 0; padding: 22px; border: 1px dashed #bfd2ca; border-radius: 14px; background: rgba(255,255,255,.7); color: #65747d; }
.comments-empty.error { color: #a33a32; border-color: #e0b6b2; }
.comment-card { padding: 22px; border: 1px solid #dbe6e2; border-radius: 16px; background: #fff; box-shadow: 0 7px 22px rgba(43,68,61,.05); }
.comment-header { display: flex; align-items: center; gap: 12px; }
.comment-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #dff2e8; color: #18795f; font-weight: 800; }
.comment-meta { display: grid; gap: 1px; }
.comment-meta strong { color: #405767; }
.comment-meta time { color: #79868d; font-size: .78rem; }
.comment-content { margin: 15px 0 0; color: #344a56; white-space: pre-wrap; overflow-wrap: anywhere; }
.comment-auth-card, .comment-form { padding: clamp(22px,4vw,32px); border: 1px solid #d7e4df; border-radius: 18px; background: #fff; }
.comment-auth-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.comment-auth-card h3, .comment-form h3 { margin: 0 0 6px; color: #405767; }
.comment-auth-card p, .comment-form p { margin: 0; color: #687780; }
.comment-auth-actions { display: grid; gap: 10px; min-width: 240px; text-align: center; }
.comments-secondary-link { color: #138569; font-weight: 700; text-decoration: none; }
.comment-form { display: grid; gap: 12px; }
.comment-form-heading { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.comment-form-heading > span { color: #718087; font-size: .78rem; white-space: nowrap; }
.comment-form label { color: #405767; font-size: .84rem; font-weight: 800; }
.comment-form textarea { width: 100%; resize: vertical; min-height: 130px; padding: 14px; border: 1px solid #cbdad4; border-radius: 12px; color: #2f4450; font: inherit; }
.comment-form textarea:focus { outline: 3px solid rgba(120,193,154,.25); border-color: #58aa86; }
.comment-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.comment-guidelines { font-size: .8rem; }
.comment-form-status { min-height: 22px; color: #65747d; }
.comment-form-status.success { color: #17735b; }
.comment-form-status.error { color: #a33a32; }
.comment-form .btn { justify-self: start; border: 0; cursor: pointer; }
.comment-form .btn:disabled { opacity: .6; cursor: wait; }
@media (max-width: 700px) {
  .comments-container { padding-top: 52px; padding-bottom: 52px; }
  .comment-auth-card { align-items: stretch; flex-direction: column; }
  .comment-auth-actions { min-width: 0; }
  .comment-form-heading { flex-direction: column; }
}
