/* TNews Elementor Widgets - scoped styles. */
.tnews-wrap,
.tnews-wrap * {
    box-sizing: border-box;
}

.tnews-wrap {
    --tnews-red: #d40f16;
    --tnews-text: #121212;
    --tnews-muted: #737373;
    --tnews-border: #e6e6e6;
    --tnews-card-bg: #fff;
    --tnews-green: #13a557;
    width: 100%;
    font-family: "Poppins", Arial, sans-serif !important;
    color: var(--tnews-text);
    line-height: 1.45;
}

.tnews-wrap a,
.tnews-wrap a:hover,
.tnews-wrap a:focus {
    color: inherit;
    text-decoration: none;
    box-shadow: none;
}

.tnews-wrap button,
.tnews-wrap input,
.tnews-wrap textarea,
.tnews-wrap select {
    font-family: "Poppins", Arial, sans-serif !important;
    box-shadow: none !important;
    outline: none;
}

.tnews-container {
    width: min(100% - 48px, 1400px);
    margin-left: auto;
    margin-right: auto;
}

/* Header */
.tnews-topstrip {
    min-height: 34px;
    background: var(--tnews-red);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.tnews-topstrip__inner,
.tnews-headmain__inner,
.tnews-navrow__inner,
.tnews-breakingbar__inner {
    display: flex;
    align-items: center;
}

.tnews-topstrip__inner {
    justify-content: space-between;
    min-height: inherit;
    gap: 18px;
}

.tnews-topstrip strong {
    padding-right: 16px;
    margin-right: 14px;
    border-right: 1px solid rgba(255,255,255,.42);
    letter-spacing: .3px;
}

.tnews-topstrip__market {
    white-space: nowrap;
    font-size: 12px;
}

.tnews-headmain {
    background: #fff;
    border-bottom: 1px solid var(--tnews-border);
}

.tnews-headmain__inner {
    min-height: 104px;
    justify-content: center;
    position: relative;
}

.tnews-headmain__info {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 13px;
    color: #333;
}

.tnews-headmain__info span,
.tnews-actions,
.tnews-login,
.tnews-lang {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tnews-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-weight: 800 !important;
    letter-spacing: -1.4px;
    font-size: 48px;
    line-height: 1;
    color: #030303 !important;
}

.tnews-logo span span,
.tnews-logo__main span,
.tnews-footer .tnews-logo span {
    color: var(--tnews-red);
}

.tnews-logo small {
    display: block;
    margin-top: 6px;
    letter-spacing: .3px;
    font-size: 12px;
    line-height: 1;
    color: #6a6a6a;
    font-weight: 500;
}

.tnews-actions {
    position: absolute;
    right: 0;
    gap: 18px;
    color: #111;
    font-size: 13px;
}

.tnews-actions > * + * {
    position: relative;
}

.tnews-actions > * + *:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 1px;
    height: 18px;
    transform: translateY(-50%);
    background: #dedede;
}

.tnews-icon-btn,
.tnews-menu-toggle {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    color: inherit !important;
    line-height: 1 !important;
    cursor: pointer;
}

.tnews-icon-btn {
    font-size: 22px;
}

.tnews-searchbar {
    border-top: 1px solid var(--tnews-border);
    background: #fff;
    padding: 14px 0;
}

.tnews-searchbar form {
    display: flex;
    width: 100%;
    border: 1px solid var(--tnews-border);
    border-radius: 5px;
    overflow: hidden;
}

.tnews-searchbar input {
    width: 100%;
    border: 0 !important;
    padding: 14px 16px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 14px;
}

.tnews-searchbar button {
    border: 0 !important;
    background: var(--tnews-red) !important;
    color: #fff !important;
    min-width: 110px;
    font-weight: 700;
}

.tnews-navrow {
    min-height: 58px;
    background: #fff;
    border-bottom: 1px solid var(--tnews-border);
}

.tnews-navrow__inner {
    gap: 30px;
    min-height: inherit;
}

.tnews-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    width: 24px;
    flex: 0 0 24px;
}

.tnews-menu-toggle span {
    width: 24px;
    height: 2px;
    background: #111;
    display: block;
}

.tnews-nav {
    width: 100%;
}

.tnews-nav ul,
.tnews-footer-menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tnews-nav ul {
    display: flex;
    align-items: center;
    gap: 28px;
}

.tnews-nav li {
    position: relative;
}

.tnews-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    font-size: 13px;
    font-weight: 700;
    color: #111 !important;
    letter-spacing: .2px;
    text-transform: uppercase;
    transition: color .2s ease, background .2s ease;
}

.tnews-nav li.current-menu-item > a,
.tnews-nav li:first-child > a,
.tnews-nav a:hover {
    color: var(--tnews-red) !important;
}

.tnews-nav li:first-child > a {
    background: var(--tnews-red);
    color: #fff !important;
    padding: 0 22px;
    border-radius: 3px;
}

