/* Eskižehir TV modern homepage. The selector is intentionally home-only. */

body.eskisehir-home {
    --tv-ink: #17283b;
    --tv-navy: #0b2238;
    --tv-blue: #1b5d82;
    --tv-red: #e84d3d;
    --tv-gold: #f3b552;
    --tv-bg: #f4f6f8;
    --tv-paper: #ffffff;
    --tv-line: #dfe6ec;
    --tv-muted: #718092;
    margin: 0 !important;
    background: var(--tv-bg) !important;
    color: var(--tv-ink) !important;
    font-family: Inter, "Segoe UI", Arial, sans-serif !important;
}

body.eskisehir-home .jeg_header_wrapper,
body.eskisehir-home .jeg_header_sticky,
body.eskisehir-home .jeg_navbar_mobile_wrapper,
body.eskisehir-home .footer-holder,
body.eskisehir-home .tv-old-home,
body.eskisehir-home .tv-legacy-ad,
body.eskisehir-home .jeg_ad_top,
body.eskisehir-home .jeg_ad.jnews_above_footer_ads {
    display: none !important;
}

body.eskisehir-home .tv-modern-home,
body.eskisehir-home .tv-modern-home *,
body.eskisehir-home .tv-modern-home *::before,
body.eskisehir-home .tv-modern-home *::after {
    box-sizing: border-box;
}

body.eskisehir-home .tv-modern-home {
    min-height: 100vh;
    overflow: visible;
    background: var(--tv-bg);
    color: var(--tv-ink);
}

body.eskisehir-home .tv-modern-home a {
    color: inherit;
    text-decoration: none;
}

body.eskisehir-home .tv-shell {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

body.eskisehir-home .tv-modern-topline {
    background: var(--tv-navy);
    color: rgba(255, 255, 255, .76);
    font-size: 11px;
    letter-spacing: .04em;
}

body.eskisehir-home .tv-topline-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
}

body.eskisehir-home .tv-topline-note {
    color: rgba(255, 255, 255, .48);
}

body.eskisehir-home .tv-modern-brandbar {
    background: var(--tv-paper);
    border-bottom: 1px solid var(--tv-line);
}

body.eskisehir-home .tv-brand-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    min-height: 92px;
}

body.eskisehir-home .tv-brand {
    display: inline-flex;
    align-items: center;
    justify-self: start;
}

body.eskisehir-home .tv-brand img {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 60px;
    object-fit: contain;
}

body.eskisehir-home .tv-brand-message {
    display: grid;
    gap: 4px;
    text-align: center;
}

