.tn24-reader-hub { padding: 1rem 0 1.25rem; background: #f7f8fa; }
.tn24-reader-hub__live-banner, .tn24-reader-hub__wa-banner {
    display: block; padding: .75rem 1rem; border-radius: 8px; margin-bottom: .75rem;
    text-decoration: none; font-weight: 600;
}
.tn24-reader-hub__live-banner { background: #fff3cd; color: #856404; border: 1px solid #ffeeba; }
.tn24-reader-hub__wa-banner { background: #dcf8c6; color: #1a7329; border: 1px solid #b8e6a0; text-align: center; }
.tn24-live-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #dc2626; animation: tn24-pulse 1.2s infinite; margin-right: .35rem; }
@keyframes tn24-pulse { 0%,100%{opacity:1} 50%{opacity:.4} }

.tn24-rf-widget { background: #fff; border-radius: 8px; padding: .85rem 1rem; margin-bottom: 1rem; box-shadow: 0 1px 6px rgba(0,0,0,.06); height: 100%; }
.tn24-rf-widget__title { margin: 0 0 .65rem; font-size: 1.05rem; font-weight: 700; }
.tn24-rf-trending__list { list-style: none; margin: 0; padding: 0; }
.tn24-rf-trending__list li { display: flex; gap: .5rem; padding: .35rem 0; border-bottom: 1px solid #eee; }
.tn24-rf-trending__rank { color: #b80000; font-weight: 700; min-width: 1.2rem; }
.tn24-rf-weather__list, .tn24-rf-rates__list { list-style: none; margin: 0; padding: 0; }
.tn24-rf-weather__list li, .tn24-rf-rates__list div { display: flex; justify-content: space-between; gap: .5rem; padding: .3rem 0; border-bottom: 1px solid #f0f0f0; }
.tn24-rf-rates__list dt { margin: 0; font-weight: 600; }
.tn24-rf-rates__list dd { margin: 0; }

.tn24-reader-hub__nav { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .5rem; }
.tn24-reader-hub__nav-link {
    display: inline-flex; align-items: center; gap: .35rem; padding: .45rem .75rem;
    background: #fff; border: 1px solid #ddd; border-radius: 999px; text-decoration: none; font-size: .92rem;
}
.tn24-reader-hub__nav-link:hover { border-color: #1a7329; color: #1a7329; }

.tn24-reading-time, .tn24-share-count { display: inline-flex; align-items: center; gap: .35rem; font-size: .92rem; color: #666; margin-right: .75rem; }

.tn24-rf-page { padding: 1.5rem 0 2rem; }
.tn24-rf-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; padding: 1rem; margin-bottom: 1rem; }
.tn24-live-entry { border-left: 3px solid #1a7329; padding-left: .85rem; margin-bottom: 1rem; }
.tn24-live-entry--breaking { border-left-color: #dc2626; background: #fff5f5; padding: .75rem; border-radius: 4px; }
.tn24-fact-verdict { display: inline-block; color: #fff; padding: .2rem .55rem; border-radius: 4px; font-size: .8rem; font-weight: 700; margin-bottom: .35rem; }
.tn24-columnist-card__photo { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; margin-bottom: .5rem; }
.tn24-notice-tabs { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; }
.tn24-notice-tabs a { padding: .35rem .7rem; border: 1px solid #ddd; border-radius: 4px; text-decoration: none; }
.tn24-notice-tabs a.active { background: #1a7329; color: #fff; border-color: #1a7329; }
.tn24-breaking-wa { float: right; margin-top: .35rem; color: #25D366; font-size: 1.2rem; }

/* Sidebar icon bar: visitor + weather/gold/trade (icons only, one row) */
.tn24-sidebar-iconbar-wrap {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}
.tn24-sidebar-iconbar {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    background: linear-gradient(180deg, #fafafa 0%, #f3f3f3 100%);
    border-bottom: 1px solid #e8e8e8;
    padding: .35rem .45rem;
}
.tn24-sidebar-iconbar__btn {
    flex: 1;
    max-width: 52px;
    min-width: 44px;
    height: 44px;
    margin: 0 .15rem;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    color: #555;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    position: relative;
    transition: all .2s ease;
}
.tn24-sidebar-iconbar__btn:hover {
    border-color: #1a7329;
    color: #1a7329;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
.tn24-sidebar-iconbar__btn.is-active {
    background: linear-gradient(135deg, #1a7329, #2d9a47);
    border-color: #1a7329;
    color: #fff;
    box-shadow: 0 2px 8px rgba(26,115,41,.3);
}
.tn24-sidebar-iconbar__dot {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2e7d32;
    animation: tn24-pulse 1.5s infinite;
}
.tn24-sidebar-iconbar__btn.is-active .tn24-sidebar-iconbar__dot {
    background: #fff;
}
.tn24-sidebar-iconbar__panels {
    padding: .65rem .75rem .75rem;
    min-height: 0;
}
.tn24-sidebar-iconbar__panel[hidden] { display: none !important; }
.tn24-sidebar-iconbar__panel.is-active { display: block; animation: tn24TabIn .2s ease; }

.tn24-sidebar-visitor-panel__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .35rem 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: .9rem;
}
.tn24-sidebar-visitor-panel__row:last-child { border-bottom: 0; }
.tn24-sidebar-visitor-panel__label { color: #666; font-weight: 600; }
.tn24-sidebar-visitor-panel__num { font-size: 1.35rem; color: #1a237e; font-variant-numeric: tabular-nums; }
.tn24-sidebar-visitor-panel__row--today strong { color: #c41e3a; }

@keyframes tn24TabIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }

/* Pre-footer: trending · weather · market rates (above bottom ads) */
.tn24-prefooter {
    background: #f7f8fa;
    margin-top: 1.25rem;
}
.tn24-prefooter__widgets {
    padding: 1rem 0 1.1rem;
}
.tn24-prefooter__widget-row {
    display: flex;
    flex-wrap: wrap;
}
.tn24-prefooter__widget-row > [class*="col-"] {
    display: flex;
}
.tn24-prefooter .tn24-rf-widget {
    width: 100%;
    margin-bottom: 1rem;
}
.tn24-prefooter__ads {
    padding-bottom: 1rem;
}
.tn24-prefooter__ads.widget_section--collapsed {
    display: none;
}

@media (min-width: 992px) {
    .tn24-prefooter .tn24-rf-widget {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .tn24-reader-hub__nav { justify-content: center; }
}