.tnews-nav li:first-child > a:hover {
    color: #fff !important;
    filter: brightness(.95);
}

.tnews-nav .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 50;
    display: block;
    min-width: 220px;
    background: #fff;
    border: 1px solid var(--tnews-border);
    box-shadow: 0 18px 32px rgba(0,0,0,.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: .2s ease;
}

.tnews-nav li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tnews-nav .sub-menu a {
    min-height: auto;
    padding: 12px 14px;
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #f1f1f1;
}

.tnews-breakingbar {
    background: #fff;
    border-bottom: 1px solid var(--tnews-border);
}

.tnews-breakingbar__inner {
    min-height: 60px;
    gap: 22px;
    font-size: 14px;
    font-weight: 600;
}

.tnews-breakingbar strong {
    min-height: 42px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--tnews-red);
    color: #fff;
    letter-spacing: .4px;
}

.tnews-breakingbar__time {
    color: var(--tnews-red);
    font-weight: 800;
}

/* Home */
.tnews-home {
    background: #fff;
    padding: 0 0 40px;
}

.tnews-section {
    margin-top: 30px;
}

.tnews-grid,
.tnews-contentgrid,
.tnews-stripgrid,
.tnews-video-grid,
.tnews-gallery-grid {
    display: grid;
    gap: 16px;
}

.tnews-hero-grid {
    grid-template-columns: 2.1fr 1fr 1fr;
    grid-template-rows: repeat(2, 250px);
}

.tnews-card {
    position: relative;
    overflow: hidden;
    background: var(--tnews-card-bg);
    color: var(--tnews-text);
    border-radius: 4px;
}

.tnews-card__media {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tnews-card__image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .45s ease, filter .35s ease;
}

.tnews-card:hover .tnews-card__image,
.tnews-mini:hover .tnews-card__image,
.tnews-video-card:hover .tnews-card__image,
.tnews-gallery-item:hover .tnews-card__image {
    transform: scale(1.05);
}

.tnews-card__image--fallback {
    min-height: 160px;
    background: linear-gradient(135deg, #1f2937, #0f172a);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.85);
    font-weight: 800;
    letter-spacing: 2px;
}

.tnews-card--overlay:after,
.tnews-card--overlay.tnews-card--big:after,
.tnews-card--overlay.tnews-card--small:after,
.tnews-card--overlay:before,
.tnews-card--overlay.tnews-card--big:before,
.tnews-card--overlay.tnews-card--small:before {
    pointer-events: none;
}

.tnews-card--overlay .tnews-card__content,
.tnews-card--overlay.tnews-card--big .tnews-card__content,
.tnews-card--overlay.tnews-card--small .tnews-card__content,
.tnews-card--overlay.tnews-card--overlay .tnews-card__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 24px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.82));
}

.tnews-card--big {
    grid-row: span 2;
}

.tnews-card--big .tnews-card__title {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -.4px;
}

.tnews-card--small .tnews-card__title {
    font-size: 18px;
    line-height: 1.25;
}

.tnews-card--classic {
    border: 1px solid var(--tnews-border);
}

.tnews-card--classic .tnews-card__media {
    height: 220px;
}

.tnews-card--classic .tnews-card__content {
    padding: 14px 0 0;
}

.tnews-card--classic.tnews-card--featured {
    border: 0;
}

.tnews-card--classic.tnews-card--featured .tnews-card__content {
    padding-bottom: 0;
}

.tnews-card--classic.tnews-card--compact .tnews-card__media {
    height: 135px;
}

.tnews-card--classic.tnews-card--compact .tnews-card__content {
    padding: 10px 12px 14px;
}

.tnews-card__title {
    padding: 0 !important;
    margin: 7px 0 0 !important;
    font-size: 20px;
    line-height: 1.28;
    font-weight: 700;
    color: inherit !important;
}

.tnews-card__title a {
    color: inherit !important;
}

.tnews-card__excerpt {
    margin: 8px 0 0 !important;
    font-size: 14px;
    color: var(--tnews-muted);
}

/* Hero alanı temiz içerik: sadece başlık ve meta */
.tnews-hero .tnews-badge,
.tnews-hero .tnews-card__excerpt {
    display: none !important;
}


.tnews-card--overlay .tnews-card__excerpt,
.tnews-card--overlay .tnews-meta {
    color: rgba(255,255,255,.88);
}

.tnews-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    background: var(--tnews-red);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    border-radius: 2px;
}

.tnews-meta {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    color: var(--tnews-muted);
    font-size: 12px;
    font-weight: 500;
}

.tnews-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.tnews-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--tnews-border);
}

.tnews-section-title h2 {
    position: relative;
    margin: 0 !important;
    padding: 0 0 12px !important;
    color: var(--tnews-red) !important;
    font-size: 20px;
    line-height: 1;
    font-weight: 800 !important;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.tnews-section-title h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 54px;
    height: 3px;
    background: var(--tnews-red);
}