body.eskisehir-home .tv-brand-kicker,
body.eskisehir-home .tv-section-kicker,
body.eskisehir-home .tv-card-meta,
body.eskisehir-home .tv-footer-title {
    color: var(--tv-red);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.eskisehir-home .tv-brand-message strong {
    color: var(--tv-navy);
    font-size: 16px;
    font-weight: 700;
}

body.eskisehir-home .tv-brand-action {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 10px;
    padding: 10px 14px;
    color: var(--tv-navy);
    background: #f6f8fa;
    border: 1px solid var(--tv-line);
    border-radius: 10px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body.eskisehir-home .tv-brand-action:hover {
    border-color: var(--tv-gold);
    box-shadow: 0 8px 20px rgba(11, 34, 56, .08);
    transform: translateY(-2px);
}

body.eskisehir-home .tv-brand-action-icon {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    color: #fff;
    background: var(--tv-red);
    border-radius: 50%;
    font-size: 11px;
}

body.eskisehir-home .tv-brand-action span:last-child {
    display: grid;
    gap: 2px;
}

body.eskisehir-home .tv-brand-action small {
    color: var(--tv-muted);
    font-size: 10px;
}

body.eskisehir-home .tv-brand-action strong {
    font-size: 12px;
}

body.eskisehir-home .tv-modern-nav {
    background: var(--tv-paper);
    border-bottom: 1px solid var(--tv-line);
}

body.eskisehir-home .tv-nav-inner {
    display: flex;
    align-items: stretch;
    gap: 4px;
    min-height: 48px;
    overflow-x: auto;
    scrollbar-width: thin;
}

body.eskisehir-home .tv-nav-inner a {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 48px;
    padding: 0 11px;
    color: #617184;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: color .2s ease, border-color .2s ease;
}

body.eskisehir-home .tv-nav-inner a:hover,
body.eskisehir-home .tv-nav-inner a.is-active {
    color: var(--tv-navy);
    border-bottom-color: var(--tv-red);
}

body.eskisehir-home .tv-modern-main {
    padding: 34px 0 68px;
}

body.eskisehir-home .tv-home-intro {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

body.eskisehir-home .tv-home-intro h2,
body.eskisehir-home .tv-section-heading h2,
body.eskisehir-home .tv-sidebar-heading h2 {
    margin: 7px 0 0;
    color: var(--tv-navy);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.1;
}

body.eskisehir-home .tv-home-date {
    padding-bottom: 3px;
    color: var(--tv-muted);
    font-size: 12px;
    font-weight: 700;
}

body.eskisehir-home .tv-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(330px, .85fr);
    gap: 18px;
    min-height: 420px;
}

body.eskisehir-home .tv-hero-feature {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background: var(--tv-navy);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(11, 34, 56, .16);
}

body.eskisehir-home .tv-hero-image,
body.eskisehir-home .tv-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
}

body.eskisehir-home .tv-hero-image img {
    object-fit: cover;
    opacity: .9;
    transition: transform .5s ease;
}

body.eskisehir-home .tv-hero-feature:hover .tv-hero-image img {
    transform: scale(1.03);
}

body.eskisehir-home .tv-hero-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 92px 32px 30px;
    background: linear-gradient(180deg, rgba(11, 34, 56, 0), rgba(11, 34, 56, .98) 72%);
}

body.eskisehir-home .tv-label {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: 0 9px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}

body.eskisehir-home .tv-label-red {
    color: #fff;
    background: var(--tv-red);
}

body.eskisehir-home .tv-hero-content h1 {
    max-width: 790px;
    margin: 12px 0 10px;
    color: #fff;
    font-size: clamp(25px, 3.1vw, 42px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.08;
}

body.eskisehir-home .tv-hero-content h1 a:hover {
    color: #ffe0a0;
}

body.eskisehir-home .tv-hero-content p {
    max-width: 690px;
    margin: 0 0 16px;
    color: rgba(255, 255, 255, .75);
    font-size: 13px;
    line-height: 1.65;
}

body.eskisehir-home .tv-read-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--tv-gold);
    font-size: 12px;
    font-weight: 800;
}

body.eskisehir-home .tv-read-link span {
    font-size: 18px;
    line-height: 12px;
}

body.eskisehir-home .tv-hero-side {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 18px 20px 4px;
    background: var(--tv-paper);
    border: 1px solid var(--tv-line);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(11, 34, 56, .06);
}

body.eskisehir-home .tv-panel-title,
body.eskisehir-home .tv-topic-heading,
body.eskisehir-home .tv-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 15px;
}

body.eskisehir-home .tv-panel-title {
    padding-bottom: 12px;
    color: var(--tv-red);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    border-bottom: 2px solid var(--tv-red);
}

body.eskisehir-home .tv-panel-title a,
body.eskisehir-home .tv-section-heading > a,
body.eskisehir-home .tv-topic-heading a {
    color: var(--tv-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

body.eskisehir-home .tv-hero-side-item {
    display: grid;
    grid-template-columns: 106px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid var(--tv-line);
}

body.eskisehir-home .tv-hero-side-item:last-child {
    border-bottom: 0;
}

body.eskisehir-home .tv-side-image,
body.eskisehir-home .tv-side-image img {
    display: block;
    width: 106px;
    height: 78px;
}

body.eskisehir-home .tv-side-image {
    overflow: hidden;
    border-radius: 8px;
    background: #e7edf2;
}

body.eskisehir-home .tv-side-image img {
    object-fit: cover;
    transition: transform .3s ease;
}

body.eskisehir-home .tv-hero-side-item:hover .tv-side-image img {
    transform: scale(1.06);
}

body.eskisehir-home .tv-card-meta {
    display: block;
    margin-bottom: 6px;
    color: var(--tv-red);
    font-size: 9px;
    letter-spacing: .13em;
}

body.eskisehir-home .tv-hero-side-item h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--tv-navy);
    font-size: 14px;
    line-height: 1.27;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

body.eskisehir-home .tv-hero-side-item h3 a:hover,
body.eskisehir-home .tv-news-card h3 a:hover,
body.eskisehir-home .tv-video-card h3 a:hover,
body.eskisehir-home .tv-topic-feature h4 a:hover,
body.eskisehir-home .tv-topic-row:hover strong,
body.eskisehir-home .tv-ranked-item:hover strong {
    color: var(--tv-red);
}

body.eskisehir-home .tv-youtube-panel {
    width: 100%;
    margin: 24px 0 30px;
    border-radius: 16px;
}

body.eskisehir-home .tv-home-columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}

