.i4s-tnews-feed {
    --i4s-tnews-navy: #071522;
    --i4s-tnews-blue: #0c63b7;
    --i4s-tnews-blue-soft: #e8f3ff;
    --i4s-tnews-gold: #c6a24b;
    --i4s-tnews-ink: #152231;
    --i4s-tnews-muted: #667381;
    --i4s-tnews-line: #d9e2ec;
    --i4s-tnews-panel: #ffffff;
    --i4s-tnews-soft: #f5f8fb;
    color: var(--i4s-tnews-ink);
    font-family: inherit;
    max-width: 1100px;
    margin: 0 auto;
    container-type: inline-size;
}

.i4s-tnews-feed *,
.i4s-tnews-feed *::before,
.i4s-tnews-feed *::after {
    box-sizing: border-box;
}

.i4s-tnews-feed button,
.i4s-tnews-feed input,
.i4s-tnews-feed select {
    font: inherit;
}

.i4s-tnews-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    min-width: 0;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(198, 162, 75, 0.36);
}

.i4s-tnews-kicker {
    margin: 0 0 5px;
    color: var(--i4s-tnews-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.i4s-tnews-header h2 {
    margin: 0;
    color: var(--i4s-tnews-ink);
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0;
}

.i4s-tnews-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.i4s-tnews-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(24, 128, 89, 0.28);
    border-radius: 999px;
    color: #19735b;
    background: rgba(25, 115, 91, 0.08);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.i4s-tnews-live::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.i4s-tnews-zulu {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 11px;
    border: 1px solid rgba(12, 99, 183, 0.24);
    border-radius: 999px;
    color: var(--i4s-tnews-navy);
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(198, 162, 75, 0.12);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
}

.i4s-tnews-list {
    display: grid;
    gap: 12px;
    padding-top: 18px;
}

.i4s-tnews-mode-compact,
.i4s-tnews-mode-archive {
    position: relative;
    padding: 18px;
    border: 1px solid rgba(12, 99, 183, 0.48);
    border-top: 4px solid var(--i4s-tnews-gold);
    border-radius: 8px;
    background: linear-gradient(180deg, #fafdff 0%, #f4f8fc 100%);
    box-shadow: 0 16px 34px rgba(7, 21, 34, 0.08);
}

.i4s-tnews-mode-compact {
    max-width: 600px;
    padding: 12px 14px;
    border-top-width: 3px;
    box-shadow: 0 10px 24px rgba(7, 21, 34, 0.07);
}

.i4s-tnews-mode-compact::before,
.i4s-tnews-mode-archive::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(198, 162, 75, 0.16);
}

.i4s-tnews-mode-compact .i4s-tnews-header h2,
.i4s-tnews-mode-archive .i4s-tnews-header h2 {
    color: var(--i4s-tnews-navy);
}

.i4s-tnews-mode-compact .i4s-tnews-header {
    gap: 10px;
    padding-bottom: 10px;
}

.i4s-tnews-mode-compact .i4s-tnews-kicker {
    margin-bottom: 3px;
    font-size: 10px;
}

.i4s-tnews-mode-compact .i4s-tnews-header h2 {
    font-size: 20px;
    line-height: 1.14;
}

.i4s-tnews-mode-compact .i4s-tnews-live {
    min-height: 24px;
    gap: 6px;
    padding: 0 8px;
    font-size: 10px;
}

.i4s-tnews-mode-compact .i4s-tnews-live::before {
    width: 5px;
    height: 5px;
}

.i4s-tnews-carousel-controls {
    display: inline-flex;
    gap: 5px;
}

.i4s-tnews-carousel-controls button {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    padding: 0;
    border: 1px solid rgba(198, 162, 75, 0.54);
    border-radius: 50%;
    color: #ffffff;
    background: var(--i4s-tnews-navy);
    box-shadow: 0 0 0 2px rgba(62, 156, 255, 0.16);
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

.i4s-tnews-mode-compact .i4s-tnews-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--i4s-tnews-gold) rgba(7, 21, 34, 0.14);
    padding: 12px 2px 6px;
}

.i4s-tnews-mode-compact .i4s-tnews-list::-webkit-scrollbar {
    height: 9px;
}

.i4s-tnews-mode-compact .i4s-tnews-list::-webkit-scrollbar-track {
    background: rgba(7, 21, 34, 0.12);
    border-radius: 999px;
}

.i4s-tnews-mode-compact .i4s-tnews-list::-webkit-scrollbar-thumb {
    background: var(--i4s-tnews-gold);
    border-radius: 999px;
}

.i4s-tnews-compact-card {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto auto;
    align-content: start;
    gap: 5px;
    flex: 0 0 158px;
    width: 158px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(12, 99, 183, 0.26);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(7, 21, 34, 0.07);
    scroll-snap-align: start;
}

.i4s-tnews-compact-card::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 26px;
    height: 2px;
    background: var(--i4s-tnews-gold);
}