.tnews-section-title a {
    font-size: 11px;
    color: #333 !important;
    font-weight: 700;
}

.tnews-contentgrid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 360px;
    align-items: start;
}

.tnews-block-layout {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: 16px;
}

.tnews-block-layout--vertical {
    display: block;
}

.tnews-block-layout--vertical .tnews-mini {
    margin-top: 14px;
}

.tnews-mini-list {
    display: grid;
    gap: 12px;
}

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

.tnews-mini__media {
    display: block;
    height: 74px;
    overflow: hidden;
    background: #f3f4f6;
}

.tnews-mini h4 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--tnews-text) !important;
}

.tnews-mini .tnews-meta {
    margin-top: 6px;
    font-size: 11px;
    gap: 8px;
}

.tnews-sidebar {
    display: grid;
    gap: 16px;
}

.tnews-widgetbox,
.tnews-stripcard {
    border: 1px solid var(--tnews-border);
    background: var(--tnews-card-bg);
    padding: 16px;
    border-radius: 4px;
}

.tnews-widgetbox__title {
    margin: 0 0 13px !important;
    padding: 0 0 11px !important;
    border-bottom: 1px solid var(--tnews-border);
    color: #111 !important;
    font-size: 16px;
    font-weight: 800 !important;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.tnews-ranked {
    counter-reset: ranked;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.tnews-ranked li {
    counter-increment: ranked;
    display: grid;
    grid-template-columns: 28px minmax(0,1fr);
    gap: 10px;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
    font-weight: 500;
}

.tnews-ranked li:before {
    content: counter(ranked);
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tnews-red);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    border-radius: 2px;
}

.tnews-newsletter {
    background: var(--tnews-red);
    color: #fff;
    padding: 24px;
    border-radius: 4px;
}

.tnews-newsletter h3 {
    margin: 0 0 8px !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 800 !important;
}

.tnews-newsletter p {
    margin: 0 0 14px !important;
    font-size: 13px;
    color: rgba(255,255,255,.88);
}

.tnews-newsletter form {
    display: grid;
    grid-template-columns: 1fr 94px;
    gap: 0;
}

.tnews-newsletter input {
    height: 42px;
    padding: 0 12px !important;
    border: 1px solid rgba(255,255,255,.6) !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 12px;
}

.tnews-newsletter button {
    height: 42px;
    border: 1px solid #fff !important;
    background: #fff !important;
    color: var(--tnews-red) !important;
    font-size: 12px;
    font-weight: 800;
}

.tnews-marketbox div {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 13px;
}

.tnews-marketbox strong {
    font-weight: 700;
}

.tnews-marketbox em {
    color: var(--tnews-green);
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
}

.tnews-weatherbox__temp {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 0 16px;
}

.tnews-weatherbox__temp span {
    font-size: 40px;
}

.tnews-weatherbox__temp strong {
    font-size: 34px;
    line-height: 1;
}

.tnews-weatherbox__temp small {
    color: var(--tnews-muted);
}

.tnews-weatherbox__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    border-top: 1px solid var(--tnews-border);
    padding-top: 14px;
    font-size: 12px;
    color: var(--tnews-muted);
}

.tnews-weatherbox__stats b {
    color: var(--tnews-text);
}

.tnews-stripgrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tnews-stripcard {
    padding: 14px;
}

.tnews-stripcard .tnews-section-title {
    margin-bottom: 12px;
}

.tnews-stripcard .tnews-section-title h2 {
    font-size: 15px;
}

.tnews-stripcard .tnews-section-title a {
    font-size: 10px;
}

.tnews-video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tnews-video-card {
    min-width: 0;
}

.tnews-video-card__media {
    position: relative;
    display: block;
    height: 150px;
    overflow: hidden;
    border-radius: 4px;
    background: #111;
}

.tnews-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 54px;
    height: 54px;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0,0,0,.3);
    font-size: 17px;
}

.tnews-video-card h3 {
    margin: 10px 0 0 !important;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700 !important;
}

.tnews-gallery-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tnews-gallery-item {
    display: block;
    height: 110px;
    overflow: hidden;
    border-radius: 4px;
    background: #f3f4f6;
}

.tnews-empty {
    padding: 30px;
    border: 1px dashed var(--tnews-border);
    color: var(--tnews-muted);
    grid-column: 1 / -1;
}

/* Footer */
.tnews-footer {
    border-top: 1px solid var(--tnews-border);
    color: var(--tnews-text);
    padding: 46px 0 0;
}

.tnews-footer__top {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1fr 1.35fr;
    gap: 38px;
    align-items: start;
}

.tnews-footer .tnews-logo {
    align-items: flex-start;
    font-size: 35px;
}