body.eskisehir-home .tv-home-feed,
body.eskisehir-home .tv-home-sidebar {
    min-width: 0;
}

body.eskisehir-home .tv-section {
    margin-top: 34px;
}

body.eskisehir-home .tv-section:first-child {
    margin-top: 0;
}

body.eskisehir-home .tv-section-heading {
    margin-bottom: 17px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--tv-line);
}

body.eskisehir-home .tv-section-heading::after {
    content: "";
    align-self: end;
    width: 48px;
    height: 3px;
    margin-left: auto;
    background: var(--tv-red);
}

body.eskisehir-home .tv-section-heading > a {
    margin-left: auto;
    white-space: nowrap;
}

body.eskisehir-home .tv-news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.eskisehir-home .tv-news-card {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 15px;
    min-width: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--tv-line);
}

body.eskisehir-home .tv-news-image,
body.eskisehir-home .tv-news-image img {
    display: block;
    width: 170px;
    height: 112px;
}

body.eskisehir-home .tv-news-image {
    overflow: hidden;
    background: #e5ebf0;
    border-radius: 9px;
}

body.eskisehir-home .tv-news-image img {
    object-fit: cover;
    transition: transform .35s ease;
}

body.eskisehir-home .tv-news-card:hover .tv-news-image img,
body.eskisehir-home .tv-video-card:hover .tv-video-image img,
body.eskisehir-home .tv-topic-feature:hover img {
    transform: scale(1.045);
}

body.eskisehir-home .tv-news-card-body {
    align-self: center;
}

body.eskisehir-home .tv-news-card h3,
body.eskisehir-home .tv-video-card h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--tv-navy);
    font-size: 15px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

body.eskisehir-home .tv-video-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

body.eskisehir-home .tv-video-card {
    min-width: 0;
}

body.eskisehir-home .tv-video-image,
body.eskisehir-home .tv-video-image img {
    display: block;
    width: 100%;
    height: 150px;
}

body.eskisehir-home .tv-video-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    background: #e5ebf0;
    border-radius: 9px;
}

body.eskisehir-home .tv-video-image img {
    object-fit: cover;
    transition: transform .35s ease;
}

body.eskisehir-home .tv-play-badge {
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 5px 7px;
    color: #fff;
    background: var(--tv-red);
    border-radius: 4px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
}

body.eskisehir-home .tv-video-card h3 {
    font-size: 14px;
    -webkit-line-clamp: 3;
}

body.eskisehir-home .tv-topic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.eskisehir-home .tv-topic-card,
body.eskisehir-home .tv-sidebar-panel {
    padding: 18px;
    background: var(--tv-paper);
    border: 1px solid var(--tv-line);
    border-radius: 12px;
}

body.eskisehir-home .tv-topic-heading {
    margin-bottom: 14px;
    padding-bottom: 11px;
    border-bottom: 2px solid var(--tv-red);
}

body.eskisehir-home .tv-topic-heading h3 {
    margin: 0;
    color: var(--tv-navy);
    font-size: 19px;
    letter-spacing: -.02em;
}

body.eskisehir-home .tv-topic-feature {
    margin-bottom: 13px;
}

body.eskisehir-home .tv-topic-feature > a,
body.eskisehir-home .tv-topic-feature img {
    display: block;
    width: 100%;
    height: 145px;
}