.i4s-tnews-compact-card time {
    display: block;
    color: var(--i4s-tnews-blue);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.i4s-tnews-compact-title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-width: 0;
    margin: 0 !important;
    color: var(--i4s-tnews-navy);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.18;
    max-height: 2.36em;
    letter-spacing: 0;
    text-wrap: balance;
}

.i4s-tnews-compact-text {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    min-width: 0;
    margin: 0 !important;
    color: var(--i4s-tnews-ink);
    font-size: 11px;
    line-height: 1.32;
    max-height: 5.28em;
    -webkit-mask-image: linear-gradient(180deg, #000 76%, rgba(0, 0, 0, 0.22) 100%);
    mask-image: linear-gradient(180deg, #000 76%, rgba(0, 0, 0, 0.22) 100%);
}

.i4s-tnews-read-more {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-height: 24px;
    margin-top: 1px;
    color: var(--i4s-tnews-navy);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.i4s-tnews-read-more::after {
    content: ">";
    margin-left: 7px;
    color: var(--i4s-tnews-gold);
}

.i4s-tnews-mode-archive .i4s-tnews-list {
    max-height: 72vh;
    min-height: 430px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: var(--i4s-tnews-blue) #e4edf6;
}

.i4s-tnews-mode-archive .i4s-tnews-list::-webkit-scrollbar {
    width: 10px;
}

.i4s-tnews-mode-archive .i4s-tnews-list::-webkit-scrollbar-track {
    background: #e4edf6;
}

.i4s-tnews-mode-archive .i4s-tnews-list::-webkit-scrollbar-thumb {
    border: 2px solid #e4edf6;
    border-radius: 999px;
    background: var(--i4s-tnews-blue);
}

.i4s-tnews-filters {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 11px;
    align-items: end;
    padding: 16px 0 2px;
}

.i4s-tnews-search-field {
    grid-column: auto;
}

.i4s-tnews-advanced-filters {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(160px, 1.2fr) repeat(2, minmax(132px, 1fr)) minmax(96px, 0.6fr) auto;
    gap: 11px;
    align-items: end;
    padding-top: 3px;
}

.i4s-tnews-advanced-filters[hidden] {
    display: none;
}

.i4s-tnews-advanced-filters > label,
.i4s-tnews-field {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.i4s-tnews-advanced-filters > label > span,
.i4s-tnews-field > label {
    color: var(--i4s-tnews-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.i4s-tnews-filters input,
.i4s-tnews-filters select {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--i4s-tnews-line);
    border-radius: 6px;
    color: var(--i4s-tnews-ink);
    background: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 10px;
}

.i4s-tnews-search-wrap {
    position: relative;
    min-width: 0;
}

.i4s-tnews-search {
    color: var(--i4s-tnews-blue) !important;
    font-weight: 700;
    caret-color: var(--i4s-tnews-blue);
    padding-right: 110px !important;
}

.i4s-tnews-search::placeholder {
    color: rgba(12, 99, 183, 0.68);
    font-weight: 600;
}

.i4s-tnews-search-status {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 96px;
    overflow: hidden;
    color: var(--i4s-tnews-blue);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-align: right;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
}

.i4s-tnews-search-status[hidden] {
    display: none;
}

.i4s-tnews-suggestions {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 30;
    display: grid;
    width: min(360px, 100%);
    max-height: 232px;
    overflow-y: auto;
    border: 1px solid rgba(12, 99, 183, 0.28);
    border-top: 3px solid var(--i4s-tnews-gold);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(7, 21, 34, 0.18);
}

.i4s-tnews-suggestions[hidden] {
    display: none;
}

.i4s-tnews-suggestion {
    display: block;
    width: 100%;
    min-height: 36px;
    border: 0;
    border-bottom: 1px solid rgba(12, 99, 183, 0.1);
    color: var(--i4s-tnews-blue);
    background: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-align: left;
    padding: 8px 11px;
    cursor: pointer;
}

.i4s-tnews-suggestion:last-child {
    border-bottom: 0;
}

.i4s-tnews-suggestion:hover,
.i4s-tnews-suggestion:focus-visible {
    color: var(--i4s-tnews-navy);
    background: var(--i4s-tnews-blue-soft);
    outline: none;
}

.i4s-tnews-suggestion[hidden] {
    display: none;
}

.i4s-tnews-filter-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}

.i4s-tnews-filter-actions button {
    min-width: 94px;
}

.i4s-tnews-date-wrap {
    display: block;
}

.i4s-tnews-filter-actions button,
.i4s-tnews-filter-toggle,
.i4s-tnews-more,
.i4s-tnews-toggle,
.i4s-tnews-full {
    min-height: 38px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 12px;
}

.i4s-tnews-more,
.i4s-tnews-toggle {
    border: 1px solid var(--i4s-tnews-navy);
    color: #fff;
    background: var(--i4s-tnews-navy);
}

.i4s-tnews-reset,
.i4s-tnews-full {
    border: 1px solid rgba(12, 99, 183, 0.28);
    color: var(--i4s-tnews-navy);
    background: #ffffff;
}

.i4s-tnews-clear {
    border-color: rgba(198, 162, 75, 0.56);
    color: var(--i4s-tnews-navy);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.i4s-tnews-filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    border: 1px solid rgba(198, 162, 75, 0.62);
    color: #ffffff;
    background: var(--i4s-tnews-navy);
    box-shadow: 0 0 0 2px rgba(62, 156, 255, 0.14);
    white-space: nowrap;
}

.i4s-tnews-filter-toggle::after {
    content: "+";
    display: inline-block;
    margin-left: 8px;
    color: var(--i4s-tnews-gold);
    font-weight: 900;
}

.i4s-tnews-filter-toggle[aria-expanded="true"]::after {
    content: "-";
}

.i4s-tnews-mode-archive .i4s-tnews-item,
.i4s-tnews-mode-feed .i4s-tnews-item {
    display: grid;
    grid-template-columns: 168px minmax(0, 1fr);
    gap: 16px;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(12, 99, 183, 0.22);
    border-left: 4px solid var(--i4s-tnews-gold);
    border-radius: 8px;
    background: var(--i4s-tnews-panel);
    box-shadow: 0 8px 20px rgba(7, 21, 34, 0.06);
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.i4s-tnews-mode-archive .i4s-tnews-item:hover,
.i4s-tnews-mode-archive .i4s-tnews-item:focus-visible,
.i4s-tnews-mode-archive .i4s-tnews-item.is-expanded,
.i4s-tnews-mode-feed .i4s-tnews-item:hover,
.i4s-tnews-mode-feed .i4s-tnews-item:focus-visible,
.i4s-tnews-mode-feed .i4s-tnews-item.is-expanded {
    border-color: rgba(12, 99, 183, 0.48);
    box-shadow: 0 0 0 2px rgba(62, 156, 255, 0.12), 0 14px 28px rgba(7, 21, 34, 0.1);
}

.i4s-tnews-item:focus-visible {
    outline: 2px solid rgba(62, 156, 255, 0.72);
    outline-offset: 2px;
}

.i4s-tnews-media {
    position: relative;
    display: grid;
    place-items: center;
    align-self: stretch;
    width: 100%;
    height: 126px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(198, 162, 75, 0.28);
    border-radius: 6px;
    background: var(--i4s-tnews-navy);
}

.i4s-tnews-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.i4s-tnews-media-count {
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 8px;
    border: 1px solid rgba(198, 162, 75, 0.52);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(7, 21, 34, 0.82);
    font-size: 11px;
    font-weight: 800;
}

.i4s-tnews-media-empty {
    color: #d9b757;
    background: linear-gradient(145deg, #08131f 0%, #102337 100%);
}

.i4s-tnews-media-empty span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 1px solid rgba(217, 183, 87, 0.5);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
}

.i4s-tnews-body {
    display: grid;
    gap: 9px;
    min-width: 0;
    align-content: start;
}

.i4s-tnews-card-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    min-width: 0;
}

.i4s-tnews-card-head time {
    display: block;
    color: var(--i4s-tnews-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.i4s-tnews-card-head h3 {
    margin: 4px 0 0;
    color: var(--i4s-tnews-navy);
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.i4s-tnews-card-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
    max-width: 190px;
}

.i4s-tnews-toggle-close {
    display: none;
}

.i4s-tnews-item.is-expanded .i4s-tnews-toggle-open {
    display: none;
}

.i4s-tnews-item.is-expanded .i4s-tnews-toggle-close {
    display: inline;
}

.i4s-tnews-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0;
    color: var(--i4s-tnews-muted);
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.i4s-tnews-details {
    display: grid;
    gap: 10px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 220ms ease, opacity 180ms ease, padding-top 180ms ease;
}

.i4s-tnews-item.is-expanded .i4s-tnews-details {
    max-height: 1800px;
    opacity: 1;
    padding-top: 8px;
}

.i4s-tnews-content {
    color: var(--i4s-tnews-ink);
    font-size: 15px;
    line-height: 1.58;
    overflow-wrap: anywhere;
}

.i4s-tnews-content p {
    margin: 0 0 10px;
}

.i4s-tnews-content p:last-child {
    margin-bottom: 0;
}

.i4s-tnews-content a {
    color: #0b5cad;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.i4s-tnews-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    min-width: 0;
}

.i4s-tnews-gallery figure {
    display: grid;
    place-items: center;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(198, 162, 75, 0.32);
    border-radius: 6px;
    background: var(--i4s-tnews-navy);
}

.i4s-tnews-gallery-image-link {
    display: block;
    width: 100%;
    cursor: zoom-in;
    background: var(--i4s-tnews-navy);
}

.i4s-tnews-gallery-image-link:focus-visible {
    outline: 2px solid var(--i4s-tnews-gold);
    outline-offset: -2px;
}

.i4s-tnews-gallery img,
.i4s-tnews-gallery video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    background: var(--i4s-tnews-navy);
}

.i4s-tnews-gallery video {
    aspect-ratio: 16 / 9;
}

.i4s-tnews-document {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 118px;
    padding: 18px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(14, 55, 92, 0.98), rgba(7, 21, 34, 0.98));
}

.i4s-tnews-document span {
    max-width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-overflow: ellipsis;
}

.i4s-tnews-source {
    color: var(--i4s-tnews-muted);
    font-size: 13px;
}

.i4s-tnews-taxonomy {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.i4s-tnews-taxonomy span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 3px 9px;
    border: 1px solid rgba(198, 162, 75, 0.32);
    border-radius: 999px;
    color: #755a17;
    background: rgba(198, 162, 75, 0.1);
    font-size: 12px;
    font-weight: 800;
}

.i4s-tnews-more-wrap {
    display: flex;
    justify-content: center;
    padding-top: 18px;
}

.i4s-tnews-more[disabled] {
    cursor: wait;
    opacity: 0.65;
}

.i4s-tnews-empty {
    margin-top: 18px;
    padding: 18px;
    border: 1px dashed var(--i4s-tnews-line);
    border-radius: 8px;
    color: var(--i4s-tnews-muted);
    background: var(--i4s-tnews-soft);
}

.i4s-tnews-modal[hidden] {
    display: none;
}

.i4s-tnews-modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
}

.i4s-tnews-modal-open {
    overflow: hidden;
}

.i4s-tnews-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 21, 34, 0.72);
}

.i4s-tnews-modal-dialog {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr);
    gap: 18px;
    width: min(980px, 100%);
    max-height: min(760px, 86vh);
    overflow: auto;
    padding: 18px;
    border: 1px solid rgba(198, 162, 75, 0.54);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
}