.tnews-footer-logo-img {
    display: block;
    width: 170px;
    max-width: 100%;
    height: auto;
    max-height: 90px;
    object-fit: contain;
}

.tnews-footer-logo:has(.tnews-footer-logo-img) {
    line-height: 1;
}

.tnews-footer p {
    margin: 16px 0 18px !important;
    color: var(--tnews-muted);
    font-size: 14px;
    line-height: 1.8;
}

.tnews-social {
    display: flex;
    gap: 11px;
}

.tnews-social a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tnews-border);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.tnews-footer h3 {
    margin: 0 0 15px !important;
    font-size: 14px;
    font-weight: 800 !important;
    color: #111 !important;
    letter-spacing: .3px;
}

.tnews-footer-menu li {
    margin-bottom: 8px;
}

.tnews-footer-menu a,
.tnews-footer__app p {
    color: var(--tnews-muted) !important;
    font-size: 13px;
    font-weight: 500;
}

.tnews-footer__app span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    min-height: 45px;
    background: #111;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
}

.tnews-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 38px;
    padding: 20px 0;
    border-top: 1px solid var(--tnews-border);
    color: var(--tnews-muted);
    font-size: 13px;
}

/* Elementor prefix mobile toggles */
@media (max-width: 1024px) {
    .tnews-container {
        width: min(100% - 28px, 100%);
    }

    .tnews-headmain__inner {
        min-height: 86px;
        justify-content: space-between;
    }

    .tnews-logo {
        font-size: 34px;
        align-items: flex-start;
    }

    .tnews-headmain__info {
        display: none;
    }

    .tnews-mobile-info-yes .tnews-headmain__info {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        font-size: 11px;
    }

    .tnews-actions {
        position: static;
        gap: 12px;
    }

    .tnews-login span,
    .tnews-lang {
        display: none;
    }

    .tnews-topstrip__inner {
        display: block;
        padding: 8px 0;
        line-height: 1.5;
    }

    .tnews-topstrip__market {
        display: none;
    }

    .tnews-mobile-topbar- .tnews-topstrip {
        display: none;
    }

    .tnews-nav {
        position: fixed;
        z-index: 99999;
        inset: 0 auto 0 0;
        width: min(360px, 88vw);
        background: #fff;
        transform: translateX(-105%);
        transition: transform .25s ease;
        box-shadow: 25px 0 60px rgba(0,0,0,.22);
        padding: 25px;
        overflow: auto;
    }

    .tnews-nav.is-open {
        transform: translateX(0);
    }

    .tnews-nav ul {
        display: block;
    }

    .tnews-nav a,
    .tnews-nav li:first-child > a {
        display: flex;
        min-height: 48px;
        padding: 0 !important;
        background: transparent !important;
        color: #111 !important;
        border-bottom: 1px solid #eee;
    }

    .tnews-nav .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        min-width: 0;
        box-shadow: none;
        border: 0;
        padding-left: 12px !important;
    }

    .tnews-breakingbar__inner {
        min-height: 48px;
        overflow-x: auto;
        white-space: nowrap;
        gap: 14px;
    }

    .tnews-mobile-breaking- .tnews-breakingbar {
        display: none;
    }

    .tnews-hero-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 360px 210px 210px;
    }

    .tnews-card--big {
        grid-column: 1 / -1;
        grid-row: auto;
    }

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

    .tnews-sidebar-visible-yes .tnews-sidebar {
        display: grid;
    }

    .tnews-mobile-hide-sidebar-yes .tnews-sidebar {
        display: none;
    }

    .tnews-stripgrid,
    .tnews-video-grid,
    .tnews-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tnews-mobile-hide-strips-yes .tnews-strips,
    .tnews-mobile-hide-gallery-yes .tnews-gallery {
        display: none;
    }

    .tnews-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .tnews-container {
        width: min(100% - 22px, 100%);
    }

    .tnews-logo {
        font-size: 28px;
    }

    .tnews-logo small {
        font-size: 10px;
    }

    .tnews-headmain__inner {
        min-height: 76px;
    }

    .tnews-actions > * + *:before {
        display: none;
    }

    .tnews-topstrip strong {
        display: inline-block;
        margin-bottom: 4px;
    }

    .tnews-breakingbar strong {
        padding: 0 12px;
        min-height: 36px;
        font-size: 12px;
    }

    .tnews-hero-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .tnews-card--overlay .tnews-card__media,
    .tnews-card--overlay.tnews-card--big .tnews-card__media,
    .tnews-card--overlay.tnews-card--small .tnews-card__media {
        height: 240px;
    }

    .tnews-card--big .tnews-card__title {
        font-size: 22px;
    }

    .tnews-card--small .tnews-card__title {
        font-size: 17px;
    }

    .tnews-card--overlay .tnews-card__content,
    .tnews-card--overlay.tnews-card--big .tnews-card__content,
    .tnews-card--overlay.tnews-card--small .tnews-card__content {
        padding: 18px;
    }

    .tnews-block-layout {
        grid-template-columns: 1fr;
    }

    .tnews-mini {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .tnews-mini__media {
        height: 68px;
    }

    .tnews-stripgrid,
    .tnews-video-grid,
    .tnews-gallery-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 8px;
    }

    .tnews-stripcard,
    .tnews-video-card,
    .tnews-gallery-item {
        flex: 0 0 82%;
        scroll-snap-align: start;
    }

    .tnews-gallery-item {
        height: 130px;
    }

    .tnews-footer__top,
    .tnews-footer__bottom {
        grid-template-columns: 1fr;
        display: grid;
    }

    .tnews-footer__bottom {
        justify-content: start;
    }
}

