.tn24-reader-hub { padding: 1rem 0 1.25rem; background: #f7f8fa; }
.tn24-reader-hub--widgets-only { padding-top: .75rem; }
.tn24-reader-hub__grid { margin-top: 0; }
.tn24-reader-hub__grid > [class*="col-"] { margin-bottom: .75rem; }
.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} }

/* Reader feature boxes — match category sidebar / homepage panel */
.tn24-reader-feature-box {
    background: #fff;
    border-radius: var(--tn24-box-radius, 4px);
    box-shadow: var(--tn24-box-shadow, 0 1px 4px rgba(0, 0, 0, 0.08));
    overflow: hidden;
    height: 100%;
    margin-bottom: 1rem;
}
.tn24-reader-feature-box .tn24-category-heading.gallery-title {
    background: transparent !important;
    border-left: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 2px solid var(--cat-heading-color, var(--tn24-primary, #cd2027)) !important;
    color: inherit !important;
    font-weight: 400;
}
.tn24-reader-feature-box .tn24-category-heading.gallery-title span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: var(--cat-heading-color, var(--tn24-primary, #cd2027));
    color: #fff;
    padding: 8px 18px;
    font-size: var(--tn24-news-cat-size, 18px);
    font-weight: 600;
    line-height: 1.35;
}
.tn24-reader-feature-box .tn24-cat-sidebar-widget__body {
    padding: 10px 12px 12px;
}
.tn24-reader-feature-box .tn24-rf-trending__list a {
    color: var(--tn24-primary, #cd2027);
    text-decoration: none;
    font-size: var(--tn24-news-excerpt-size, 15px);
    line-height: 1.45;
}
.tn24-reader-feature-box .tn24-rf-trending__list a:hover {
    text-decoration: underline;
}
.tn24-reader-feature-box .tn24-rf-weather__list li,
.tn24-reader-feature-box .tn24-rf-rates__list div {
    font-size: var(--tn24-news-excerpt-size, 15px);
}
.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; }

/* Live blog hub */
.tn24-live-hub__head { margin-bottom: 1rem; }
.tn24-live-hub__lead { color: #555; margin: .35rem 0 0; font-size: .98rem; }
.tn24-live-hub__main { margin-bottom: 2rem; }
.tn24-live-hub__section { margin-top: 2rem; }
.tn24-live-hub__section-title { font-size: 1.25rem; margin-bottom: .85rem; border-bottom: 2px solid var(--tn24-primary, #cd2027); padding-bottom: .35rem; }
.tn24-live-hub__cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1rem; }
.tn24-live-hub__card h3 { margin: .35rem 0; font-size: 1.05rem; }
.tn24-live-hub__card h3 a { color: inherit; text-decoration: none; }
.tn24-live-hub__card h3 a:hover { color: var(--tn24-primary, #cd2027); }
.tn24-live-hub__card time { font-size: .88rem; color: #666; }
.tn24-live-hub__card--archive { opacity: .92; }
.tn24-live-hub__archive-tag { display: inline-block; font-size: .75rem; background: #eee; color: #555; padding: .15rem .45rem; border-radius: 4px; margin-bottom: .35rem; }
.tn24-live-hub__empty { background: #fff; border: 1px dashed #ccc; border-radius: 8px; padding: 2rem 1.25rem; text-align: center; color: #444; }
.tn24-live-hub__empty-hint { color: #777; font-size: .95rem; margin-top: .5rem; }
.tn24-live-hub__back { margin-bottom: .75rem; }
.tn24-live-hub__back a { text-decoration: none; color: #1a7329; font-weight: 600; }

.tn24-live-blog__hero { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; padding: 1rem 1.15rem; margin-bottom: 1rem; }
.tn24-live-blog__meta { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem; margin-bottom: .65rem; }
.tn24-live-blog__badge { display: inline-flex; align-items: center; gap: .35rem; background: #dc2626; color: #fff; font-weight: 700; font-size: .82rem; padding: .25rem .55rem; border-radius: 4px; text-transform: uppercase; letter-spacing: .03em; }
.tn24-live-blog__badge--ended { background: #666; }
.tn24-live-blog__started { font-size: .88rem; color: #666; }
.tn24-live-blog__title { margin: 0 0 .5rem; font-size: clamp(1.35rem, 2.5vw, 1.85rem); line-height: 1.35; }
.tn24-live-blog__summary { margin: 0; color: #444; line-height: 1.55; }
.tn24-live-blog__status { margin: .65rem 0 0; color: #1a7329; font-weight: 600; font-size: .92rem; }
.tn24-live-blog__feed { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; padding: 1rem 1.15rem; }
.tn24-live-blog__empty { color: #777; margin: 0; text-align: center; padding: 1.5rem 0; }

.tn24-live-entry { border-left: 3px solid #1a7329; padding-left: .85rem; margin-bottom: 1.15rem; padding-bottom: .15rem; }
.tn24-live-entry:last-child { margin-bottom: 0; }
.tn24-live-entry--breaking { border-left-color: #dc2626; background: #fff5f5; padding: .75rem; border-radius: 4px; }
.tn24-live-entry--new { animation: tn24-live-flash 1.2s ease; }
@keyframes tn24-live-flash { 0% { background: #fffbeb; } 100% { background: transparent; } }
.tn24-live-entry__head { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-bottom: .35rem; }
.tn24-live-entry__head time { font-size: .88rem; color: #666; font-weight: 600; }
.tn24-live-entry__badge { display: inline-block; background: #dc2626; color: #fff; font-size: .72rem; font-weight: 700; padding: .15rem .45rem; border-radius: 3px; }
.tn24-live-entry h3 { margin: 0 0 .35rem; font-size: 1.05rem; line-height: 1.4; }
.tn24-live-entry__body { line-height: 1.65; color: #222; }
.tn24-fact-verdict { display: inline-block; color: #fff; padding: .2rem .55rem; border-radius: 4px; font-size: .8rem; font-weight: 700; margin-bottom: .35rem; }
.tn24-fact-verdict--lg { font-size: 1rem; padding: .45rem .85rem; border-radius: 6px; }

/* Fact-check hub */
.tn24-fact-hub__head { margin-bottom: 1.15rem; }
.tn24-fact-hub__lead { color: #555; margin: .35rem 0 0; line-height: 1.55; }
.tn24-fact-stats { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; }
.tn24-fact-stats__pill {
    display: inline-flex; align-items: center; gap: .4rem; border: 1px solid #ddd; background: #fff;
    border-radius: 999px; padding: .4rem .75rem; cursor: pointer; font-size: .9rem; transition: all .15s ease;
}
.tn24-fact-stats__pill span { background: #f3f4f6; border-radius: 999px; padding: .05rem .45rem; font-size: .82rem; font-weight: 700; }
.tn24-fact-stats__pill.is-active { border-color: var(--fc-color, #1a7329); background: var(--fc-color, #1a7329); color: #fff; }
.tn24-fact-stats__pill.is-active span { background: rgba(255,255,255,.22); color: #fff; }
.tn24-fact-hub__search { display: flex; gap: .5rem; margin-bottom: 1.25rem; }
.tn24-fact-hub__search input { flex: 1; border: 1px solid #ddd; border-radius: 6px; padding: .55rem .75rem; }
.tn24-fact-hub__search button { border: 0; background: var(--tn24-primary, #cd2027); color: #fff; border-radius: 6px; padding: .55rem 1rem; font-weight: 600; cursor: pointer; }
.tn24-fact-grid.is-loading { opacity: .55; pointer-events: none; }
.tn24-fact-grid__col { margin-bottom: 1rem; }
.tn24-fact-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; height: 100%; overflow: hidden; transition: box-shadow .15s ease; }
.tn24-fact-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,.08); }
.tn24-fact-card__link { display: block; color: inherit; text-decoration: none; height: 100%; }
.tn24-fact-card__thumb { aspect-ratio: 16/9; overflow: hidden; background: #f3f4f6; }
.tn24-fact-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.tn24-fact-card__body { padding: .85rem .95rem 1rem; }
.tn24-fact-card__claim { font-weight: 700; line-height: 1.45; margin: .35rem 0 .45rem; color: #111; }
.tn24-fact-card__title { font-size: .98rem; margin: 0 0 .35rem; color: #333; }
.tn24-fact-card__excerpt { color: #555; font-size: .92rem; line-height: 1.5; margin: 0 0 .5rem; }
.tn24-fact-card__date { font-size: .82rem; color: #888; }
.tn24-fact-hub__empty, .tn24-fact-hub__empty--page { background: #fff; border: 1px dashed #ccc; border-radius: 8px; padding: 1.5rem 1rem; text-align: center; color: #444; }
.tn24-fact-hub__empty-hint { color: #777; font-size: .92rem; margin-top: .45rem; }
.tn24-fact-grid__pagination { margin-top: .5rem; }

/* Podcast / audio news hub */
.tn24-podcast-hub__head { margin-bottom: 1.15rem; }
.tn24-podcast-hub__lead { color: #555; margin: .35rem 0 0; line-height: 1.55; }
.tn24-podcast-featured {
    display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
    border: 1px solid #e5e5e5; border-radius: 10px; padding: 1.1rem 1.15rem;
}
@media (min-width: 992px) {
    .tn24-podcast-featured { grid-template-columns: 1.4fr 1fr; align-items: start; }
}
.tn24-podcast-featured__badge {
    display: inline-flex; align-items: center; gap: .35rem;
    background: var(--tn24-primary, #cd2027); color: #fff; font-size: .78rem; font-weight: 700;
    padding: .25rem .55rem; border-radius: 4px; margin-bottom: .5rem;
}
.tn24-podcast-format {
    display: inline-block; font-size: .75rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .04em; color: #1a7329; background: #e8f5e9; padding: .2rem .5rem; border-radius: 4px; margin-right: .35rem;
}
.tn24-podcast-featured__title { margin: .35rem 0; font-size: clamp(1.2rem, 2.2vw, 1.65rem); line-height: 1.35; }
.tn24-podcast-featured__title a { color: inherit; text-decoration: none; }
.tn24-podcast-featured__title a:hover { color: var(--tn24-primary, #cd2027); }
.tn24-podcast-featured__excerpt { color: #444; line-height: 1.55; margin: .5rem 0; }
.tn24-podcast-featured__date { font-size: .88rem; color: #777; }
.tn24-podcast-featured__actions { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem; margin-top: .85rem; }
.tn24-podcast-featured__read { color: #1a7329; font-weight: 600; text-decoration: none; }
.tn24-podcast-featured__native { width: 100%; margin-top: .75rem; }
.tn24-podcast-playlist h3 { font-size: 1rem; margin: 0 0 .65rem; border-bottom: 2px solid var(--tn24-primary, #cd2027); padding-bottom: .35rem; }
.tn24-podcast-playlist__list { list-style: none; margin: 0; padding: 0; max-height: 320px; overflow-y: auto; }
.tn24-podcast-playlist__item {
    width: 100%; display: flex; align-items: center; gap: .55rem; text-align: left;
    border: 0; background: #fff; border-bottom: 1px solid #eee; padding: .55rem .35rem; cursor: pointer;
}
.tn24-podcast-playlist__item:hover:not([disabled]) { background: #f5f9f6; }
.tn24-podcast-playlist__item[disabled] { opacity: .45; cursor: not-allowed; }
.tn24-podcast-playlist__index { font-weight: 700; color: var(--tn24-primary, #cd2027); min-width: 1.2rem; }
.tn24-podcast-playlist__meta { flex: 1; min-width: 0; }
.tn24-podcast-playlist__meta strong { display: block; font-size: .92rem; line-height: 1.35; }
.tn24-podcast-playlist__meta time { font-size: .78rem; color: #888; }
.tn24-podcast-filters { margin-bottom: 1rem; }
.tn24-podcast-filters__row { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: .5rem; }
.tn24-podcast-filter {
    display: inline-flex; align-items: center; gap: .35rem; border: 1px solid #ddd; background: #fff;
    border-radius: 999px; padding: .38rem .7rem; cursor: pointer; font-size: .88rem; font-weight: 600;
}
.tn24-podcast-filter span { background: #f3f4f6; border-radius: 999px; padding: .05rem .4rem; font-size: .78rem; }
.tn24-podcast-filter.is-active { border-color: var(--tn24-primary, #cd2027); background: var(--tn24-primary, #cd2027); color: #fff; }
.tn24-podcast-filter.is-active span { background: rgba(255,255,255,.22); color: #fff; }
.tn24-podcast-filter--cat { font-size: .85rem; }
.tn24-podcast-hub__search { display: flex; gap: .5rem; margin-bottom: 1.15rem; }
.tn24-podcast-hub__search input { flex: 1; border: 1px solid #ddd; border-radius: 6px; padding: .55rem .75rem; }
.tn24-podcast-hub__search button { border: 0; background: var(--tn24-primary, #cd2027); color: #fff; border-radius: 6px; padding: .55rem 1rem; font-weight: 600; cursor: pointer; }
.tn24-podcast-grid.is-loading { opacity: .55; pointer-events: none; }
.tn24-podcast-grid__col { margin-bottom: 1rem; }
.tn24-podcast-card {
    background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; height: 100%;
    display: flex; flex-direction: column; overflow: hidden; transition: box-shadow .15s ease;
}
.tn24-podcast-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,.08); }
.tn24-podcast-card__top { flex: 1; }
.tn24-podcast-card__thumb {
    display: block; position: relative; aspect-ratio: 16/9; overflow: hidden; background: #f3f4f6;
}
.tn24-podcast-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.tn24-podcast-card__thumb--icon { display: flex; align-items: center; justify-content: center; font-size: 2rem; color: #bbb; }
.tn24-podcast-card__play-overlay {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,.25); color: #fff; font-size: 1.5rem; opacity: 0; transition: opacity .15s;
}
.tn24-podcast-card__thumb:hover .tn24-podcast-card__play-overlay { opacity: 1; }
.tn24-podcast-card__body { padding: .85rem .95rem .5rem; }
.tn24-podcast-card__title { font-size: 1rem; margin: .25rem 0; line-height: 1.4; }
.tn24-podcast-card__title a { color: inherit; text-decoration: none; }
.tn24-podcast-card__excerpt { color: #555; font-size: .9rem; line-height: 1.45; margin: 0 0 .35rem; }
.tn24-podcast-card__meta { display: flex; flex-wrap: wrap; gap: .5rem; font-size: .8rem; color: #888; }
.tn24-podcast-card__cat { color: #1a7329; font-weight: 600; }
.tn24-podcast-card__actions {
    display: flex; flex-wrap: wrap; gap: .45rem; padding: .65rem .95rem .85rem; border-top: 1px solid #f0f0f0;
}
.tn24-podcast-play-btn {
    display: inline-flex; align-items: center; gap: .35rem; border: 0; border-radius: 999px;
    background: var(--tn24-primary, #cd2027); color: #fff; font-weight: 700; font-size: .88rem;
    padding: .45rem .85rem; cursor: pointer;
}
.tn24-podcast-play-btn--lg { font-size: .95rem; padding: .55rem 1.1rem; }
.tn24-podcast-play-btn.is-playing { background: #1a7329; }
.tn24-podcast-card__link { align-self: center; color: #1a7329; font-weight: 600; text-decoration: none; font-size: .88rem; }
.tn24-podcast-hub__empty, .tn24-podcast-hub__empty--page {
    background: #fff; border: 1px dashed #ccc; border-radius: 8px; padding: 1.5rem 1rem; text-align: center; color: #444;
}
.tn24-podcast-hub__empty-hint { color: #777; font-size: .92rem; margin-top: .45rem; }
.tn24-podcast-grid__pagination { margin-top: .35rem; }

.tn24-podcast-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 9990;
    background: #111; color: #fff; box-shadow: 0 -4px 20px rgba(0,0,0,.2);
}
.tn24-podcast-bar__inner { display: flex; align-items: center; gap: .75rem; padding: .65rem 0; }
.tn24-podcast-bar__toggle {
    width: 42px; height: 42px; border-radius: 50%; border: 0; background: var(--tn24-primary, #cd2027);
    color: #fff; cursor: pointer; flex-shrink: 0;
}
.tn24-podcast-bar__info { flex: 1; min-width: 0; }
.tn24-podcast-bar__title { display: block; font-size: .92rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tn24-podcast-bar__link { font-size: .78rem; color: #9ae6b0; text-decoration: none; }
.tn24-podcast-bar__audio { display: none; }
.tn24-podcast-bar__close { border: 0; background: transparent; color: #fff; font-size: 1.5rem; cursor: pointer; line-height: 1; }
body.tn24-podcast-bar-open { padding-bottom: 64px; }

.tn24-podcast-show__back { margin-bottom: .75rem; }
.tn24-podcast-show__back a { color: #1a7329; font-weight: 600; text-decoration: none; }
.tn24-podcast-show__article { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; padding: 1.15rem 1.25rem 1.35rem; margin-bottom: 2rem; }
.tn24-podcast-show__head h1 { margin: .35rem 0 .5rem; font-size: clamp(1.25rem, 2.2vw, 1.65rem); line-height: 1.35; }
.tn24-podcast-show__cat { font-size: .82rem; color: #666; margin-right: .5rem; }
.tn24-podcast-show__date { font-size: .9rem; color: #666; }
.tn24-podcast-show__figure { margin: 0 0 1rem; border-radius: 6px; overflow: hidden; }
.tn24-podcast-show__figure img { width: 100%; height: auto; display: block; }
.tn24-podcast-show__player { width: 100%; margin: .5rem 0; }
.tn24-podcast-show__demo-note { font-size: .85rem; color: #777; margin: 0 0 .5rem; }
.tn24-podcast-show__body { line-height: 1.75; color: #222; margin-top: 1rem; }
.tn24-podcast-show__related h2, .tn24-podcast-show__playlist h2 {
    font-size: 1.2rem; margin-bottom: 1rem; border-bottom: 2px solid var(--tn24-primary, #cd2027); padding-bottom: .35rem;
}

.tn24-fact-show__back { margin-bottom: .75rem; }
.tn24-fact-show__back a { color: #1a7329; font-weight: 600; text-decoration: none; }
.tn24-fact-show__article { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; padding: 1.15rem 1.25rem 1.35rem; margin-bottom: 2rem; }
.tn24-fact-show__verdict-wrap { margin-bottom: .85rem; }
.tn24-fact-show__claim-box { background: #f8fafc; border-left: 4px solid var(--tn24-primary, #cd2027); padding: .85rem 1rem; border-radius: 4px; margin-bottom: 1rem; }
.tn24-fact-show__claim-box p { margin: .35rem 0 0; font-size: 1.1rem; font-weight: 700; line-height: 1.5; }
.tn24-fact-show__label { display: block; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #666; margin-bottom: .25rem; }
.tn24-fact-show__title { margin: 0 0 .65rem; font-size: clamp(1.25rem, 2.2vw, 1.65rem); line-height: 1.35; }
.tn24-fact-show__meta { margin-bottom: 1rem; color: #666; font-size: .9rem; }
.tn24-fact-show__figure { margin: 0 0 1rem; border-radius: 6px; overflow: hidden; }
.tn24-fact-show__figure img { width: 100%; height: auto; display: block; }
.tn24-fact-show__analysis { margin-bottom: 1rem; }
.tn24-fact-show__body { line-height: 1.75; color: #222; }
.tn24-fact-show__source a { word-break: break-all; color: #1a7329; }
.tn24-fact-show__related h2 { font-size: 1.2rem; margin-bottom: 1rem; border-bottom: 2px solid var(--tn24-primary, #cd2027); padding-bottom: .35rem; }
.tn24-columnist-card__photo { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; margin-bottom: .5rem; }
/* Notices hub */
.tn24-notice-hub__head { margin-bottom: 1.15rem; }
.tn24-notice-hub__lead { color: #555; margin: .35rem 0 0; line-height: 1.55; }
.tn24-notice-featured {
    background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
    border: 1px solid #e5e5e5; border-left: 4px solid var(--notice-color, #1a7329);
    border-radius: 8px; padding: 1.1rem 1.15rem; margin-bottom: 1.35rem;
}
.tn24-notice-featured__badge {
    display: inline-flex; align-items: center; gap: .35rem;
    background: var(--tn24-primary, #cd2027); color: #fff; font-size: .78rem; font-weight: 700;
    padding: .25rem .55rem; border-radius: 4px; margin-right: .35rem;
}
.tn24-notice-type {
    display: inline-flex; align-items: center; gap: .3rem;
    font-size: .75rem; font-weight: 700; color: var(--notice-color, #1a7329);
    background: rgba(26, 115, 41, 0.1); padding: .2rem .5rem; border-radius: 4px; margin-right: .35rem;
}
.tn24-notice-type--lg { font-size: .85rem; padding: .35rem .65rem; }
.tn24-notice-deadline { display: inline-block; font-size: .72rem; font-weight: 700; padding: .2rem .45rem; border-radius: 4px; }
.tn24-notice-deadline--urgent { background: #fff3cd; color: #856404; }
.tn24-notice-deadline--expired { background: #fee2e2; color: #991b1b; }
.tn24-notice-deadline--open { background: #e8f5e9; color: #1a7329; }
.tn24-notice-featured__title { margin: .55rem 0 .35rem; font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.35; }
.tn24-notice-featured__title a { color: inherit; text-decoration: none; }
.tn24-notice-featured__title a:hover { color: var(--tn24-primary, #cd2027); }
.tn24-notice-featured__meta { color: #555; font-size: .92rem; margin: .35rem 0; display: flex; flex-wrap: wrap; gap: .65rem; }
.tn24-notice-featured__excerpt { color: #444; line-height: 1.55; margin: .5rem 0; }
.tn24-notice-featured__foot { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-top: .65rem; font-size: .88rem; }
.tn24-notice-featured__link { color: #1a7329; font-weight: 700; text-decoration: none; }
.tn24-notice-filters { margin-bottom: 1rem; }
.tn24-notice-filters__row { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: .5rem; }
.tn24-notice-filter {
    display: inline-flex; align-items: center; gap: .35rem; border: 1px solid #ddd; background: #fff;
    border-radius: 999px; padding: .38rem .75rem; cursor: pointer; font-size: .88rem; font-weight: 600;
}
.tn24-notice-filter span { background: #f3f4f6; border-radius: 999px; padding: .05rem .4rem; font-size: .78rem; }
.tn24-notice-filter.is-active { border-color: var(--notice-color, var(--tn24-primary, #cd2027)); background: var(--notice-color, var(--tn24-primary, #cd2027)); color: #fff; }
.tn24-notice-filter.is-active span { background: rgba(255,255,255,.22); color: #fff; }
.tn24-notice-filter--sub { font-size: .84rem; }
.tn24-notice-hub__search { display: flex; gap: .5rem; margin-bottom: 1.15rem; }
.tn24-notice-hub__search input { flex: 1; border: 1px solid #ddd; border-radius: 6px; padding: .55rem .75rem; }
.tn24-notice-hub__search button { border: 0; background: var(--tn24-primary, #cd2027); color: #fff; border-radius: 6px; padding: .55rem 1rem; font-weight: 600; cursor: pointer; }
.tn24-notice-grid.is-loading { opacity: .55; pointer-events: none; }
.tn24-notice-grid__col { margin-bottom: 1rem; }
.tn24-notice-card {
    background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; height: 100%;
    padding: .95rem 1rem 1rem; display: flex; flex-direction: column; transition: box-shadow .15s ease;
}
.tn24-notice-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,.08); }
.tn24-notice-card__head { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem; margin-bottom: .45rem; }
.tn24-notice-card__title { font-size: 1rem; margin: 0 0 .35rem; line-height: 1.4; }
.tn24-notice-card__title a { color: inherit; text-decoration: none; }
.tn24-notice-card__meta { font-size: .85rem; color: #666; margin: 0 0 .35rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.tn24-notice-card__excerpt { color: #555; font-size: .9rem; line-height: 1.45; margin: 0 0 .5rem; flex: 1; }
.tn24-notice-card__foot { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .75rem; font-size: .8rem; color: #888; border-top: 1px solid #f0f0f0; padding-top: .55rem; margin-top: auto; }
.tn24-notice-card__link { color: #1a7329; font-weight: 700; text-decoration: none; margin-left: auto; }
.tn24-notice-card__dl { color: #666; }
.tn24-notice-hub__empty, .tn24-notice-hub__empty--page {
    background: #fff; border: 1px dashed #ccc; border-radius: 8px; padding: 1.5rem 1rem; text-align: center; color: #444;
}
.tn24-notice-hub__empty-hint { color: #777; font-size: .92rem; margin-top: .45rem; }
.tn24-notice-grid__pagination { margin-top: .35rem; }
.tn24-notice-show__back { margin-bottom: .75rem; }
.tn24-notice-show__back a { color: #1a7329; font-weight: 600; text-decoration: none; }
.tn24-notice-show__article { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; padding: 1.15rem 1.25rem 1.35rem; margin-bottom: 1.5rem; }
.tn24-notice-show__badges { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .65rem; }
.tn24-notice-show__head h1 { margin: .35rem 0 .65rem; font-size: clamp(1.25rem, 2.2vw, 1.65rem); line-height: 1.35; }
.tn24-notice-show__meta { display: flex; flex-direction: column; gap: .35rem; color: #555; font-size: .92rem; }
.tn24-notice-show__body { line-height: 1.75; color: #222; white-space: pre-wrap; }
.tn24-notice-show__attachment { margin-top: 1rem; }
.tn24-notice-download {
    display: inline-flex; align-items: center; gap: .4rem; background: #1a7329; color: #fff;
    padding: .55rem 1rem; border-radius: 6px; text-decoration: none; font-weight: 600;
}
.tn24-notice-show__sidebar { background: #f8fafc; border: 1px solid #e5e5e5; border-radius: 8px; padding: 1rem 1.1rem; margin-bottom: 1.5rem; }
.tn24-notice-show__sidebar h2 { font-size: 1.05rem; margin: 0 0 .75rem; border-bottom: 2px solid var(--tn24-primary, #cd2027); padding-bottom: .35rem; }
.tn24-notice-show__latest { list-style: none; margin: 0; padding: 0; }
.tn24-notice-show__latest li { padding: .55rem 0; border-bottom: 1px solid #eee; }
.tn24-notice-show__latest li:last-child { border-bottom: 0; }
.tn24-notice-show__latest a { color: #111; text-decoration: none; font-weight: 600; line-height: 1.35; }
.tn24-notice-show__latest small { display: block; color: #888; margin-top: .2rem; font-size: .78rem; }
.tn24-notice-show__related h2 { font-size: 1.2rem; margin-bottom: 1rem; border-bottom: 2px solid var(--tn24-primary, #cd2027); padding-bottom: .35rem; }

/* Reader letters hub */
.tn24-letter-hub__head { margin-bottom: 1.15rem; }
.tn24-letter-hub__lead { color: #555; margin: .35rem 0 0; line-height: 1.55; }
.tn24-letter-hub__layout { align-items: flex-start; }
.tn24-letter-hub__aside { margin-bottom: 1.5rem; }
@media (min-width: 992px) {
    .tn24-letter-hub__aside { position: sticky; top: 1rem; }
}
.tn24-letter-featured {
    background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
    border: 1px solid #e5e5e5; border-left: 4px solid #1a7329;
    border-radius: 8px; padding: 1.1rem 1.15rem; margin-bottom: 1.35rem;
}
.tn24-letter-featured__badge {
    display: inline-flex; align-items: center; gap: .35rem;
    background: #1a7329; color: #fff; font-size: .78rem; font-weight: 700;
    padding: .25rem .55rem; border-radius: 4px; margin-bottom: .45rem;
}
.tn24-letter-featured__title { margin: .35rem 0; font-size: clamp(1.1rem, 2vw, 1.45rem); line-height: 1.35; }
.tn24-letter-featured__title a { color: inherit; text-decoration: none; }
.tn24-letter-featured__title a:hover { color: var(--tn24-primary, #cd2027); }
.tn24-letter-featured__author { color: #666; font-size: .92rem; margin: .35rem 0; }
.tn24-letter-featured__excerpt { color: #444; line-height: 1.55; margin: .5rem 0; }
.tn24-letter-featured__foot { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-top: .65rem; font-size: .88rem; color: #888; }
.tn24-letter-featured__link { color: #1a7329; font-weight: 700; text-decoration: none; }
.tn24-letter-toolbar { margin-bottom: 1rem; }
.tn24-letter-hub__search { display: flex; gap: .5rem; margin-bottom: .85rem; }
.tn24-letter-hub__search input { flex: 1; border: 1px solid #ddd; border-radius: 6px; padding: .55rem .75rem; }
.tn24-letter-hub__search button { border: 0; background: var(--tn24-primary, #cd2027); color: #fff; border-radius: 6px; padding: .55rem 1rem; font-weight: 600; cursor: pointer; }
.tn24-letter-filters { margin-bottom: .5rem; }
.tn24-letter-filters__row { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: .5rem; align-items: center; }
.tn24-letter-filters__row--sort label { font-size: .88rem; font-weight: 600; margin: 0 .35rem 0 0; color: #555; }
.tn24-letter-filters__row--sort select { border: 1px solid #ddd; border-radius: 6px; padding: .35rem .55rem; font-size: .88rem; }
.tn24-letter-filter {
    display: inline-flex; align-items: center; gap: .3rem;
    border: 1px solid #ddd; background: #fff; border-radius: 999px;
    padding: .35rem .75rem; font-size: .86rem; font-weight: 600; color: #333; cursor: pointer;
}
.tn24-letter-filter span { background: #f3f4f6; border-radius: 999px; padding: .05rem .4rem; font-size: .78rem; }
.tn24-letter-filter.is-active { border-color: #1a7329; background: #1a7329; color: #fff; }
.tn24-letter-filter.is-active span { background: rgba(255,255,255,.22); color: #fff; }
.tn24-letter-grid.is-loading { opacity: .55; pointer-events: none; }
.tn24-letter-grid__col { margin-bottom: 1rem; }
.tn24-letter-card {
    height: 100%; display: flex; flex-direction: column;
    background: #fff; border: 1px solid #e5e5e5; border-radius: 8px;
    padding: 1rem 1.05rem; transition: box-shadow .2s ease;
}
.tn24-letter-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,.08); }
.tn24-letter-card__title { font-size: 1rem; margin: 0 0 .35rem; line-height: 1.4; }
.tn24-letter-card__title a { color: inherit; text-decoration: none; }
.tn24-letter-card__title a:hover { color: var(--tn24-primary, #cd2027); }
.tn24-letter-card__author { font-size: .85rem; color: #666; margin: 0 0 .45rem; }
.tn24-letter-card__excerpt { color: #555; font-size: .9rem; line-height: 1.45; margin: 0 0 .5rem; flex: 1; }
.tn24-letter-card__foot { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; font-size: .8rem; color: #888; border-top: 1px solid #f0f0f0; padding-top: .55rem; margin-top: auto; }
.tn24-letter-card__link { color: #1a7329; font-weight: 700; text-decoration: none; margin-left: auto; }
.tn24-letter-hub__empty, .tn24-letter-hub__empty--page {
    background: #f8fafc; border: 1px dashed #ddd; border-radius: 8px; padding: 1.25rem; text-align: center; color: #666;
}
.tn24-letter-hub__empty-hint { color: #777; font-size: .92rem; margin-top: .45rem; }
.tn24-letter-grid__pagination { margin-top: .35rem; }
.tn24-reader-letter-form {
    background: #fff; border: 1px solid #e5e5e5; border-radius: 8px;
    padding: 1.1rem 1.15rem 1.25rem; margin-bottom: 1rem;
}
.tn24-reader-letter-form h3 { margin: 0 0 .35rem; font-size: 1.1rem; }
.tn24-reader-letter-form__hint { font-size: .85rem; color: #666; margin: 0 0 .85rem; line-height: 1.45; }
.tn24-reader-letter-form .form-group { margin-bottom: .65rem; }
.tn24-reader-letter-form .form-control {
    border-radius: 6px; border: 1px solid #ddd; padding: .55rem .7rem;
}
.tn24-reader-letter-form__count { font-size: .78rem; color: #888; text-align: right; margin-top: .25rem; }
.tn24-reader-letter-form__count.is-over { color: #cd2027; font-weight: 700; }
.tn24-reader-letter-form__submit { width: 100%; font-weight: 700; padding: .6rem 1rem; border-radius: 6px; }
.tn24-letter-guidelines {
    background: #f8fafc; border: 1px solid #e5e5e5; border-radius: 8px; padding: 1rem 1.1rem;
}
.tn24-letter-guidelines h3 { font-size: .98rem; margin: 0 0 .55rem; }
.tn24-letter-guidelines ul { margin: 0; padding-left: 1.15rem; font-size: .88rem; color: #555; line-height: 1.5; }
.tn24-letter-show__back { margin-bottom: .75rem; }
.tn24-letter-show__back a { color: #1a7329; font-weight: 600; text-decoration: none; }
.tn24-letter-show__article { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; padding: 1.15rem 1.25rem 1.35rem; margin-bottom: 1.5rem; }
.tn24-letter-show__badge {
    display: inline-flex; align-items: center; gap: .3rem;
    background: #1a7329; color: #fff; font-size: .75rem; font-weight: 700;
    padding: .2rem .5rem; border-radius: 4px; margin-bottom: .5rem;
}
.tn24-letter-show__head h1 { margin: .35rem 0 .65rem; font-size: clamp(1.25rem, 2.2vw, 1.65rem); line-height: 1.35; }
.tn24-letter-show__meta { display: flex; flex-wrap: wrap; gap: .75rem 1rem; color: #555; font-size: .92rem; }
.tn24-letter-show__body { line-height: 1.75; color: #222; white-space: pre-wrap; margin-top: 1rem; }
.tn24-letter-show__sidebar { background: #f8fafc; border: 1px solid #e5e5e5; border-radius: 8px; padding: 1rem 1.1rem; margin-bottom: 1.5rem; }
.tn24-letter-show__sidebar h2 { font-size: 1.05rem; margin: 0 0 .75rem; border-bottom: 2px solid var(--tn24-primary, #cd2027); padding-bottom: .35rem; }
.tn24-letter-show__latest { list-style: none; margin: 0; padding: 0; }
.tn24-letter-show__latest li { padding: .55rem 0; border-bottom: 1px solid #eee; }
.tn24-letter-show__latest li:last-child { border-bottom: 0; }
.tn24-letter-show__latest a { color: #111; text-decoration: none; font-weight: 600; line-height: 1.35; }
.tn24-letter-show__latest small { display: block; color: #888; margin-top: .2rem; font-size: .78rem; }
.tn24-letter-show__related h2 { font-size: 1.2rem; margin-bottom: 1rem; border-bottom: 2px solid var(--tn24-primary, #cd2027); padding-bottom: .35rem; }

/* Infographics hub */
.tn24-info-hub__head { margin-bottom: 1.15rem; }
.tn24-info-hub__lead { color: #555; margin: .35rem 0 0; line-height: 1.55; }
.tn24-info-category {
    display: inline-block; font-size: .72rem; font-weight: 700; color: #1e40af;
    background: rgba(30, 64, 175, 0.1); padding: .2rem .5rem; border-radius: 4px; margin-right: .35rem;
}
.tn24-info-category--lg { font-size: .82rem; padding: .3rem .6rem; margin-bottom: .45rem; }
.tn24-info-featured {
    background: linear-gradient(135deg, #fff 0%, #f0f7ff 100%);
    border: 1px solid #e5e5e5; border-left: 4px solid #1e40af;
    border-radius: 8px; padding: 1.1rem 1.15rem; margin-bottom: 1.35rem;
}
.tn24-info-featured__badge {
    display: inline-flex; align-items: center; gap: .35rem;
    background: #1e40af; color: #fff; font-size: .78rem; font-weight: 700;
    padding: .25rem .55rem; border-radius: 4px; margin-bottom: .55rem;
}
.tn24-info-featured__layout { display: grid; grid-template-columns: minmax(0, 220px) 1fr; gap: 1rem; align-items: start; }
@media (max-width: 767px) { .tn24-info-featured__layout { grid-template-columns: 1fr; } }
.tn24-info-featured__thumb { display: block; border-radius: 6px; overflow: hidden; border: 1px solid #e5e5e5; }
.tn24-info-featured__thumb img { width: 100%; height: auto; display: block; }
.tn24-info-featured__title { margin: .25rem 0 .35rem; font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.35; }
.tn24-info-featured__title a { color: inherit; text-decoration: none; }
.tn24-info-featured__title a:hover { color: var(--tn24-primary, #cd2027); }
.tn24-info-featured__excerpt { color: #444; line-height: 1.55; margin: .45rem 0; }
.tn24-info-featured__foot { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; font-size: .88rem; color: #888; }
.tn24-info-featured__link { color: #1e40af; font-weight: 700; text-decoration: none; }
.tn24-info-filters { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: .85rem; }
.tn24-info-filter {
    display: inline-flex; align-items: center; gap: .3rem;
    border: 1px solid #ddd; background: #fff; border-radius: 999px;
    padding: .35rem .75rem; font-size: .86rem; font-weight: 600; color: #333; cursor: pointer;
}
.tn24-info-filter span { background: #f3f4f6; border-radius: 999px; padding: .05rem .4rem; font-size: .78rem; }
.tn24-info-filter.is-active { border-color: #1e40af; background: #1e40af; color: #fff; }
.tn24-info-filter.is-active span { background: rgba(255,255,255,.22); color: #fff; }
.tn24-info-hub__search { display: flex; gap: .5rem; margin-bottom: 1.15rem; }
.tn24-info-hub__search input { flex: 1; border: 1px solid #ddd; border-radius: 6px; padding: .55rem .75rem; }
.tn24-info-hub__search button { border: 0; background: var(--tn24-primary, #cd2027); color: #fff; border-radius: 6px; padding: .55rem 1rem; font-weight: 600; cursor: pointer; }
.tn24-info-grid.is-loading { opacity: .55; pointer-events: none; }
.tn24-info-grid__col { margin-bottom: 1rem; }
.tn24-info-card {
    height: 100%; background: #fff; border: 1px solid #e5e5e5; border-radius: 8px;
    overflow: hidden; transition: box-shadow .2s ease;
}
.tn24-info-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,.08); }
.tn24-info-card__link { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
.tn24-info-card__thumb { position: relative; aspect-ratio: 4 / 3; background: #f3f4f6; overflow: hidden; }
.tn24-info-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tn24-info-card__overlay {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,.35); color: #fff; font-size: 1.35rem; opacity: 0; transition: opacity .2s ease;
}
.tn24-info-card:hover .tn24-info-card__overlay { opacity: 1; }
.tn24-info-card__body { padding: .75rem .85rem .9rem; flex: 1; display: flex; flex-direction: column; }
.tn24-info-card__title { font-size: .95rem; margin: .25rem 0 .35rem; line-height: 1.35; }
.tn24-info-card__excerpt { color: #666; font-size: .84rem; line-height: 1.4; margin: 0 0 .4rem; flex: 1; }
.tn24-info-card__date { font-size: .78rem; color: #888; margin-top: auto; }
.tn24-info-hub__empty, .tn24-info-hub__empty--page {
    background: #f8fafc; border: 1px dashed #ddd; border-radius: 8px; padding: 1.25rem; text-align: center; color: #666;
}
.tn24-info-hub__empty-hint { color: #777; font-size: .92rem; margin-top: .45rem; }
.tn24-info-grid__pagination { margin-top: .35rem; }
.tn24-info-show__back { margin-bottom: .75rem; }
.tn24-info-show__back a { color: #1e40af; font-weight: 600; text-decoration: none; }
.tn24-info-show__article { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; padding: 1.15rem 1.25rem 1.35rem; margin-bottom: 1.5rem; }
.tn24-info-show__head h1 { margin: .35rem 0 .65rem; font-size: clamp(1.2rem, 2.2vw, 1.6rem); line-height: 1.35; }
.tn24-info-show__meta { color: #666; font-size: .9rem; }
.tn24-info-show__figure { margin: 1rem 0; border-radius: 8px; overflow: hidden; border: 1px solid #e5e5e5; }
.tn24-info-show__zoom { display: block; width: 100%; padding: 0; border: 0; background: #f8fafc; cursor: zoom-in; position: relative; }
.tn24-info-show__zoom img { width: 100%; height: auto; display: block; }
.tn24-info-show__zoom-hint {
    position: absolute; right: .65rem; bottom: .65rem; background: rgba(0,0,0,.65); color: #fff;
    font-size: .78rem; padding: .3rem .55rem; border-radius: 4px;
}
.tn24-info-show__actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; }
.tn24-info-download, .tn24-info-share {
    display: inline-flex; align-items: center; gap: .35rem; border: 1px solid #ddd; background: #fff;
    border-radius: 6px; padding: .45rem .85rem; font-size: .88rem; font-weight: 600; color: #333; cursor: pointer; text-decoration: none;
}
.tn24-info-share.is-copied { border-color: #1a7329; color: #1a7329; }
.tn24-info-show__label { display: block; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #888; margin-bottom: .35rem; }
.tn24-info-show__body { line-height: 1.7; color: #222; }
.tn24-info-show__sidebar { background: #f8fafc; border: 1px solid #e5e5e5; border-radius: 8px; padding: 1rem 1.1rem; margin-bottom: 1.5rem; }
.tn24-info-show__sidebar h2 { font-size: 1.05rem; margin: 0 0 .75rem; border-bottom: 2px solid var(--tn24-primary, #cd2027); padding-bottom: .35rem; }
.tn24-info-show__latest { list-style: none; margin: 0; padding: 0; }
.tn24-info-show__latest li { border-bottom: 1px solid #eee; }
.tn24-info-show__latest li:last-child { border-bottom: 0; }
.tn24-info-show__latest a { display: flex; align-items: center; gap: .65rem; padding: .55rem 0; color: #111; text-decoration: none; font-weight: 600; line-height: 1.3; font-size: .9rem; }
.tn24-info-show__latest img { width: 56px; height: 56px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.tn24-info-show__related h2 { font-size: 1.2rem; margin-bottom: 1rem; border-bottom: 2px solid var(--tn24-primary, #cd2027); padding-bottom: .35rem; }
.tn24-info-lightbox {
    position: fixed; inset: 0; z-index: 10050; background: rgba(0,0,0,.88);
    display: flex; align-items: center; justify-content: center; padding: 1rem;
}
.tn24-info-lightbox[hidden] { display: none !important; }
body.tn24-info-lightbox-open { overflow: hidden; }
.tn24-info-lightbox__close {
    position: absolute; top: .75rem; right: .75rem; border: 0; background: transparent; color: #fff;
    font-size: 2rem; line-height: 1; cursor: pointer;
}
.tn24-info-lightbox img { max-width: 100%; max-height: 92vh; object-fit: contain; }

.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-reader-feature-box {
    width: 100%;
}
.tn24-prefooter__ads {
    padding-bottom: 1rem;
}
.tn24-prefooter__ads.widget_section--collapsed {
    display: none;
}

@media (min-width: 992px) {
    .tn24-prefooter .tn24-reader-feature-box {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .tn24-reader-hub__nav { justify-content: center; }
}
