/* v34: faster breaking-news ticker and moderated reader comments */
.tickerTrack{animation-duration:30s!important}
.commentsSection{margin:42px 0 10px;padding-top:30px;border-top:5px solid #24130c}
.commentsHeading span{color:var(--orange);font-size:11px;font-weight:900;letter-spacing:.08em}
.commentsHeading h2{margin:6px 0 22px;font-size:30px}
.commentsHeading small{display:inline-grid;place-items:center;min-width:28px;height:28px;margin-left:7px;border-radius:50%;background:var(--orange);color:#fff;font-size:13px;vertical-align:middle}
.commentList{display:grid;gap:14px;margin-bottom:28px}
.commentItem{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;padding:18px;border:1px solid var(--line);background:#fff}
.commentAvatar{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#24130c;color:#fff;font-size:19px;font-weight:900}
.commentItem header{display:flex;align-items:center;justify-content:space-between;gap:12px}
.commentItem time{color:var(--muted);font-size:12px}
.commentItem p{margin:9px 0 0;line-height:1.65;overflow-wrap:anywhere}
.commentEmpty{padding:18px;border:1px dashed #c8c8c8;background:#fafafa;color:var(--muted)}
.commentNotice{margin:0 0 18px;padding:14px 16px;border-left:4px solid #19965b;background:#effaf4;font-weight:750}
.commentNotice.error{border-color:#c92c3a;background:#fff0f1;color:#8c1520}
.commentForm{display:grid;gap:15px;padding:24px;border:1px solid var(--line);background:#f7f7f7}
.commentForm h3{margin:0;font-size:24px}.commentForm>p{margin:-7px 0 2px;color:var(--muted);font-size:13px}
.commentFormGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.commentForm label{display:grid;gap:7px;font-size:13px;font-weight:800}
.commentForm input,.commentForm textarea{width:100%;box-sizing:border-box;border:1px solid #c9c9c9;border-radius:2px;background:#fff;padding:12px 13px;color:#161616;font:inherit}
.commentForm input:focus,.commentForm textarea:focus{border-color:var(--orange);outline:2px solid rgba(232,111,24,.22)}
.commentForm textarea{resize:vertical}.commentFormFooter{display:flex;align-items:center;justify-content:space-between;gap:18px}
.commentFormFooter small{color:var(--muted);line-height:1.45}
.commentForm button{flex:none;border:0;background:var(--orange);color:#fff;padding:13px 21px;font-weight:900;cursor:pointer}.commentForm button:hover{background:#24130c}
.commentHoneypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:620px){.tickerTrack{animation-duration:20s!important}.commentFormGrid{grid-template-columns:1fr}.commentFormFooter{align-items:stretch;flex-direction:column}.commentForm button{width:100%}.commentItem{grid-template-columns:38px minmax(0,1fr);padding:14px}.commentAvatar{width:38px;height:38px}.commentItem header{align-items:flex-start;flex-direction:column;gap:3px}}