/* v1.0.2 responsive fixes, live data blocks, Font Awesome icons */
.tnews-wrap {
    --tnews-section-title: var(--tnews-red);
    --tnews-section-line: var(--tnews-red);
    --tnews-badge-bg: var(--tnews-red);
}

.tnews-topstrip__breaking {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0;
}

.tnews-topstrip__breaking a,
.tnews-topstrip__breaking span,
.tnews-breakingbar__inner > a,
.tnews-breakingbar__inner > span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
}

.tnews-topstrip__market {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.tnews-topstrip__market span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.tnews-topstrip__market i,
.tnews-marketbox em i {
    font-size: .9em;
}

.tnews-section-title h2,
.tnews-widgetbox__title {
    color: var(--tnews-section-title) !important;
}

.tnews-section-title h2:after {
    background: var(--tnews-section-line) !important;
}

.tnews-badge {
    background: var(--tnews-badge-bg) !important;
}

.tnews-newsblock,
.tnews-mini__body,
.tnews-card__content,
.tnews-contentgrid > * {
    min-width: 0;
}

.tnews-home--no-sidebar .tnews-contentgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tnews-contentgrid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 360px);
}

.tnews-mini h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tnews-mini .tnews-meta {
    gap: 5px 10px;
    line-height: 1.25;
}

.tnews-meta span {
    min-width: 0;
    white-space: normal;
}

.tnews-card__excerpt {
    overflow-wrap: anywhere;
}

.tnews-weatherbox__temp span i {
    font-size: 38px;
    color: var(--tnews-red);
}

.tnews-marketbox div:last-child {
    border-bottom: 0;
}

.tnews-canvas-backdrop {
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(15, 23, 42, .48);
    opacity: 0;
    transition: opacity .24s ease;
}

.tnews-canvas-backdrop.is-open {
    opacity: 1;
}

.tnews-canvas {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 100001;
    width: min(390px, 88vw);
    background: #fff;
    color: var(--tnews-text);
    box-shadow: 25px 0 60px rgba(0,0,0,.22);
    transform: translateX(-105%);
    transition: transform .26s ease;
    overflow: auto;
    padding: 22px;
}

.tnews-canvas.is-open {
    transform: translateX(0);
}

.tnews-canvas__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--tnews-border);
    margin-bottom: 10px;
}

.tnews-canvas__head strong {
    font-size: 18px;
    font-weight: 800;
    color: var(--tnews-red);
    text-transform: uppercase;
}

