/* TXST Live (FOX Weather-inspired, scoped) */
.txst-fw-live{margin:24px 0}
.txst-fw-wrap{max-width:840px;margin:0 auto;padding:0 14px}

/* Top header */
.txst-fw-section{font-size:14px;font-weight:900;opacity:.65;margin-bottom:6px}
.txst-fw-title{margin:0 0 8px;font-size:40px;line-height:1.08}
.txst-fw-kicker{font-size:16px;font-weight:900;margin:6px 0 2px}
.txst-fw-last{font-size:13px;opacity:.75;margin:0 0 10px}
.txst-fw-dek{margin:0 0 12px;font-size:16px;opacity:.9}
.txst-fw-covered{font-size:13px;opacity:.8;margin:0 0 10px}
.txst-fw-covered span{font-weight:900}

/* Share buttons */
.txst-fw-share{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 14px}
.txst-fw-share__btn{font-size:13px;font-weight:900;text-decoration:none;padding:8px 12px;border-radius:999px;background:rgba(0,0,0,.06)}
.txst-fw-share__btn:hover{text-decoration:underline}

/* Key Points */
.txst-fw-keypoints{border-top:1px solid rgba(0,0,0,.12);border-bottom:1px solid rgba(0,0,0,.12);padding:14px 0;margin:10px 0 10px}
.txst-fw-keypoints h2{margin:0 0 10px;font-size:16px}
.txst-fw-keypoints ul{margin:0;padding-left:18px}
.txst-fw-keypoints li{margin:8px 0}

/* Tools row */
.txst-fw-tools{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:10px 0 14px}
.txst-fw-count{font-size:13px;font-weight:900;opacity:.75}
.txst-fw-toplink{font-size:13px;font-weight:900;text-decoration:none;opacity:.75}
.txst-fw-toplink:hover{text-decoration:underline}

/* Incoming */
.txst-fw-incoming{font-size:13px;opacity:.6;margin:4px 0 12px}

/* Posts stream */
.txst-fw-post{padding:18px 0;border-top:1px solid rgba(0,0,0,.12)}
.txst-fw-post:first-of-type{border-top:none}
.txst-fw-pin{font-size:13px;font-weight:900;opacity:.7;margin-bottom:6px}
.txst-fw-breaking{font-size:13px;font-weight:900;opacity:.7;margin-bottom:6px}
.txst-fw-h2{margin:0 0 10px;font-size:24px;line-height:1.15}

.txst-fw-figure{margin:10px 0 10px}
.txst-fw-figure img{width:100%;height:auto;border-radius:12px;display:block}

.txst-fw-body{font-size:15px}
.txst-fw-body p{margin:0 0 12px}
.txst-fw-body p:last-child{margin-bottom:0}

/* Footer line similar to "Posted by ... Share" */
.txst-fw-footer{display:flex;gap:10px;flex-wrap:wrap;align-items:center;font-size:13px;opacity:.8;margin-top:10px}
.txst-fw-footer__time{font-weight:900}
.txst-fw-footer__by{font-weight:900}
.txst-fw-footer__sep{opacity:.6}
.txst-fw-footer__share{text-decoration:none;font-weight:900}
.txst-fw-footer__share:hover{text-decoration:underline}

.txst-fw-empty{border:1px dashed rgba(0,0,0,.2);border-radius:12px;padding:12px;opacity:.8}

@media (max-width: 768px){
  .txst-fw-title{font-size:32px}
  .txst-fw-h2{font-size:22px}
}