body.eskisehir-home .tv-topic-feature > a {
    overflow: hidden;
    background: #e5ebf0;
    border-radius: 8px;
}

body.eskisehir-home .tv-topic-feature img {
    object-fit: cover;
    transition: transform .35s ease;
}

body.eskisehir-home .tv-topic-feature h4 {
    margin: 10px 0 0;
    color: var(--tv-navy);
    font-size: 15px;
    line-height: 1.35;
}

body.eskisehir-home .tv-topic-list {
    display: grid;
    gap: 10px;
}

body.eskisehir-home .tv-topic-row {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid var(--tv-line);
}

body.eskisehir-home .tv-topic-row img {
    display: block;
    width: 72px;
    height: 52px;
    object-fit: cover;
    border-radius: 6px;
}

body.eskisehir-home .tv-topic-row strong {
    display: -webkit-box;
    overflow: hidden;
    color: var(--tv-ink);
    font-size: 12px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.eskisehir-home .tv-home-sidebar {
    display: grid;
    gap: 18px;
}

body.eskisehir-home .tv-sidebar-panel {
    box-shadow: 0 10px 24px rgba(11, 34, 56, .04);
}

body.eskisehir-home .tv-sidebar-heading {
    padding-bottom: 13px;
    border-bottom: 2px solid var(--tv-red);
}

body.eskisehir-home .tv-sidebar-heading h2 {
    font-size: 20px;
}

body.eskisehir-home .tv-ranked-item {
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px solid var(--tv-line);
}

body.eskisehir-home .tv-ranked-item:last-child {
    border-bottom: 0;
}

body.eskisehir-home .tv-rank {
    color: var(--tv-red);
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
}

body.eskisehir-home .tv-ranked-item strong {
    color: var(--tv-navy);
    font-size: 13px;
    line-height: 1.4;
}

body.eskisehir-home .tv-quick-panel {
    color: #fff;
    background: var(--tv-navy);
    border-color: var(--tv-navy);
}

body.eskisehir-home .tv-quick-panel .tv-section-kicker {
    color: var(--tv-gold);
}

body.eskisehir-home .tv-quick-panel h2 {
    margin: 9px 0 17px;
    color: #fff;
    font-size: 21px;
    line-height: 1.15;
}

body.eskisehir-home .tv-quick-links {
    display: grid;
}

body.eskisehir-home .tv-quick-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
    color: rgba(255, 255, 255, .82);
    border-top: 1px solid rgba(255, 255, 255, .14);
    font-size: 12px;
    font-weight: 700;
}

body.eskisehir-home .tv-quick-links a:hover {
    color: var(--tv-gold);
}

body.eskisehir-home .tv-authors-section {
    padding-top: 5px;
}

body.eskisehir-home .tv-author-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.eskisehir-home .tv-author-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 12px;
    background: var(--tv-paper);
    border: 1px solid var(--tv-line);
    border-radius: 9px;
    transition: border-color .2s ease, transform .2s ease;
}

body.eskisehir-home .tv-author-card:hover {
    border-color: var(--tv-gold);
    transform: translateY(-2px);
}

body.eskisehir-home .tv-author-card img {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
}

body.eskisehir-home .tv-author-card span {
    display: grid;
    min-width: 0;
    gap: 4px;
}

body.eskisehir-home .tv-author-card strong,
body.eskisehir-home .tv-author-card small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.eskisehir-home .tv-author-card strong {
    color: var(--tv-navy);
    font-size: 12px;
}

body.eskisehir-home .tv-author-card small {
    color: var(--tv-muted);
    font-size: 10px;
}

body.eskisehir-home .tv-modern-footer {
    color: rgba(255, 255, 255, .7);
    background: var(--tv-navy);
}

body.eskisehir-home .tv-footer-grid {
    display: grid;
    grid-template-columns: minmax(230px, 1.25fr) repeat(2, minmax(150px, .8fr)) minmax(210px, 1fr);
    gap: 34px;
    padding: 38px 0 32px;
}

body.eskisehir-home .tv-footer-brand img {
    display: block;
    width: auto;
    max-width: 190px;
    max-height: 52px;
    margin-bottom: 14px;
    filter: brightness(0) invert(1);
}