.tnews-canvas-close {
    border: 0 !important;
    background: #f3f4f6 !important;
    color: #111 !important;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tnews-canvas ul,
.tnews-canvas-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tnews-canvas li {
    border-bottom: 1px solid #f0f0f0;
}

.tnews-canvas a {
    display: flex;
    align-items: center;
    min-height: 46px;
    color: #111 !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.tnews-canvas .sub-menu,
.tnews-canvas .children {
    display: none;
    padding-left: 14px !important;
    border-top: 1px solid #f5f5f5;
}

.tnews-canvas li.is-open > .sub-menu,
.tnews-canvas li.is-open > .children,
.tnews-canvas li:hover > .sub-menu,
.tnews-canvas li:hover > .children {
    display: block;
}

body.tnews-canvas-open {
    overflow: hidden;
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .tnews-contentgrid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .tnews-contentgrid .tnews-sidebar {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .tnews-mobile-topbar-hide .tnews-topstrip,
    .tnews-mobile-breaking-hide .tnews-breakingbar,
    .tnews-mobile-search-hide .tnews-action-search,
    .tnews-mobile-login-hide .tnews-action-login,
    .tnews-mobile-lang-hide .tnews-action-lang {
        display: none !important;
    }

    .tnews-mobile-info-hide .tnews-headmain__info {
        display: none !important;
    }

    .tnews-mobile-info-show .tnews-headmain__info {
        position: static;
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        font-size: 11px;
    }

    .tnews-topstrip__inner {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        padding: 8px 0;
        line-height: 1.45;
    }

    .tnews-topstrip__breaking {
        flex: 1 1 auto;
        flex-wrap: wrap;
        gap: 4px 8px;
    }

    .tnews-breakingbar__inner {
        min-height: auto;
        overflow: visible;
        white-space: normal;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px 12px;
        padding: 9px 0;
        line-height: 1.35;
    }

    .tnews-breakingbar__inner > a,
    .tnews-breakingbar__inner > span:last-child {
        flex: 1 1 280px;
    }

    .tnews-nav {
        display: none;
    }

    .tnews-navrow__inner {
        justify-content: flex-start;
    }

    .tnews-mobile-hide-hero-yes .tnews-hero,
    .tnews-mobile-hide-video-yes .tnews-video,
    .tnews-mobile-hide-strips-yes .tnews-strips,
    .tnews-mobile-hide-gallery-yes .tnews-gallery,
    .tnews-mobile-hide-sidebar-yes .tnews-sidebar {
        display: none !important;
    }

    .tnews-home--no-sidebar .tnews-contentgrid,
    .tnews-contentgrid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .tnews-headmain__inner {
        gap: 12px;
    }

    .tnews-actions {
        gap: 10px;
    }

    .tnews-topstrip__inner {
        flex-direction: column;
    }

    .tnews-topstrip strong {
        margin: 0 8px 0 0;
        padding-right: 8px;
    }

    .tnews-topstrip__market {
        display: none !important;
    }

    .tnews-breakingbar__inner > a,
    .tnews-breakingbar__inner > span:last-child {
        flex-basis: 100%;
    }

    .tnews-card--classic .tnews-card__content {
        padding-left: 0;
        padding-right: 0;
    }

    .tnews-mini {
        grid-template-columns: minmax(82px, 30%) minmax(0, 1fr);
        gap: 10px;
    }

    .tnews-mini h4 {
        font-size: 12.5px;
    }

    .tnews-mini .tnews-meta {
        font-size: 10.5px;
    }

    .tnews-canvas {
        width: min(340px, 90vw);
        padding: 18px;
    }
}

/* v1.0.4 mobile header + canvas + social fixes */
.tnews-menu-toggle--mobile {
    display: none;
}

.tnews-topstrip__right,
.tnews-topstrip__social,
.tnews-canvas__social {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.tnews-topstrip__right {
    flex: 0 0 auto;
    justify-content: flex-end;
}

.tnews-topstrip__social a,
.tnews-canvas__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit !important;
    font-size: 14px;
    line-height: 1;
}

.tnews-canvas-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    color: #111 !important;
    line-height: 1;
    min-width: 0;
}

.tnews-canvas-logo .tnews-logo__main {
    display: block;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1px;
    white-space: nowrap;
}

.tnews-canvas-logo small {
    display: block;
    margin-top: 6px;
    color: var(--tnews-muted);
    font-size: 11px;
    letter-spacing: .2px;
    line-height: 1.2;
}

.tnews-canvas__social {
    width: 100%;
    padding: 6px 0 16px;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--tnews-border);
}

.tnews-canvas__social a {
    width: 34px;
    height: 34px;
    background: #f3f4f6;
    color: #111 !important;
}

.tnews-canvas li.menu-item-has-children,
.tnews-canvas li.page_item_has_children {
    position: relative;
}

.tnews-canvas li.menu-item-has-children > a,
.tnews-canvas li.page_item_has_children > a {
    padding-right: 48px;
}

.tnews-canvas-subtoggle {
    position: absolute;
    top: 5px;
    right: 0;
    width: 36px;
    height: 36px;
    border: 0 !important;
    background: #f5f5f5 !important;
    color: #111 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

.tnews-canvas-subtoggle i {
    font-size: 12px;
    transition: transform .2s ease;
}

.tnews-canvas li.is-open > .tnews-canvas-subtoggle i {
    transform: rotate(180deg);
}

.tnews-canvas li:hover > .sub-menu,
.tnews-canvas li:hover > .children {
    display: none;
}

.tnews-canvas li.is-open > .sub-menu,
.tnews-canvas li.is-open > .children {
    display: block;
}

.tnews-home > .tnews-container > .tnews-section:first-child {
    margin-top: 0 !important;
}

.tnews-weatherbox__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1024px) {
    .tnews-headmain__inner {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        justify-content: initial;
        gap: 12px;
        min-height: 72px;
    }

    .tnews-menu-toggle--mobile {
        display: inline-flex;
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        align-self: center;
    }

    .tnews-headmain .tnews-logo {
        grid-column: 2;
        grid-row: 1;
        justify-self: start;
        align-items: flex-start;
        min-width: 0;
        max-width: 100%;
        font-size: 30px;
    }

    .tnews-headmain .tnews-logo__main {
        display: block;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .tnews-headmain .tnews-logo small {
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .tnews-actions {
        grid-column: 3;
        grid-row: 1;
        position: static;
        justify-content: flex-end;
        gap: 8px;
        min-width: max-content;
    }

    .tnews-actions > * + *:before {
        display: none !important;
    }

    .tnews-actions .tnews-icon-btn,
    .tnews-actions .tnews-login,
    .tnews-actions .tnews-lang {
        width: 34px;
        height: 34px;
        min-width: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        margin: 0 !important;
        color: #111 !important;
        background: transparent !important;
        line-height: 1 !important;
    }

    .tnews-actions .tnews-login span {
        display: none !important;
    }

    .tnews-navrow {
        display: none !important;
    }

    .tnews-menu-toggle--desktop {
        display: none !important;
    }

    .tnews-topstrip {
        overflow: hidden;
    }

    .tnews-topstrip__inner {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between;
        gap: 8px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        min-height: inherit;
        line-height: 1.2 !important;
    }

    .tnews-topstrip__breaking {
        flex: 1 1 auto;
        min-width: 0;
        display: flex !important;
        align-items: center;
        flex-wrap: nowrap !important;
        white-space: nowrap;
        overflow: hidden;
    }

    .tnews-topstrip strong {
        flex: 0 0 auto;
        display: inline-flex !important;
        align-items: center;
        margin: 0 8px 0 0 !important;
        padding: 0 8px 0 0 !important;
        min-height: 20px;
        border-right: 1px solid rgba(255,255,255,.42);
        white-space: nowrap;
    }

    .tnews-topstrip__breaking a,
    .tnews-topstrip__breaking span {
        min-width: 0;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap !important;
        overflow-wrap: normal !important;
    }

    .tnews-topstrip__right {
        flex: 0 0 auto;
    }

    .tnews-topstrip__market {
        display: none !important;
    }

    .tnews-breakingbar__inner {
        min-height: 44px !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 8px !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        line-height: 1.2 !important;
    }

    .tnews-breakingbar__inner > a,
    .tnews-breakingbar__inner > span:last-child {
        flex: 1 1 auto !important;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap !important;
        overflow-wrap: normal !important;
    }

    .tnews-breakingbar__time {
        flex: 0 0 auto;
    }
}

@media (max-width: 767px) {
    .tnews-headmain__inner {
        min-height: 66px;
        gap: 10px;
    }

    .tnews-headmain .tnews-logo {
        font-size: 25px;
    }

    .tnews-headmain .tnews-logo small {
        font-size: 10px;
        margin-top: 4px;
    }

    .tnews-actions {
        gap: 5px;
    }

    .tnews-actions .tnews-icon-btn,
    .tnews-actions .tnews-login,
    .tnews-actions .tnews-lang {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

    .tnews-topstrip__social {
        display: none !important;
    }

    .tnews-topstrip__breaking {
        width: 100%;
    }

    .tnews-breakingbar strong {
        min-height: 34px;
        padding: 0 10px;
    }

    .tnews-canvas {
        width: min(340px, 88vw);
    }
}

.tnews-block-layout--single {
    grid-template-columns: 1fr !important;
}

/* v1.0.5 logo image, hero mobile controls, trending strip and sidebar fixes */
.tnews-logo-img,
.tnews-canvas-logo-img {
    display: block !important;
    width: 180px;
    max-width: 100%;
    height: auto;
    max-height: 90px;
    object-fit: contain;
}

.tnews-headmain .tnews-logo:has(.tnews-logo-img) {
    letter-spacing: 0;
    line-height: 1;
}

.tnews-canvas-logo-img {
    width: 160px;
    max-height: 76px;
}

.tnews-trendstrip {
    background: #111827;
    color: #fff;
    border-radius: 6px;
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.tnews-trendstrip:before {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    pointer-events: none;
}

.tnews-trendstrip__head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.tnews-trendstrip__head span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 12px;
    background: var(--tnews-red);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .4px;
    white-space: nowrap;
}

.tnews-trendstrip__head h2 {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800 !important;
    letter-spacing: .3px;
    text-transform: uppercase;
    text-align: right;
}

.tnews-trendstrip__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.tnews-trenditem {
    min-width: 0;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 5px;
    overflow: hidden;
}

.tnews-trenditem__media {
    display: block;
    height: 105px;
    overflow: hidden;
    background: rgba(255,255,255,.08);
}

.tnews-trenditem__body {
    min-width: 0;
    padding: 10px;
}

.tnews-trenditem h3 {
    margin: 7px 0 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 13px;
    line-height: 1.32;
    font-weight: 700 !important;
}

.tnews-trenditem h3 a {
    color: #fff !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tnews-trenditem .tnews-meta {
    margin-top: 7px;
    color: rgba(255,255,255,.72);
    gap: 7px;
    font-size: 10.5px;
}

.tnews-sidebar {
    min-width: 0;
}

.tnews-sidebar .tnews-widgetbox,
.tnews-sidebar .tnews-newsletter {
    min-width: 0;
    overflow: hidden;
}

.tnews-sidebar .tnews-mini {
    grid-template-columns: 86px minmax(0, 1fr) !important;
    gap: 10px;
}

.tnews-sidebar .tnews-mini__media {
    height: 62px !important;
}

.tnews-sidebar .tnews-mini h4 {
    font-size: 12.5px;
    line-height: 1.32;
}

.tnews-sidebar .tnews-mini .tnews-meta {
    font-size: 10.5px;
    gap: 5px 8px;
}

.tnews-sidebar .tnews-ranked li {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    font-size: 12.5px;
    line-height: 1.35;
}

.tnews-sidebar .tnews-ranked li:before {
    width: 22px;
    height: 22px;
    font-size: 11px;
}

.tnews-sidebar .tnews-marketbox div {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 10px;
}

.tnews-sidebar .tnews-marketbox em {
    grid-column: 1 / -1;
    justify-self: start;
}

.tnews-newsletter form {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
}

.tnews-newsletter input,
.tnews-newsletter button {
    width: 100% !important;
    min-width: 0 !important;
    border-radius: 3px !important;
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .tnews-trendstrip__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .tnews-mobile-hide-hero-small-yes .tnews-hero .tnews-card--small,
    .tnews-mobile-hide-hero-meta-yes .tnews-hero .tnews-meta,
    .tnews-mobile-hide-trending-yes .tnews-trendstrip {
        display: none !important;
    }

    .tnews-trendstrip__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tnews-logo-img {
        width: 160px;
        max-height: 72px;
    }
}

@media (max-width: 767px) {
    .tnews-logo-img {
        width: 136px;
        max-height: 56px;
    }

    .tnews-canvas-logo-img {
        width: 140px;
        max-height: 64px;
    }

    .tnews-trendstrip {
        padding: 16px;
        border-radius: 4px;
    }

    .tnews-trendstrip__head {
        display: grid;
        gap: 10px;
        justify-content: start;
    }

    .tnews-trendstrip__head h2 {
        text-align: left;
        font-size: 17px;
    }

    .tnews-trendstrip__grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 6px;
    }

    .tnews-trenditem {
        flex: 0 0 78%;
        scroll-snap-align: start;
    }

    .tnews-trenditem__media {
        height: 135px;
    }

    .tnews-sidebar .tnews-mini {
        grid-template-columns: 80px minmax(0, 1fr) !important;
    }
}


/* v1.0.6 rollback: eski bozuk trend bandı cache'de kalırsa gizle */
.tnews-trendstrip,
.tnews-trenditem,
.tnews-trendstrip__grid,
.tnews-trendstrip__head {
    display: none !important;
}

/* v1.0.7 Header social/login fixes */
.tnews-header .tnews-header__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1;
}

.tnews-header .tnews-header__social a {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid var(--tnews-border) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 14px;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.tnews-header .tnews-header__social a:hover,
.tnews-header .tnews-header__social a:focus {
    background: var(--tnews-red) !important;
    border-color: var(--tnews-red) !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.tnews-header .tnews-login {
    min-height: 34px;
    padding: 0 12px !important;
    border-radius: 999px;
    border: 1px solid var(--tnews-border);
    background: #fff;
    color: #111 !important;
    transition: .2s ease;
}

.tnews-header .tnews-login:hover,
.tnews-header .tnews-login:focus {
    background: var(--tnews-red) !important;
    border-color: var(--tnews-red) !important;
    color: #fff !important;
}

@media (max-width: 1024px) {
    .tnews-mobile-social-hide .tnews-header__social {
        display: none !important;
    }

    .tnews-mobile-social-show .tnews-header__social {
        display: inline-flex !important;
    }

    .tnews-actions .tnews-header__social {
        gap: 4px;
        min-width: 0;
    }

    .tnews-actions .tnews-header__social a,
    .tnews-actions .tnews-icon-btn,
    .tnews-actions .tnews-login {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        padding: 0 !important;
        border-radius: 999px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
    }

    .tnews-actions .tnews-login span {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .tnews-actions .tnews-header__social a,
    .tnews-actions .tnews-icon-btn,
    .tnews-actions .tnews-login {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
    }
}

/* v1.0.9 footer bottom link fixes */
.tnews-footer__links {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px 14px;
}

.tnews-footer__links a {
    color: var(--tnews-muted) !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none !important;
    transition: color .2s ease;
}

.tnews-footer__links a:hover,
.tnews-footer__links a:focus {
    color: var(--tnews-red) !important;
    text-decoration: none !important;
}

.tnews-footer__links a:not(:last-child)::after {
    content: '|';
    margin-left: 14px;
    color: var(--tnews-border);
    font-weight: 500;
}

@media (max-width: 767px) {
    .tnews-footer__links {
        justify-content: flex-start;
    }
}
