/*
Theme Name: Türkiye Ajans Star
Theme URI: https://turkiyeajans.com/
Author: Mustafa Çakar
Description: Gutenberg-first professional news theme.
Version: 1.00
Text Domain: turkiye-ajans
*/

:root{
 --ta-red:#e30613;--ta-red2:#b9000b;--ta-black:#111214;--ta-ink:#20242a;--ta-muted:#747a82;--ta-line:#e1e4e8;--ta-bg:#f5f6f7;--ta-white:#fff;--ta-container:1200px;
}
*{box-sizing:border-box}
html{font-size:16px}
body{margin:0;background:#fff;color:var(--ta-ink);font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input{font:inherit}

/* ONE GRID FOR THE WHOLE SITE */
.ta-wrap,.ta-top-inner,.ta-header-inner,.ta-nav-inner{width:1200px;max-width:calc(100% - 40px);margin-left:auto;margin-right:auto}

/* TOP */
.ta-top-head{height:34px;background:#15171a;color:#d9dde1;font-size:11px}
.ta-top-inner{height:34px;display:flex;align-items:center;justify-content:space-between}
.ta-top-links,.ta-top-links ul{display:flex;gap:22px;align-items:center;list-style:none;margin:0;padding:0}
.ta-top-links a:hover{color:#fff}

/* HEADER */
.ta-main-header{background:#fff;border-bottom:1px solid #e5e7ea}
.ta-header-inner{min-height:92px;display:flex;align-items:center;gap:25px}
.ta-brand{display:flex;align-items:center;gap:12px;min-width:245px}
.ta-brand-mark{width:46px;height:46px;background:var(--ta-red);color:#fff;border-radius:5px;display:grid;place-items:center;font-size:25px;font-weight:900}
.ta-brand-name{font-size:32px;font-weight:900;letter-spacing:-1.5px;color:#20242a}
.ta-header-description{max-width:420px;padding-left:24px;border-left:1px solid var(--ta-line);font-size:11px;line-height:1.5;color:#70767d}
.ta-header-date{margin-left:auto;font-size:11px;color:#777;white-space:nowrap}
.ta-header-search{width:260px;height:40px;display:flex;border:1px solid #d5d9dd;border-radius:4px;overflow:hidden;background:#fff}
.ta-header-search input{flex:1;min-width:0;border:0;outline:0;padding:0 12px;font-size:12px;color:#333}
.ta-header-search button{width:62px;border:0;background:var(--ta-red);color:#fff;font-size:12px;font-weight:800;cursor:pointer}
.ta-menu-toggle{display:none}

/* MAIN MENU */
.ta-nav{background:var(--ta-red);color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.08)}
.ta-nav-inner>ul{display:flex;align-items:stretch;min-height:50px;margin:0;padding:0;list-style:none;overflow:visible}
.ta-nav-inner li{list-style:none;position:relative;margin:0;padding:0}
.ta-nav-inner a{height:50px;padding:0 20px;display:flex;align-items:center;color:#fff;font-size:12px;font-weight:800;white-space:nowrap;transition:.15s}
.ta-nav-inner li:first-child a{padding-left:22px}
.ta-nav-inner a:hover,.ta-nav-inner .current-menu-item>a,.ta-nav-inner .current_page_item>a{background:var(--ta-red2)}
.ta-nav-inner .menu-item-has-children>a:after{content:'⌄';font-size:10px;margin-left:7px}
.ta-nav-inner .sub-menu{display:none;position:absolute;z-index:1000;top:50px;left:0;min-width:210px;background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.18);padding:0;margin:0;list-style:none}
.ta-nav-inner li:hover>.sub-menu{display:block}
.ta-nav-inner .sub-menu a{height:auto;min-height:42px;padding:11px 14px;color:#222;background:#fff;border-bottom:1px solid #eee;font-size:11px}
.ta-nav-inner .sub-menu a:hover{background:#f5f5f5;color:var(--ta-red)}

/* BREAKING */
.ta-breaking{background:#fff;border-bottom:1px solid var(--ta-line)}
.ta-breaking-inner{height:42px;display:flex;align-items:center;gap:13px;font-size:11px;overflow:hidden}
.ta-breaking-inner strong{height:24px;display:flex;align-items:center;background:var(--ta-black);color:#fff;padding:0 12px;font-size:10px;letter-spacing:.2px;white-space:nowrap}
.ta-breaking-arrow{color:var(--ta-red);font-size:18px}

/* HOME */
.ta-home{background:#fff}
.ta-home>.ta-wrap{padding-top:0}
.ta-home-ad{height:150px;display:flex;align-items:center;justify-content:center;color:#b0b4b8;font-size:10px;letter-spacing:.7px}
.ta-quick-menu{display:flex;gap:7px;margin-bottom:9px;overflow:auto;scrollbar-width:none}
.ta-quick-menu::-webkit-scrollbar{display:none}
.ta-quick-menu a{border:1px solid #cfd4d9;border-radius:14px;padding:6px 12px;font-size:10px;font-weight:800;white-space:nowrap;background:#fff}
.ta-quick-menu a.active,.ta-quick-menu a:hover{background:var(--ta-black);color:#fff;border-color:var(--ta-black)}
.ta-breaking-banner{display:flex;height:34px;background:var(--ta-red);color:#fff;align-items:center;overflow:hidden;margin-bottom:12px}
.ta-breaking-banner span{background:var(--ta-black);height:34px;display:flex;align-items:center;padding:0 13px;font-size:10px;font-weight:900;white-space:nowrap}
.ta-breaking-banner strong{padding:0 14px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* TOP 4 - REFERANS KART TASARIMI */
.ta-four-news{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-bottom:22px}
.ta-four-news article{min-width:0;position:relative;background:#f0f0f0;padding:0 0 10px;box-shadow:0 1px 0 rgba(0,0,0,.04)}
.ta-four-news article>a{display:block;position:relative;height:100%;text-decoration:none}
.ta-four-img{height:155px;background:#eee;overflow:hidden;border-radius:0;position:relative}
.ta-four-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.ta-four-news article:hover .ta-four-img img{transform:scale(1.035)}
.ta-four-news h3{position:relative;z-index:2;margin:-1px 10px 0;padding:12px 12px 10px;background:#fff;border-top:3px solid var(--ta-red);box-shadow:0 5px 0 #d9d9d9;color:#333;font-size:14px;line-height:1.2;font-weight:800;text-align:center;min-height:58px;display:flex;align-items:center;justify-content:center}

/* HERO + SIDE */
.ta-lead-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:16px}
.ta-slider{position:relative;height:430px;background:#111;overflow:hidden;border-radius:3px}
.ta-slides,.ta-slide{position:absolute;inset:0}
.ta-slide{opacity:0;visibility:hidden;transition:opacity .4s ease}
.ta-slide.is-active{opacity:1;visibility:visible}
.ta-slide>a{display:block;position:relative;height:100%}
.ta-slide img{width:100%;height:100%;object-fit:cover;display:block}
.ta-slide-overlay{position:absolute;inset:20% 0 0;background:linear-gradient(to bottom,transparent 20%,rgba(0,0,0,.94) 100%)}
.ta-slide-caption{position:absolute;z-index:2;left:24px;right:24px;bottom:32px;color:#fff}
.ta-slide-caption>span,.ta-side-feature-caption>span{display:inline-flex;background:var(--ta-red);color:#fff;padding:6px 9px;font-size:9px;font-weight:900;text-transform:uppercase}
.ta-slide-caption h1{font-size:39px;line-height:1.03;letter-spacing:-1.4px;margin:10px 0 6px;font-weight:900;text-transform:uppercase}

.ta-slider-prev,.ta-slider-next{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;border-radius:50%;background:rgba(0,0,0,.6);color:#fff;font-size:28px;line-height:1;cursor:pointer}
.ta-slider-prev{left:14px}.ta-slider-next{right:14px}.ta-slider-prev:hover,.ta-slider-next:hover{background:var(--ta-red)}
.ta-slider-dots{position:absolute;z-index:6;left:50%;bottom:12px;transform:translateX(-50%);display:flex;gap:6px}
.ta-slider-dots button{width:9px;height:9px;border:0;border-radius:50%;padding:0;background:#ddd;cursor:pointer}.ta-slider-dots button.active{background:var(--ta-red)}
.ta-lead-side{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:16px;height:430px}
.ta-side-feature{position:relative;min-height:0;overflow:hidden;background:#111;border-radius:3px}
.ta-side-feature>a{display:block;height:100%;position:relative}
.ta-side-feature-img,.ta-side-feature-img img{width:100%;height:100%;display:block}
.ta-side-feature-img img{object-fit:cover}
.ta-side-feature:after{content:'';position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.9));pointer-events:none}
.ta-side-feature-caption{position:absolute;z-index:3;left:14px;right:14px;bottom:15px;color:#fff}
.ta-side-feature-caption h2{font-size:16px;line-height:1.15;margin:7px 0 0;font-weight:900;text-transform:uppercase}

/* STRIP */
.ta-strip-news{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;border-top:1px solid var(--ta-line);border-bottom:1px solid var(--ta-line);padding:11px 0;margin:16px 0 22px}
.ta-strip-news article a{display:grid;grid-template-columns:105px 1fr;gap:10px;align-items:center}
.ta-strip-news article div{height:60px;background:#eee;overflow:hidden}.ta-strip-news img{width:100%;height:100%;object-fit:cover;display:block}.ta-strip-news strong{font-size:12px;line-height:1.3}

/* LOWER GRID */
.ta-home-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;margin-top:8px}
.ta-news-section{margin-bottom:34px}
.ta-section-heading{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #1a1c1f;margin-bottom:14px}
.ta-section-heading h2{font-size:19px;margin:0;padding:0 0 8px;position:relative;font-weight:900}.ta-section-heading h2:after{content:'';position:absolute;left:0;bottom:-2px;width:42px;height:3px;background:var(--ta-red)}
.ta-section-heading a{font-size:10px;color:var(--ta-red);font-weight:900}
.ta-section-grid{display:grid;grid-template-columns:1.18fr 1fr;gap:14px}
.ta-section-main{height:270px;position:relative;overflow:hidden;background:#111;border-radius:3px}.ta-section-main>a{height:100%;display:block;position:relative}.ta-section-main img{width:100%;height:100%;object-fit:cover}.ta-section-main>a:after{content:'';position:absolute;inset:20% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.92))}.ta-section-main>a>div{position:absolute;z-index:2;left:15px;right:15px;bottom:15px;color:#fff}.ta-section-main span{background:var(--ta-red);padding:5px 8px;font-size:9px;font-weight:900}.ta-section-main h3{font-size:19px;line-height:1.12;margin:7px 0 0}
.ta-section-list{display:grid;gap:9px}.ta-section-list article{padding-bottom:9px;border-bottom:1px solid var(--ta-line)}.ta-section-list a{display:grid;grid-template-columns:115px 1fr;gap:10px}.ta-section-list article>a>div{height:70px;background:#eee;overflow:hidden}.ta-section-list img{width:100%;height:100%;object-fit:cover}.ta-section-list h3{font-size:11px;line-height:1.3;margin:0;font-weight:800}


/* ANA SAYFA İLK ALAN REKLAMI — Bileşenler > Reklam - Ana Sayfa İlk Alan */
.ta-home-first-ad{
  min-width:0;
  height:430px;
  background:#f1f1f1;
  border:1px solid #e2e2e2;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  box-sizing:border-box;
}
.ta-home-first-ad .widget{width:100%;height:100%;margin:0;padding:0}
.ta-home-first-ad .ta-ad-widget{width:100%;height:100%;display:flex;align-items:center;justify-content:center;margin:0;padding:0}
.ta-home-first-ad img{display:block;width:100%;height:100%;max-width:100%;object-fit:cover}
.ta-home-first-ad iframe{display:block;width:100%;height:100%;max-width:100%;border:0}
.ta-home-first-ad a{display:block;width:100%;height:100%}
.ta-home-first-ad .textwidget{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
@media(max-width:1100px){.ta-home-first-ad{height:360px}}
@media(max-width:767px){.ta-home-first-ad{height:310px;min-height:250px}.ta-home-first-ad img{object-fit:cover}}

/* SIDEBAR */
.ta-home-sidebar{min-width:0}.ta-sidebar-ad{height:250px;background:#f7f7f7;border:1px solid #e6e7e9;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:9px;margin-bottom:20px}.ta-ad-small{height:170px}.ta-side-heading{font-size:17px;font-weight:900;border-bottom:2px solid #1b1d20;padding-bottom:8px;margin-bottom:0;position:relative}.ta-side-heading:after{content:'';position:absolute;left:0;bottom:-2px;width:38px;height:3px;background:var(--ta-red)}
.ta-popular ol{padding:0;margin:0;list-style:none}.ta-popular li{border-bottom:1px solid var(--ta-line)}.ta-popular a{display:grid;grid-template-columns:30px 1fr;gap:10px;padding:12px 0}.ta-popular b{font-size:21px;color:var(--ta-red);line-height:1}.ta-popular span{font-size:11px;line-height:1.35;font-weight:800}

/* AUTHORS */
.ta-authors{margin:40px 0 60px}.ta-author-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.ta-author-grid a{display:flex;align-items:center;gap:10px}.ta-author-grid a>div{width:58px;height:58px;border-radius:50%;overflow:hidden;background:#eee}.ta-author-grid img{width:100%;height:100%;object-fit:cover}.ta-author-grid span{font-size:11px;font-weight:800}

/* Türkiye Ajans Copyright / Theme Attribution */
.ta-footer-copyright{font-size:11px;line-height:1.7;color:#aaa}
.ta-footer-copyright a{color:#fff;text-decoration:none;font-weight:800}
.ta-footer-copyright a:hover{text-decoration:underline}
.ta-footer-separator{margin:0 6px;color:#555}
.ta-footer-rights{margin-top:7px;font-size:10px;line-height:1.6;color:#777}
/* FOOTER COMPAT */
.footer{background:#15171a;color:#d4d7da;padding:45px 0 25px}.footer .wrap{width:1200px;max-width:calc(100% - 40px);margin:auto}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px}.footer-title{font-size:23px;font-weight:900;color:#fff}.footer p{font-size:11px;line-height:1.6;color:#aaa}.footer-bottom{border-top:1px solid #303338;margin-top:25px;padding-top:15px;font-size:10px;color:#888}

/* SINGLE PAGE ALIGNMENT */
.ta-single-page .ta-single-container{width:1200px;max-width:calc(100% - 40px);margin:auto}

/* MOBILE */
@media(max-width:900px){
 .ta-header-inner{min-height:72px;flex-wrap:wrap;padding:12px 0}.ta-header-description,.ta-header-date{display:none}.ta-header-search{margin-left:auto;width:230px}.ta-menu-toggle{display:block;margin-left:8px;border:0;background:var(--ta-red);color:#fff;width:40px;height:40px;border-radius:4px;cursor:pointer}
 .ta-nav{display:none}.ta-nav.is-open{display:block}.ta-nav-inner{max-width:100%}.ta-nav-inner>ul{display:block;max-height:70vh;overflow:auto}.ta-nav-inner a{height:44px;padding:0 15px}.ta-nav-inner .sub-menu{position:static;box-shadow:none}.ta-nav-inner li:hover>.sub-menu{display:none}.ta-nav-inner li.menu-item-has-children.is-open>.sub-menu{display:block}
 .ta-lead-grid{grid-template-columns:1fr}.ta-slider{height:430px}.ta-lead-side{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:180px;height:auto}.ta-home-grid{grid-template-columns:1fr}.ta-home-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ta-author-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:600px){
 .ta-wrap,.ta-top-inner,.ta-header-inner,.ta-nav-inner{max-width:calc(100% - 20px)}.ta-top-head{height:28px}.ta-top-inner{height:28px;font-size:9px}.ta-brand{min-width:auto}.ta-brand-mark{width:36px;height:36px;font-size:19px}.ta-brand-name{font-size:24px}.ta-header-search{width:145px;height:36px}.ta-header-search button{width:48px}.ta-header-search input{font-size:10px}.ta-home-ad{height:90px}.ta-four-news{grid-template-columns:repeat(2,1fr);gap:10px}.ta-four-img{height:95px}.ta-four-news h3{font-size:11px}.ta-slider{height:310px}.ta-slide-caption{left:15px;right:15px;bottom:23px}.ta-slide-caption h1{font-size:27px}.ta-lead-side{grid-template-columns:1fr 1fr;grid-template-rows:150px;height:auto}.ta-side-feature-caption h2{font-size:11px}.ta-strip-news{grid-template-columns:1fr}.ta-section-grid{grid-template-columns:1fr}.ta-section-main{height:230px}.ta-section-list{margin-top:8px}.ta-home-sidebar{display:block}.ta-author-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.footer .wrap{max-width:calc(100% - 20px)}
}

/* =========================================================
   V14 MODERN NEWS HEADER
   ========================================================= */
.ta-modern-header{position:relative;z-index:100;background:#fff}
.ta-redbar{height:52px;background:#f20d19;color:#fff}
.ta-redbar-inner{height:52px;display:flex;align-items:center;gap:28px}
.ta-modern-brand{display:flex;align-items:center;gap:7px;color:#fff;flex:0 0 auto}
.ta-modern-brand .ta-brand-mark{width:28px;height:28px;background:#fff;color:#f20d19;border-radius:2px;font-size:16px}
.ta-modern-brand .ta-brand-name{font-size:25px;font-weight:900;letter-spacing:-1.3px;color:#fff;white-space:nowrap}
.ta-top-links-modern{margin-left:auto;height:100%;display:flex;align-items:center}
.ta-top-links-modern .ta-top-menu,.ta-top-links-modern ul{display:flex;align-items:center;list-style:none;margin:0;padding:0}
.ta-top-links-modern li{margin:0;padding:0}
.ta-top-links-modern a{height:52px;display:flex;align-items:center;padding:0 12px;color:#fff;font-size:12px;font-weight:900;letter-spacing:.15px;white-space:nowrap}
.ta-top-links-modern li+li a:before,.ta-top-links-modern>a+a:before{content:'|';opacity:.45;margin-right:14px}
.ta-top-links-modern a:hover{background:rgba(0,0,0,.08)}
.ta-header-actions{display:flex;align-items:center;gap:10px;margin-left:4px}
.ta-header-weather{height:32px;display:flex;align-items:center;gap:5px;color:#fff;white-space:nowrap;font-size:12px;line-height:1}
.ta-header-weather .ta-weather-icon{font-size:14px;display:inline-flex;align-items:center}
.ta-header-weather strong{font-size:13px;font-weight:900}
.ta-header-weather .ta-weather-city{font-size:10px;font-weight:700;opacity:.9;max-width:72px;overflow:hidden;text-overflow:ellipsis}
.ta-search-trigger{width:32px;height:32px;border:0;background:transparent;color:#fff;font-size:25px;line-height:1;cursor:pointer}
.ta-login{height:30px;padding:0 12px;border:1px solid rgba(255,255,255,.75);border-radius:3px;color:#fff;font-size:10px;font-weight:900;display:flex;align-items:center;white-space:nowrap}
.ta-login:hover{background:#fff;color:#f20d19}
.ta-modern-menu-toggle{display:none}

.ta-gray-nav{height:38px;background:#ededee;border-bottom:1px solid #d8d8da;color:#191a1c}
.ta-gray-inner{height:38px;display:flex;align-items:center}
.ta-nav-hamburger{width:42px;height:38px;border:0;background:transparent;color:#17191b;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:flex-start}
.ta-primary-modern{flex:1;min-width:0}
.ta-primary-modern>ul,.ta-primary-modern .ta-primary-menu{display:flex;align-items:center;height:38px;list-style:none;margin:0;padding:0;overflow:hidden}
.ta-primary-modern li{position:relative;margin:0;padding:0}
.ta-primary-modern a{height:38px;display:flex;align-items:center;padding:0 20px;color:#1d1f21;font-size:11px;font-weight:900;letter-spacing:.15px;white-space:nowrap;text-transform:uppercase}
.ta-primary-modern a:hover,.ta-primary-modern .current-menu-item>a,.ta-primary-modern .current_page_item>a{background:#ddd;color:#000}
.ta-primary-modern .menu-item-has-children>a:after{content:'⌄';margin-left:5px;font-size:9px}
.ta-primary-modern .sub-menu{display:none;position:absolute;top:38px;left:0;min-width:200px;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.16);padding:0;list-style:none}
.ta-primary-modern li:hover>.sub-menu{display:block}
.ta-primary-modern .sub-menu a{height:40px;border-bottom:1px solid #eee;background:#fff;text-transform:none}
.ta-primary-modern .sub-menu a:hover{background:#f5f5f5;color:#f20d19}
.ta-modern-search{display:none;position:absolute;right:20px;top:44px;width:280px;height:38px;background:#fff;border:1px solid #ddd;box-shadow:0 5px 18px rgba(0,0,0,.15)}
.ta-modern-search.is-open{display:flex}
.ta-modern-search input{flex:1;border:0;outline:0;padding:0 10px;font-size:12px}
.ta-modern-search button{width:42px;border:0;background:#f20d19;color:#fff;font-size:18px}

/* Override old navigation only when V14 header is active */
body .ta-modern-header + .ta-breaking{margin-top:0}

@media(max-width:900px){
    .ta-redbar{height:48px}.ta-redbar-inner{height:48px;max-width:calc(100% - 20px);gap:10px}
    .ta-modern-menu-toggle{display:flex;width:28px;height:28px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:4px;padding:0;cursor:pointer}
    .ta-modern-menu-toggle span{width:19px;height:2px;background:#fff;display:block}
    .ta-modern-brand .ta-brand-name{font-size:21px}
    .ta-top-links-modern{display:none}
    .ta-header-actions{margin-left:auto}.ta-login{display:none}.ta-header-weather{gap:3px;font-size:11px}.ta-header-weather strong{font-size:12px}.ta-header-weather .ta-weather-city{max-width:58px}
    .ta-gray-nav{height:auto;min-height:38px}.ta-gray-inner{height:auto;min-height:38px;max-width:calc(100% - 20px);position:relative}
    .ta-nav-hamburger{display:none}
    .ta-primary-modern{position:relative}
    .ta-primary-modern>ul,.ta-primary-modern .ta-primary-menu{height:38px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}
    .ta-primary-modern>ul::-webkit-scrollbar{display:none}
    .ta-primary-modern a{padding:0 13px;font-size:10px}
}

@media(max-width:600px){
    .ta-redbar-inner{gap:7px}.ta-modern-brand .ta-brand-mark{width:25px;height:25px;font-size:14px}.ta-modern-brand .ta-brand-name{font-size:19px}
    .ta-search-trigger{font-size:22px;width:28px}
    .ta-primary-modern a{padding:0 10px;font-size:9px}
}


/* V15 CLEAN HOMEPAGE: headerdan sonra gereksiz ticker/kategori alanlari yok */
body .ta-modern-header + .ta-breaking{display:none !important;}
.ta-home > .ta-wrap > .ta-home-ad,
.ta-home > .ta-wrap > .ta-quick-menu,
.ta-home > .ta-wrap > .ta-breaking-banner{display:none !important;}
.ta-home{padding-top:0 !important;}
.ta-four-news{margin-top:0 !important;}


/* V15.2 — HEADER / SINGLE SAME CONTAINER */
:root{--ta-container:1200px}
.ta-modern-header .ta-wrap,
.ta-modern-header .ta-redbar-inner,
.ta-modern-header .ta-gray-inner,
.ta-single-wrap{
    width:1200px !important;
    max-width:calc(100% - 40px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
}
.ta-single-wrap{margin-inline:auto !important}
@media(max-width:600px){
    .ta-modern-header .ta-wrap,
    .ta-modern-header .ta-redbar-inner,
    .ta-modern-header .ta-gray-inner,
    .ta-single-wrap{
        max-width:calc(100% - 20px) !important;
    }
}


/* VIDEO7 - ADMIN'DE SEÇİLEN KATEGORİ */
.ta-video7{margin:28px 0 30px;background:#ed1b2f;color:#fff;overflow:hidden}
.ta-video7-inner{min-height:360px;display:grid;grid-template-columns:235px minmax(0,1fr);gap:20px;padding:18px 20px}
.ta-video7-brand{display:flex;flex-direction:column;justify-content:center;padding:10px 0 10px 0}
.ta-video7-line{height:1px;background:rgba(255,255,255,.3);width:100%;margin:28px 0}
.ta-video7-playall{display:block;max-width:220px;font-size:var(--ta-video-title-size,42px);line-height:1.05;font-weight:1000;letter-spacing:5px;color:#fff;text-decoration:none;white-space:normal;overflow-wrap:break-word}
.ta-video7-playall br{display:block}
.ta-video7-viewport{position:relative;min-width:0;overflow:hidden;padding:0 20px}
.ta-video7-track{height:324px;display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:0}
.ta-video7-track::-webkit-scrollbar{display:none}
.ta-video7-card{flex:0 0 194px;height:324px}
.ta-video7-card a{display:block;height:100%}
.ta-video7-image{position:relative;height:100%;overflow:hidden;border:1px dashed rgba(255,255,255,.9);border-radius:12px;background:#101114}
.ta-video7-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.ta-video7-card:hover img{transform:scale(1.045)}
.ta-video7-image:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.9));pointer-events:none}
.ta-video7-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#17191c,#050506)}
.ta-video7-play{position:absolute;z-index:3;top:50%;left:50%;transform:translate(-50%,-50%);width:54px;height:54px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:22px;padding-left:3px;background:rgba(0,0,0,.18)}
.ta-video7-watch{position:absolute;z-index:4;top:61%;left:50%;transform:translateX(-50%);font-size:11px;font-weight:900;letter-spacing:4px}
.ta-video7-title{position:absolute;z-index:4;left:10px;right:10px;bottom:10px;font-size:19px;line-height:1.28;font-weight:900;text-transform:uppercase;text-shadow:0 2px 4px #000}
.ta-video7-prev,.ta-video7-next{position:absolute;z-index:10;top:50%;transform:translateY(-50%);width:42px;height:56px;border:0;background:#d90d22;color:#fff;font-size:42px;line-height:1;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.18)}
.ta-video7-prev{left:0}.ta-video7-next{right:0}
.ta-video7-prev:hover,.ta-video7-next:hover{background:#b90015}
@media(max-width:900px){
 .ta-video7-inner{grid-template-columns:1fr;padding:18px 14px}
 .ta-video7-brand{min-height:110px}
 .ta-video7-line{margin:14px 0}
 .ta-video7-track{height:290px}
 .ta-video7-card{flex-basis:170px;height:290px}
 .ta-video7-title{font-size:16px}
}
@media(max-width:600px){
 .ta-video7-inner{gap:8px}
 .ta-video7-track{height:250px}
 .ta-video7-card{flex-basis:155px;height:250px}
 .ta-video7-watch{top:60%;font-size:9px}
 .ta-video7-title{font-size:14px}
}

/* KATEGORİ SAYFASI - ÜSTTE KATEGORİ SLIDER, ALTTA KALAN HABERLER */
.ta-category-page{padding:22px 0 45px}
.ta-category-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;border-bottom:2px solid #1a1c1f;margin-bottom:16px;padding-bottom:9px}
.ta-category-heading h1{margin:0;font-size:25px;font-weight:900}
.ta-category-heading p{margin:0;color:#777;font-size:13px}
.ta-category-hero{margin-bottom:28px}
.ta-category-hero .ta-slider{height:470px}
.ta-category-content{margin-top:8px}
.ta-category-content-head{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #1a1c1f;margin-bottom:16px}
.ta-category-content-head h2{margin:0;padding:0 0 9px;font-size:21px;font-weight:900;position:relative}
.ta-category-content-head h2:after{content:'';position:absolute;left:0;bottom:-2px;width:48px;height:3px;background:var(--ta-red)}
.ta-category-content-head span{font-size:11px;color:#777;margin-bottom:9px}
.ta-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ta-category-card{background:#fff;border:1px solid #ddd;border-radius:3px;overflow:hidden;box-shadow:0 2px 7px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease}
.ta-category-card:hover{transform:translateY(-2px);box-shadow:0 5px 14px rgba(0,0,0,.12)}
.ta-category-card>a{display:block;height:100%;text-decoration:none;color:inherit}
.ta-category-card-image{height:205px;background:#eee;overflow:hidden}
.ta-category-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.ta-category-card:hover .ta-category-card-image img{transform:scale(1.03)}
.ta-category-no-image{height:100%;display:flex;align-items:center;justify-content:center;background:#111;color:#fff;font-weight:800}
.ta-category-card-body{padding:12px 14px 15px}
.ta-category-card-meta{font-size:10px;color:#888;margin-bottom:5px}
.ta-category-card h3{font-size:16px;line-height:1.2;margin:0 0 7px;font-weight:900;color:#222}
.ta-category-card p{font-size:12px;line-height:1.4;color:#666;margin:0}
.ta-category-pagination{margin-top:25px;text-align:center}
.ta-category-pagination ul{display:flex;justify-content:center;gap:6px;list-style:none;padding:0;margin:0}
.ta-category-pagination a,.ta-category-pagination span{display:flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 9px;border:1px solid #ddd;background:#fff;color:#222;text-decoration:none;font-size:12px}
.ta-category-pagination .current{background:var(--ta-red);border-color:var(--ta-red);color:#fff}

@media (max-width:900px){
 .ta-category-hero .ta-slider{height:390px}
 .ta-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:600px){
 .ta-category-heading{display:block}
 .ta-category-heading p{margin-top:5px}
 .ta-category-hero .ta-slider{height:310px}
 .ta-category-grid{grid-template-columns:1fr}
 .ta-category-card-image{height:210px}
 .ta-category-card h3{font-size:15px}
}


/* Site Identity / Custom Logo */
.ta-modern-brand .ta-brand-logo { display:flex; align-items:center; max-width:220px; }
.ta-modern-brand .ta-brand-logo .custom-logo-link { display:flex; align-items:center; }
.ta-modern-brand .ta-brand-logo img.custom-logo { display:block; width:auto; max-width:220px; max-height:42px; height:auto; object-fit:contain; }
@media (max-width:700px){ .ta-modern-brand .ta-brand-logo img.custom-logo { max-width:160px; max-height:36px; } }

/* V16 — TEK ANA GRID: HEADER VE İÇERİK AYNI GENİŞLİK */
.ta-modern-header .ta-redbar-inner,
.ta-modern-header .ta-gray-inner,
.ta-home > .ta-wrap,
.ta-category-page > .ta-wrap,
.ta-footer > .ta-wrap,
.footer > .wrap{
    width: var(--ta-container) !important;
    max-width: calc(100% - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Site Kimliği logosu header yüksekliğini bozmasın */
.ta-brand-logo,
.ta-brand-logo .custom-logo-link{
    display:flex;
    align-items:center;
}
.ta-brand-logo img,
.ta-modern-brand .custom-logo{
    display:block;
    width:auto;
    max-width:190px;
    max-height:42px;
    object-fit:contain;
}

@media (max-width:600px){
    .ta-modern-header .ta-redbar-inner,
    .ta-modern-header .ta-gray-inner,
    .ta-home > .ta-wrap,
    .ta-category-page > .ta-wrap,
    .ta-footer > .ta-wrap,
    .footer > .wrap{
        max-width:calc(100% - 20px) !important;
    }
    .ta-brand-logo img,
    .ta-modern-brand .custom-logo{
        max-width:145px;
        max-height:36px;
    }
}

/* V17 — LOGO ÖNÜNDEKİ BOŞLUĞU KALDIR */
.ta-modern-header .ta-modern-brand{
    margin-left:0 !important;
    padding-left:0 !important;
}
.ta-modern-header .ta-brand-logo,
.ta-modern-header .ta-brand-logo .custom-logo-link{
    margin-left:0 !important;
    padding-left:0 !important;
}
/* Container'ın solundaki 20px dış boşluğu da logoya uygulanmasın. */
@media (min-width:901px){
    .ta-modern-header .ta-redbar-inner .ta-modern-brand{
        margin-left:-20px !important;
    }
}
@media (max-width:900px){
    .ta-modern-header .ta-redbar-inner .ta-modern-brand{
        margin-left:0 !important;
    }
}

/* V18 — MERKEZLENMİŞ ARAMA PANELİ */
.ta-search-panel{
    display:none;
    position:absolute;
    z-index:100000;
    left:0;
    right:0;
    top:90px;
    min-height:76px;
    background:#ededee;
    border-bottom:1px solid #cfd1d4;
    box-shadow:0 4px 9px rgba(0,0,0,.16);
}
.ta-search-panel.is-open{display:block;}
.ta-search-panel-inner{
    width:var(--ta-container);
    max-width:calc(100% - 40px);
    min-height:76px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}
.ta-search-panel .ta-modern-search{
    position:relative;
    top:auto;
    right:auto;
    display:flex;
    width:min(780px,100%);
    height:38px;
    margin:0;
    background:#fff;
    border:1px solid #cfd3d7;
    border-radius:4px;
    box-shadow:0 1px 3px rgba(0,0,0,.08);
    overflow:hidden;
}
.ta-search-panel .ta-search-icon{
    flex:0 0 38px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#8b9095;
    font-size:21px;
    line-height:1;
}
.ta-search-panel .ta-modern-search input{
    flex:1;
    min-width:0;
    height:100%;
    border:0;
    outline:0;
    padding:0 10px 0 0;
    color:#333;
    background:#fff;
    font-size:12px;
}
.ta-search-panel .ta-modern-search input::placeholder{color:#8b8f94;opacity:1;}
.ta-search-panel .ta-modern-search button{
    flex:0 0 42px;
    width:42px;
    height:28px;
    align-self:center;
    margin-right:5px;
    border:0;
    border-radius:3px;
    background:#f20d19;
    color:#fff;
    font-size:11px;
    font-weight:800;
    cursor:pointer;
}
.ta-search-panel .ta-modern-search button:hover{background:#c90b15;}
.ta-search-close{
    flex:0 0 auto;
    width:28px;
    height:38px;
    border:0;
    background:transparent;
    color:#999;
    font-size:22px;
    line-height:1;
    cursor:pointer;
}
.ta-search-close:hover{color:#333;}
.ta-search-trigger[aria-expanded="true"]{opacity:.75;}
@media(max-width:900px){
    .ta-search-panel{top:calc(86px + var(--wp-admin--admin-bar--height, 0px));}
    .ta-search-panel-inner{max-width:calc(100% - 20px);gap:6px;}
    .ta-search-panel .ta-modern-search{width:100%;}
}
@media(max-width:600px){
    .ta-search-panel{top:calc(86px + var(--wp-admin--admin-bar--height, 0px));min-height:66px;}
    .ta-search-panel-inner{min-height:66px;}
    .ta-search-close{width:24px;font-size:20px;}
}


/* MOBİL ARAMA: arama butonu mobilde de görünür ve çalışır */
@media(max-width:900px){
    .ta-header-actions{display:flex;align-items:center;gap:6px;margin-left:auto;}
    .ta-search-trigger{display:flex;align-items:center;justify-content:center;width:30px;height:30px;font-size:22px;padding:0;color:#fff;cursor:pointer;}
}
@media(max-width:600px){
    .ta-search-trigger{display:flex;width:30px;height:30px;font-size:21px;}
    .ta-search-panel{top:calc(86px + var(--wp-admin--admin-bar--height, 0px));}
}

/* Reklam bileşenleri */
.ta-ad-widget{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.ta-ad-widget img{max-width:100%;height:auto;display:block}
.ta-ad-widget iframe{max-width:100%;border:0}
.ta-ad-widget p{margin:0}
.ta-home-ad .ta-ad-widget{min-height:inherit}
.ta-sidebar-ad .ta-ad-widget{min-height:inherit}
.ta-ad .ta-ad-widget{min-height:inherit}

/* REKLAM BİLEŞENLERİ: eklenen görseller bileşen alanının genişliğine sığar */
.ta-ad-widget{width:100%;max-width:100%;margin:0;padding:0}
.ta-ad-widget img{display:block;width:100%;max-width:100%;height:auto;margin:0;padding:0}
.ta-ad-widget a{display:block;width:100%;max-width:100%}
.ta-ad-widget picture{display:block;width:100%;max-width:100%}
.ta-ad-widget figure{width:100%;max-width:100%;margin:0;padding:0}
.ta-sidebar-ad .ta-ad-widget img,.ta-ad-small .ta-ad-widget img,.ta-ad-top .ta-ad-widget img{width:100%;max-width:100%;height:auto}
/* Görsel eklenmiş reklamda sabit yükseklik taşmayı engellemez; görsel oranı korunur. */
.ta-sidebar-ad:has(.ta-ad-widget),.ta-ad-small:has(.ta-ad-widget),.ta-ad-top:has(.ta-ad-widget){height:auto;min-height:0;overflow:hidden}

/* SLIDER PAGINATION TASARIMLARI */
.ta-pagination-style-numbered{left:0;right:0;bottom:0;transform:none;width:100%;justify-content:flex-start;gap:0;background:#f2f2f2;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;white-space:nowrap}
.ta-pagination-style-numbered::-webkit-scrollbar{display:none}
.ta-pagination-style-numbered button{flex:0 0 34px;width:34px;height:34px;border:1px solid #d6d6d6;border-right:0;border-radius:0;padding:0;background:#eee;color:#222;font-size:12px;font-weight:600;line-height:34px;cursor:pointer}
.ta-pagination-style-numbered button:first-child{border-left:1px solid #d6d6d6}
.ta-pagination-style-numbered button.active{background:var(--ta-red);border-color:var(--ta-red);color:#fff}
.ta-pagination-style-numbered .ta-pagination-next{margin-left:0;border:0;background:#8bc34a;color:#fff;font-size:22px;font-weight:700;line-height:34px}
.ta-pagination-style-numbered button:hover{filter:brightness(.96)}
@media (max-width:700px){
 .ta-pagination-style-numbered button{flex-basis:30px;width:30px;height:30px;line-height:30px;font-size:11px}
 .ta-pagination-style-numbered .ta-pagination-next{font-size:19px}
}

/* NUMARALI SLIDER PAGINATION - TÜM NUMARALAR SLIDER GENİŞLİĞİNE SIĞAR */
.ta-pagination-style-numbered{
  left:0;right:0;bottom:0;transform:none;width:100%;
  display:flex;align-items:stretch;justify-content:stretch;gap:0;
  background:#f2f2f2;overflow:hidden;white-space:nowrap;
}
.ta-pagination-style-numbered button:not(.ta-pagination-next){
  flex:1 1 0;
  min-width:0;
  width:auto;
  height:34px;
  border:1px solid #d6d6d6;
  border-right:0;
  border-radius:0;
  padding:0 1px;
  background:#eee;
  color:#222;
  font-size:12px;
  font-weight:600;
  line-height:34px;
  cursor:pointer;
  overflow:hidden;
}
.ta-pagination-style-numbered button:first-child{border-left:1px solid #d6d6d6}
.ta-pagination-style-numbered button.active{background:var(--ta-red);border-color:var(--ta-red);color:#fff}
.ta-pagination-style-numbered .ta-pagination-next{
  flex:0 0 34px;
  width:34px;
  min-width:34px;
  height:34px;
  margin:0;
  border:0;
  background:#8bc34a;
  color:#fff;
  font-size:22px;
  font-weight:700;
  line-height:34px;
  padding:0;
  cursor:pointer;
}
.ta-pagination-style-numbered button:hover{filter:brightness(.96)}
@media (max-width:700px){
  .ta-pagination-style-numbered{overflow-x:auto;justify-content:flex-start}
  .ta-pagination-style-numbered button:not(.ta-pagination-next){flex:0 0 24px;width:24px;height:30px;line-height:30px;font-size:10px}
  .ta-pagination-style-numbered .ta-pagination-next{flex-basis:30px;width:30px;min-width:30px;height:30px;line-height:30px;font-size:19px}
}

/* Numaralı slider pagination: rakamın üzerine gelince ilgili slayta geç */
.ta-pagination-style-numbered [data-slide]{cursor:pointer;transition:filter .12s ease,transform .12s ease}
.ta-pagination-style-numbered [data-slide]:hover{filter:brightness(.94)}

/* V19 — PERFORMANCE + MOBILE OPTIMIZATION */
html{scroll-behavior:smooth;overflow-x:hidden}
body{overflow-x:hidden;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility}
.ta-modern-header,.ta-home,.ta-category-page,.ta-single-page{contain:layout paint}
/* Search panel must escape the header paint containment. */
.ta-modern-header{contain:layout;overflow:visible!important}
.ta-search-trigger{position:relative;z-index:10002;display:flex;align-items:center;justify-content:center}
.ta-search-trigger svg{width:20px;height:20px;display:block;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.ta-slider,.ta-side-feature,.ta-four-img,.ta-section-main,.ta-category-card-image,.ta-video7-image{contain:layout paint}

/* Avoid oversized desktop controls on tablets. */
@media (max-width:1100px){
  .ta-modern-header .ta-redbar-inner,.ta-modern-header .ta-gray-inner,
  .ta-home>.ta-wrap,.ta-single-wrap,.ta-category-page>.ta-wrap{max-width:calc(100% - 28px)!important}
  .ta-top-links-modern a{padding-left:9px;padding-right:9px;font-size:11px}
  .ta-four-news{gap:14px}
  .ta-slider{height:390px}
  .ta-slide-caption h1{font-size:34px}
  .ta-video7-inner{grid-template-columns:200px minmax(0,1fr);padding-left:14px;padding-right:14px}
}

@media (max-width:900px){
  .ta-modern-header{position:sticky;top:0}
  .ta-redbar{height:48px}
  .ta-redbar-inner{height:48px;max-width:calc(100% - 20px)!important;gap:8px}
  .ta-modern-brand{min-width:0;max-width:calc(100% - 74px);overflow:hidden}
  .ta-modern-brand .ta-brand-logo{max-width:160px}
  .ta-modern-brand .ta-brand-name{overflow:hidden;text-overflow:ellipsis}
  .ta-header-actions{margin-left:auto;flex:0 0 auto}
  .ta-search-trigger{width:30px;height:30px}
  .ta-gray-nav{min-height:38px}
  .ta-gray-inner{max-width:100%!important;padding:0 10px}
  .ta-primary-modern>ul,.ta-primary-modern .ta-primary-menu{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}

  .ta-four-news{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .ta-four-img{height:auto;aspect-ratio:16/9}
  .ta-four-news h3{font-size:12px;min-height:54px;padding:10px 8px}

  .ta-lead-grid{grid-template-columns:1fr;gap:12px}
  .ta-slider{height:360px}
  .ta-slide-caption{left:18px;right:18px;bottom:42px}
  .ta-slide-caption h1{font-size:31px;line-height:1.04}
  
  .ta-slider-prev,.ta-slider-next{width:34px;height:34px;font-size:23px}
  .ta-lead-side{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:180px;height:auto;gap:12px}
  .ta-side-feature-caption h2{font-size:13px}

  .ta-home-grid{grid-template-columns:1fr;gap:20px}
  .ta-home-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .ta-section-grid{grid-template-columns:1fr}
  .ta-section-main{height:300px}
  .ta-section-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .ta-section-list a{grid-template-columns:100px 1fr}
  .ta-category-hero .ta-slider{height:380px}

  .ta-video7{margin:20px 0 24px}
  .ta-video7-inner{grid-template-columns:1fr;gap:8px;min-height:0;padding:14px}
  .ta-video7-brand{min-height:auto;padding:4px 0}
  .ta-video7-playall{max-width:100%;font-size:clamp(28px,6vw,42px)}
  .ta-video7-line{margin:10px 0}
  .ta-video7-viewport{padding:0}
  .ta-video7-track{height:280px;gap:12px;scroll-snap-type:x proximity}
  .ta-video7-card{flex-basis:170px;height:280px;scroll-snap-align:start}

  .ta-search-panel{position:absolute}
}

@media (max-width:600px){
  .ta-modern-header{position:relative}
  .ta-redbar-inner{max-width:calc(100% - 12px)!important;gap:6px}
  .ta-modern-brand .ta-brand-logo{max-width:145px}
  .ta-modern-brand .ta-brand-logo img.custom-logo{max-width:145px;max-height:34px}
  .ta-modern-brand .ta-brand-name{font-size:18px}
  .ta-search-trigger{font-size:20px;width:27px}

  .ta-four-news{grid-template-columns:1fr;gap:10px;margin-bottom:16px}
  .ta-four-img{aspect-ratio:16/9;height:auto}
  .ta-four-news h3{font-size:12px;min-height:48px;margin-left:8px;margin-right:8px}

  .ta-slider{height:min(72vw,330px);min-height:250px}
  .ta-slide-caption{left:13px;right:13px;bottom:36px}
  .ta-slide-caption>span{font-size:8px;padding:5px 7px}
  .ta-slide-caption h1{font-size:clamp(21px,7vw,28px);letter-spacing:-.5px;margin:7px 0 4px}
  
  .ta-slider-prev,.ta-slider-next{width:30px;height:30px;font-size:20px}
  .ta-slider-prev{left:8px}.ta-slider-next{right:8px}
  .ta-lead-side{grid-template-columns:1fr;grid-template-rows:repeat(2,170px);gap:10px}
  .ta-side-feature-caption{left:11px;right:11px;bottom:11px}
  .ta-side-feature-caption h2{font-size:12px}

  .ta-strip-news{grid-template-columns:1fr;gap:10px}
  .ta-strip-news article a{grid-template-columns:90px 1fr}
  .ta-strip-news article div{height:54px}
  .ta-section-main{height:min(72vw,270px)}
  .ta-section-list{grid-template-columns:1fr}
  .ta-home-sidebar{display:block}
  .ta-author-grid{grid-template-columns:1fr 1fr;gap:12px}
  .footer-grid{grid-template-columns:1fr}

  .ta-category-page{padding-top:14px}
  .ta-category-heading{margin-bottom:12px}
  .ta-category-heading h1{font-size:21px}
  .ta-category-hero .ta-slider{height:min(78vw,320px);min-height:250px}
  .ta-category-grid{grid-template-columns:1fr;gap:12px}
  .ta-category-card-image{height:auto;aspect-ratio:16/9}
  .ta-category-card-body{padding:10px 11px 12px}

  .ta-video7-inner{padding:12px 10px}
  .ta-video7-track{height:230px;gap:9px}
  .ta-video7-card{flex-basis:145px;height:230px}
  .ta-video7-title{font-size:12px;line-height:1.2}
  .ta-video7-play{width:44px;height:44px;font-size:18px}
  .ta-video7-watch{font-size:8px;letter-spacing:2px}
  .ta-video7-prev,.ta-video7-next{width:30px;height:42px;font-size:30px}

  .ta-pagination-style-numbered button:not(.ta-pagination-next){height:28px;line-height:28px;font-size:9px}
  .ta-pagination-style-numbered .ta-pagination-next{height:28px;min-width:28px;width:28px;line-height:28px;font-size:17px}

  .ta-search-panel{top:calc(90px + var(--wp-admin--admin-bar--height, 0px))!important;min-height:62px;padding:7px 0}
  .ta-search-panel-inner{min-height:48px!important;max-width:calc(100% - 12px)!important}
  .ta-search-panel .ta-modern-search{height:38px}
  .ta-search-panel .ta-modern-search input{font-size:13px}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}



/* V21 — ÜST KIRMIZI HEADER'DAKİ GEREKSİZ HAMBURGERİ KALDIR */
.ta-modern-header .ta-modern-menu-toggle{
    display:none !important;
}

/* V20 — TRUE MOBILE NEWS LAYOUT
   The mobile breakpoint is a reflow, not a scaled desktop canvas. */
@media (max-width: 767px){
  html{font-size:16px;overflow-x:hidden}
  body{width:100%;min-width:0;overflow-x:hidden}

  .ta-modern-header{width:100%;position:relative}
  .ta-modern-header .ta-redbar{height:50px}
  .ta-modern-header .ta-redbar-inner{
    width:100%!important;max-width:none!important;height:50px;
    padding:0 12px!important;margin:0!important;gap:8px;
  }
  .ta-modern-header .ta-modern-brand{min-width:0;max-width:calc(100% - 72px);margin-left:0!important}
  .ta-modern-header .ta-brand-logo img,
  .ta-modern-header .ta-modern-brand .custom-logo{
    max-width:132px;max-height:34px;width:auto;height:auto;
  }
  .ta-modern-header .ta-modern-brand .ta-brand-name{font-size:18px;overflow:hidden;text-overflow:ellipsis}
  .ta-modern-header .ta-header-actions{margin-left:auto;gap:4px}
  .ta-modern-header .ta-search-trigger{width:32px;height:32px;font-size:22px;padding:0}

  .ta-modern-header .ta-gray-nav{height:40px;min-height:40px}
  .ta-modern-header .ta-gray-inner{
    width:100%!important;max-width:none!important;height:40px;min-height:40px;
    padding:0!important;margin:0!important;
  }
  .ta-modern-header .ta-primary-modern{width:100%;overflow:hidden}
  .ta-modern-header .ta-primary-modern>ul,
  .ta-modern-header .ta-primary-modern .ta-primary-menu{
    height:40px;width:100%;overflow-x:auto;overflow-y:hidden;
    padding:0 6px;margin:0;scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;scrollbar-width:none;
  }
  .ta-modern-header .ta-primary-modern>ul::-webkit-scrollbar,
  .ta-modern-header .ta-primary-modern .ta-primary-menu::-webkit-scrollbar{display:none}
  .ta-modern-header .ta-primary-modern li{flex:0 0 auto}
  .ta-modern-header .ta-primary-modern a{height:40px;padding:0 11px;font-size:9px;letter-spacing:.05px}

  .ta-search-panel{top:calc(90px + var(--wp-admin--admin-bar--height, 0px))!important;min-height:66px}
  .ta-search-panel-inner{width:100%!important;max-width:none!important;min-height:66px;padding:8px 10px}
  .ta-search-panel .ta-modern-search{width:100%;height:40px}
  .ta-search-panel .ta-modern-search input{font-size:13px}
  .ta-search-panel .ta-modern-search button{width:52px;font-size:12px}
  .ta-search-close{width:30px!important;height:30px!important;font-size:22px!important}

  .ta-home>.ta-wrap,
  .ta-category-page>.ta-wrap,
  .ta-single-wrap,
  .ta-modern-header .ta-wrap,
  .ta-footer>.ta-wrap,
  .footer>.wrap{
    width:100%!important;max-width:none!important;margin:0!important;padding-left:12px;padding-right:12px;
  }
  .ta-home>.ta-wrap{padding-top:8px}

  /* Four top stories: compact two-column news cards. */
  .ta-four-news{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 14px}
  .ta-four-news article{padding-bottom:7px}
  .ta-four-img{height:auto!important;aspect-ratio:16/10}
  .ta-four-news h3{font-size:11px;line-height:1.18;min-height:52px;margin:-1px 6px 0;padding:9px 6px 8px;border-top-width:2px;box-shadow:0 3px 0 #d9d9d9}

  /* Main story becomes the first full-width mobile block. */
  .ta-lead-grid{display:flex;flex-direction:column;gap:10px}
  .ta-slider{height:58vw;min-height:230px;max-height:310px;width:100%;border-radius:2px}
  .ta-slide-caption{left:12px;right:12px;bottom:34px}
  .ta-slide-caption>span{font-size:8px;padding:4px 6px}
  .ta-slide-caption h1{font-size:clamp(21px,6.4vw,29px);line-height:1.02;letter-spacing:-.5px;margin:6px 0 3px}
  
  .ta-slider-prev,.ta-slider-next{width:30px;height:30px;font-size:20px}
  .ta-slider-prev{left:7px}.ta-slider-next{right:7px}

  /* Numbered pagination always occupies the slider width. */
  .ta-slider-dots.ta-pagination-style-numbered{
    left:0;right:0;bottom:0;transform:none;width:100%;height:25px;
    display:flex;gap:0;align-items:stretch;justify-content:stretch;overflow:hidden;
  }
  .ta-pagination-style-numbered button:not(.ta-pagination-next){
    flex:1 1 0;width:auto;min-width:0;height:25px;line-height:25px;padding:0;
    border-right:1px solid #d4d4d4;font-size:clamp(7px,2vw,10px);
  }
  .ta-pagination-style-numbered .ta-pagination-next{
    flex:0 0 25px;width:25px;min-width:25px;height:25px;line-height:25px;font-size:16px;
  }

  /* The two side stories become full-width stacked cards. */
  .ta-lead-side{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(2,150px);height:auto;gap:10px}
  .ta-side-feature{min-height:150px}
  .ta-side-feature-caption{left:10px;right:10px;bottom:10px}
  .ta-side-feature-caption>span{font-size:7px;padding:4px 6px}
  .ta-side-feature-caption h2{font-size:12px;line-height:1.12;margin-top:5px}

  /* Video strip is intentionally horizontal on phones. */
  .ta-video7{margin:16px 0 18px}
  .ta-video7-inner{display:block;padding:12px 10px}
  .ta-video7-brand{min-height:0;padding:2px 0 8px}
  .ta-video7-playall{font-size:clamp(25px,8vw,38px);letter-spacing:3px;max-width:100%;line-height:1}
  .ta-video7-line{margin:8px 0 0}
  .ta-video7-viewport{padding:0;overflow:hidden}
  .ta-video7-track{height:225px;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:2px}
  .ta-video7-card{flex:0 0 145px;height:225px;scroll-snap-align:start}
  .ta-video7-title{font-size:12px;line-height:1.18}
  .ta-video7-play{width:42px;height:42px;font-size:17px}
  .ta-video7-watch{top:60%;font-size:8px;letter-spacing:2px}
  .ta-video7-prev,.ta-video7-next{width:28px;height:40px;font-size:28px}

  .ta-strip-news{grid-template-columns:1fr;gap:8px;margin:12px 0 18px;padding:8px 0}
  .ta-strip-news article a{grid-template-columns:82px 1fr;gap:9px}
  .ta-strip-news article div{height:54px}
  .ta-strip-news strong{font-size:11px}

  /* Category/home news sections become single-column reading flows. */
  .ta-home-grid{display:block;margin-top:4px}
  .ta-home-sidebar{display:block;margin-top:18px}
  .ta-news-section{margin-bottom:24px}
  .ta-section-heading{margin-bottom:10px}
  .ta-section-heading h2{font-size:17px;padding-bottom:7px}
  .ta-section-heading a{font-size:9px}
  .ta-section-grid{display:block}
  .ta-section-main{height:58vw;min-height:210px;max-height:280px;margin-bottom:10px}
  .ta-section-main h3{font-size:17px}
  .ta-section-list{display:grid;grid-template-columns:1fr;gap:0;margin-top:0}
  .ta-section-list article{padding:9px 0}
  .ta-section-list a{grid-template-columns:92px 1fr;gap:10px}
  .ta-section-list article>a>div{height:62px}
  .ta-section-list h3{font-size:11px}

  .ta-category-page{padding-top:10px}
  .ta-category-heading h1{font-size:20px}
  .ta-category-hero .ta-slider{height:58vw;min-height:230px;max-height:310px}
  .ta-category-grid{grid-template-columns:1fr;gap:12px}
  .ta-category-card-image{height:auto!important;aspect-ratio:16/9}
  .ta-category-card h3{font-size:15px}

  .ta-ad-widget,.ta-home-sidebar .ta-ad-widget{width:100%;max-width:100%;overflow:hidden}
  .ta-ad-widget img,.ta-home-sidebar .ta-ad-widget img{display:block;width:100%!important;height:auto!important;max-width:100%!important}

  .footer-grid{grid-template-columns:1fr;gap:18px}
}

@media (max-width:380px){
  .ta-four-news{gap:7px}
  .ta-four-news h3{font-size:10px;min-height:48px;padding-left:4px;padding-right:4px}
  .ta-modern-header .ta-primary-modern a{padding-left:9px;padding-right:9px;font-size:8px}
  .ta-slider{min-height:220px}
  .ta-video7-card{flex-basis:138px}
}


/* V21 — MOBILE HEADER: no search icon; desktop search remains active */
@media (max-width: 767px){
  .ta-modern-header .ta-search-trigger{
    display:none!important;
    visibility:hidden!important;
    width:0!important;
    min-width:0!important;
    max-width:0!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
  }
  .ta-modern-header .ta-header-actions{
    display:flex;
    margin-left:auto!important;
    min-width:0;
  }
  .ta-modern-header .ta-search-panel{
    display:none!important;
  }
  .ta-modern-header .ta-modern-brand{
    max-width:100%!important;
    flex:1 1 auto;
  }
}

/* Desktop search trigger is always available and clearly clickable. */
@media (min-width: 768px){
  .ta-modern-header .ta-search-trigger{
    display:flex!important;
    align-items:center;
    justify-content:center;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    position:relative;
    z-index:1001;
  }
  .ta-modern-header .ta-search-panel{z-index:2000;}
}

/* V22 — MOBILE HEADER CLEANUP + ROBUST DESKTOP SEARCH */
@media (max-width:767px){
  .ta-modern-header .ta-redbar-inner{
    padding-left:0!important;
    padding-right:0!important;
    gap:0!important;
    justify-content:flex-start!important;
  }
  .ta-modern-header .ta-modern-menu-toggle{
    flex:0 0 48px!important;
    width:48px!important;
    height:50px!important;
    margin:0!important;
    background:#f20d19!important;
  }
  .ta-modern-header .ta-modern-brand{
    flex:0 0 auto!important;
    width:auto!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  .ta-modern-header .ta-brand-logo,
  .ta-modern-header .ta-brand-logo .custom-logo-link{
    margin:0!important;
    padding:0!important;
  }
  .ta-modern-header .ta-brand-logo img.custom-logo,
  .ta-modern-header .ta-modern-brand .custom-logo{
    display:block!important;
    max-width:calc(100vw - 48px)!important;
    width:auto!important;
    height:auto!important;
    max-height:42px!important;
  }
  .ta-modern-header .ta-header-actions{
    display:none!important;
    width:0!important;
    min-width:0!important;
    max-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
}

@media (min-width:768px){
  .ta-modern-header .ta-search-trigger{
    position:relative!important;
    z-index:10000!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    pointer-events:auto!important;
    cursor:pointer!important;
  }
  .ta-modern-header .ta-header-actions{position:relative;z-index:10000}
  .ta-modern-header .ta-search-panel{z-index:20000!important}
}


/* FINAL SEARCH FIX — desktop + mobile */
.ta-modern-header .ta-search-trigger{
  display:inline-flex!important;align-items:center;justify-content:center;
  flex:0 0 34px!important;width:34px!important;height:34px!important;
  margin:0!important;padding:0!important;border:0!important;background:transparent!important;
  color:#fff!important;cursor:pointer!important;position:relative;z-index:1002;
  -webkit-tap-highlight-color:transparent;touch-action:manipulation;
}
.ta-modern-header .ta-search-trigger svg{
  display:block!important;width:18px!important;height:18px!important;
  fill:none!important;stroke:currentColor!important;stroke-width:2!important;
  stroke-linecap:round!important;stroke-linejoin:round!important;pointer-events:none;
}
.ta-modern-header .ta-header-actions{
  display:flex!important;align-items:center!important;justify-content:flex-end!important;
  flex:0 0 auto!important;min-width:34px;position:relative;z-index:1001;
}
.ta-modern-header .ta-search-panel{z-index:2000!important;}
@media(max-width:767px){
  .ta-modern-header .ta-redbar-inner{
    display:flex!important;align-items:center!important;width:100%!important;
    max-width:none!important;padding:0 10px!important;gap:8px!important;
  }
  .ta-modern-header .ta-modern-menu-toggle{flex:0 0 30px!important;width:30px!important;height:30px!important;}
  .ta-modern-header .ta-modern-brand{
    flex:1 1 auto!important;min-width:0!important;max-width:none!important;
    overflow:hidden!important;margin:0!important;
  }
  .ta-modern-header .ta-brand-logo,
  .ta-modern-header .ta-brand-logo .custom-logo-link{
    display:flex!important;align-items:center!important;min-width:0!important;max-width:100%!important;
  }
  .ta-modern-header .ta-brand-logo img.custom-logo{
    display:block!important;max-width:100%!important;width:auto!important;height:auto!important;
    max-height:38px!important;object-fit:contain!important;
  }
  .ta-modern-header .ta-header-actions{
    display:flex!important;visibility:visible!important;opacity:1!important;
    flex:0 0 38px!important;width:38px!important;min-width:38px!important;
    margin:0!important;
  }
  .ta-modern-header .ta-search-trigger{
    display:inline-flex!important;visibility:visible!important;opacity:1!important;
    flex:0 0 34px!important;width:34px!important;height:34px!important;
  }
  .ta-modern-header .ta-login{display:none!important;}
  .ta-modern-header .ta-search-panel{
    display:none;position:absolute!important;top:90px!important;left:0!important;right:0!important;
    width:100%!important;z-index:2000!important;
  }
  .ta-modern-header .ta-search-panel.is-open{display:block!important;}
}
@media(min-width:768px){
  .ta-modern-header .ta-search-trigger{display:inline-flex!important;}
}

/* FINAL SEARCH FIX — visible and clickable on desktop + mobile */
.ta-modern-header .ta-header-actions{position:relative;z-index:110;display:flex;align-items:center;flex:0 0 auto}
.ta-modern-header .ta-search-trigger{position:relative;z-index:111;display:flex!important;align-items:center;justify-content:center;flex:0 0 32px;width:32px;height:32px;padding:0;margin:0;border:0;background:transparent;color:#fff;cursor:pointer;pointer-events:auto}
.ta-modern-header .ta-search-trigger svg{display:block;width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;pointer-events:none}
.ta-modern-header .ta-search-trigger svg circle{fill:none;stroke:currentColor}
.ta-modern-header .ta-search-trigger svg path{fill:none;stroke:currentColor;stroke-linecap:round}
.ta-search-panel{pointer-events:none}
.ta-search-panel.is-open{pointer-events:auto}
@media(max-width:767px){
  .ta-modern-header .ta-redbar-inner{display:flex!important;align-items:center!important;gap:8px!important;padding-left:8px!important;padding-right:8px!important}
  .ta-modern-header .ta-modern-menu-toggle{flex:0 0 30px;width:30px!important;height:32px!important;display:flex!important;z-index:112}
  .ta-modern-header .ta-modern-brand{flex:1 1 auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important;overflow:hidden!important}
  .ta-modern-header .ta-modern-brand .ta-brand-logo{max-width:calc(100vw - 95px)!important;overflow:hidden!important}
  .ta-modern-header .ta-modern-brand .ta-brand-logo img.custom-logo,
  .ta-modern-header .ta-modern-brand img.custom-logo{display:block;max-width:100%!important;width:auto!important;height:auto!important;max-height:36px!important}
  .ta-modern-header .ta-header-actions{margin-left:0!important;flex:0 0 32px!important;width:32px!important}
  .ta-modern-header .ta-search-trigger{display:flex!important;visibility:visible!important;opacity:1!important;flex:0 0 32px!important;width:32px!important;height:32px!important}
  .ta-search-panel{top:90px!important;left:0!important;right:0!important;width:100%!important}
}

/* FINAL MOBILE HEADER LAYOUT FIX */
@media (max-width: 767px) {
  .ta-modern-header .ta-redbar-inner {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 48px 0 48px !important;
    margin: 0 !important;
    gap: 0 !important;
    box-sizing: border-box !important;
  }

  .ta-modern-header .ta-modern-menu-toggle {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 48px !important;
    height: 50px !important;
    min-width: 48px !important;
    margin: 0 !important;
    border: 0 !important;
    z-index: 20 !important;
  }

  .ta-modern-header .ta-modern-brand {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: calc(100% - 0px) !important;
    min-width: 0 !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .ta-modern-header .ta-brand-logo,
  .ta-modern-header .ta-brand-logo .custom-logo-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 50px !important;
    overflow: hidden !important;
  }

  .ta-modern-header .ta-brand-logo img.custom-logo,
  .ta-modern-header .ta-modern-brand img.custom-logo {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 44px !important;
    object-fit: contain !important;
  }

  /* Search is a real visible button on mobile, reserved on the right. */
  .ta-modern-header .ta-header-actions {
    position: absolute !important;
    right: 5px !important;
    top: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 43px !important;
    height: 50px !important;
    min-width: 43px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 30 !important;
    overflow: visible !important;
  }

  .ta-modern-header .ta-search-trigger {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: relative !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    flex: 0 0 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 3px !important;
    background: rgba(0,0,0,.16) !important;
    color: #fff !important;
    cursor: pointer !important;
    z-index: 31 !important;
  }

  .ta-modern-header .ta-search-trigger svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    stroke: #fff !important;
    fill: none !important;
    stroke-width: 2.2 !important;
  }

  .ta-modern-header .ta-login { display: none !important; }

  .ta-modern-header .ta-search-panel {
    position: fixed !important;
    top: 50px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
  }

  .ta-modern-header .ta-search-panel.is-open {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}



/* V24 — MOBILE SLIDER TOUCH SWIPE */
.ta-slider{
  touch-action: pan-y;
  -webkit-user-select:none;
  user-select:none;
  -webkit-tap-highlight-color:transparent;
}
.ta-slider img{
  -webkit-user-drag:none;
  user-drag:none;
}

/* V23 — FINAL MOBILE HEADER + SLIDER REFLOW
   Mobile is a true compact news layout: no top hamburger, centered logo,
   working search button, and a slider caption that can never overflow. */
@media (max-width: 767px){
  .ta-modern-header .ta-redbar{
    height:50px!important;
    min-height:50px!important;
  }
  .ta-modern-header .ta-redbar-inner{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:none!important;
    height:50px!important;
    min-height:50px!important;
    padding:0!important;
    margin:0!important;
  }
  .ta-modern-header .ta-modern-brand{
    position:absolute!important;
    left:50%!important;
    top:0!important;
    transform:translateX(-50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    max-width:calc(100% - 92px)!important;
    height:50px!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  .ta-modern-header .ta-brand-logo,
  .ta-modern-header .ta-brand-logo .custom-logo-link{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    max-width:100%!important;
    height:50px!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  .ta-modern-header .ta-brand-logo img.custom-logo,
  .ta-modern-header .ta-modern-brand img.custom-logo{
    display:block!important;
    width:auto!important;
    max-width:100%!important;
    height:auto!important;
    max-height:40px!important;
    object-fit:contain!important;
  }
  .ta-modern-header .ta-header-actions{
    position:absolute!important;
    right:6px!important;
    top:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:38px!important;
    height:50px!important;
    min-width:38px!important;
    margin:0!important;
    padding:0!important;
    z-index:30!important;
  }
  .ta-modern-header .ta-search-trigger{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    flex:0 0 36px!important;
    border-radius:3px!important;
    background:rgba(0,0,0,.16)!important;
    color:#fff!important;
  }
  .ta-modern-header .ta-search-trigger svg{
    width:20px!important;
    height:20px!important;
    stroke:#fff!important;
    fill:none!important;
    stroke-width:2.2!important;
  }

  /* Slider: compact, readable and no clipped title. */
  .ta-lead-grid{gap:10px!important}
  .ta-slider{
    width:100%!important;
    height:clamp(250px,68vw,305px)!important;
    min-height:250px!important;
    max-height:305px!important;
    overflow:hidden!important;
  }
  .ta-slide-caption{
    left:12px!important;
    right:12px!important;
    bottom:31px!important;
    max-width:calc(100% - 24px)!important;
  }
  .ta-slide-caption>span{
    display:inline-flex!important;
    max-width:100%!important;
    font-size:8px!important;
    line-height:1!important;
    padding:5px 7px!important;
  }
  .ta-slide-caption h1{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
    overflow:hidden!important;
    max-height:3.3em!important;
    margin:6px 0 0!important;
    font-size:clamp(20px,6vw,27px)!important;
    line-height:1.08!important;
    letter-spacing:-.35px!important;
    word-break:normal!important;
    overflow-wrap:anywhere!important;
  }
  
  .ta-slide-overlay{inset:25% 0 0!important}
  .ta-slider-prev,.ta-slider-next{
    width:30px!important;
    height:30px!important;
    font-size:20px!important;
  }
  .ta-slider-prev{left:7px!important}.ta-slider-next{right:7px!important}

  .ta-slider-dots.ta-pagination-style-numbered{
    left:0!important;
    right:0!important;
    bottom:0!important;
    transform:none!important;
    width:100%!important;
    height:25px!important;
    min-height:25px!important;
    display:flex!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    gap:0!important;
    overflow:hidden!important;
    background:#f2f2f2!important;
  }
  .ta-pagination-style-numbered button:not(.ta-pagination-next){
    flex:1 1 0!important;
    width:auto!important;
    min-width:0!important;
    height:25px!important;
    line-height:25px!important;
    padding:0!important;
    font-size:clamp(7px,1.9vw,10px)!important;
  }
  .ta-pagination-style-numbered .ta-pagination-next{
    flex:0 0 25px!important;
    width:25px!important;
    min-width:25px!important;
    height:25px!important;
    line-height:25px!important;
    font-size:16px!important;
  }

  /* Keep the two side stories compact below the main slider. */
  .ta-lead-side{
    grid-template-columns:1fr!important;
    grid-template-rows:repeat(2,150px)!important;
    gap:10px!important;
    height:auto!important;
  }
  .ta-side-feature{min-height:150px!important}
  .ta-side-feature-caption{left:10px!important;right:10px!important;bottom:10px!important}
  .ta-side-feature-caption h2{font-size:12px!important;line-height:1.12!important}
}

@media (max-width:380px){
  .ta-modern-header .ta-brand-logo img.custom-logo,
  .ta-modern-header .ta-modern-brand img.custom-logo{max-height:36px!important}
  .ta-modern-header .ta-modern-brand{max-width:calc(100% - 82px)!important}
  .ta-slider{height:250px!important;min-height:250px!important}
  .ta-slide-caption h1{font-size:20px!important;line-height:1.06!important}
}

/* FINAL SEARCH FIX: always above page content, never clipped by header/home layers. */
.ta-modern-header{z-index:100000!important;overflow:visible!important}
.ta-search-panel{z-index:100001!important;pointer-events:auto!important;visibility:visible}
.ta-search-panel:not(.is-open){display:none!important}
.ta-search-panel.is-open{display:block!important}
.ta-search-trigger{pointer-events:auto!important}
@media(max-width:767px){
  .ta-search-panel{position:fixed!important;left:0!important;right:0!important;width:100%!important;top:calc(90px + var(--wp-admin--admin-bar--height, 0px))!important;z-index:100001!important}
}

/* Tema Bileşen Alanları: Slider üstü / altı / OYNAT altı */
.ta-component-slot{width:100%;margin:14px 0;clear:both;overflow:hidden}
.ta-component-slot .widget{margin:0;padding:0}
.ta-component-slot img{display:block;width:100%;max-width:100%;height:auto}
.ta-component-slot iframe{display:block;max-width:100%;width:100%;border:0}
.ta-component-slot picture{display:block;width:100%;max-width:100%}
.ta-component-slot figure{width:100%;max-width:100%;margin:0}
.ta-component-slot .ta-ad-widget{width:100%;max-width:100%;min-height:0}
@media(max-width:600px){.ta-component-slot{margin:10px 0}.ta-component-slot img{height:auto}}

/* X gönderilerini single.php video alanında ortala */
.ta-video-embed .twitter-tweet,
.ta-video-embed blockquote.twitter-tweet {
    width: 100% !important;
    max-width: 550px !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    box-sizing: border-box;
}
.ta-video-embed iframe[src*="platform.twitter.com"],
.ta-video-embed iframe[src*="x.com"],
.ta-video-embed iframe[title*="X gönderisi"],
.ta-video-embed iframe[title*="Twitter"] {
    display: block !important;
    width: 100% !important;
    max-width: 550px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
@media (max-width: 767px) {
    .ta-video-embed .twitter-tweet,
    .ta-video-embed blockquote.twitter-tweet,
    .ta-video-embed iframe[src*="platform.twitter.com"],
    .ta-video-embed iframe[src*="x.com"],
    .ta-video-embed iframe[title*="X gönderisi"],
    .ta-video-embed iframe[title*="Twitter"] {
        max-width: 100% !important;
    }
}

/* ANA SAYFA ALT KATEGORİ ALANI */
.ta-bottom-category{margin:38px 0 34px;padding:0}
.ta-bottom-category-heading{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;margin-bottom:14px}
.ta-bottom-category-heading h2{margin:0;color:#5d8d3e;font-size:21px;font-weight:900;line-height:1}
.ta-bottom-category-heading>span{height:4px;background:#789c5c;display:block;position:relative}
.ta-bottom-category-heading>span:after{content:"";position:absolute;left:0;top:0;width:140px;height:4px;background:#a8bd96}
.ta-bottom-category-heading a{font-size:11px;font-weight:900;color:#5d8d3e;white-space:nowrap}
.ta-bottom-category-heading a b{font-size:18px;margin-left:4px}
.ta-bottom-category-grid{display:grid;grid-template-columns:300px minmax(0,1fr) 140px;gap:20px;align-items:stretch}
.ta-bottom-trend{background:#f0f0f0;border-left:8px solid #5d8d3e;padding-bottom:8px;min-width:0}
.ta-bottom-trend-title{height:50px;background:#5d8d3e;color:#fff;display:flex;align-items:center;padding:0 14px;font-size:18px;font-weight:900;letter-spacing:.2px}
.ta-bottom-trend-title span{font-size:18px;margin-right:8px}
.ta-bottom-trend ol{list-style:none;padding:0 10px;margin:0}
.ta-bottom-trend li{border-bottom:1px solid #ddd}
.ta-bottom-trend li:last-child{border-bottom:0}
.ta-bottom-trend a{display:grid;grid-template-columns:32px minmax(0,1fr);gap:8px;align-items:center;min-height:50px;padding:7px 5px}
.ta-bottom-trend b{font-size:24px;color:#aaa;font-weight:900;text-align:center}
.ta-bottom-trend span{font-size:12px;line-height:1.25;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ta-bottom-main-news{min-width:0}
.ta-bottom-main-news>a{display:block;position:relative;background:#111;overflow:hidden}
.ta-bottom-main-image{height:250px;background:#111;overflow:hidden}
.ta-bottom-main-image img{width:100%;height:100%;object-fit:cover;display:block}
.ta-bottom-main-news>a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:45%;background:linear-gradient(transparent,rgba(0,0,0,.92));pointer-events:none}
.ta-bottom-main-news>a h3{position:absolute;z-index:2;left:16px;right:16px;bottom:18px;margin:0;color:#fff;text-align:center;font-size:22px;line-height:1.1;font-weight:900}
.ta-bottom-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:18px}
.ta-bottom-cards>a{min-width:0;display:block;position:relative;background:#111;overflow:hidden;height:155px}
.ta-bottom-cards>a>div{height:100%}
.ta-bottom-cards img{width:100%;height:100%;object-fit:cover;display:block}
.ta-bottom-cards>a:after,.ta-bottom-side>a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:55%;background:linear-gradient(transparent,rgba(0,0,0,.92));pointer-events:none}
.ta-bottom-cards strong,.ta-bottom-side strong{position:absolute;z-index:2;left:10px;right:10px;bottom:10px;color:#fff;font-size:13px;line-height:1.15;text-align:center;font-weight:900}
.ta-bottom-side{display:grid;grid-template-rows:1fr 1fr;gap:14px;min-width:0}
.ta-bottom-side>a{display:block;position:relative;background:#111;overflow:hidden;min-height:118px}
.ta-bottom-side>a>div{height:100%}
.ta-bottom-side img{width:100%;height:100%;object-fit:cover;display:block}
.ta-bottom-placeholder{height:100%;min-height:100%;background:linear-gradient(135deg,#181818,#050505);display:flex;align-items:center;justify-content:center;color:#fff}
.ta-bottom-placeholder span{font-size:11px;font-weight:700;opacity:.9}

@media(max-width:900px){
  .ta-bottom-category-grid{grid-template-columns:1fr 1.35fr;}
  .ta-bottom-side{grid-column:1/-1;grid-template-columns:1fr 1fr;grid-template-rows:150px}
}
@media(max-width:600px){
  .ta-bottom-category{margin:25px 0}
  .ta-bottom-category-heading{grid-template-columns:auto 1fr;gap:10px}
  .ta-bottom-category-heading a{grid-column:1/-1}
  .ta-bottom-category-heading h2{font-size:18px}
  .ta-bottom-category-grid{grid-template-columns:1fr;gap:12px}
  .ta-bottom-trend{order:2}
  .ta-bottom-main-news{order:1}
  .ta-bottom-side{order:3;grid-column:auto;grid-template-columns:1fr 1fr;grid-template-rows:130px;gap:10px}
  .ta-bottom-main-image{height:240px}
  .ta-bottom-main-news>a h3{font-size:18px;left:12px;right:12px;bottom:14px}
  .ta-bottom-cards{gap:10px;margin-top:10px}
  .ta-bottom-cards>a{height:130px}
  .ta-bottom-trend-title{font-size:15px;height:44px}
  .ta-bottom-trend a{min-height:44px}
}

/* =========================================================
   DETAILED AUTHORS / BUGÜNÜN YAZARLARI
   ========================================================= */
.ta-authors-detailed{margin:44px 0 56px;background:#f4f2f0;padding:0 0 18px;overflow:hidden}
.ta-authors-detailed .ta-authors-head{padding:0 0 0 0}
.ta-authors-detailed .ta-section-heading{margin:0 0 0;border-bottom:3px solid #8c654d;min-height:48px;padding:0 0 0}
.ta-authors-detailed .ta-section-heading h2{font-size:20px;color:#8c654d;letter-spacing:.2px;padding:0 0 8px;margin:0;text-transform:uppercase}
.ta-authors-detailed .ta-section-heading h2:after{background:#8c654d;width:28px;height:3px}
.ta-authors-all{font-size:11px!important;color:#8c654d!important;font-weight:900!important;text-decoration:none}
.ta-authors-all span{font-size:18px;margin-left:4px;vertical-align:-1px}
.ta-authors-carousel-wrap{position:relative;padding:30px 38px 0}
.ta-author-carousel{display:flex;gap:28px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:0 8px 8px}
.ta-author-carousel::-webkit-scrollbar{display:none}
.ta-author-card{flex:0 0 150px;min-width:150px;text-align:center;color:#555}
.ta-author-avatar{display:flex;width:100px;height:100px;margin:0 auto 10px;border-radius:50%;overflow:hidden;background:#ddd;border:3px solid #bd9878;align-items:center;justify-content:center}
.ta-author-avatar img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}
.ta-author-role{font-size:9px;letter-spacing:1.5px;color:#8c654d;font-weight:900;margin-bottom:7px}
.ta-author-name{display:block;color:#555;text-decoration:none;font-size:13px;font-weight:900;line-height:1.2;margin-bottom:7px}
.ta-author-story{display:block;color:#555;text-decoration:none;font-size:11px;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ta-author-arrow{position:absolute;top:78px;width:38px;height:52px;border:0;background:rgba(255,255,255,.82);box-shadow:0 1px 6px rgba(0,0,0,.08);color:#667;z-index:3;font-size:38px;line-height:45px;cursor:pointer}
.ta-author-prev{left:0}.ta-author-next{right:0}
.ta-author-arrow:hover{background:#fff}
.ta-author-dots{text-align:center;margin-top:2px}
.ta-author-dots span{display:inline-block;width:6px;height:6px;border-radius:50%;background:#aaa;margin:0 3px}.ta-author-dots span.is-active{background:#555}
@media(max-width:900px){
 .ta-authors-detailed .ta-section-heading{min-height:44px}.ta-authors-detailed .ta-section-heading h2{font-size:17px}
 .ta-authors-carousel-wrap{padding-left:28px;padding-right:28px}.ta-author-carousel{gap:18px}.ta-author-card{flex-basis:132px;min-width:132px}.ta-author-avatar{width:86px;height:86px}.ta-author-arrow{width:30px;height:46px;top:68px;font-size:30px}
}
@media(max-width:600px){
 .ta-authors-detailed{margin:30px 0 40px;padding-bottom:14px}.ta-authors-detailed .ta-section-heading{padding:0 4px}.ta-authors-detailed .ta-section-heading h2{font-size:15px}.ta-authors-all{font-size:9px!important}.ta-author-carousel{gap:12px;padding-left:4px;padding-right:4px}.ta-author-card{flex-basis:118px;min-width:118px}.ta-author-avatar{width:78px;height:78px}.ta-author-role{font-size:8px}.ta-author-name{font-size:11px}.ta-author-story{font-size:9px}.ta-author-arrow{top:63px}.ta-authors-carousel-wrap{padding-top:24px}
}

/* FINAL FIX — WordPress yönetici çubuğu ve tema header z-index çakışması */
#wpadminbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 2147483647 !important;
}

#wpadminbar .ab-sub-wrapper,
#wpadminbar .ab-submenu,
#wpadminbar .quicklinks .ab-sub-wrapper,
#wpadminbar .menupop .ab-sub-wrapper {
    z-index: 2147483647 !important;
}

/* Tema header admin bar'ın alt katmanında kalır. */
.ta-modern-header {
    position: relative !important;
    z-index: 1000 !important;
    isolation: auto !important;
}

.ta-modern-header .ta-redbar,
.ta-modern-header .ta-gray-nav,
.ta-modern-header .ta-primary-modern,
.ta-modern-header .ta-nav-hamburger,
.ta-modern-header .ta-header-actions {
    z-index: 1001 !important;
}

/* Tema açılır menüleri de admin bar'ın üzerine çıkamaz. */
.ta-modern-header .sub-menu,
.ta-modern-header .dropdown-menu,
.ta-modern-header .ta-primary-modern .menu-item-has-children > ul {
    z-index: 1002 !important;
}

/* Arama header'ın üzerinde çalışsın ama WordPress admin menüsünü kapatmasın. */
.ta-modern-header .ta-search-panel {
    z-index: 1003 !important;
}

@media (max-width: 782px) {
    #wpadminbar {
        z-index: 2147483647 !important;
    }
    .ta-modern-header {
        z-index: 1000 !important;
    }
}

/* FINAL: Site Identity logo must stay fully inside the header row. */
.ta-modern-header .ta-redbar,
.ta-modern-header .ta-redbar-inner{
    height:52px !important;
    min-height:52px !important;
}
.ta-modern-header .ta-redbar-inner{
    display:flex !important;
    align-items:center !important;
    overflow:visible !important;
}
.ta-modern-header .ta-modern-brand{
    flex:0 1 auto !important;
    min-width:0 !important;
    max-width:220px !important;
    height:52px !important;
    display:flex !important;
    align-items:center !important;
    overflow:hidden !important;
}
.ta-modern-header .ta-brand-logo,
.ta-modern-header .ta-brand-logo .custom-logo-link{
    flex:0 1 auto !important;
    min-width:0 !important;
    max-width:220px !important;
    height:52px !important;
    display:flex !important;
    align-items:center !important;
    overflow:hidden !important;
}
.ta-modern-header .ta-brand-logo img.custom-logo,
.ta-modern-header .ta-modern-brand img.custom-logo{
    display:block !important;
    width:auto !important;
    height:auto !important;
    max-width:220px !important;
    max-height:42px !important;
    object-fit:contain !important;
    flex:0 1 auto !important;
}
@media (max-width:900px){
    .ta-modern-header .ta-redbar,
    .ta-modern-header .ta-redbar-inner{
        height:48px !important;
        min-height:48px !important;
    }
    .ta-modern-header .ta-modern-brand{
        height:48px !important;
        max-width:180px !important;
    }
    .ta-modern-header .ta-brand-logo,
    .ta-modern-header .ta-brand-logo .custom-logo-link{
        height:48px !important;
        max-width:180px !important;
    }
    .ta-modern-header .ta-brand-logo img.custom-logo,
    .ta-modern-header .ta-modern-brand img.custom-logo{
        max-width:180px !important;
        max-height:38px !important;
    }
}
@media (max-width:767px){
    .ta-modern-header .ta-redbar,
    .ta-modern-header .ta-redbar-inner{
        height:50px !important;
        min-height:50px !important;
    }
    .ta-modern-header .ta-modern-brand{
        height:50px !important;
        max-width:calc(100vw - 92px) !important;
    }
    .ta-modern-header .ta-brand-logo,
    .ta-modern-header .ta-brand-logo .custom-logo-link{
        height:50px !important;
        max-width:100% !important;
    }
    .ta-modern-header .ta-brand-logo img.custom-logo,
    .ta-modern-header .ta-modern-brand img.custom-logo{
        max-width:100% !important;
        max-height:38px !important;
    }
}


/* V25 — VIDEO ALANI ALTINDA EKONOMİ / KUR BÖLÜMÜ */
.ta-economy-area{margin:30px 0 42px}
.ta-economy-head{display:flex;align-items:center;gap:16px;margin-bottom:12px}
.ta-economy-title{display:flex;align-items:center;gap:14px;min-width:0;flex:1}
.ta-economy-title h2{margin:0;font-size:22px;line-height:1;font-weight:1000;color:#2483bf;white-space:nowrap}
.ta-economy-title span{height:4px;background:#6fa7ca;flex:1;min-width:30px}
.ta-economy-head>a{font-size:11px;font-weight:900;color:#2483bf;text-decoration:none;white-space:nowrap}
.ta-economy-head>a b{font-size:18px;margin-left:4px}
.ta-economy-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1.35fr) 220px;gap:20px;align-items:stretch}
.ta-economy-main,.ta-economy-news article{min-width:0}
.ta-economy-media{height:250px;position:relative;overflow:hidden;background:#151515}
.ta-economy-media img,.ta-economy-small-media img{width:100%;height:100%;object-fit:cover;display:block}
.ta-economy-overlay{position:absolute;inset:45% 0 0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.9));pointer-events:none}
.ta-economy-media h3{position:absolute;left:20px;right:20px;bottom:18px;margin:0;color:#fff;font-size:23px;line-height:1.1;font-weight:1000;text-align:center;text-shadow:0 2px 4px #000;z-index:2}
.ta-economy-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#191919,#090909);color:#fff;font-size:12px;font-weight:800}
.ta-economy-news{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.ta-economy-news article{min-height:116px}
.ta-economy-news a{text-decoration:none;color:inherit;display:block;height:100%}
.ta-economy-small-media{height:116px;position:relative;overflow:hidden;background:#151515}
.ta-economy-small-media span{position:absolute;inset:45% 0 0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.8))}
.ta-economy-news h3{margin:0;padding:7px 8px 0;font-size:14px;line-height:1.1;font-weight:900;text-align:center}
.ta-economy-tools{display:flex;flex-direction:column;gap:18px}
.ta-economy-rates{border:1px solid #d7d7d7;background:#fff;padding:16px 12px}
.ta-economy-rates>h3{margin:0 0 8px;color:#1978ad;font-size:26px;line-height:1;font-weight:1000}
.ta-rate-row{display:flex;gap:9px;align-items:center;padding:9px 0;border-bottom:1px solid #e4e4e4}
.ta-rate-row:last-child{border-bottom:0}
.ta-rate-symbol{width:34px;height:34px;border-radius:50%;background:#1681ba;color:#fff;display:grid;place-items:center;font-size:21px;font-weight:900;flex:0 0 34px}
.ta-rate-name{min-width:0;display:flex;flex-direction:column;gap:3px}
.ta-rate-name strong{font-size:11px;color:#1d638d}
.ta-rate-name small{font-size:9px;color:#555;line-height:1.15}
.ta-rate-name b{color:#176f9d}
.ta-economy-ad{min-height:130px;background:#eee;overflow:hidden}
.ta-economy-ad .ta-ad-widget,.ta-economy-ad img,.ta-economy-ad iframe{width:100%;max-width:100%;box-sizing:border-box}
.ta-economy-ad img{height:auto;object-fit:contain}
@media(max-width:900px){
  .ta-economy-grid{grid-template-columns:1fr 1fr}
  .ta-economy-main{grid-row:span 2}
  .ta-economy-tools{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
  .ta-economy-area{margin:22px 0 30px}
  .ta-economy-head{gap:8px}
  .ta-economy-title{gap:8px}
  .ta-economy-title h2{font-size:19px}
  .ta-economy-head>a{font-size:8px}
  .ta-economy-grid{grid-template-columns:1fr;gap:12px}
  .ta-economy-main{grid-row:auto}
  .ta-economy-media{height:220px}
  .ta-economy-media h3{font-size:20px;left:12px;right:12px;bottom:14px}
  .ta-economy-news{gap:10px}
  .ta-economy-small-media{height:120px}
  .ta-economy-news h3{font-size:12px;padding-top:5px}
  .ta-economy-tools{grid-column:auto;display:grid;grid-template-columns:1fr;gap:10px}
}

/* UNIVERSAL IMAGE FALLBACK — görsel olmayan tüm haber alanları */
.ta-universal-placeholder{width:100%;height:100%;min-height:100px;background:linear-gradient(135deg,#181818 0%,#080808 100%);color:#fff;display:flex!important;align-items:center;justify-content:center;overflow:hidden;text-align:center}
.ta-universal-placeholder span{font-size:12px;font-weight:800;letter-spacing:.2px;opacity:.95}
.ta-four-img>.ta-universal-placeholder{min-height:0}
.ta-side-feature-img>.ta-universal-placeholder{min-height:0}
.ta-section-main>.ta-universal-placeholder,.ta-section-main a>.ta-universal-placeholder{min-height:100%}
.ta-section-list .ta-universal-placeholder{min-height:100%}
.ta-related-img>.ta-universal-placeholder,.ta-side-img>.ta-universal-placeholder{min-height:100%}

/* V22 — MOBİL HEADER: LOGO + HAVA DURUMU + ARAMA AYNI SATIRA SIĞSIN */
@media (max-width: 767px){
  .ta-modern-header .ta-redbar-inner{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:6px!important;
    padding-left:8px!important;
    padding-right:8px!important;
    overflow:hidden;
  }

  .ta-modern-header .ta-modern-brand{
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:none!important;
    overflow:hidden!important;
  }

  .ta-modern-header .ta-brand-logo,
  .ta-modern-header .ta-brand-logo .custom-logo-link{
    min-width:0!important;
    max-width:118px!important;
    overflow:hidden!important;
  }

  .ta-modern-header .ta-modern-brand .ta-brand-logo img.custom-logo,
  .ta-modern-header .ta-brand-logo img,
  .ta-modern-header .ta-modern-brand .custom-logo{
    width:auto!important;
    max-width:118px!important;
    max-height:32px!important;
    height:auto!important;
    object-fit:contain!important;
  }

  .ta-modern-header .ta-header-actions{
    flex:0 0 auto!important;
    min-width:0!important;
    margin-left:auto!important;
    gap:3px!important;
    white-space:nowrap!important;
  }

  .ta-modern-header .ta-header-weather{
    flex:0 0 auto!important;
    width:auto!important;
    max-width:72px!important;
    height:30px!important;
    gap:3px!important;
    font-size:10px!important;
    overflow:hidden!important;
  }

  .ta-modern-header .ta-header-weather .ta-weather-icon{
    font-size:13px!important;
    flex:0 0 auto!important;
  }

  .ta-modern-header .ta-header-weather strong{
    font-size:11px!important;
    flex:0 0 auto!important;
  }

  .ta-modern-header .ta-header-weather .ta-weather-city{
    max-width:38px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:9px!important;
  }

  .ta-modern-header .ta-search-trigger{
    flex:0 0 30px!important;
    width:30px!important;
    min-width:30px!important;
    height:30px!important;
    padding:0!important;
    font-size:20px!important;
  }

  .ta-modern-header .ta-search-trigger svg{
    width:19px!important;
    height:19px!important;
  }
}

@media (max-width: 420px){
  .ta-modern-header .ta-brand-logo,
  .ta-modern-header .ta-brand-logo .custom-logo-link,
  .ta-modern-header .ta-modern-brand .ta-brand-logo img.custom-logo,
  .ta-modern-header .ta-brand-logo img,
  .ta-modern-header .ta-modern-brand .custom-logo{
    max-width:105px!important;
  }
  .ta-modern-header .ta-header-weather{max-width:68px!important}
  .ta-modern-header .ta-header-weather .ta-weather-city{max-width:32px!important}
}

/* FINAL V26 — MOBİL HEADER: HAVA + ARAMA İKİSİ DE AYNI SATIRDA
   Sonradan eklenen çakışan kuralları kesin olarak geçersiz kılar. */
@media (max-width: 767px){
  .ta-modern-header .ta-redbar-inner{
    position:relative!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    width:100%!important;
    max-width:none!important;
    height:50px!important;
    padding:0 86px 0 8px!important;
    margin:0!important;
    box-sizing:border-box!important;
    gap:0!important;
    overflow:hidden!important;
  }

  .ta-modern-header .ta-modern-brand{
    position:relative!important;
    flex:1 1 auto!important;
    width:auto!important;
    max-width:100%!important;
    min-width:0!important;
    height:50px!important;
    margin:0!important;
    overflow:hidden!important;
    justify-content:flex-start!important;
  }

  .ta-modern-header .ta-brand-logo,
  .ta-modern-header .ta-brand-logo .custom-logo-link{
    max-width:100%!important;
    min-width:0!important;
    height:50px!important;
    overflow:hidden!important;
    justify-content:flex-start!important;
  }

  .ta-modern-header .ta-modern-brand img.custom-logo,
  .ta-modern-header .ta-brand-logo img{
    display:block!important;
    width:auto!important;
    max-width:100%!important;
    height:auto!important;
    max-height:38px!important;
    object-fit:contain!important;
  }

  /* Hava + arama için sabit alan. Hava artık aramayı itemez. */
  .ta-modern-header .ta-header-actions{
    position:absolute!important;
    right:4px!important;
    top:0!important;
    width:78px!important;
    min-width:78px!important;
    max-width:78px!important;
    height:50px!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    flex:0 0 78px!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:4px!important;
    overflow:visible!important;
    z-index:10000!important;
    box-sizing:border-box!important;
  }

  .ta-modern-header .ta-header-weather{
    display:flex!important;
    flex:0 0 38px!important;
    width:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    height:30px!important;
    align-items:center!important;
    justify-content:center!important;
    gap:2px!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    font-size:9px!important;
  }

  .ta-modern-header .ta-header-weather .ta-weather-icon{
    font-size:12px!important;
    flex:0 0 auto!important;
  }
  .ta-modern-header .ta-header-weather strong{
    font-size:10px!important;
    flex:0 0 auto!important;
  }
  .ta-modern-header .ta-header-weather .ta-weather-city{
    display:none!important;
  }

  .ta-modern-header .ta-search-trigger{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    z-index:10001!important;
    flex:0 0 32px!important;
    width:32px!important;
    min-width:32px!important;
    max-width:32px!important;
    height:32px!important;
    min-height:32px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:3px!important;
    background:rgba(0,0,0,.16)!important;
    color:#fff!important;
    pointer-events:auto!important;
    cursor:pointer!important;
  }

  .ta-modern-header .ta-search-trigger svg{
    display:block!important;
    width:19px!important;
    height:19px!important;
    stroke:#fff!important;
    fill:none!important;
    stroke-width:2.2!important;
    pointer-events:none!important;
  }

  .ta-modern-header .ta-login{display:none!important;}
}

@media (max-width:380px){
  .ta-modern-header .ta-redbar-inner{padding-right:82px!important;}
  .ta-modern-header .ta-header-actions{width:74px!important;min-width:74px!important;max-width:74px!important;}
  .ta-modern-header .ta-header-weather{flex-basis:34px!important;width:34px!important;min-width:34px!important;max-width:34px!important;}
  .ta-modern-header .ta-search-trigger{flex-basis:31px!important;width:31px!important;min-width:31px!important;max-width:31px!important;}
}

/* V25 — MOBİL HEADER: GİZLİ MENÜ ALANI TAMAMEN KALDIRILDI
   Logo sola yaslanır; MGM hava durumu + arama sağda kalır. */
@media (max-width: 767px){
  .ta-modern-header .ta-redbar-inner{
    display:flex !important;
    align-items:center !important;
    box-sizing:border-box !important;
    width:100% !important;
    max-width:none !important;
    height:50px !important;
    min-height:50px !important;
    margin:0 !important;
    padding:0 6px 0 0 !important;
    gap:0 !important;
    overflow:hidden !important;
  }

  /* Üst kırmızı satırdaki kullanılmayan hamburger alanı: tamamen yok. */
  .ta-modern-header .ta-modern-menu-toggle,
  .ta-modern-header .ta-redbar-inner > .ta-modern-menu-toggle{
    display:none !important;
    width:0 !important;
    min-width:0 !important;
    max-width:0 !important;
    flex:0 0 0 !important;
    margin:0 !important;
    padding:0 !important;
  }

  /* Logo artık kalan alanın tamamını kullanır ve sola yaslanır. */
  .ta-modern-header .ta-modern-brand{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex:1 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    height:50px !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
  }

  .ta-modern-header .ta-brand-logo,
  .ta-modern-header .ta-brand-logo .custom-logo-link{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    width:auto !important;
    max-width:100% !important;
    min-width:0 !important;
    height:50px !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
  }

  .ta-modern-header .ta-brand-logo img.custom-logo,
  .ta-modern-header .ta-modern-brand img.custom-logo{
    display:block !important;
    width:auto !important;
    max-width:100% !important;
    height:auto !important;
    max-height:44px !important;
    object-fit:contain !important;
    object-position:left center !important;
  }

  /* Hava durumu + arama birlikte sağda. */
  .ta-modern-header .ta-header-actions{
    position:relative !important;
    right:auto !important;
    top:auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    flex:0 0 auto !important;
    width:auto !important;
    min-width:0 !important;
    height:50px !important;
    margin:0 !important;
    padding:0 !important;
    gap:2px !important;
    overflow:visible !important;
  }

  .ta-modern-header .ta-header-weather{
    display:flex !important;
    align-items:center !important;
    flex:0 1 auto !important;
    min-width:0 !important;
    max-width:76px !important;
    height:32px !important;
    gap:2px !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    font-size:10px !important;
  }

  .ta-modern-header .ta-header-weather .ta-weather-icon{
    flex:0 0 auto !important;
    font-size:12px !important;
  }
  .ta-modern-header .ta-header-weather strong{
    flex:0 0 auto !important;
    font-size:11px !important;
  }
  .ta-modern-header .ta-header-weather .ta-weather-city{
    display:none !important;
  }

  .ta-modern-header .ta-search-trigger{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
    flex:0 0 36px !important;
    width:36px !important;
    min-width:36px !important;
    height:36px !important;
    min-height:36px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:rgba(0,0,0,.16) !important;
    color:#fff !important;
    z-index:100 !important;
  }

  .ta-modern-header .ta-search-trigger svg{
    width:19px !important;
    height:19px !important;
  }
}

@media (max-width:360px){
  .ta-modern-header .ta-header-weather{max-width:58px !important}
  .ta-modern-header .ta-search-trigger{flex-basis:34px !important;width:34px !important;min-width:34px !important}
  .ta-modern-header .ta-brand-logo img.custom-logo,
  .ta-modern-header .ta-modern-brand img.custom-logo{max-height:40px !important}
}

/* V26 — MOBILE: HAMBURGER TAMAMEN KALDIR + LOGO SOLA YASLA */
@media (max-width: 767px){
  /* Mobilde artık hiçbir hamburger alanı kullanılmıyor. */
  .ta-modern-header .ta-nav-hamburger,
  .ta-modern-header .ta-modern-menu-toggle{
    display:none !important;
    width:0 !important;
    min-width:0 !important;
    max-width:0 !important;
    height:0 !important;
    flex:0 0 0 !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    overflow:hidden !important;
    visibility:hidden !important;
  }

  /* Logo için gizli menü boşluğu bırakma. */
  .ta-modern-header .ta-redbar-inner{
    padding-left:0 !important;
    padding-right:4px !important;
    gap:0 !important;
  }

  .ta-modern-header .ta-modern-brand{
    position:relative !important;
    left:0 !important;
    transform:none !important;
    justify-content:flex-start !important;
    margin-left:0 !important;
    padding-left:0 !important;
  }

  .ta-modern-header .ta-brand-logo,
  .ta-modern-header .ta-brand-logo .custom-logo-link{
    justify-content:flex-start !important;
    margin-left:0 !important;
    padding-left:0 !important;
  }

  /* Kullanılan logo dosyasındaki iç boşluğu da mobilde telafi et. */
  .ta-modern-header .ta-brand-logo img.custom-logo,
  .ta-modern-header .ta-modern-brand img.custom-logo{
    margin-left:-46px !important;
    max-width:calc(100% + 46px) !important;
    object-position:left center !important;
  }

  /* Hava durumu ve arama sağda kalır. */
  .ta-modern-header .ta-header-actions{
    flex:0 0 auto !important;
    width:auto !important;
    min-width:0 !important;
    margin-left:auto !important;
  }
}

@media (max-width:360px){
  .ta-modern-header .ta-brand-logo img.custom-logo,
  .ta-modern-header .ta-modern-brand img.custom-logo{
    margin-left:-40px !important;
    max-width:calc(100% + 40px) !important;
  }
}

/* V27 — MOBİL LOGO: SOLDAKİ GÖRSEL/WRAPPER BOŞLUĞUNU KESİN OLARAK KALDIR */
@media (max-width: 767px){
  .ta-modern-header .ta-redbar-inner{
    padding-left:0 !important;
    padding-right:4px !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  .ta-modern-header .ta-modern-brand{
    left:0 !important;
    margin-left:0 !important;
    padding-left:0 !important;
    transform:none !important;
    justify-content:flex-start !important;
    overflow:hidden !important;
  }

  .ta-modern-header .ta-brand-logo,
  .ta-modern-header .ta-brand-logo .custom-logo-link{
    margin-left:0 !important;
    padding-left:0 !important;
    justify-content:flex-start !important;
    overflow:hidden !important;
  }

  /* Logo dosyasındaki yaklaşık 50px şeffaf sol alanı telafi et. */
  .ta-modern-header .ta-brand-logo img.custom-logo,
  .ta-modern-header .ta-modern-brand img.custom-logo{
    display:block !important;
    margin-left:0 !important;
    transform:translateX(-52px) !important;
    max-width:calc(100% + 52px) !important;
    object-position:left center !important;
  }

  /* Hava durumu + arama sabit sağ alanda kalsın. */
  .ta-modern-header .ta-header-actions{
    position:absolute !important;
    right:4px !important;
    top:0 !important;
    margin-left:0 !important;
    z-index:1001 !important;
  }
}

@media (max-width:360px){
  .ta-modern-header .ta-brand-logo img.custom-logo,
  .ta-modern-header .ta-modern-brand img.custom-logo{
    transform:translateX(-46px) !important;
    max-width:calc(100% + 46px) !important;
  }
}

/* V22 — MOBİL HEADER: LOGO SOLDA, HAVA + ARAMA SAĞDA
   Masaüstü üst linkleri mobilde yer kaplamasın. */
@media (max-width: 767px){
  .ta-modern-header .ta-redbar-inner{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    width:100% !important;
    max-width:none !important;
    padding:0 8px !important;
    margin:0 !important;
    gap:6px !important;
    box-sizing:border-box !important;
  }
  .ta-modern-header .ta-top-links-modern{
    display:none !important;
  }
  .ta-modern-header .ta-modern-brand{
    order:1 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex:1 1 auto !important;
    min-width:0 !important;
    width:auto !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
  }
  .ta-modern-header .ta-brand-logo,
  .ta-modern-header .ta-brand-logo .custom-logo-link{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex:0 1 auto !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
  }
  .ta-modern-header .ta-brand-logo img.custom-logo,
  .ta-modern-header .ta-modern-brand .custom-logo{
    display:block !important;
    width:auto !important;
    max-width:100% !important;
    height:auto !important;
    max-height:38px !important;
    object-fit:contain !important;
    object-position:left center !important;
    margin:0 !important;
  }
  .ta-modern-header .ta-header-actions{
    order:2 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    flex:0 0 auto !important;
    width:auto !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    gap:4px !important;
  }
  .ta-modern-header .ta-header-weather{
    flex:0 0 auto !important;
    max-width:70px !important;
    overflow:hidden !important;
    white-space:nowrap !important;
    gap:2px !important;
  }
  .ta-modern-header .ta-header-weather .ta-weather-city{
    max-width:42px !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  .ta-modern-header .ta-search-trigger{
    display:flex !important;
    flex:0 0 30px !important;
    width:30px !important;
    min-width:30px !important;
    height:32px !important;
    margin:0 !important;
    padding:0 !important;
    align-items:center !important;
    justify-content:center !important;
  }
  .ta-modern-header .ta-login{display:none !important;}
}

@media (max-width: 380px){
  .ta-modern-header .ta-redbar-inner{padding:0 5px !important;gap:4px !important;}
  .ta-modern-header .ta-brand-logo img.custom-logo,
  .ta-modern-header .ta-modern-brand .custom-logo{max-height:34px !important;}
  .ta-modern-header .ta-header-weather{max-width:60px !important;font-size:10px !important;}
  .ta-modern-header .ta-header-weather .ta-weather-city{display:none !important;}
  .ta-modern-header .ta-search-trigger{flex-basis:29px !important;width:29px !important;min-width:29px !important;}
}


/* V25 — SLIDER BAŞLIK/AÇIKLAMA METİN DÜZENİ
   Başlık kelime ortasında kesilmez; taşarsa tamamlanan kelimeler arasından kısaltılır.
   Açıklama her zaman tek satırdır. */
.ta-slide-caption h1{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  overflow-wrap:normal;
  word-break:normal;
}



/* FINAL — Slider başlığı tam gösterilir; üç nokta ve satır kırpması yok. */
.ta-slide-caption h1{
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  -webkit-line-clamp:unset !important;
  display:block !important;
  max-height:none !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}

.ta-embed-facade{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:360px;border:0;background:#111;color:#fff;cursor:pointer;font:inherit;font-weight:800;gap:12px}.ta-embed-facade .ta-facade-play{display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:#fff;color:#111;font-size:28px}.ta-embed-facade:hover{filter:brightness(1.08)}.ta-embed-loaded{display:block;width:100%;min-height:360px;border:0}.ta-embed-facebook{background:#111}@media(max-width:767px){.ta-embed-facade,.ta-embed-loaded{min-height:240px}}

/* Ekonomi altı: 3 yönetilebilir kategori alanı */
.ta-economy-subsections{margin:28px 0 0}
.ta-economy-sub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.ta-economy-sub-section{min-width:0}
.ta-economy-sub-head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:2px solid #111;padding-bottom:10px;margin-bottom:14px}
.ta-economy-sub-head h2{margin:0;font-size:20px;font-weight:800;text-transform:uppercase}
.ta-economy-sub-head a{font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap}
.ta-economy-sub-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ta-economy-sub-card{min-width:0}
.ta-economy-sub-card a{text-decoration:none;color:inherit}
.ta-economy-sub-media{aspect-ratio:16/9;overflow:hidden;background:#f1f1f1;border-radius:4px}
.ta-economy-sub-media img{width:100%;height:100%;object-fit:cover;display:block}
.ta-economy-sub-card h3{font-size:15px;line-height:1.3;font-weight:700;margin:8px 0 0}
@media (max-width:600px){.ta-economy-sub-grid{grid-template-columns:1fr;gap:24px}.ta-economy-sub-section:last-child:nth-child(odd){grid-column:auto}.ta-economy-sub-list{grid-template-columns:repeat(2,minmax(0,1fr))}.ta-economy-sub-head h2{font-size:18px}}


/* YEREL GÜNDEM — ekonomi altı yatay haber alanı */
.ta-local-gundem{margin:34px 0 42px;background:#e9e9e9;padding:0 22px 24px}
.ta-local-gundem-head{height:74px;margin:0 -22px 0;padding:0 22px;display:flex;align-items:center;justify-content:space-between;background:#4a4a4a}
.ta-local-gundem-brand{display:flex;align-items:center}
.ta-local-gundem-mark{display:inline-flex;align-items:center;gap:3px;padding:7px 9px;background:#f3b52b;color:#242424;font-size:13px;line-height:1;font-weight:1000;letter-spacing:-.3px;transform:skew(-6deg)}
.ta-local-gundem-mark b{font-weight:1000}
.ta-local-gundem-head>a{color:#fff;text-decoration:none;font-size:20px;font-weight:1000;white-space:nowrap}
.ta-local-gundem-head>a b{font-size:25px;margin-left:5px}
.ta-local-gundem-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:-22px}
.ta-local-gundem-card{min-width:0}
.ta-local-gundem-card>a{display:block;text-decoration:none;color:inherit}
.ta-local-gundem-media{height:188px;position:relative;overflow:hidden;border-radius:11px;background:#151515;border:2px dotted rgba(255,255,255,.9)}
.ta-local-gundem-media img{width:100%;height:100%;display:block;object-fit:cover}
.ta-local-gundem-media>span{position:absolute;inset:38% 0 0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.9));pointer-events:none}
.ta-local-gundem-media h3{position:absolute;left:12px;right:12px;bottom:12px;margin:0;color:#fff;text-align:center;font-size:15px;line-height:1.12;font-weight:1000;text-shadow:0 2px 4px rgba(0,0,0,.85);z-index:2}
@media(max-width:900px){
  .ta-local-gundem{padding-left:16px;padding-right:16px}
  .ta-local-gundem-head{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}
  .ta-local-gundem-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
}
@media(max-width:767px){
  .ta-local-gundem{margin:24px 0 30px;padding:0 10px 14px}
  .ta-local-gundem-head{height:58px;margin-left:-10px;margin-right:-10px;padding:0 10px}
  .ta-local-gundem-mark{font-size:10px;padding:6px 7px}
  .ta-local-gundem-head>a{font-size:13px}
  .ta-local-gundem-head>a b{font-size:18px}
  .ta-local-gundem-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:-12px}
  .ta-local-gundem-media{height:145px;border-radius:8px}
  .ta-local-gundem-media h3{font-size:12px;left:7px;right:7px;bottom:8px}
}

/* Footer legal notice: keep copyright information on the right of the top row. */
.footer-grid{align-items:start}
.footer-main-info{min-width:0}
.footer-legal-top{display:flex;justify-content:flex-end;text-align:right;align-items:flex-start}
.footer-legal-top .ta-footer-copyright{max-width:100%;font-size:10px;line-height:1.65}
.footer-bottom{display:block}
@media (max-width:900px){
  .footer-legal-top{justify-content:flex-start;text-align:left}
}
@media (max-width:700px){
  .footer-legal-top .ta-footer-copyright{font-size:10px}
  .ta-footer-separator{margin:0 4px}
}

/* Görseli olmayan haberlerde marka metni yerine haber başlığını göster. */
.ta-slide-placeholder{width:100%;height:100%;min-height:100%;background:linear-gradient(135deg,#17191c 0%,#050506 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center;color:#fff;padding:24px;box-sizing:border-box}
.ta-slide-placeholder-label{display:block;max-width:88%;font-size:clamp(24px,3.2vw,42px);line-height:1.05;font-weight:900;letter-spacing:-.5px;text-transform:uppercase;overflow-wrap:anywhere}
@media (max-width:767px){.ta-slide-placeholder{padding:18px}.ta-slide-placeholder-label{font-size:clamp(20px,6vw,30px)}}
.ta-single-placeholder{padding:32px;box-sizing:border-box;font-size:clamp(22px,3vw,38px);font-weight:900;line-height:1.08;text-transform:uppercase}

/* V23 — LOGO HEADER SINIRLARI
   Logo hiçbir ekran genişliğinde header dışına taşmaz veya diğer header elemanlarını zorlamaz. */
.ta-modern-header .ta-modern-brand{
    min-width:0!important;
    max-width:220px!important;
    overflow:hidden!important;
}
.ta-modern-header .ta-brand-logo,
.ta-modern-header .ta-brand-logo .custom-logo-link{
    min-width:0!important;
    max-width:100%!important;
    width:auto!important;
    overflow:hidden!important;
}
.ta-modern-header .ta-brand-logo img.custom-logo,
.ta-modern-header .ta-modern-brand .custom-logo{
    display:block!important;
    width:auto!important;
    max-width:100%!important;
    height:auto!important;
    max-height:42px!important;
    object-fit:contain!important;
}

@media (max-width:900px){
    .ta-modern-header .ta-modern-brand{
        max-width:min(220px,calc(100vw - 100px))!important;
    }
    .ta-modern-header .ta-brand-logo img.custom-logo,
    .ta-modern-header .ta-modern-brand .custom-logo{
        max-width:100%!important;
        max-height:38px!important;
    }
}

@media (max-width:767px){
    .ta-modern-header .ta-modern-brand{
        flex:1 1 auto!important;
        width:auto!important;
        max-width:calc(100vw - 24px)!important;
        min-width:0!important;
        overflow:hidden!important;
    }
    .ta-modern-header .ta-brand-logo,
    .ta-modern-header .ta-brand-logo .custom-logo-link{
        width:100%!important;
        max-width:100%!important;
        min-width:0!important;
        overflow:hidden!important;
    }
    .ta-modern-header .ta-brand-logo img.custom-logo,
    .ta-modern-header .ta-modern-brand .custom-logo{
        width:auto!important;
        max-width:100%!important;
        max-height:42px!important;
        height:auto!important;
        object-fit:contain!important;
        object-position:left center!important;
    }
}