.i4s-tnews-modal-close {
    position: absolute;
    z-index: 20;
    top: 10px;
    right: 10px;
    display: inline-grid;
    place-items: center;
    box-sizing: border-box;
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    padding: 0;
    border: 1px solid rgba(7, 21, 34, 0.14);
    border-radius: 50%;
    color: #ffffff;
    background: var(--i4s-tnews-navy);
    box-shadow: 0 0 0 2px rgba(62, 156, 255, 0.22), 0 8px 22px rgba(7, 21, 34, 0.32);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    font: 400 22px/1 Arial, Helvetica, sans-serif !important;
    text-align: center;
}

.i4s-tnews-modal-media {
    min-width: 0;
}

.i4s-tnews-modal-media .i4s-tnews-media {
    width: 100%;
    height: auto;
    min-height: 280px;
    aspect-ratio: 4 / 3;
}

.i4s-tnews-modal-media .i4s-tnews-media img {
    object-fit: contain;
    background: var(--i4s-tnews-navy);
}

.i4s-tnews-modal-media .i4s-tnews-gallery {
    grid-template-columns: 1fr;
    max-height: calc(86vh - 56px);
    overflow-y: auto;
    padding-right: 4px;
}

.i4s-tnews-modal-media .i4s-tnews-gallery img,
.i4s-tnews-modal-media .i4s-tnews-gallery video {
    max-height: none;
}

