/* Scoped WordPress comments: preserve native validation, moderation and reply forms. */
.af-comments{margin:32px 0;padding:28px;background:var(--bg-secondary,#1a1a1a);border:1px solid var(--border,#333);border-radius:16px;color:#eee;text-align:start;overflow-wrap:anywhere}
.af-comments-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}
.af-comments-eyebrow{font-size:12px;color:#ff7373}.af-comments h2{font-size:23px;margin:4px 0}.af-comments-count{flex-shrink:0;border:1px solid #474747;border-radius:24px;padding:6px 14px;font-size:13px;color:#ddd}
.af-comment-list,.af-comment-list .children{list-style:none;padding:0;margin:0}.af-comment-list .children{margin-inline-start:24px;border-inline-start:2px solid #444;padding-inline-start:16px}.af-comment-list .children .children{margin-inline-start:8px;padding-inline-start:8px}
.af-comments .comment-body{background:#222;border:1px solid #383838;border-radius:12px;padding:20px;margin-bottom:16px}.af-comments .bypostauthor>.comment-body{border-inline-start:3px solid #e50000}
.af-comments .comment-author{display:flex;align-items:center;gap:10px;font-size:15px}.af-comments .avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.af-comments .says{display:none}.af-comments .comment-metadata{margin:8px 0 14px;font-size:12px;color:#aaa}.af-comments .comment-metadata a{color:#bbb}.af-comments .comment-content{line-height:1.9;color:#e3e3e3}.af-comments .comment-content p{margin:10px 0}.af-comments .comment-content a{color:#ff8b8b;text-decoration:underline}.af-comments .comment-content ul,.af-comments .comment-content ol{padding-inline-start:22px;list-style:revert}.af-comments .comment-content pre{overflow:auto;max-width:100%}
.af-comments .reply{margin-top:14px}.af-comments .comment-reply-link{display:inline-block;color:#ff9999;border:1px solid #764242;border-radius:8px;padding:5px 16px;font-size:13px}.af-comments .comment-reply-link:hover{background:#402525}.af-comments .comment-awaiting-moderation{color:#edc77a;margin:12px 0}
.af-comments .comment-respond{margin-top:24px;padding-top:24px;border-top:1px solid #383838}.af-comments .comment-reply-title{font-size:20px;margin-bottom:16px}.af-comments #cancel-comment-reply-link{display:inline-block;font-size:13px;color:#ff9999;margin-inline-start:12px}
.af-comments .comment-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.af-comments .comment-form>p{grid-column:1/-1;margin:0}.af-comments .comment-form>.comment-form-author,.af-comments .comment-form>.comment-form-email{grid-column:auto}.af-comments .comment-form label{display:block;margin-bottom:8px;color:#ddd;font-size:14px}.af-comments input:not([type=checkbox]):not([type=hidden]):not([type=submit]),.af-comments textarea{display:block;width:100%;background:#101010;border:1px solid #555;border-radius:9px;color:#fff;padding:12px;font:inherit}.af-comments textarea{resize:vertical;min-height:130px}.af-comments input[type=email],.af-comments input[type=url]{direction:ltr;text-align:start}.af-comments textarea::placeholder{color:#aaa}.af-comments :is(input,textarea,a,button):focus-visible{outline:2px solid #ff7373;outline-offset:3px}
.af-comments .comment-notes,.af-comments .logged-in-as,.af-comments .comment-form-cookies-consent{color:#bbb;font-size:13px;line-height:1.8}.af-comments .comment-form-cookies-consent{display:flex;align-items:flex-start;gap:9px}.af-comments .comment-form-cookies-consent input{margin-top:6px;accent-color:#e50000}.af-comments .required{color:#ff8888}.af-comments .af-comment-submit{border:0;border-radius:9px;background:#c90000;color:#fff;padding:12px 26px;font:inherit;font-weight:700;cursor:pointer;min-height:46px}.af-comments .af-comment-submit:hover{background:#e00000}.af-comments-empty{padding:24px;background:#222;border:1px dashed #505050;border-radius:12px;text-align:center}.af-comments-empty p{margin-top:8px;color:#bbb;font-size:14px}.af-comments .pagination{margin:20px 0}.af-comments .page-numbers{display:inline-block;padding:8px 12px;background:#292929;border-radius:6px;margin:3px}.af-comments .page-numbers.current{background:#c90000}.af-comments-closed{color:#bbb;margin-top:16px}
@media(max-width:600px){.af-comments{padding:16px;margin:20px 0}.af-comments h2{font-size:19px}.af-comments-heading{gap:8px}.af-comments-count{padding:5px 9px;font-size:12px}.af-comments .comment-body{padding:14px}.af-comments .comment-form{grid-template-columns:1fr}.af-comment-list .children{margin-inline-start:8px;padding-inline-start:8px}.af-comment-list .children .children{margin-inline-start:0;padding-inline-start:4px}.af-comments .af-comment-submit{width:100%}}
