
/* TiquiciaNoticias v2.4 - Native comments + resilient news content */
.news-content-safe { max-width:100%; overflow-wrap:anywhere; word-wrap:break-word; }
.news-content-safe img, .news-content-safe video, .news-content-safe iframe, .news-content-safe object, .news-content-safe embed { max-width:100% !important; height:auto; }
.news-content-safe table { max-width:100% !important; width:100% !important; }
.tn-comments { margin-top:25px; padding:22px; background:#fff; border:1px solid #e5e5e5; }
.tn-comments h3 { margin-top:0; }
.tn-comment-list { margin:18px 0 28px; }
.tn-comment-item { padding:15px 0; border-bottom:1px solid #ececec; }
.tn-comment-head { display:flex; justify-content:space-between; gap:15px; margin-bottom:8px; }
.tn-comment-head span { color:#777; font-size:12px; white-space:nowrap; }
.tn-comment-body { white-space:normal; overflow-wrap:anywhere; }
.tn-comment-form { padding-top:8px; }
.tn-comment-form textarea { resize:vertical; }
.tn-comment-error, .tn-comment-success, .tn-comment-info { padding:12px 15px; margin:12px 0; border-radius:3px; }
.tn-comment-error { background:#fbe9e7; border:1px solid #ef9a9a; }
.tn-comment-success { background:#e8f5e9; border:1px solid #a5d6a7; }
.tn-comment-info { background:#fff8e1; border:1px solid #ffe082; }
.tn-moderation-note, .tn-no-comments { color:#777; font-size:13px; margin-top:10px; }
.tn-hp { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
@media (max-width: 600px) { .tn-comment-head { display:block; } .tn-comment-head span { display:block; margin-top:3px; } .tn-comments { padding:15px; } }