.i4s-tnews-modal-body {
    min-width: 0;
    padding: 34px 6px 4px 0;
}

.i4s-tnews-modal-body time {
    display: block;
    color: var(--i4s-tnews-blue);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.i4s-tnews-modal-body h3 {
    margin: 6px 0 14px;
    color: var(--i4s-tnews-navy);
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
}

.i4s-tnews-modal-content {
    color: var(--i4s-tnews-ink);
    font-size: 16px;
    line-height: 1.62;
    overflow-wrap: anywhere;
}

.i4s-tnews-modal-content p {
    margin: 0 0 12px;
}

@media (max-width: 920px) {
    .i4s-tnews-advanced-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .i4s-tnews-filter-actions {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }
}

@media (max-width: 720px) {
    .i4s-tnews-feed {
        max-width: 100%;
    }

    .i4s-tnews-mode-compact,
    .i4s-tnews-mode-archive {
        padding: 14px;
    }

    .i4s-tnews-mode-compact {
        max-width: 360px;
        padding: 9px;
    }

    .i4s-tnews-header {
        align-items: start;
        flex-direction: column;
    }

    .i4s-tnews-header h2 {
        font-size: 26px;
    }

    .i4s-tnews-mode-compact .i4s-tnews-header h2 {
        font-size: 18px;
    }

    .i4s-tnews-header-actions {
        width: 100%;
        justify-content: space-between;
    }

    .i4s-tnews-carousel-controls {
        display: none;
    }

    .i4s-tnews-mode-compact .i4s-tnews-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        overflow: visible;
        padding: 10px 0 0;
    }

    .i4s-tnews-compact-card {
        width: 100%;
        height: 166px;
        min-height: 0;
        aspect-ratio: auto;
        flex-basis: auto;
    }

    .i4s-tnews-compact-title {
        font-size: 13px;
        line-height: 1.22;
        max-height: 2.44em;
        -webkit-line-clamp: 2;
    }

    .i4s-tnews-compact-text {
        font-size: 12px;
        line-height: 1.35;
        max-height: 4.05em;
        -webkit-line-clamp: 3;
    }

    .i4s-tnews-filters,
    .i4s-tnews-advanced-filters {
        grid-template-columns: 1fr;
    }

    .i4s-tnews-filter-toggle {
        width: 100%;
        justify-content: center;
    }

    .i4s-tnews-filter-actions {
        grid-column: auto;
        justify-content: stretch;
    }

    .i4s-tnews-filter-actions button {
        flex: 1 1 0;
    }

    .i4s-tnews-mode-archive .i4s-tnews-item,
    .i4s-tnews-mode-feed .i4s-tnews-item {
        grid-template-columns: 1fr;
    }

    .i4s-tnews-media {
        height: 180px;
        aspect-ratio: 16 / 9;
    }

    .i4s-tnews-card-head {
        grid-template-columns: 1fr;
    }

    .i4s-tnews-card-actions {
        justify-content: flex-start;
        max-width: none;
    }

    .i4s-tnews-mode-archive .i4s-tnews-list {
        max-height: 68vh;
        min-height: 360px;
        padding-right: 4px;
    }

    .i4s-tnews-modal {
        padding: 12px;
    }

    .i4s-tnews-modal-dialog {
        grid-template-columns: 1fr;
        max-height: 88vh;
        padding: 14px;
    }

    .i4s-tnews-modal-close {
        top: 8px;
        right: 8px;
        z-index: 30;
    }

    .i4s-tnews-modal-media .i4s-tnews-media {
        min-height: 190px;
        aspect-ratio: 16 / 9;
    }

    .i4s-tnews-modal-media .i4s-tnews-gallery {
        max-height: none;
        overflow: visible;
    }

    .i4s-tnews-gallery {
        grid-template-columns: 1fr;
    }

    .i4s-tnews-modal-body {
        padding: 0;
    }

    .i4s-tnews-modal-body h3 {
        padding-right: 44px;
        font-size: 21px;
    }
}