body.eskisehir-home .tv-footer-grid p {
    max-width: 310px;
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    line-height: 1.65;
}

body.eskisehir-home .tv-footer-grid > div:first-child {
    display: grid;
    align-content: start;
    gap: 10px;
}

body.eskisehir-home .tv-footer-grid > div:not(:first-child) {
    display: grid;
    align-content: start;
    gap: 10px;
}

body.eskisehir-home .tv-footer-title {
    margin-bottom: 4px;
    color: var(--tv-gold);
}

body.eskisehir-home .tv-footer-grid a:not(.tv-footer-brand) {
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
}

body.eskisehir-home .tv-footer-grid a:not(.tv-footer-brand):hover {
    color: #fff;
}

body.eskisehir-home .tv-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0;
    color: rgba(255, 255, 255, .42);
    border-top: 1px solid rgba(255, 255, 255, .13);
    font-size: 10px;
}

@media (max-width: 1060px) {
    body.eskisehir-home .tv-home-columns {
        grid-template-columns: minmax(0, 1fr) 290px;
        gap: 20px;
    }

    body.eskisehir-home .tv-news-card {
        grid-template-columns: 135px minmax(0, 1fr);
    }

    body.eskisehir-home .tv-news-image,
    body.eskisehir-home .tv-news-image img {
        width: 135px;
        height: 98px;
    }

    body.eskisehir-home .tv-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    body.eskisehir-home .tv-shell {
        width: min(100% - 28px, 680px);
    }

    body.eskisehir-home .tv-brand-inner {
        grid-template-columns: 1fr auto;
        min-height: 78px;
    }

    body.eskisehir-home .tv-brand-message {
        display: none;
    }

    body.eskisehir-home .tv-hero-grid,
    body.eskisehir-home .tv-home-columns {
        grid-template-columns: 1fr;
    }

    body.eskisehir-home .tv-hero-feature {
        min-height: 390px;
    }

    body.eskisehir-home .tv-hero-side {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 16px;
    }

    body.eskisehir-home .tv-panel-title {
        grid-column: 1 / -1;
    }

    body.eskisehir-home .tv-hero-side-item {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    body.eskisehir-home .tv-side-image,
    body.eskisehir-home .tv-side-image img {
        width: 82px;
        height: 68px;
    }

    body.eskisehir-home .tv-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    body.eskisehir-home .tv-footer-grid > div:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    body.eskisehir-home .tv-shell {
        width: calc(100% - 24px);
    }

    body.eskisehir-home .tv-topline-note,
    body.eskisehir-home .tv-brand-action small {
        display: none;
    }

    body.eskisehir-home .tv-modern-main {
        padding-top: 24px;
    }

    body.eskisehir-home .tv-home-intro {
        align-items: start;
        display: block;
    }

    body.eskisehir-home .tv-home-date {
        margin-top: 9px;
    }

    body.eskisehir-home .tv-hero-feature {
        min-height: 360px;
    }

    body.eskisehir-home .tv-hero-content {
        padding: 92px 20px 23px;
    }

    body.eskisehir-home .tv-hero-content h1 {
        font-size: 25px;
    }

    body.eskisehir-home .tv-hero-side {
        display: block;
    }

    body.eskisehir-home .tv-news-grid,
    body.eskisehir-home .tv-topic-grid,
    body.eskisehir-home .tv-video-grid {
        grid-template-columns: 1fr;
    }

    body.eskisehir-home .tv-news-card {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 12px;
    }

    body.eskisehir-home .tv-news-image,
    body.eskisehir-home .tv-news-image img {
        width: 112px;
        height: 84px;
    }

    body.eskisehir-home .tv-news-card h3 {
        font-size: 14px;
    }

    body.eskisehir-home .tv-video-image,
    body.eskisehir-home .tv-video-image img {
        height: 190px;
    }

    body.eskisehir-home .tv-author-grid,
    body.eskisehir-home .tv-footer-grid {
        grid-template-columns: 1fr;
    }

    body.eskisehir-home .tv-footer-grid > div:first-child {
        grid-column: auto;
    }

    body.eskisehir-home .tv-footer-bottom {
        display: grid;
        gap: 6px;
    }
}
