/*
Theme Name: tema2
Theme URI: https://taksigazetesi.com
Author: Serkan Gürkaş
Description: Taksi Gazetesi için akıllı sosyal medya görseli, X/Instagram otomatik paylaşım, WhatsApp önizlemesi, SEO ve haber portalı özellikleri içeren WordPress teması.
Version: 2.1.0
Text Domain: taksihaber
*/
:root{--yellow:#ffd400;--black:#0d0d0d;--gray:#f3f4f6;--muted:#6b7280;--red:#e30613;--max:1280px}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#161616;background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 28px));margin:auto}
.topbar{background:#080808;color:#fff;font-size:13px}.topbar .container{min-height:34px;display:flex;justify-content:space-between;align-items:center}
.brandbar{background:#06182f}.brandbar .container{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 0}.brand-logo img{width:430px;max-height:112px;object-fit:contain;object-position:left center}.tagline{color:#fff;font-weight:800;font-size:13px}
.nav{background:#111;color:#fff;position:sticky;top:0;z-index:99;border-bottom:3px solid var(--yellow)}.nav .container{display:flex;overflow-x:auto}.nav a{padding:14px 12px;font-size:13px;font-weight:900;white-space:nowrap}.nav a:hover{background:var(--yellow);color:#111}
.breaking{background:#fff;border-bottom:1px solid #ddd;overflow:hidden}.breaking .container{display:flex;align-items:center;height:42px;padding:0}.breaking-label{background:var(--red);color:#fff;font-weight:900;height:42px;display:flex;align-items:center;padding:0 14px;flex:none;z-index:2}.ticker{overflow:hidden;white-space:nowrap;flex:1}.ticker-track{display:inline-flex;align-items:center;gap:40px;padding-left:100%;animation:ticker 42s linear infinite}.ticker:hover .ticker-track{animation-play-state:paused}.ticker a{font-weight:800;font-size:14px}.ticker a:after{content:"•";color:var(--red);margin-left:40px}@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-100%)}}
.tg-admin-links{background:#1b1b1b}.tg-admin-links .container{display:flex;gap:14px;flex-wrap:wrap;padding:8px 0}.tg-admin-links a{color:var(--yellow);font-size:12px;font-weight:900}
.tg-ad{margin:16px auto;text-align:center}.tg-ad-label{font-size:9px;color:#999;letter-spacing:.18em;margin-bottom:5px}.tg-ad img{margin:auto;border-radius:8px;max-height:260px;object-fit:contain}
.headline-wrap{margin:20px auto 8px}.headline{position:relative;background:#111;border-radius:14px;overflow:hidden;height:520px}.headline-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease}.headline-slide.active{opacity:1;visibility:visible}.headline-slide img{width:100%;height:100%;object-fit:cover}.headline-fallback{position:absolute;inset:0;background:linear-gradient(135deg,#071a37,#111)}.headline-overlay{position:absolute;inset:0;background:linear-gradient(transparent 25%,rgba(0,0,0,.92));display:flex;align-items:flex-end;padding:36px;color:#fff}.headline-overlay h1{margin:8px 0 0;font-size:42px;line-height:1.06;max-width:980px}.badge{display:inline-block;background:var(--yellow);color:#111;padding:6px 9px;border-radius:5px;font-size:12px;font-weight:900}
.headline-numbers{display:grid;grid-template-columns:repeat(15,1fr);gap:5px;margin-top:8px}.headline-number{border:0;background:#111;color:#fff;font-weight:900;cursor:pointer;padding:10px 0;border-radius:5px}.headline-number.active,.headline-number:hover{background:var(--yellow);color:#111}
.section{margin:32px 0}.section-head{display:flex;justify-content:space-between;align-items:end;border-bottom:3px solid #111;margin-bottom:18px}.section-head h2{background:#111;color:#fff;padding:9px 14px;margin:0}.section-head a{font-size:12px;font-weight:900;padding-bottom:8px}
.news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.news-card{border:1px solid #e4e4e4;border-radius:10px;overflow:hidden}.news-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.news-card-body{padding:12px}.news-card h3{font-size:18px;line-height:1.2;margin:0 0 8px}.meta{font-size:12px;color:var(--muted)}
.two-col{display:grid;grid-template-columns:2fr 1fr;gap:26px}.list-item{display:grid;grid-template-columns:220px 1fr;gap:16px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #e5e5e5}.list-item img{width:220px;aspect-ratio:16/10;object-fit:cover;border-radius:8px}.list-item h3{margin:0 0 8px;font-size:22px}
.sidebar-box{border:1px solid #ddd;border-radius:10px;margin-bottom:18px;overflow:hidden}.sidebar-box h3{margin:0;padding:12px 14px;background:#111;color:#fff}.sidebar-box .inner{padding:14px}.sidebar-link{display:block;padding:9px 0;border-bottom:1px solid #eee;font-weight:700}
.article h1{font-size:44px;line-height:1.08}.article .lead{font-size:20px;font-weight:600;color:#444}.article-content{font-size:18px;line-height:1.65}.breadcrumb{font-size:13px;color:#777;margin:18px 0}
.footer{background:#0b0b0b;color:#ddd;margin-top:40px;padding:36px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:25px}.footer h3{color:var(--yellow)}.copyright{border-top:1px solid #333;margin-top:20px;padding-top:14px;color:#999;font-size:12px}
@media(max-width:900px){.two-col{grid-template-columns:1fr}.news-grid{grid-template-columns:repeat(2,1fr)}.headline{height:420px}.headline-overlay h1{font-size:32px}.brand-logo img{width:330px}.headline-numbers{grid-template-columns:repeat(8,1fr)}}
@media(max-width:600px){.tagline{display:none}.brand-logo img{width:260px}.headline{height:330px}.headline-overlay{padding:22px}.headline-overlay h1{font-size:26px}.headline-numbers{grid-template-columns:repeat(5,1fr)}.news-grid{grid-template-columns:1fr}.list-item{grid-template-columns:120px 1fr}.list-item img{width:120px}.list-item h3{font-size:17px}.article h1{font-size:31px}.topbar .container{font-size:11px}.ticker-track{animation-duration:34s}}

/* Tema 4: Ensonhaber tarzı çift manşet ve mobil slider */
.brand-logo img{width:520px;max-height:132px}.headline-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:18px;align-items:start}.headline-box{position:relative;min-width:0}.headline{border-radius:5px 5px 0 0}.headline-slide{transform:translateX(18px);transition:opacity .42s ease,transform .42s ease}.headline-slide.active{transform:translateX(0)}
.slider-arrow{position:absolute;z-index:8;top:50%;transform:translateY(-50%);width:48px;height:68px;border:0;background:rgba(0,0,0,.68);color:#fff;font-size:48px;line-height:1;cursor:pointer;opacity:0;transition:opacity .2s,background .2s}.headline-box:hover .slider-arrow,.slider-arrow:focus-visible{opacity:1}.slider-arrow:hover{background:var(--red)}.slider-prev{left:0;border-radius:0 6px 6px 0}.slider-next{right:0;border-radius:6px 0 0 6px}
.side-slides{height:520px;position:relative;overflow:hidden;border-radius:5px;background:#111}.side-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateX(20px);transition:opacity .42s ease,transform .42s ease}.side-slide.active{opacity:1;visibility:visible;transform:translateX(0)}.side-slide a,.side-slide img{display:block;width:100%;height:100%}.side-slide img{object-fit:cover}.side-overlay{position:absolute;inset:0;padding:28px;display:flex;align-items:flex-end;color:#fff;background:linear-gradient(transparent 35%,rgba(0,0,0,.93))}.side-overlay h2{font-size:29px;line-height:1.08;margin:0 0 18px}.side-dots{position:absolute;z-index:9;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:7px}.side-dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#ddd;cursor:pointer}.side-dot.active{background:var(--red)}
@media(max-width:1050px){.headline-layout{grid-template-columns:minmax(0,1.65fr) minmax(280px,1fr)}.headline,.side-slides{height:430px}.headline-overlay h1{font-size:32px}.side-overlay h2{font-size:23px}.brand-logo img{width:430px}}
@media(max-width:800px){.headline-layout{grid-template-columns:1fr}.headline,.side-slides{height:410px}.side-slider{margin-top:6px}.headline-numbers{display:flex;overflow-x:auto;scrollbar-width:none}.headline-number{flex:0 0 46px}.slider-arrow{opacity:.82;width:42px;height:58px;font-size:40px}.brand-logo img{width:380px}.tagline{display:none}}
@media(max-width:600px){.container{width:min(100% - 20px,var(--max))}.brandbar .container{justify-content:center;padding:8px 0}.brand-logo img{width:min(340px,86vw);max-height:104px;object-position:center}.headline-wrap{margin-top:12px}.headline,.side-slides{height:330px}.headline-overlay{padding:20px 18px}.headline-overlay h1{font-size:25px}.side-overlay{padding:20px 18px 34px}.side-overlay h2{font-size:24px}.slider-arrow{width:36px;height:52px;font-size:36px}}

/* Tema 5: Taksi mesafe ve ücret hesaplama */
.taxi-calc{margin:26px 0 22px;padding:24px;border:1px solid #dedede;border-top:6px solid var(--yellow);border-radius:12px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.08)}.taxi-calc-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.taxi-calc-head h2{font-size:28px;margin:5px 0}.taxi-calc-head p{margin:0;color:var(--muted)}.taxi-icon{display:inline-block;background:#111;color:var(--yellow);font-size:11px;font-weight:900;letter-spacing:.12em;padding:5px 9px;border-radius:4px}.taxi-calc label{display:block;font-size:13px;font-weight:900}.taxi-calc input,.taxi-calc select{width:100%;height:48px;border:1px solid #cfd2d6;border-radius:7px;background:#fff;padding:0 12px;font-size:15px;margin-top:7px;outline:none}.taxi-calc input:focus,.taxi-calc select:focus{border-color:#111;box-shadow:0 0 0 3px rgba(255,212,0,.35)}.taxi-calc-grid{display:grid;grid-template-columns:280px 1fr;gap:20px;align-items:end}.tariff-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.tariff-cards div{background:#f3f4f6;border-radius:8px;padding:11px 14px}.tariff-cards small,.calc-result small{display:block;color:var(--muted);font-size:11px;font-weight:800;margin-bottom:5px}.tariff-cards strong{font-size:19px}.route-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:14px;align-items:end;margin-top:18px}.route-field{position:relative}.input-action{display:flex;gap:6px}.input-action button{flex:none;margin-top:7px;border:0;border-radius:7px;background:#202020;color:#fff;padding:0 14px;font-weight:800;cursor:pointer}.calc-button{height:48px;border:0;border-radius:7px;background:var(--yellow);color:#111;padding:0 20px;font-size:14px;font-weight:900;cursor:pointer}.calc-button:hover{background:#111;color:#fff}.address-results{position:absolute;z-index:30;left:0;right:0;top:73px;background:#fff;border-radius:7px;box-shadow:0 10px 30px rgba(0,0,0,.22);overflow:hidden}.address-results:empty{display:none}.address-results button{display:block;width:100%;border:0;border-bottom:1px solid #eee;background:#fff;padding:10px 12px;text-align:left;font-size:12px;cursor:pointer}.address-results button:hover{background:#fff7c7}.calc-status{min-height:22px;margin-top:12px;font-size:13px;font-weight:800}.calc-status.error{color:#c40000}.calc-status.success{color:#087b37}.calc-status.loading{color:#555}.calc-result{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:12px;margin-top:8px}.calc-result>div{padding:14px;border-radius:8px;background:#f3f4f6}.calc-result strong{font-size:21px}.calc-result .total{background:#111;color:#fff}.calc-result .total small{color:#ddd}.calc-result .total strong{color:var(--yellow);font-size:27px}.arrival-estimate{margin-top:12px;padding-top:10px;border-top:1px solid rgba(255,255,255,.18)}.arrival-estimate small{margin-bottom:4px}.arrival-estimate strong{display:block;color:#fff!important;font-size:18px!important;line-height:1.2}.calc-note{font-size:11px;color:#777;margin:12px 0 0}
@media(max-width:900px){.taxi-calc-grid{grid-template-columns:1fr}.route-grid{grid-template-columns:1fr 1fr}.calc-button{grid-column:1/-1}.calc-result{grid-template-columns:1fr 1fr}.calc-result .total{grid-column:1/-1}}
@media(max-width:600px){.taxi-calc{padding:17px;margin:18px 0}.taxi-calc-head h2{font-size:23px}.tariff-cards{grid-template-columns:1fr 1fr 1fr;gap:6px}.tariff-cards div{padding:9px 7px}.tariff-cards strong{font-size:15px}.route-grid{grid-template-columns:1fr}.calc-button{grid-column:auto}.calc-result{grid-template-columns:1fr}.calc-result .total{grid-column:auto}}
.tariff-source{font-size:11px;color:#666;min-height:16px;margin-top:2px}.tariff-source a{font-weight:800;text-decoration:underline}.tariff-cards.loading{opacity:.55;pointer-events:none}.tariff-cards.loading div{animation:tariffPulse 1s ease-in-out infinite alternate}@keyframes tariffPulse{to{background:#fff3a1}}

/* Tema 8: manşet numarası hover geçişi ve görsel zoom efektleri */
.headline-slide img,.side-slide img,.news-card img,.list-item img{transition:transform .7s cubic-bezier(.2,.75,.25,1),filter .5s ease;will-change:transform}.headline-slide.active img{transform:scale(1.015)}.headline:hover .headline-slide.active img{transform:scale(1.075);filter:saturate(1.08) contrast(1.03)}.side-slides:hover .side-slide.active img{transform:scale(1.07);filter:saturate(1.08)}.news-card:hover img{transform:scale(1.09);filter:saturate(1.08)}.list-item>a{overflow:hidden;border-radius:8px}.list-item:hover img{transform:scale(1.07);filter:saturate(1.06)}.headline-number{transition:transform .18s ease,background .18s ease,color .18s ease}.headline-number:hover{transform:translateY(-3px) scale(1.06);box-shadow:0 5px 12px rgba(0,0,0,.22)}.news-card{transition:transform .28s ease,box-shadow .28s ease}.news-card:hover{transform:translateY(-5px);box-shadow:0 12px 26px rgba(0,0,0,.14)}
@media(prefers-reduced-motion:reduce){.headline-slide img,.side-slide img,.news-card img,.list-item img,.headline-number,.news-card{transition:none!important;transform:none!important}}

/* Tema 9: Ensonhaber tarzı alt haber akışı */
.enson-section{margin-top:34px}.enson-section .section-head{border-bottom:1px solid #d7d7d7}.enson-section .section-head h2{font-size:20px;padding:10px 16px}.enson-grid,.editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 28px}.enson-card{border:0;border-radius:0;background:transparent;overflow:visible}.enson-image,.editorial-image{overflow:hidden;border-radius:4px;background:#eceff2}.enson-card img,.editorial-card img{width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .75s cubic-bezier(.2,.75,.25,1),filter .5s ease}.enson-card .news-card-body{padding:11px 0 0}.enson-card h3,.editorial-card h3{font-size:22px;line-height:1.28;margin:5px 0 8px;font-weight:800}.enson-card:hover{transform:none;box-shadow:none}.enson-card:hover img,.editorial-card:hover img{transform:scale(1.09);filter:saturate(1.08) contrast(1.03)}.editorial-card{min-width:0}.editorial-card h3{margin-top:8px}.card-category{display:inline-block;color:#a00000;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.03em;margin-top:7px}.card-fallback{display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;background:linear-gradient(135deg,#071a37,#111);color:var(--yellow);font-size:17px;font-weight:900;letter-spacing:.08em}.editorial-card{transition:transform .28s ease}.editorial-card:hover{transform:translateY(-4px)}
@media(max-width:900px){.enson-grid,.editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px}.enson-card h3,.editorial-card h3{font-size:19px}}
@media(max-width:600px){.enson-grid,.editorial-grid{grid-template-columns:1fr;gap:26px}.enson-card h3,.editorial-card h3{font-size:20px}.enson-section{margin-top:26px}}
@media(prefers-reduced-motion:reduce){.enson-card img,.editorial-card img,.editorial-card{transition:none!important;transform:none!important}}

/* Tema 10: haber detay, kategori ve arama sayfaları */
.detail-page{max-width:1120px;padding-top:24px}.detail-article{max-width:920px;margin:0 auto}.detail-article .breadcrumb{display:flex;align-items:center;gap:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:6px 0 24px}.detail-article .breadcrumb span:last-child{overflow:hidden;text-overflow:ellipsis}.detail-category{display:inline-block;background:var(--yellow);color:#111;padding:7px 10px;border-radius:4px;font-size:12px;font-weight:900}.detail-article h1{font-size:52px;line-height:1.08;letter-spacing:-.025em;margin:14px 0 14px}.detail-meta{display:flex;flex-wrap:wrap;gap:8px 18px;padding-bottom:18px;border-bottom:1px solid #ddd;color:#777;font-size:13px}.detail-article .lead{font-size:22px;line-height:1.45;color:#3e3e3e;margin:24px 0;font-weight:600}.detail-hero{margin:24px 0 28px;overflow:hidden;border-radius:8px;background:#eee}.detail-hero img{display:block;width:100%;max-height:650px;object-fit:cover}.detail-hero figcaption{padding:8px 10px;background:#f2f2f2;color:#777;font-size:12px}.detail-article .article-content{font-size:19px;line-height:1.78;color:#222}.detail-article .article-content>*{max-width:100%}.detail-article .article-content img{height:auto;border-radius:7px;margin:16px auto}.detail-article .article-content iframe,.detail-article .article-content video{display:block;width:100%;max-width:100%;aspect-ratio:16/9;height:auto;margin:22px auto}.detail-article .article-content figure{max-width:100%;margin:22px auto}.detail-article .article-content h2{font-size:31px;line-height:1.2;margin:34px 0 12px}.detail-article .article-content h3{font-size:25px}.detail-article .article-content blockquote{margin:24px 0;padding:18px 22px;border-left:5px solid var(--yellow);background:#f5f5f5;font-size:20px}.detail-tags{margin-top:30px;padding-top:18px;border-top:1px solid #ddd;font-size:13px}.detail-related{margin-top:48px}.listing-page{padding-top:30px;padding-bottom:30px}.listing-header{border-bottom:4px solid #111;margin-bottom:26px}.listing-header>span{display:inline-block;background:var(--yellow);color:#111;padding:6px 9px;font-size:11px;font-weight:900}.listing-header h1{font-size:38px;line-height:1.15;margin:10px 0 16px}.listing-description{font-size:16px;color:#666;margin-bottom:16px}.listing-card h2{font-size:22px;line-height:1.25;margin:7px 0}.listing-card p{font-size:14px;line-height:1.5;color:#555;margin:9px 0 0}.pagination{margin:40px 0 10px}.pagination ul{display:flex;justify-content:center;gap:7px;list-style:none;padding:0}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:5px;background:#111;color:#fff;font-weight:800}.pagination .current,.pagination a:hover{background:var(--yellow);color:#111}.empty-state{text-align:center;padding:70px 20px;background:#f3f4f6;border-radius:10px}.empty-state h2{font-size:28px;margin:0 0 8px}
@media(max-width:900px){.detail-article h1{font-size:42px}.detail-article .lead{font-size:20px}.listing-header h1{font-size:32px}}
@media(max-width:600px){.detail-page{padding-top:12px}.detail-article h1{font-size:32px}.detail-meta{display:grid;gap:6px}.detail-article .lead{font-size:18px}.detail-article .article-content{font-size:17px;line-height:1.68}.detail-article .article-content h2{font-size:25px}.detail-hero{margin-left:-10px;margin-right:-10px;border-radius:0}.listing-page{padding-top:18px}.listing-header h1{font-size:28px}.listing-card h2{font-size:20px}}

/* ===== TEMA 15 ===== */
/* Ana manşet görselleri WordPress tarafından 1280x720 kırpılır. */
.t15-home{padding-top:12px}.t15-hero-grid{display:grid;grid-template-columns:minmax(0,2.25fr) minmax(330px,.9fr);gap:12px;align-items:start}.t15-main .headline{height:auto;aspect-ratio:16/9;border-radius:5px}.t15-main .headline-slide img{width:100%;height:100%;aspect-ratio:16/9;object-fit:cover}.t15-main .headline-overlay{padding:34px;background:linear-gradient(transparent 38%,rgba(0,0,0,.94))}.t15-main .headline-overlay h1{font-size:38px;max-width:900px;text-shadow:0 2px 4px #000}.t15-date{font-size:12px;font-weight:800;margin-top:12px}.t15-dots{position:absolute;z-index:10;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:7px}.t15-panel{background:#111;color:#fff;border-radius:4px;overflow:hidden;margin-bottom:12px}.t15-panel-title{background:linear-gradient(#161616,#0c0c0c);border-bottom:2px solid var(--yellow);padding:12px 15px;color:#fff;font-size:17px;font-weight:900}.t15-latest{padding:2px 14px}.t15-latest-item{display:grid;grid-template-columns:100px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid #2d2d2d;align-items:center}.t15-latest-item:last-child{border-bottom:0}.t15-latest-item img{width:100px;height:62px;object-fit:cover;border-radius:3px}.t15-latest-item strong{display:block;font-size:14px;line-height:1.3}.t15-latest-item small{display:block;color:#aaa;margin-top:5px}.t15-tariff{background:#fff;color:#111;border:1px solid #ddd}.t15-fare{display:flex;justify-content:space-between;padding:11px 15px;border-bottom:1px solid #e5e5e5;font-size:14px}.t15-allfare{display:block;margin:10px;background:#eee;text-align:center;padding:10px;font-weight:800;border-radius:3px}.t15-numbers{margin-top:8px}.t15-featured{background:#111;border-radius:4px;overflow:hidden}.t15-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:12px}.t15-feature-grid article{background:#fff;border-radius:3px;overflow:hidden}.t15-feature-grid img{width:100%;aspect-ratio:16/9;object-fit:cover}.t15-feature-grid h3{font-size:15px;line-height:1.25;margin:0;padding:10px}.brandbar{background:linear-gradient(90deg,#090909,#151515)}.nav{border-bottom:2px solid var(--yellow)}
@media(max-width:1050px){.t15-hero-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,1fr)}.t15-main .headline-overlay h1{font-size:31px}.t15-feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.t15-hero-grid{grid-template-columns:1fr}.t15-right{display:grid;grid-template-columns:1fr 1fr;gap:10px}.t15-numbers{display:flex}.t15-feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.t15-main .headline-overlay{padding:18px}.t15-main .headline-overlay h1{font-size:23px}.t15-right{grid-template-columns:1fr}.t15-latest-item{grid-template-columns:88px 1fr}.t15-latest-item img{width:88px;height:55px}.t15-feature-grid{grid-template-columns:1fr}.t15-panel-title{font-size:15px}}


/* ===== TEMA 16: Sosyal medya + Künye ===== */
.t16-socials{display:flex;align-items:center;gap:8px;margin-left:auto}.t16-socials a{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#fff;color:#111;text-decoration:none;transition:transform .2s ease,opacity .2s ease}.t16-socials a:hover{transform:translateY(-2px);opacity:.88}.t16-socials svg{width:16px;height:16px;fill:currentColor}.brandbar .t16-socials a{background:#222;color:#fff;border:1px solid #333}.footer-socials{display:flex;gap:10px;margin-top:14px}.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:7px;background:#202020;color:#fff}.footer-socials svg{width:19px;height:19px;fill:currentColor}.kunye-page{max-width:980px;padding-top:30px;padding-bottom:50px}.kunye-hero{background:#111;color:#fff;border-left:8px solid var(--yellow);padding:26px 30px;border-radius:6px;margin-bottom:22px}.kunye-hero h1{margin:0;font-size:42px}.kunye-hero p{margin:8px 0 0;color:#ccc}.kunye-card{background:#fff;border:1px solid #ddd;border-radius:7px;padding:24px 28px;margin-bottom:18px}.kunye-card h2{font-size:21px;margin:0 0 18px;border-bottom:2px solid var(--yellow);padding-bottom:9px}.kunye-row{display:grid;grid-template-columns:230px 1fr;gap:18px;padding:11px 0;border-bottom:1px solid #eee}.kunye-row:last-child{border-bottom:0}.kunye-row strong{color:#333}.kunye-row span,.kunye-row a{word-break:break-word}.kunye-social-list{display:flex;flex-wrap:wrap;gap:10px}.kunye-social-list a{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;background:#111;color:#fff;border-radius:6px;font-weight:800}.kunye-social-list svg{width:17px;height:17px;fill:currentColor}@media(max-width:700px){.topbar .t16-socials{display:none}.kunye-hero h1{font-size:32px}.kunye-row{grid-template-columns:1fr;gap:4px}.kunye-card{padding:19px}.brandbar .t16-socials{margin-left:10px}}


/* ===== TAKSITEMA1: üst sosyal medya alanı ===== */
.topbar .container{gap:12px}.topbar-left{white-space:nowrap}.topbar-right{margin-left:auto;display:flex;align-items:center;gap:12px}.topbar .t16-socials{margin-left:0;gap:6px}.topbar .t16-socials a{width:25px;height:25px;background:#222;color:#fff;border:1px solid #444}.topbar .t16-socials svg{width:14px;height:14px}
@media(max-width:700px){.topbar .container{min-height:40px}.topbar-left{font-size:10px}.topbar-right{gap:7px}.topbar-date{display:none}.topbar .t16-socials{display:flex}.topbar .t16-socials a{width:27px;height:27px}}


/* TaksiTema3: üst sosyal ikonlar + marka alanında reklam */
.topbar{background:#050505;color:#fff}
.topbar .container{min-height:42px}
.topbar .t16-socials{display:flex!important;gap:8px}
.topbar .t16-socials a{width:30px;height:30px;background:#fff;color:#111;border:0;box-shadow:0 0 0 1px rgba(255,255,255,.16)}
.topbar .t16-socials a:hover{transform:translateY(-2px) scale(1.06)}
.topbar .t16-socials svg{width:16px;height:16px}
.brandbar{padding:12px 0;background:linear-gradient(180deg,#151515,#0d0d0d)}
.brandbar-grid{display:grid!important;grid-template-columns:300px minmax(0,1fr);gap:24px;align-items:center}
.brand-logo{display:block}
.brand-logo img{width:294px;max-width:100%;height:auto;display:block}
.top-ad-slot{min-width:0;display:flex;justify-content:flex-end;align-items:center}
.top-ad-slot .tg-ad{width:100%;max-width:970px;margin:0}
.top-ad-slot .tg-ad-label{display:none}
.top-ad-slot .tg-ad img{display:block;width:100%;max-width:970px;height:180px;object-fit:cover;border-radius:8px}
.ad-placeholder{position:relative;overflow:hidden;width:100%;max-width:970px;height:180px;border:2px dashed #f4c400;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(110deg,#111,#1c1c1c,#111);background-size:220% 100%;color:#fff;text-decoration:none;animation:t2AdGlow 1.6s ease-in-out infinite,t2AdMove 4s linear infinite}
.ad-placeholder:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.10),transparent);transform:translateX(-100%);animation:t2Sweep 2.4s linear infinite}
.ad-placeholder strong{font-size:34px;line-height:1;color:#ffd400;letter-spacing:1.2px;text-shadow:0 0 16px rgba(255,212,0,.55)}
.ad-placeholder span{margin-top:10px;font-size:22px;font-weight:900}
.ad-placeholder small{margin-top:7px;font-size:14px;color:#ddd;font-weight:700}
@keyframes t2AdGlow{0%,100%{opacity:1;box-shadow:0 0 0 rgba(255,212,0,0)}50%{opacity:.68;box-shadow:0 0 22px rgba(255,212,0,.28)}}
@keyframes t2AdMove{0%{background-position:0 0}100%{background-position:220% 0}}
@keyframes t2Sweep{0%{transform:translateX(-120%)}100%{transform:translateX(120%)}}
.t15-right .t15-tariff{display:none!important}
@media(max-width:900px){.brandbar-grid{grid-template-columns:220px minmax(0,1fr);gap:14px}.brand-logo img{width:210px}.ad-placeholder,.top-ad-slot .tg-ad img{height:120px}.ad-placeholder strong{font-size:24px}.ad-placeholder span{font-size:17px}}
@media(max-width:650px){.brandbar-grid{grid-template-columns:1fr}.brand-logo{display:flex;justify-content:center}.brand-logo img{width:220px}.top-ad-slot{justify-content:center}.ad-placeholder,.top-ad-slot .tg-ad img{height:92px}.ad-placeholder strong{font-size:20px}.ad-placeholder span{font-size:15px;margin-top:5px}.ad-placeholder small{font-size:11px;margin-top:4px}.topbar-left{display:none}.topbar .container{justify-content:flex-end}.topbar-right{width:100%;justify-content:center;margin-left:0}}

/* ===== TaksiTema3 Mobil Optimizasyon 2026-09 ===== */
@media (max-width:650px){
  html,body{overflow-x:hidden}
  .container{width:calc(100% - 24px);max-width:100%;}

  /* Mobilde marka daha güçlü görünsün; reklam alanı header'ı gereksiz uzatmasın. */
  .brandbar{padding:6px 0 8px;}
  .brandbar .container,.brandbar-grid{display:block!important;padding:0!important;}
  .brand-logo{display:flex!important;justify-content:center;align-items:center;width:100%;}
  .brand-logo img{width:min(94vw,380px)!important;max-width:none!important;max-height:none!important;height:auto!important;object-fit:contain!important;object-position:center!important;}
  .top-ad-slot{display:none!important;}

  /* Üst şerit mobilde kompakt. */
  .topbar .container{min-height:34px!important;justify-content:center!important;}
  .topbar-right{width:auto!important;justify-content:center!important;gap:6px!important;}
  .topbar .t16-socials a{width:26px!important;height:26px!important;}

  /* Menü: ekrana sığan, taşmayan yatay navigasyon. */
  .nav{position:relative;top:auto;}
  .nav .container{width:100%;padding:0 8px;display:flex;align-items:center;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;}
  .nav .container::-webkit-scrollbar{display:none;}
  .nav a{flex:0 0 auto;padding:12px 14px;font-size:14px;line-height:1.2;}
  .nav a:first-child{padding-left:12px;}

  /* Son dakika bandı mobilde sabit etiket + kayan metin. */
  .breaking .container{width:100%;height:40px;}
  .breaking-label{height:40px;padding:0 12px;font-size:13px;}
  .ticker{min-width:0;}
  .ticker-track{gap:24px;animation-duration:28s;}
  .ticker a{font-size:13px;}
  .ticker a:after{margin-left:24px;}

  /* Haber detay sayfası. */
  .detail-page{width:100%;padding:14px 14px 0;}
  .detail-article{width:100%;max-width:none;}
  .detail-article .breadcrumb{margin:2px 0 16px;font-size:12px;gap:6px;}
  .detail-category{font-size:12px;padding:7px 10px;}
  .detail-article h1{font-size:clamp(30px,8.4vw,38px)!important;line-height:1.08;letter-spacing:-.02em;margin:13px 0 14px;overflow-wrap:anywhere;}
  .detail-meta{display:flex!important;flex-wrap:wrap;gap:5px 10px!important;padding-bottom:14px;font-size:12px;line-height:1.4;}
  .detail-meta span{display:inline-flex;align-items:center;}
  .detail-meta span:not(:last-child):after{content:"•";margin-left:10px;color:#bbb;}
  .detail-article .lead{font-size:18px;line-height:1.5;margin:18px 0;}

  /* Ana haber görseli her zaman 16:9; dikey uzama/kırpılma yok. */
  .detail-hero{width:calc(100% + 28px);margin:18px -14px 22px!important;border-radius:0;background:#111;aspect-ratio:16/9;overflow:hidden;}
  .detail-hero img{width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important;object-position:center!important;margin:0!important;border-radius:0!important;}
  .detail-hero figcaption{position:relative;font-size:11px;}
  .detail-article .article-content{font-size:17px;line-height:1.72;overflow-wrap:anywhere;}
  .detail-article .article-content img{width:auto;max-width:100%;height:auto!important;object-fit:contain!important;}

  /* İlgili haberler ve genel kartlar. */
  .editorial-grid,.enson-grid,.news-grid{grid-template-columns:1fr!important;}
  .footer-grid{grid-template-columns:1fr;}
}

@media (max-width:380px){
  .brand-logo img{width:min(96vw,350px)!important;}
  .nav a{padding:11px 10px;font-size:13px;}
  .detail-article h1{font-size:29px!important;}
}


/* ===== TEMA 20: daha güçlü logo + akaryakıt piyasaları ===== */
@media(min-width:901px){
  .brandbar-grid{grid-template-columns:390px minmax(0,1fr)!important;gap:28px!important}
  .brand-logo img{width:380px!important;max-width:100%!important;max-height:180px!important}
}
@media(min-width:1300px){
  :root{--max:1664px}
  .brandbar-grid{grid-template-columns:420px minmax(0,1fr)!important}
  .brand-logo img{width:410px!important}
}
.fuel20{margin:22px 0 28px;border:1px solid #ddd;border-top:6px solid var(--yellow);border-radius:12px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.08);overflow:hidden}
.fuel20-head{display:grid;grid-template-columns:76px 1fr 250px;gap:18px;align-items:center;padding:22px 24px 16px}
.fuel20-pump{width:70px;height:70px;border-radius:14px;background:#111;color:var(--yellow);display:flex;align-items:center;justify-content:center}
.fuel20-pump svg{width:42px;height:42px;fill:currentColor}
.fuel20-kicker{display:inline-block;background:var(--yellow);padding:4px 8px;border-radius:4px;font-size:10px;font-weight:900;letter-spacing:.12em}
.fuel20 h2{font-size:27px;line-height:1.1;margin:7px 0 5px}.fuel20-head p{margin:0;color:var(--muted);font-size:14px}
.fuel20-city span{display:block;font-size:11px;font-weight:900;margin-bottom:6px}.fuel20-city select{width:100%;height:48px;border:1px solid #cfd2d6;border-radius:7px;background:#fff;padding:0 12px;font-size:15px;font-weight:800;outline:none}.fuel20-city select:focus{border-color:#111;box-shadow:0 0 0 3px rgba(255,212,0,.35)}
.fuel20-prices{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ddd;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
.fuel20-card{position:relative;background:#111;color:#fff;text-align:center;padding:18px 14px 16px}.fuel20-card small{display:block;color:#ffd400;font-size:11px;font-weight:900;letter-spacing:.06em}.fuel20-card strong{display:inline-block;font-size:34px;line-height:1;margin:8px 4px 0}.fuel20-card span{color:#aaa;font-size:12px;font-weight:800}
.fuel20-foot{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:9px 14px;background:#f7f7f7;color:#777;font-size:11px}.fuel20-foot a{font-weight:800;color:#444}.fuel20.is-loading .fuel20-card strong{opacity:.35}
@media(max-width:700px){
  .fuel20{margin:16px 0 22px}.fuel20-head{grid-template-columns:56px 1fr;gap:12px;padding:17px 14px 14px}.fuel20-pump{width:54px;height:54px;border-radius:11px}.fuel20-pump svg{width:32px;height:32px}.fuel20 h2{font-size:21px}.fuel20-head p{font-size:12px}.fuel20-city{grid-column:1/-1}.fuel20-prices{grid-template-columns:1fr}.fuel20-card{display:grid;grid-template-columns:1fr auto auto;gap:7px;align-items:center;text-align:left;padding:13px 15px}.fuel20-card small{font-size:10px}.fuel20-card strong{font-size:26px;margin:0}.fuel20-foot{align-items:flex-start;flex-direction:column;gap:4px}
}

/* ===== TEMA 21: Döviz ve altın piyasaları ===== */
.market21{margin:0 0 30px;border:1px solid #ddd;border-top:6px solid var(--yellow);border-radius:12px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.08);overflow:hidden}
.market21-head{display:grid;grid-template-columns:76px 1fr;gap:18px;align-items:center;padding:22px 24px 17px}
.market21-icon{width:70px;height:70px;border-radius:14px;background:#111;color:var(--yellow);display:flex;align-items:center;justify-content:center}.market21-icon svg{width:42px;height:42px;fill:currentColor}
.market21-kicker{display:inline-block;background:var(--yellow);padding:4px 8px;border-radius:4px;font-size:10px;font-weight:900;letter-spacing:.12em}.market21 h2{font-size:27px;line-height:1.1;margin:7px 0 5px}.market21-head p{margin:0;color:var(--muted);font-size:14px}
.market21-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;background:#ddd;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
.market21-card{background:#111;color:#fff;min-width:0;padding:16px 14px 15px}.market21-cardtop{display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-areas:"symbol name" "symbol change";gap:1px 9px;align-items:center}.market21-symbol{grid-area:symbol;width:38px;height:38px;border-radius:50%;background:var(--yellow);color:#111;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:900}.market21-cardtop strong{grid-area:name;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.market21-change{grid-area:change;font-size:11px;font-style:normal;color:#aaa;font-weight:900}.market21-card.up .market21-change{color:#42d77d}.market21-card.down .market21-change{color:#ff6565}
.market21-values{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}.market21-values>div{background:#1c1c1c;border-radius:7px;padding:9px 8px}.market21-values small{display:block;color:#aaa;font-size:9px;font-weight:900;margin-bottom:4px}.market21-values b{font-size:18px;line-height:1;letter-spacing:-.02em}.market21-values span{font-size:10px;color:#aaa;margin-left:2px}.market21-foot{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:9px 14px;background:#f7f7f7;color:#777;font-size:11px}.market21-foot a{font-weight:800;color:#444}.market21.is-loading .market21-card{opacity:.68}
@media(max-width:1100px){.market21-grid{grid-template-columns:repeat(3,1fr)}.market21-card:nth-child(4),.market21-card:nth-child(5){border-top:1px solid #333}}
@media(max-width:700px){
  .market21{margin:0 0 22px}.market21-head{grid-template-columns:56px 1fr;gap:12px;padding:17px 14px 14px}.market21-icon{width:54px;height:54px;border-radius:11px}.market21-icon svg{width:32px;height:32px}.market21 h2{font-size:21px}.market21-head p{font-size:12px;line-height:1.4}
  .market21-grid{grid-template-columns:1fr 1fr}.market21-card{padding:13px 11px}.market21-card:last-child{grid-column:1/-1}.market21-cardtop{grid-template-columns:32px minmax(0,1fr)}.market21-symbol{width:32px;height:32px;font-size:14px}.market21-cardtop strong{font-size:11px}.market21-values{gap:5px;margin-top:10px}.market21-values>div{padding:8px 6px}.market21-values b{font-size:16px}.market21-foot{align-items:flex-start;flex-direction:column;gap:4px}
}
@media(max-width:390px){.market21-grid{grid-template-columns:1fr}.market21-card:last-child{grid-column:auto}.market21-values b{font-size:18px}}


/* =========================================================
   TAKSITEMA30 • Manşet + Mobil + Reklam düzeltmeleri
   ========================================================= */

/* Önceki geniş ekran 1664px büyütmesini Tema40 ana sayfasında iptal ediyoruz. */
.t30-home{max-width:1280px!important;}

/* Ana manşet hiçbir ekranda kontrolsüz büyümez. */
.t30-hero-grid{
  display:grid;
  grid-template-columns:minmax(0, 3fr) minmax(285px, 1fr);
  gap:16px;
  align-items:start;
  margin:18px 0 10px;
}
.t30-main{min-width:0;width:100%;}
.t30-headline{
  width:100%;
  height:auto!important;
  aspect-ratio:16/9;
  max-height:none!important;
  border-radius:6px;
  overflow:hidden;
  background:#111;
}
.t30-headline .headline-slide,
.t30-headline .headline-slide a{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.t30-headline .headline-slide img{
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
}
.t30-headline .headline-overlay{padding:26px 28px 30px;}
.t30-headline .headline-overlay h1{font-size:clamp(28px,2.45vw,40px);max-width:92%;}
.t30-headline .t15-date{font-size:12px;margin-top:8px;font-weight:800;}

.t30-right{min-width:0;}
.t30-latest-panel{border-radius:6px;overflow:hidden;border:1px solid #202020;background:#111;}
.t30-latest-panel .t15-panel-title{padding:12px 14px;background:#111;color:#fff;border-bottom:2px solid var(--yellow);font-size:14px;font-weight:900;}
.t30-latest-panel .t15-latest{padding:2px 10px 8px;}
.t30-latest-panel .t15-latest-item{display:grid;grid-template-columns:88px minmax(0,1fr);gap:10px;padding:9px 0;border-bottom:1px solid #2b2b2b;color:#fff;align-items:center;}
.t30-latest-panel .t15-latest-item:last-child{border-bottom:0;}
.t30-latest-panel .t15-latest-item img{width:88px;height:56px;object-fit:cover;border-radius:4px;}
.t30-latest-panel .t15-latest-item strong{display:block;font-size:13px;line-height:1.22;}
.t30-latest-panel .t15-latest-item small{display:block;color:#aaa;font-size:10px;margin-top:5px;}

.t30-numbers{
  display:grid!important;
  grid-template-columns:repeat(15,minmax(0,1fr))!important;
  gap:4px!important;
  margin:6px 0 0!important;
  width:100%;
  overflow:visible!important;
}
.t30-numbers .headline-number{
  min-width:0!important;
  width:100%;
  height:38px;
  padding:0!important;
  border-radius:4px;
  transition:background .15s ease,color .15s ease,transform .15s ease;
}
.t30-numbers .headline-number:hover,
.t30-numbers .headline-number:focus-visible,
.t30-numbers .headline-number.active{
  background:var(--yellow)!important;
  color:#111!important;
  transform:translateY(-1px);
}

/* Reklamlar: tarih + link + görsel sistemi aynı, görünüm artık responsive. */
.tg-ad{width:100%;max-width:100%;overflow:hidden;}
.tg-ad a{display:block;width:100%;}
.tg-ad img{width:100%;height:auto;object-fit:contain!important;}
.top-ad-slot{width:100%;max-width:970px;}
.top-ad-slot .tg-ad,
.top-ad-slot .tg-ad a{width:100%;max-width:970px;}
.top-ad-slot .tg-ad img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:970/180;
  object-fit:contain!important;
  background:#111;
  border-radius:8px;
}
.tg-ad-headline{margin:14px auto 20px;max-width:970px;}
.tg-ad-headline img{max-height:180px;}
.tg-ad-sidebar{margin:14px 0 0;}
.tg-ad-sidebar img{aspect-ratio:300/250;object-fit:cover!important;border-radius:6px;}
.tg-ad-content,.tg-ad-footer{max-width:970px;margin:20px auto;}
.tg-ad-content img,.tg-ad-footer img{max-height:250px;}
.ad-placeholder{width:100%!important;height:auto!important;aspect-ratio:970/180;min-height:110px;}

/* Tablet */
@media(max-width:980px){
  .t30-home{max-width:900px!important;}
  .t30-hero-grid{grid-template-columns:minmax(0,2fr) minmax(245px,1fr);gap:12px;}
  .t30-latest-panel .t15-latest-item{grid-template-columns:68px minmax(0,1fr);}
  .t30-latest-panel .t15-latest-item img{width:68px;height:48px;}
  .t30-latest-panel .t15-latest-item strong{font-size:12px;}
  .t30-numbers{grid-template-columns:repeat(8,1fr)!important;}
}

/* Mobil */
@media(max-width:700px){
  .container.t30-home{width:100%!important;max-width:100%!important;padding:0 12px;}
  .t30-hero-grid{display:block;margin-top:10px;}
  .t30-headline{border-radius:5px;aspect-ratio:16/9!important;}
  .t30-headline .headline-overlay{padding:18px 16px 22px;}
  .t30-headline .headline-overlay h1{font-size:clamp(22px,6.8vw,30px);line-height:1.08;max-width:96%;}
  .t30-headline .badge{font-size:10px;padding:5px 7px;}
  .t30-headline .t15-date{font-size:10px;}
  .t30-right{margin-top:14px;}
  .t30-latest-panel .t15-latest{display:grid;grid-template-columns:1fr 1fr;gap:0 10px;}
  .t30-latest-panel .t15-latest-item{grid-template-columns:76px minmax(0,1fr);}
  .t30-latest-panel .t15-latest-item img{width:76px;height:50px;}

  /* 15 manşet numarası mobilde iki satır, sağa taşmaz. */
  .t30-numbers{
    grid-template-columns:repeat(5,1fr)!important;
    gap:5px!important;
    overflow:visible!important;
    padding-bottom:0!important;
  }
  .t30-numbers .headline-number{height:36px;font-size:12px;}

  /* Mobil reklam artık gizlenmiyor. 320x100 mantığında, ekran kadar geniş. */
  .brandbar .top-ad-slot{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    justify-content:center!important;
    margin-top:8px;
    padding:0 10px 4px;
  }
  .top-ad-slot .tg-ad,
  .top-ad-slot .tg-ad a,
  .ad-placeholder{
    width:100%!important;
    max-width:420px!important;
  }
  .top-ad-slot .tg-ad img,
  .ad-placeholder{
    aspect-ratio:3.2/1!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }
  .ad-placeholder strong{font-size:17px!important;}
  .ad-placeholder span{font-size:12px!important;margin-top:5px!important;}
  .ad-placeholder small{font-size:9px!important;margin-top:3px!important;}

  .tg-ad-headline,.tg-ad-content,.tg-ad-footer{margin:12px auto 16px;}
  .tg-ad-sidebar{margin-top:12px;}
  .tg-ad-label{font-size:8px;}
}

@media(max-width:460px){
  .t30-latest-panel .t15-latest{grid-template-columns:1fr;}
  .t30-latest-panel .t15-latest-item{grid-template-columns:88px minmax(0,1fr);}
  .t30-latest-panel .t15-latest-item img{width:88px;height:56px;}
}


/* =========================================================
   TAKSITEMA99 • Header / Logo / Reklam / Mobil final override
   ========================================================= */

/* Masaüstü: logo ve 970x180 reklam yan yana, aralarında küçük gerçek boşluk. */
@media (min-width:1101px){
  .brandbar{padding:10px 0!important;}
  .brandbar .container.brandbar-grid{
    width:min(1496px,calc(100% - 28px))!important;
    max-width:1496px!important;
    margin:0 auto!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:514px 970px!important;
    gap:12px!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .brand-logo{
    width:514px!important;
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    overflow:hidden!important;
  }
  .brand-logo img{
    width:514px!important;
    max-width:514px!important;
    max-height:none!important;
    height:auto!important;
    margin:0!important;
    object-fit:contain!important;
    object-position:right center!important;
  }
  .brandbar .top-ad-slot{
    width:970px!important;
    max-width:970px!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
  }
  .brandbar .top-ad-slot .tg-ad,
  .brandbar .top-ad-slot .tg-ad a,
  .brandbar .ad-placeholder{
    width:970px!important;
    max-width:970px!important;
    margin:0!important;
  }
  .brandbar .top-ad-slot .tg-ad img,
  .brandbar .ad-placeholder{
    width:970px!important;
    height:180px!important;
    aspect-ratio:970/180!important;
    max-height:180px!important;
    min-height:180px!important;
    object-fit:cover!important;
  }
}

/* Orta ekran: logo biraz küçülür, reklam kalan alanı doldurur. */
@media (min-width:701px) and (max-width:1100px){
  .brandbar{padding:8px 0!important;}
  .brandbar .container.brandbar-grid{
    width:calc(100% - 24px)!important;
    max-width:1040px!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:minmax(250px,34%) minmax(0,1fr)!important;
    gap:10px!important;
    align-items:center!important;
  }
  .brand-logo{display:flex!important;justify-content:flex-end!important;overflow:hidden!important;}
  .brand-logo img{width:100%!important;max-width:350px!important;height:auto!important;max-height:none!important;}
  .brandbar .top-ad-slot{display:flex!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}
  .brandbar .top-ad-slot .tg-ad,.brandbar .top-ad-slot .tg-ad a,.brandbar .ad-placeholder{width:100%!important;max-width:none!important;margin:0!important;}
  .brandbar .top-ad-slot .tg-ad img,.brandbar .ad-placeholder{width:100%!important;height:auto!important;aspect-ratio:970/180!important;min-height:0!important;max-height:none!important;}
}

/* Mobil: kısa header, kontrollü logo, görünür ve ince mobil reklam. */
@media (max-width:700px){
  html,body{overflow-x:hidden!important;}
  .topbar{display:none!important;}
  .brandbar{padding:8px 0 9px!important;background:linear-gradient(180deg,#0a0a0a,#111)!important;}
  .brandbar .container.brandbar-grid{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0 10px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
    align-items:center!important;
  }
  .brand-logo{
    width:100%!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    margin:0!important;
    padding:0!important;
  }
  .brand-logo img{
    width:min(72vw,300px)!important;
    max-width:300px!important;
    height:auto!important;
    max-height:none!important;
    margin:0 auto!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  .brandbar .top-ad-slot{
    display:flex!important;
    visibility:visible!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    justify-content:center!important;
    align-items:center!important;
  }
  .brandbar .top-ad-slot .tg-ad,
  .brandbar .top-ad-slot .tg-ad a,
  .brandbar .ad-placeholder{
    display:block!important;
    visibility:visible!important;
    width:100%!important;
    max-width:520px!important;
    margin:0 auto!important;
  }
  .brandbar .top-ad-slot .tg-ad img,
  .brandbar .ad-placeholder{
    display:block!important;
    visibility:visible!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:970/180!important;
    min-height:0!important;
    max-height:none!important;
    border-radius:6px!important;
    object-fit:cover!important;
  }
  .brandbar .ad-placeholder{display:flex!important;}
  .ad-placeholder strong{font-size:15px!important;line-height:1!important;}
  .ad-placeholder span{font-size:11px!important;margin-top:4px!important;}
  .ad-placeholder small{font-size:8px!important;margin-top:2px!important;}

  .nav .container{width:100%!important;padding:0 8px!important;gap:0!important;}
  .nav a{padding:11px 10px!important;font-size:13px!important;}

  /* Mobil manşet: başlık görseli kaplamaz, oklar ve noktalar sadeleşir. */
  .container.t30-home{padding:0 10px!important;}
  .t30-hero-grid{margin-top:10px!important;}
  .t30-headline{aspect-ratio:16/9!important;border-radius:7px!important;}
  .t30-headline .headline-overlay{padding:14px 14px 18px!important;background:linear-gradient(transparent 35%,rgba(0,0,0,.92))!important;}
  .t30-headline .headline-overlay h1{font-size:clamp(20px,5.8vw,25px)!important;line-height:1.08!important;max-width:90%!important;margin-top:6px!important;}
  .t30-headline .badge{font-size:9px!important;padding:5px 7px!important;}
  .t30-headline .t15-date{font-size:10px!important;margin-top:6px!important;}
  .t30-headline .slider-arrow{width:30px!important;height:46px!important;font-size:30px!important;}
  .t30-headline .t15-dots{bottom:8px!important;gap:5px!important;max-width:70%!important;overflow:hidden!important;}
  .t30-headline .side-dot{width:6px!important;height:6px!important;flex:0 0 6px!important;}

  /* 1-15 tek satır yatay kaydırılır; ekranı üç satır kaplamaz. */
  .t30-numbers{
    display:flex!important;
    grid-template-columns:none!important;
    gap:5px!important;
    width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:1px 0 6px!important;
    margin-top:6px!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .t30-numbers::-webkit-scrollbar{display:none!important;}
  .t30-numbers .headline-number{
    flex:0 0 38px!important;
    width:38px!important;
    min-width:38px!important;
    height:34px!important;
    border-radius:5px!important;
    font-size:12px!important;
  }
  .t30-right{margin-top:12px!important;}
  .t30-latest-panel .t15-latest{grid-template-columns:1fr!important;}
}

@media (max-width:390px){
  .brand-logo img{width:min(74vw,270px)!important;max-width:270px!important;}
  .brandbar .container.brandbar-grid{padding:0 8px!important;gap:6px!important;}
  .t30-headline .headline-overlay h1{font-size:20px!important;}
}

/* =========================================================
   TAKSITEMA33 • Ensonhaber esintili kompakt haber arayüzü
   ========================================================= */
:root{--max:1180px;--t33-blue:#0068a9;--t33-line:#e7e7e7;--t33-soft:#f6f7f8}
body{background:#fff;color:#111}
.container,.t30-home{width:min(1180px,calc(100% - 24px))!important;max-width:1180px!important}

/* Üst alan: beyaz, haber sitesi hissi, ince çizgiler. */
.topbar{background:#fff!important;color:#4b4b4b!important;border-bottom:1px solid #ececec!important;font-size:11px!important}
.topbar .container{min-height:28px!important}
.brandbar{background:#fff!important;border-bottom:1px solid #e8e8e8!important;padding:8px 0!important}
@media(min-width:1101px){
  .brandbar .container.brandbar-grid{width:min(1180px,calc(100% - 24px))!important;max-width:1180px!important;grid-template-columns:300px minmax(0,1fr)!important;gap:18px!important;justify-content:stretch!important}
  .brand-logo{width:300px!important;justify-content:flex-start!important;height:108px!important}
  .brand-logo img{width:300px!important;max-width:300px!important;height:108px!important;object-fit:contain!important;object-position:left center!important}
  .brandbar .top-ad-slot{width:100%!important;max-width:none!important}
  .brandbar .top-ad-slot .tg-ad,.brandbar .top-ad-slot .tg-ad a,.brandbar .ad-placeholder{width:100%!important;max-width:none!important}
  .brandbar .top-ad-slot .tg-ad img,.brandbar .ad-placeholder{width:100%!important;height:108px!important;min-height:108px!important;max-height:108px!important;aspect-ratio:auto!important;object-fit:cover!important;border-radius:2px!important}
}
.nav{position:relative!important;top:auto!important;background:#fff!important;color:#111!important;border-bottom:2px solid #111!important;border-top:0!important}
.nav .container{justify-content:flex-start!important}
.nav a{padding:10px 10px!important;font-size:11px!important;font-weight:900!important;border-right:1px solid #ededed!important}
.nav a:hover{background:#111!important;color:#fff!important}
.breaking{border-bottom:1px solid #e6e6e6!important}
.breaking .container{height:36px!important}.breaking-label{height:36px!important;font-size:11px!important;padding:0 10px!important}.ticker a{font-size:12px!important}
.tg-admin-links{background:#f5f5f5!important;border-bottom:1px solid #ddd!important}.tg-admin-links a{color:#111!important}

/* Manşet: Ensonhaber benzeri ana görsel + sağ haber listesi. */
.t30-hero-grid{grid-template-columns:minmax(0,2.15fr) minmax(300px,.9fr)!important;gap:12px!important;margin:14px 0 8px!important}
.t30-headline{border-radius:2px!important;box-shadow:none!important}
.t30-headline .headline-overlay{padding:24px!important;background:linear-gradient(transparent 42%,rgba(0,0,0,.86))!important}
.t30-headline .headline-overlay h1{font-size:32px!important;line-height:1.04!important;text-shadow:0 1px 2px #000!important}
.t30-headline .badge{background:#0f68ff!important;color:#fff!important;border-radius:2px!important;padding:5px 8px!important}
.t30-numbers{gap:0!important;margin-top:0!important;background:#090909!important;border-top:1px solid #333!important}
.t30-numbers .headline-number{height:31px!important;border-radius:0!important;background:#090909!important;color:#fff!important;border-right:1px solid #222!important;padding:0!important;font-size:10px!important}
.t30-numbers .headline-number.active,.t30-numbers .headline-number:hover{background:#e30613!important;color:#fff!important}
.t30-right{gap:10px!important}
.t30-latest-panel{border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important}
.t30-latest-panel .t15-panel-title{background:#111!important;color:#fff!important;padding:9px 10px!important;font-size:12px!important;border:0!important}
.t30-latest-panel .t15-latest-item{border-bottom:1px solid #e5e5e5!important;padding:8px 0!important;gap:9px!important}
.t30-latest-panel .t15-latest-item img{width:100px!important;height:64px!important;border-radius:0!important;object-fit:cover!important}
.t30-latest-panel .t15-latest-item strong{font-size:12px!important;line-height:1.2!important}.t30-latest-panel .t15-latest-item small{font-size:9px!important;color:#888!important}

/* Reklamlar ve içerik blokları daha düz / haber portalı tipi. */
.tg-ad{margin:14px auto!important}.tg-ad img{border-radius:0!important}
.t15-panel-title{border-left:4px solid #e30613!important;padding-left:9px!important;font-size:14px!important}
.t15-featured{margin-top:22px!important}.t15-feature-grid{gap:14px!important}.t15-feature-grid article img{border-radius:0!important}.t15-feature-grid h3{font-size:15px!important;line-height:1.22!important}

/* Piyasalar: ekran görüntüsündeki gibi daha kompakt şerit. */
.market21{margin:0 0 14px!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:var(--t33-blue)!important;overflow:hidden!important}
.market21-head{display:none!important}
.market21-grid{grid-template-columns:repeat(5,1fr)!important;gap:0!important;background:var(--t33-blue)!important;border:0!important}
.market21-card{background:var(--t33-blue)!important;padding:10px 12px!important;border-right:1px solid rgba(255,255,255,.18)!important}
.market21-cardtop{grid-template-columns:28px minmax(0,1fr)!important;grid-template-areas:"symbol name" "symbol change"!important;gap:0 7px!important}
.market21-symbol{width:28px!important;height:28px!important;background:rgba(255,255,255,.14)!important;color:#fff!important;font-size:12px!important}
.market21-cardtop strong{font-size:10px!important;color:#fff!important}.market21-change{font-size:9px!important;color:#fff!important}
.market21-values{display:flex!important;gap:12px!important;margin-top:6px!important}.market21-values>div{background:transparent!important;border-radius:0!important;padding:0!important}.market21-values small{display:none!important}.market21-values b{font-size:14px!important;color:#fff!important}.market21-values span{font-size:9px!important;color:#d8efff!important}
.market21-foot{padding:5px 9px!important;background:#005a92!important;color:#d9edf9!important;font-size:9px!important}.market21-foot a{color:#fff!important}

/* Akaryakıt bloğu kompaktlaştırıldı. */
.fuel20{margin:14px 0!important;border:1px solid #e1e1e1!important;border-top:3px solid #111!important;border-radius:0!important;box-shadow:none!important}
.fuel20-head{grid-template-columns:44px 1fr 210px!important;gap:12px!important;padding:12px 14px!important}.fuel20-pump{width:42px!important;height:42px!important;border-radius:3px!important}.fuel20-pump svg{width:26px!important;height:26px!important}.fuel20 h2{font-size:19px!important;margin:3px 0!important}.fuel20-head p{font-size:11px!important}.fuel20-kicker{font-size:8px!important;padding:3px 5px!important}.fuel20-city select{height:38px!important;border-radius:2px!important;font-size:13px!important}.fuel20-prices{grid-template-columns:repeat(3,1fr)!important}.fuel20-card{padding:11px!important}.fuel20-card strong{font-size:25px!important}.fuel20-foot{padding:6px 10px!important;font-size:9px!important}

/* Tema33 trafik alanı */
.traffic33{margin:0 0 22px;border:1px solid #dedede;background:#fff}
.traffic33-head{display:grid;grid-template-columns:1fr 210px;gap:18px;align-items:end;padding:15px 16px;border-bottom:1px solid #e5e5e5}
.traffic33-kicker{display:inline-block;background:#e30613;color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em;padding:4px 7px;margin-bottom:6px}
.traffic33 h2{margin:0;font-size:22px;line-height:1.1}.traffic33-head p{margin:5px 0 0;color:#6b7280;font-size:11px}
.traffic33-city span{display:block;font-size:10px;font-weight:900;margin-bottom:5px}.traffic33-city select{width:100%;height:38px;border:1px solid #bbb;background:#fff;padding:0 10px;font-size:13px;font-weight:800}
.traffic33-body{display:grid;grid-template-columns:minmax(0,1fr) 280px;min-height:310px}.traffic33-mapwrap{min-height:310px;background:#eee}.traffic33-mapwrap iframe{display:block;width:100%;height:100%;min-height:310px;border:0}.traffic33-info{padding:18px;background:#f8f8f8;border-left:1px solid #e4e4e4}.traffic33-live{font-size:10px;font-weight:900;color:#16833e;margin-bottom:13px}.traffic33-live span{display:inline-block;width:8px;height:8px;border-radius:50%;background:#25a84a;margin-right:5px;box-shadow:0 0 0 4px rgba(37,168,74,.12)}.traffic33-info strong{display:block;font-size:18px;line-height:1.25;margin-bottom:10px}.traffic33-info p{font-size:12px;color:#666;line-height:1.5;margin:0 0 16px}.traffic33-info a{display:inline-block;background:#111;color:#fff;padding:10px 12px;font-size:10px;font-weight:900}

@media(max-width:1100px){
  .market21-grid{grid-template-columns:repeat(5,1fr)!important}
}
@media(max-width:700px){
  .container,.t30-home{width:100%!important;max-width:100%!important}
  .brandbar{background:#fff!important}
  .brand-logo img{width:min(78vw,330px)!important;max-width:330px!important}
  .nav{border-bottom:2px solid #111!important}.nav a{font-size:11px!important;padding:10px 9px!important}
  .t30-hero-grid{display:block!important;margin-top:8px!important}
  .t30-headline .headline-overlay h1{font-size:22px!important}
  .t30-right{margin-top:10px!important}.t30-latest-panel .t15-latest-item img{width:92px!important;height:58px!important}
  .market21{margin-left:-10px!important;margin-right:-10px!important}.market21-grid{display:flex!important;overflow-x:auto!important;scrollbar-width:none!important}.market21-grid::-webkit-scrollbar{display:none}.market21-card{flex:0 0 155px!important}.market21-foot{flex-direction:row!important;align-items:center!important}
  .fuel20{margin-left:0!important;margin-right:0!important}.fuel20-head{grid-template-columns:44px 1fr!important}.fuel20-city{grid-column:1/-1!important}.fuel20-prices{grid-template-columns:1fr!important}
  .traffic33{margin-left:0!important;margin-right:0!important}.traffic33-head{grid-template-columns:1fr!important;gap:12px!important;padding:13px!important}.traffic33 h2{font-size:19px!important}.traffic33-city{width:100%!important}.traffic33-body{grid-template-columns:1fr!important}.traffic33-mapwrap,.traffic33-mapwrap iframe{min-height:270px!important}.traffic33-info{border-left:0!important;border-top:1px solid #e4e4e4!important;padding:14px!important}.traffic33-info strong{font-size:16px!important}
}

/* =========================================================
   TAKSITEMA35 • Ensonhaber'e daha yakın masaüstü hiyerarşi
   ========================================================= */
:root{--max:1135px;--t35-red:#ed1c24;--t35-black:#151515;--t35-blue:#006cae;--t35-border:#e7e7e7}
body{font-family:Arial,Helvetica,sans-serif;background:#fff;color:#151515}
.container,.t30-home{width:min(1135px,calc(100% - 28px))!important;max-width:1135px!important}

/* En üst: çok ince bilgi satırı */
.topbar{height:26px!important;background:#fff!important;border-bottom:1px solid #ededed!important;color:#555!important}
.topbar .container{min-height:26px!important;height:26px!important;font-size:10px!important}

/* Marka + yatay reklam: daha kısa, ortalanmış ve ferah */
.brandbar{background:#fff!important;border:0!important;padding:6px 0 8px!important}
.brandbar .container.brandbar-grid{display:grid!important;grid-template-columns:245px minmax(0,1fr)!important;gap:24px!important;align-items:center!important}
.brand-logo{height:82px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:hidden!important}
.brand-logo img{width:235px!important;max-width:235px!important;height:82px!important;max-height:82px!important;object-fit:contain!important;object-position:left center!important}
.brandbar .top-ad-slot{width:100%!important;max-width:none!important;height:82px!important;display:flex!important;align-items:center!important}
.brandbar .top-ad-slot .tg-ad,.brandbar .top-ad-slot .tg-ad a,.brandbar .ad-placeholder{width:100%!important;max-width:none!important;height:82px!important;margin:0!important}
.brandbar .top-ad-slot .tg-ad img,.brandbar .ad-placeholder{width:100%!important;height:82px!important;min-height:82px!important;max-height:82px!important;aspect-ratio:auto!important;border-radius:0!important;object-fit:cover!important}
.ad-placeholder strong{font-size:25px!important}.ad-placeholder span{font-size:15px!important}.ad-placeholder small{font-size:10px!important}

/* Yönetici menüsü arayüzü boğmasın */
.tg-admin-links{background:#f7f7f7!important;border-top:1px solid #eee!important;border-bottom:1px solid #e3e3e3!important}
.tg-admin-links .container{min-height:31px!important;display:flex!important;align-items:center!important;gap:17px!important;overflow:auto!important;white-space:nowrap!important}
.tg-admin-links a{font-size:10px!important;font-weight:800!important;color:#111!important;padding:8px 0!important}

/* Ana menü: Ensonhaber'deki gibi beyaz ve sıkı */
.nav{position:relative!important;top:auto!important;background:#fff!important;color:#111!important;border-top:1px solid #ededed!important;border-bottom:1px solid #dcdcdc!important;box-shadow:none!important}
.nav .container{min-height:43px!important;display:flex!important;align-items:center!important;gap:0!important;overflow-x:auto!important}
.nav a{position:relative!important;padding:14px 11px 13px!important;font-size:11px!important;line-height:1!important;font-weight:900!important;border:0!important;white-space:nowrap!important}
.nav a:first-child{padding-left:0!important}
.nav a:hover{background:transparent!important;color:var(--t35-red)!important}
.nav a:hover:after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:3px;background:var(--t35-red)}
.breaking{background:#fff!important;border-bottom:1px solid #ececec!important}.breaking .container{height:34px!important}.breaking-label{height:34px!important;background:var(--t35-red)!important;font-size:10px!important}.ticker a{font-size:11px!important;font-weight:700!important}

/* Manşet alanı: ana slider + sağ akış, tam ensonhaber oranı */
.t30-hero-grid{grid-template-columns:minmax(0,2.25fr) minmax(280px,.82fr)!important;gap:16px!important;margin:24px 0 16px!important;align-items:start!important}
.t30-main{min-width:0!important}
.t30-headline{aspect-ratio:1.52/1!important;border-radius:0!important;background:#111!important;overflow:hidden!important}
.t30-headline .headline-overlay{padding:24px 24px 27px!important;background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.9) 100%)!important}
.t30-headline .headline-overlay h1{font-size:clamp(29px,2.65vw,39px)!important;line-height:1.02!important;letter-spacing:-.02em!important;max-width:92%!important;margin:8px 0 0!important}
.t30-headline .badge{background:#1674ee!important;border-radius:2px!important;padding:5px 9px!important;font-size:10px!important;font-weight:800!important}
.t30-headline .t15-date{display:none!important}
.t30-headline .slider-arrow{background:rgba(0,0,0,.55)!important;border-radius:0!important;width:35px!important;height:52px!important}
.t30-headline .t15-dots{display:none!important}
.t30-numbers{display:grid!important;grid-template-columns:repeat(15,1fr)!important;gap:0!important;background:#0d0d0d!important;margin:0!important;border:0!important}
.t30-numbers .headline-number{height:31px!important;border:0!important;border-right:1px solid #272727!important;border-radius:0!important;background:#0d0d0d!important;color:#fff!important;font-size:9px!important;font-weight:900!important;transform:none!important}
.t30-numbers .headline-number.active,.t30-numbers .headline-number:hover,.t30-numbers .headline-number:focus{background:var(--t35-red)!important;color:#fff!important}

/* Sağ sütun: beyaz, iri küçük haber akışı */
.t30-right{min-width:0!important}
.t30-latest-panel{border:0!important;background:#fff!important;border-radius:0!important;overflow:visible!important}
.t30-latest-panel .t15-panel-title{height:38px!important;display:flex!important;align-items:center!important;background:#111!important;color:#fff!important;border:0!important;border-left:0!important;padding:0 12px!important;font-size:12px!important;letter-spacing:.01em!important}
.t30-latest-panel .t15-latest{padding:6px 0 0!important}
.t30-latest-panel .t15-latest-item{grid-template-columns:110px minmax(0,1fr)!important;gap:10px!important;padding:10px 0!important;border-bottom:1px solid #e6e6e6!important;color:#111!important;align-items:center!important}
.t30-latest-panel .t15-latest-item img{width:110px!important;height:70px!important;object-fit:cover!important;border-radius:0!important}
.t30-latest-panel .t15-latest-item strong{font-size:12px!important;line-height:1.17!important;font-weight:800!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.t30-latest-panel .t15-latest-item small{font-size:9px!important;color:#888!important;margin-top:5px!important}

/* Öne çıkan kartlar: ensonhaber benzeri 3/4 kolon sıkı haber vitrini */
.t15-featured{margin:28px 0 20px!important}
.t15-featured>.t15-panel-title{display:flex!important;align-items:center!important;height:36px!important;background:#111!important;color:#fff!important;border:0!important;padding:0 12px!important;font-size:12px!important;margin-bottom:13px!important}
.t15-feature-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px 16px!important}
.t15-feature-grid article{border:0!important;background:#fff!important;box-shadow:none!important}
.t15-feature-grid article a{display:block!important}
.t15-feature-grid article img,.card-fallback{width:100%!important;aspect-ratio:1.48/1!important;height:auto!important;object-fit:cover!important;border-radius:0!important}
.t15-feature-grid h3{font-size:13px!important;line-height:1.22!important;margin:8px 0 0!important;font-weight:800!important}

/* Piyasa şeridi: mavi, yatay, Ensonhaber yoğunluğunda */
.market21{margin:14px 0 16px!important;background:var(--t35-blue)!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.market21-head{display:none!important}
.market21-grid{display:grid!important;grid-template-columns:repeat(5,1fr)!important;background:var(--t35-blue)!important;border:0!important;gap:0!important}
.market21-card{min-height:82px!important;background:var(--t35-blue)!important;padding:10px 12px!important;border-right:1px solid rgba(255,255,255,.18)!important;color:#fff!important}
.market21-card:last-child{border-right:0!important}
.market21-cardtop{grid-template-columns:30px minmax(0,1fr)!important;gap:0 8px!important}.market21-symbol{width:30px!important;height:30px!important;background:rgba(255,255,255,.13)!important;color:#fff!important;font-size:11px!important}.market21-cardtop strong{font-size:10px!important;color:#fff!important}.market21-change{font-size:9px!important}
.market21-values{display:flex!important;gap:13px!important;margin-top:7px!important}.market21-values>div{background:transparent!important;padding:0!important}.market21-values small{display:none!important}.market21-values b{font-size:14px!important;color:#fff!important}.market21-values span{color:#d7effc!important;font-size:9px!important}.market21-foot{min-height:26px!important;background:#005d96!important;color:#d9f0ff!important;padding:6px 9px!important;font-size:9px!important}.market21-foot a{color:#fff!important}

/* Trafik: kompakt, başlık ve şehir seçici aynı satır; harita daha kısa */
.traffic33{margin:0 0 24px!important;border:1px solid #ddd!important}
.traffic33-head{grid-template-columns:1fr 220px!important;padding:14px 16px!important;gap:18px!important;align-items:end!important}.traffic33-kicker{background:var(--t35-red)!important}.traffic33 h2{font-size:20px!important}.traffic33-head p{font-size:10px!important}.traffic33-city select{height:36px!important}
.traffic33-body{grid-template-columns:minmax(0,1fr) 250px!important;min-height:280px!important}.traffic33-mapwrap,.traffic33-mapwrap iframe{min-height:280px!important}.traffic33-info{padding:16px!important}.traffic33-info strong{font-size:16px!important}.traffic33-info p{font-size:11px!important}

@media(max-width:900px){
 .container,.t30-home{width:min(100% - 20px,900px)!important}
 .brandbar .container.brandbar-grid{grid-template-columns:210px minmax(0,1fr)!important;gap:14px!important}.brand-logo img{width:200px!important;max-width:200px!important}
 .t30-hero-grid{grid-template-columns:minmax(0,1.9fr) minmax(250px,.85fr)!important;gap:12px!important}.t30-latest-panel .t15-latest-item{grid-template-columns:86px minmax(0,1fr)!important}.t30-latest-panel .t15-latest-item img{width:86px!important;height:58px!important}.t15-feature-grid{grid-template-columns:repeat(3,1fr)!important}
}

@media(max-width:700px){
 .container,.t30-home{width:100%!important;max-width:100%!important;padding-left:10px!important;padding-right:10px!important}
 .topbar{display:none!important}.brandbar{padding:7px 0!important}.brandbar .container.brandbar-grid{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}.brand-logo{height:58px!important;justify-content:center!important}.brand-logo img{width:220px!important;max-width:220px!important;height:58px!important;max-height:58px!important}.brandbar .top-ad-slot,.brandbar .top-ad-slot .tg-ad,.brandbar .top-ad-slot .tg-ad a,.brandbar .ad-placeholder{height:auto!important}.brandbar .top-ad-slot .tg-ad img,.brandbar .ad-placeholder{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:3.2/1!important}
 .tg-admin-links .container{padding:0 10px!important}.nav .container{padding:0 10px!important}.nav a{padding:12px 9px!important;font-size:10px!important}.nav a:first-child{padding-left:0!important}
 .t30-hero-grid{display:block!important;margin:10px 0 14px!important}.t30-headline{aspect-ratio:16/9!important}.t30-headline .headline-overlay{padding:14px 14px 18px!important}.t30-headline .headline-overlay h1{font-size:21px!important;max-width:94%!important}.t30-numbers{display:flex!important;overflow-x:auto!important}.t30-numbers .headline-number{flex:0 0 36px!important;min-width:36px!important}.t30-right{margin-top:12px!important}.t30-latest-panel .t15-latest{display:grid!important;grid-template-columns:1fr!important}.t30-latest-panel .t15-latest-item{grid-template-columns:105px minmax(0,1fr)!important}.t30-latest-panel .t15-latest-item img{width:105px!important;height:66px!important}
 .t15-feature-grid{grid-template-columns:repeat(2,1fr)!important;gap:15px 10px!important}.t15-feature-grid h3{font-size:12px!important}
 .market21{margin-left:-10px!important;margin-right:-10px!important}.market21-grid{display:flex!important;overflow-x:auto!important}.market21-card{flex:0 0 160px!important}.market21-foot{display:flex!important;flex-direction:row!important}
 .traffic33{margin-left:0!important;margin-right:0!important}.traffic33-head{grid-template-columns:1fr!important;padding:12px!important}.traffic33-body{grid-template-columns:1fr!important}.traffic33-mapwrap,.traffic33-mapwrap iframe{min-height:250px!important}.traffic33-info{border-left:0!important;border-top:1px solid #e5e5e5!important}
}


/* ===== TAKSITEMA1 FINAL OVERRIDES ===== */
:root{--max:1280px!important;--t1-blue:#0878b9;--t1-blue-dark:#06689f;--t1-red:#ef1d25}
.container,.t30-home{width:min(1280px,calc(100% - 32px))!important;max-width:1280px!important}

/* Ensonhaber benzeri daha geniş manşet alanı */
.t30-hero-grid{grid-template-columns:minmax(0,2.42fr) minmax(330px,.88fr)!important;gap:18px!important;margin:24px 0 18px!important}
.t30-headline{aspect-ratio:1.58/1!important}

/* Sağda tek tek dönen dikey SON HABERLER vitrini */
.t1-latest-panel{background:#fff!important;border:0!important;overflow:hidden!important}
.t1-latest-title{height:38px;display:flex;align-items:center;background:#111;color:#fff;padding:0 13px;font-size:12px;font-weight:900}
.t1-latest-slider{position:relative;background:#111;aspect-ratio:.82/1;overflow:hidden}
.t1-latest-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .35s ease;pointer-events:none}
.t1-latest-slide.active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}
.t1-latest-slide a{display:block;width:100%;height:100%;position:relative}
.t1-latest-slide img,.t1-latest-fallback{width:100%;height:100%;object-fit:cover;background:#222}
.t1-latest-slide:after{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.92));pointer-events:none}
.t1-latest-caption{position:absolute;z-index:3;left:16px;right:16px;bottom:45px;color:#fff}
.t1-latest-caption strong{display:block;font-size:21px;line-height:1.08;font-weight:900;text-shadow:0 2px 3px rgba(0,0,0,.55)}
.t1-latest-caption small{display:block;margin-top:8px;font-size:10px;color:#ddd;font-weight:700}
.t1-latest-controls{position:absolute;z-index:5;left:0;right:0;bottom:0;height:36px;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;gap:8px}
.t1-latest-dot{width:8px;height:8px;border:0;border-radius:50%;background:#aaa;padding:0;cursor:pointer}
.t1-latest-dot.active{background:var(--t1-red)}
.t1-latest-arrow{position:absolute;z-index:6;top:50%;transform:translateY(-50%);width:32px;height:48px;border:0;background:rgba(0,0,0,.55);color:#fff;font-size:30px;line-height:1;cursor:pointer}
.t1-latest-prev{left:0}.t1-latest-next{right:0}

/* Piyasa bölümü: her koşulda belirgin mavi ve yüksek kontrast */
#market21.market21{background:#0878b9!important;border:0!important;color:#fff!important}
#market21 .market21-grid{background:#0878b9!important;border:0!important}
#market21 .market21-card{background:#0878b9!important;color:#fff!important;border-color:rgba(255,255,255,.22)!important;min-height:88px!important}
#market21 .market21-cardtop strong,#market21 .market21-change,#market21 .market21-values b,#market21 .market21-values span{color:#fff!important;text-shadow:none!important}
#market21 .market21-symbol{background:rgba(255,255,255,.16)!important;color:#fff!important}
#market21 .market21-foot{background:#06689f!important;color:#fff!important}
#market21 .market21-foot a{color:#fff!important}
#market21 .market21-values b{font-size:16px!important;font-weight:900!important}

@media(max-width:1000px){
 .container,.t30-home{width:min(100% - 22px,1000px)!important;max-width:1000px!important}
 .t30-hero-grid{grid-template-columns:minmax(0,1.95fr) minmax(280px,.9fr)!important;gap:13px!important}
 .t1-latest-caption strong{font-size:17px!important}
}
@media(max-width:700px){
 .container,.t30-home{width:100%!important;max-width:100%!important;padding-left:10px!important;padding-right:10px!important}
 .t30-hero-grid{display:block!important}
 .t1-latest-panel{margin-top:12px!important}
 .t1-latest-slider{aspect-ratio:16/10!important}
 .t1-latest-caption strong{font-size:19px!important}
 #market21.market21{margin-left:-10px!important;margin-right:-10px!important}
}


/* ===== TAKSITEMA3 FINAL OVERRIDES =====
   Aynı hiza + daha güçlü piyasa şeridi + büyütülmüş içerik + senkron trafik seçimi
*/
:root{
  --max:1540px!important;
  --t2-blue:#006fae;
  --t2-blue-dark:#005989;
  --t2-red:#ef1d25;
}

/* Tüm masaüstü bloklar tek eksende: üst bar, logo/reklam, menü, manşet, piyasalar, trafik */
.container,
.container.t30-home,
.t30-home,
.brandbar .container.brandbar-grid,
.tg-admin-links .container,
.nav .container,
.breaking .container{
  width:min(1540px,calc(100% - 48px))!important;
  max-width:1540px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Üst alan biraz daha iri; küçük görünmesin */
.topbar .container{min-height:32px!important;font-size:12px!important}
.brandbar{padding:10px 0!important;background:#fff!important;border-bottom:1px solid #ececec!important}
.brandbar .container.brandbar-grid{
  display:grid!important;
  grid-template-columns:330px minmax(0,1fr)!important;
  gap:34px!important;
  align-items:center!important;
}
.brand-logo{height:112px!important;display:flex!important;align-items:center!important}
.brand-logo img{width:300px!important;max-width:300px!important;height:108px!important;max-height:108px!important;object-fit:contain!important;object-position:left center!important}
.top-ad-slot{max-width:none!important;width:100%!important}
.top-ad-slot .tg-ad,.top-ad-slot .tg-ad a,.top-ad-slot .ad-placeholder{max-width:none!important;width:100%!important}
.top-ad-slot .tg-ad img,.top-ad-slot .ad-placeholder{height:108px!important;aspect-ratio:auto!important;object-fit:cover!important;border-radius:0!important}
.ad-placeholder{min-height:108px!important}
.ad-placeholder strong{font-size:34px!important}.ad-placeholder span{font-size:22px!important}.ad-placeholder small{font-size:12px!important}

.tg-admin-links .container{min-height:42px!important;gap:22px!important;font-size:14px!important}
.tg-admin-links a{font-size:13px!important}
.nav .container{min-height:48px!important}
.nav a{font-size:13px!important;padding:15px 14px!important}

/* Manşet ve sağ dikey son haberler aynı üst/alt çizgide */
.t30-hero-grid{
  grid-template-columns:minmax(0,2.55fr) minmax(365px,.92fr)!important;
  gap:20px!important;
  margin:26px 0 20px!important;
  align-items:stretch!important;
}
.t30-main,.t30-right{min-width:0!important}
.t30-right{display:flex!important;flex-direction:column!important}
.t1-latest-panel{height:100%!important;display:flex!important;flex-direction:column!important}
.t1-latest-title{height:48px!important;min-height:48px!important;font-size:16px!important;padding:0 16px!important}
.t1-latest-slider{flex:1!important;aspect-ratio:auto!important;min-height:0!important}
.t1-latest-caption{left:20px!important;right:20px!important;bottom:56px!important}
.t1-latest-caption strong{font-size:27px!important;line-height:1.08!important}
.t1-latest-caption small{font-size:12px!important;margin-top:10px!important}
.t1-latest-controls{height:44px!important;gap:10px!important}
.t1-latest-dot{width:10px!important;height:10px!important}
.t1-latest-arrow{width:40px!important;height:58px!important;font-size:36px!important}

/* Ana manşet bir tık daha iri ve yazılar okunaklı */
.t30-headline .headline-overlay h1{font-size:clamp(34px,2.8vw,50px)!important;line-height:1.05!important}
.t30-headline .badge{font-size:13px!important;padding:7px 10px!important}
.t30-headline .t15-date{font-size:13px!important}
.t30-numbers .headline-number{height:42px!important;font-size:13px!important}

/* Akaryakıt: başlık ve fiyatlar büyütüldü */
.fuel20{margin:24px 0 18px!important;border-top:4px solid #111!important;border-radius:0!important;box-shadow:none!important}
.fuel20-head{grid-template-columns:58px 1fr 280px!important;padding:18px 18px 15px!important;gap:16px!important}
.fuel20-pump{width:54px!important;height:54px!important;border-radius:4px!important}
.fuel20 h2{font-size:27px!important}.fuel20-head p{font-size:14px!important}
.fuel20-city span{font-size:13px!important}.fuel20-city select{height:50px!important;font-size:16px!important}
.fuel20-card{padding:18px 14px!important}.fuel20-card small{font-size:13px!important}.fuel20-card strong{font-size:34px!important}.fuel20-card span{font-size:14px!important}
.fuel20-foot{font-size:11px!important}

/* Döviz/altın: daha koyu ENSONHABER mavisi, büyük yazı ve yüksek kontrast */
#market21.market21{margin:18px 0 20px!important;background:var(--t2-blue)!important;border:0!important;border-radius:0!important;box-shadow:none!important}
#market21 .market21-grid{background:var(--t2-blue)!important;border:0!important;grid-template-columns:repeat(5,1fr)!important}
#market21 .market21-card{background:var(--t2-blue)!important;color:#fff!important;min-height:116px!important;padding:15px 18px!important;border-right:1px solid rgba(255,255,255,.24)!important}
#market21 .market21-cardtop{grid-template-columns:42px minmax(0,1fr)!important;gap:1px 10px!important}
#market21 .market21-symbol{width:42px!important;height:42px!important;font-size:16px!important;background:rgba(255,255,255,.15)!important;color:#fff!important}
#market21 .market21-cardtop strong{font-size:14px!important;line-height:1.1!important;color:#fff!important}
#market21 .market21-change{font-size:12px!important;line-height:1.2!important;color:#fff!important}
#market21 .market21-values{display:flex!important;gap:18px!important;margin-top:11px!important}
#market21 .market21-values b{font-size:21px!important;line-height:1!important;color:#fff!important}
#market21 .market21-values span{font-size:11px!important;color:#fff!important}
#market21 .market21-foot{min-height:32px!important;padding:8px 12px!important;background:var(--t2-blue-dark)!important;color:#fff!important;font-size:11px!important}
#market21 .market21-foot a{color:#fff!important;font-size:11px!important}

/* Trafik alanı küçük kalmasın */
.traffic33{margin:20px 0 30px!important;border:1px solid #d8d8d8!important;border-radius:0!important;box-shadow:none!important}
.traffic33-head{grid-template-columns:minmax(0,1fr) 300px!important;padding:18px 20px!important;gap:24px!important}
.traffic33-kicker{font-size:11px!important;padding:6px 9px!important}
.traffic33-titlewrap h2,.traffic33 h2{font-size:28px!important;line-height:1.1!important;margin:7px 0 5px!important}
.traffic33-titlewrap p{font-size:14px!important}
.traffic33-city span{font-size:13px!important}.traffic33-city select{height:50px!important;font-size:16px!important;padding:0 14px!important}
.traffic33-body{grid-template-columns:minmax(0,1fr) 310px!important}
.traffic33-mapwrap,.traffic33-mapwrap iframe{min-height:430px!important;height:430px!important}
.traffic33-info{padding:24px 22px!important}
.traffic33-live{font-size:13px!important}.traffic33-info strong{font-size:23px!important;line-height:1.22!important}.traffic33-info p{font-size:14px!important;line-height:1.55!important}
.traffic33-info a{font-size:13px!important;padding:14px 16px!important}

@media(max-width:1100px){
  .container,.container.t30-home,.t30-home,.brandbar .container.brandbar-grid,.tg-admin-links .container,.nav .container,.breaking .container{width:min(100% - 28px,1060px)!important;max-width:1060px!important}
  .brandbar .container.brandbar-grid{grid-template-columns:250px minmax(0,1fr)!important;gap:20px!important}.brand-logo img{width:235px!important;max-width:235px!important}
  .t30-hero-grid{grid-template-columns:minmax(0,1.9fr) minmax(300px,.9fr)!important;gap:14px!important}
  .t1-latest-caption strong{font-size:21px!important}
  #market21 .market21-card{padding:13px 11px!important}#market21 .market21-values b{font-size:17px!important}
  .traffic33-body{grid-template-columns:minmax(0,1fr) 270px!important}
}

@media(max-width:700px){
  .container,.container.t30-home,.t30-home,.brandbar .container.brandbar-grid,.tg-admin-links .container,.nav .container,.breaking .container{width:100%!important;max-width:100%!important;padding-left:10px!important;padding-right:10px!important}
  .brandbar .container.brandbar-grid{grid-template-columns:1fr!important}.brand-logo{height:68px!important;justify-content:center!important}.brand-logo img{width:235px!important;max-width:235px!important;height:66px!important;max-height:66px!important}.top-ad-slot .tg-ad img,.top-ad-slot .ad-placeholder{height:auto!important;aspect-ratio:3.2/1!important}
  .t30-hero-grid{display:block!important}.t1-latest-slider{aspect-ratio:16/10!important;min-height:280px!important}.t1-latest-title{height:42px!important;min-height:42px!important}.t1-latest-caption strong{font-size:21px!important}
  .fuel20-head{grid-template-columns:54px 1fr!important}.fuel20-city{grid-column:1/-1!important}.fuel20-prices{grid-template-columns:1fr!important}.fuel20-card strong{font-size:29px!important}
  #market21.market21{margin-left:-10px!important;margin-right:-10px!important}.market21-grid{display:flex!important;overflow-x:auto!important}.market21-card{flex:0 0 205px!important;min-height:112px!important}.market21-foot{flex-direction:row!important}
  .traffic33-head{grid-template-columns:1fr!important;padding:14px!important}.traffic33-body{grid-template-columns:1fr!important}.traffic33-mapwrap,.traffic33-mapwrap iframe{height:310px!important;min-height:310px!important}.traffic33-info{border-left:0!important;border-top:1px solid #e5e5e5!important}.traffic33-titlewrap h2,.traffic33 h2{font-size:23px!important}
}

/* ===== TAKSITEMA3 FINAL OVERRIDES ===== */
:root{--max:1660px;--t3-yellow:#ffd400;--t3-black:#111;--t3-soft:#f5f5f5}

/* Üst yardımcı menü */
.utility-nav{background:#fff;border-bottom:1px solid #e4e4e4}
.utility-nav .container{display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none}
.utility-nav .container::-webkit-scrollbar{display:none}
.utility-nav a{flex:0 0 auto;padding:12px 16px;font-size:13px;font-weight:900;color:#111;border-right:1px solid #ededed}
.utility-nav a:first-child{border-left:1px solid #ededed}
.utility-nav a:hover{background:#111;color:#fff}

/* Logo + 970x180 reklam: masaüstünde daha iri ve dengeli */
.brandbar{background:#fff!important;border-bottom:1px solid #e1e1e1!important;padding:18px 0!important}
.brandbar-grid{display:grid!important;grid-template-columns:360px minmax(0,1fr)!important;gap:42px!important;align-items:center!important}
.brand-logo{display:flex!important;align-items:center!important;justify-content:flex-start!important;min-height:180px!important}
.brand-logo img{width:350px!important;max-width:350px!important;max-height:180px!important;height:auto!important;object-fit:contain!important;object-position:left center!important}
.top-ad-slot{display:flex!important;justify-content:center!important;align-items:center!important;min-height:180px!important}
.top-ad-slot .tg-ad{width:970px!important;max-width:100%!important;margin:0 auto!important}
.top-ad-slot .tg-ad img{width:970px!important;max-width:100%!important;height:180px!important;max-height:180px!important;object-fit:cover!important;border-radius:0!important}
.ad-placeholder{width:970px!important;max-width:100%!important;height:180px!important;min-height:180px!important;border-radius:0!important}
.ad-placeholder strong{font-size:40px!important}.ad-placeholder span{font-size:26px!important}.ad-placeholder small{font-size:15px!important}

/* Ana navigasyon Ensonhaber gibi net, beyaz ve siyah */
.nav{position:sticky!important;top:0!important;background:#fff!important;color:#111!important;border-top:1px solid #ddd!important;border-bottom:2px solid #111!important;z-index:99!important}
.nav .container{min-height:52px!important;align-items:center!important}
.nav a{padding:17px 15px!important;font-size:14px!important;color:#111!important}
.nav a:hover{background:#e30613!important;color:#fff!important}

/* Piyasa alanını mavi yerine eski siyah/sarı stile döndür */
#market21.market21{margin:22px 0 24px!important;background:#fff!important;border:1px solid #d9d9d9!important;border-top:5px solid var(--t3-yellow)!important;border-radius:0!important;box-shadow:none!important;color:#111!important}
#market21 .market21-head{display:grid!important;grid-template-columns:70px 1fr!important;gap:16px!important;align-items:center!important;padding:18px 20px 15px!important;background:#fff!important}
#market21 .market21-icon{width:62px!important;height:62px!important;border-radius:6px!important;background:#111!important;color:var(--t3-yellow)!important}
#market21 .market21-icon svg{width:36px!important;height:36px!important}
#market21 .market21-kicker{display:inline-block!important;background:var(--t3-yellow)!important;color:#111!important;font-size:11px!important;padding:4px 8px!important}
#market21 h2{font-size:27px!important;color:#111!important;margin:5px 0 3px!important}
#market21 .market21-head p{display:block!important;font-size:14px!important;color:#666!important}
#market21 .market21-grid{display:grid!important;grid-template-columns:repeat(5,1fr)!important;background:#2a2a2a!important;border-top:1px solid #2d2d2d!important;border-bottom:0!important;gap:1px!important}
#market21 .market21-card{background:#111!important;color:#fff!important;min-height:132px!important;padding:17px 18px!important;border-right:0!important}
#market21 .market21-cardtop{grid-template-columns:44px minmax(0,1fr)!important;gap:2px 11px!important}
#market21 .market21-symbol{width:44px!important;height:44px!important;background:var(--t3-yellow)!important;color:#111!important;font-size:16px!important}
#market21 .market21-cardtop strong{font-size:14px!important;color:#fff!important}
#market21 .market21-change{font-size:12px!important;color:#bbb!important}
#market21 .market21-card.up .market21-change{color:#50db7d!important}
#market21 .market21-card.down .market21-change{color:#ff6767!important}
#market21 .market21-values{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:13px!important}
#market21 .market21-values>div{background:#1c1c1c!important;padding:10px 9px!important;border-radius:4px!important}
#market21 .market21-values small{display:block!important;color:#aaa!important;font-size:9px!important;margin-bottom:5px!important}
#market21 .market21-values b{font-size:20px!important;color:#fff!important}
#market21 .market21-values span{font-size:10px!important;color:#aaa!important}
#market21 .market21-foot{min-height:34px!important;padding:9px 12px!important;background:#f5f5f5!important;color:#666!important;font-size:11px!important;border-top:1px solid #ddd!important}
#market21 .market21-foot a{color:#111!important;font-size:11px!important;font-weight:900!important}

/* Google yol durumu alanı */
.traffic33{margin:24px 0 34px!important;border:1px solid #d6d6d6!important;background:#fff!important}
.traffic33-head{grid-template-columns:minmax(0,1fr) 320px!important;padding:20px 22px!important;gap:28px!important}
.traffic33-kicker{background:#111!important;color:#fff!important;font-size:11px!important;padding:6px 9px!important}
.traffic33-titlewrap h2,.traffic33 h2{font-size:29px!important;margin:7px 0 5px!important}
.traffic33-titlewrap p{font-size:14px!important;color:#666!important}
.traffic33-city span{font-size:13px!important}.traffic33-city select{height:52px!important;font-size:17px!important;padding:0 14px!important}
.traffic33-body{grid-template-columns:minmax(0,1fr) 330px!important;min-height:440px!important}
.traffic33-mapwrap,.traffic33-mapwrap iframe{height:440px!important;min-height:440px!important}
.traffic33-info{padding:28px 24px!important;background:#fafafa!important}
.traffic33-live{font-size:13px!important;color:#1f7a3e!important}
.traffic33-info strong{font-size:24px!important;line-height:1.24!important}
.traffic33-info p{font-size:14px!important;line-height:1.6!important}
.traffic33-info a{font-size:13px!important;padding:14px 16px!important;background:#111!important}

@media(max-width:1100px){
  .brandbar-grid{grid-template-columns:280px minmax(0,1fr)!important;gap:22px!important}
  .brand-logo{min-height:140px!important}.brand-logo img{width:270px!important;max-width:270px!important;max-height:140px!important}
  .top-ad-slot,.ad-placeholder,.top-ad-slot .tg-ad img{min-height:140px!important;height:140px!important}
  #market21 .market21-grid{grid-template-columns:repeat(3,1fr)!important}
}
@media(max-width:700px){
  .utility-nav a{padding:11px 12px;font-size:12px}
  .brandbar{padding:10px 0!important}.brandbar-grid{display:block!important}.brand-logo{min-height:auto!important;justify-content:center!important}
  .brand-logo img{width:min(88vw,360px)!important;max-width:none!important;max-height:none!important}
  .top-ad-slot{display:none!important}
  #market21 .market21-head{grid-template-columns:52px 1fr!important;padding:14px 12px!important}
  #market21 .market21-icon{width:48px!important;height:48px!important}#market21 h2{font-size:21px!important}#market21 .market21-head p{font-size:12px!important}
  #market21 .market21-grid{display:flex!important;overflow-x:auto!important}.market21-card{flex:0 0 215px!important}
  .traffic33-head{grid-template-columns:1fr!important;padding:14px!important}.traffic33-body{grid-template-columns:1fr!important}.traffic33-mapwrap,.traffic33-mapwrap iframe{height:320px!important;min-height:320px!important}.traffic33-info{border-left:0!important;border-top:1px solid #e5e5e5!important}.traffic33-titlewrap h2,.traffic33 h2{font-size:23px!important}
}

/* ===== TAKSITEMA5 ===== */
:root{--t5-max:1640px}
.container,.container.t30-home,.t30-home,.brandbar .container.brandbar-grid,.tg-admin-links .container,.nav .container,.breaking .container{width:min(calc(100% - 40px),var(--t5-max))!important;max-width:var(--t5-max)!important;margin-left:auto!important;margin-right:auto!important}
.brandbar{padding:20px 0!important}
.brandbar-grid{display:grid!important;grid-template-columns:360px minmax(0,1fr)!important;gap:28px!important;align-items:center!important}
.brand-logo{height:180px!important;min-height:180px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:#fff!important}
.brand-logo img{width:360px!important;height:180px!important;max-width:360px!important;max-height:180px!important;object-fit:cover!important}
.top-ad-slot,.ad-placeholder,.top-ad-slot .tg-ad,.top-ad-slot .tg-ad a,.top-ad-slot .tg-ad img{height:180px!important;min-height:180px!important;max-height:180px!important}
.top-ad-slot .tg-ad img{width:100%!important;object-fit:cover!important}
.ad-placeholder{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
.ad-placeholder strong{font-size:38px!important;line-height:1!important}.ad-placeholder span{font-size:26px!important;margin-top:12px!important}
.utility-nav .container{display:flex!important;flex-wrap:wrap!important}.utility-nav a{font-size:15px!important;padding:15px 18px!important}
/* Google trafik: trafik katmanı desteklendiğinde kırmızı/sarı/yeşil yoğunluk çizgileri görünür */
.traffic33-mapwrap iframe{filter:none!important}
.traffic33-live:after{content:' • YEŞİL: AKICI  •  SARI: YOĞUN  •  KIRMIZI: ÇOK YOĞUN';color:#555;font-weight:700;font-size:11px;margin-left:8px}
.oda5-page{padding-top:28px;padding-bottom:50px}.oda5-hero{border-top:5px solid #111;padding:22px 0 18px}.oda5-hero>span{background:#ffd400;padding:5px 9px;font-weight:900;font-size:12px}.oda5-hero h1{font-size:38px;margin:8px 0 4px}.oda5-hero p{font-size:16px;color:#666}.oda5-featured{display:flex;justify-content:space-between;gap:25px;align-items:center;background:#111;color:#fff;padding:24px;margin:10px 0 18px}.oda5-featured b{color:#ffd400}.oda5-featured h2{font-size:25px;margin:5px 0 12px}.oda5-featured p{margin:5px 0}.oda5-featured a{color:#111;background:#ffd400;padding:14px 18px;font-weight:900;text-decoration:none}.oda5-tools{display:grid;grid-template-columns:1fr 240px;gap:12px;margin:18px 0}.oda5-tools input,.oda5-tools select{height:52px;border:1px solid #bbb;padding:0 15px;font-size:16px}.oda5-note{background:#fff7d1;border-left:5px solid #ffd400;padding:13px 15px;margin-bottom:18px}.oda5-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.oda5-card{border:1px solid #ddd;padding:18px;background:#fff}.oda5-card h3{font-size:18px;margin:8px 0 14px}.oda5-citytag{font-size:11px;font-weight:900;color:#e30613}.oda5-card p{display:grid;gap:3px;border-top:1px solid #eee;padding-top:9px}.oda5-card p b{font-size:11px;color:#777}.oda5-card a{font-size:18px;font-weight:900;color:#111}.oda5-source{margin-top:28px;border-top:4px solid #111;padding-top:18px}.oda5-source h2{font-size:27px}.oda5-source iframe{width:100%;height:760px;border:1px solid #ddd;margin:12px 0}.oda5-source>a{display:inline-block;background:#111;color:#fff;padding:14px 18px;font-weight:900;text-decoration:none}
@media(max-width:900px){.brandbar-grid{grid-template-columns:1fr!important}.brand-logo{height:150px!important;min-height:150px!important}.brand-logo img{width:300px!important;height:150px!important}.top-ad-slot{display:block!important;height:120px!important;min-height:120px!important}.ad-placeholder,.top-ad-slot .tg-ad,.top-ad-slot .tg-ad a,.top-ad-slot .tg-ad img{height:120px!important;min-height:120px!important;max-height:120px!important}.oda5-list{grid-template-columns:1fr}.oda5-tools{grid-template-columns:1fr}.oda5-featured{display:block}.oda5-featured>a{display:inline-block;margin-top:12px}.oda5-source iframe{height:560px}}


/* =========================================================
   TAKSITEMA10 FINAL OVERRIDES
   Logo + reklam kesin 180px yükseklik / Google trafik görünümü
   ========================================================= */
:root{--t10-max:1480px!important}
.container,.container.t30-home,.t30-home,.brandbar .container.brandbar-grid,.tg-admin-links .container,.nav .container,.breaking .container,.utility-nav .container{
  width:min(calc(100% - 40px),var(--t10-max))!important;max-width:var(--t10-max)!important;margin-left:auto!important;margin-right:auto!important;
}

/* HEADER: Logo ve reklamın dış kutuları tam aynı yükseklikte */
.brandbar{background:#fff!important;padding:18px 0!important;border-bottom:1px solid #e2e2e2!important}
.brandbar .container.brandbar-grid{
  display:grid!important;grid-template-columns:360px minmax(0,970px)!important;justify-content:space-between!important;align-items:stretch!important;gap:28px!important;padding:0!important;
}
.brand-logo{
  width:360px!important;height:180px!important;min-height:180px!important;max-height:180px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;overflow:hidden!important;
}
.brand-logo img{
  width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;margin:0!important;padding:0!important;
}
.top-ad-slot{
  width:970px!important;max-width:970px!important;height:180px!important;min-height:180px!important;max-height:180px!important;margin:0!important;padding:0!important;display:flex!important;align-items:stretch!important;justify-content:stretch!important;overflow:hidden!important;
}
.top-ad-slot .tg-ad,.top-ad-slot .tg-ad a,.top-ad-slot .tg-ad img,.top-ad-slot .ad-placeholder{
  width:970px!important;max-width:970px!important;height:180px!important;min-height:180px!important;max-height:180px!important;margin:0!important;padding:0!important;border-radius:0!important;
}
.top-ad-slot .tg-ad img{object-fit:cover!important;display:block!important}
.top-ad-slot .ad-placeholder{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;background:linear-gradient(110deg,#171717,#444)!important;border:2px dashed #ffd400!important;color:#fff!important}
.top-ad-slot .ad-placeholder strong{font-size:42px!important;line-height:1!important;color:#ffd400!important}
.top-ad-slot .ad-placeholder span{font-size:28px!important;line-height:1.1!important;margin-top:14px!important;color:#fff!important}
.top-ad-slot .ad-placeholder small{font-size:14px!important;margin-top:8px!important;color:#eee!important}

/* Google trafik alanı daha belirgin */
.traffic33{border-top:4px solid #111!important}
.traffic33-kicker{background:#e30613!important;color:#fff!important}
.traffic33-mapwrap{position:relative!important;background:#eee!important}
.traffic33-mapwrap:before{
  content:'CANLI TRAFİK  •  YEŞİL: AKICI  •  TURUNCU: YOĞUN  •  KIRMIZI: ÇOK YOĞUN';position:absolute;z-index:3;left:14px;top:14px;background:rgba(17,17,17,.92);color:#fff;padding:9px 12px;font-size:11px;font-weight:900;letter-spacing:.02em;pointer-events:none;
}
.traffic33-live:after{content:''!important}
.traffic33-live{display:flex!important;align-items:center!important;gap:7px!important;font-weight:900!important}
.traffic33-live span{width:10px!important;height:10px!important;background:#20b55a!important;border-radius:50%!important;box-shadow:0 0 0 5px rgba(32,181,90,.13)!important}
.traffic33-info .traffic-legend{margin:16px 0!important;display:grid!important;gap:8px!important}
.traffic33-info .traffic-legend div{display:flex!important;align-items:center!important;gap:9px!important;font-size:12px!important;font-weight:800!important}
.traffic33-info .traffic-legend i{width:34px!important;height:7px!important;border-radius:8px!important;display:inline-block!important}
.traffic33-info .traffic-legend .free i{background:#27b64b!important}.traffic33-info .traffic-legend .busy i{background:#f0a400!important}.traffic33-info .traffic-legend .jam i{background:#d81f26!important}

@media(max-width:1400px){
  .brandbar .container.brandbar-grid{grid-template-columns:320px minmax(0,1fr)!important;gap:22px!important}
  .brand-logo{width:320px!important}
  .top-ad-slot,.top-ad-slot .tg-ad,.top-ad-slot .tg-ad a,.top-ad-slot .tg-ad img,.top-ad-slot .ad-placeholder{width:100%!important;max-width:100%!important}
}
@media(max-width:900px){
  .brandbar .container.brandbar-grid{grid-template-columns:1fr!important;gap:12px!important}
  .brand-logo{width:100%!important;height:150px!important;min-height:150px!important;max-height:150px!important}
  .brand-logo img{width:auto!important;max-width:95%!important;height:150px!important}
  .top-ad-slot,.top-ad-slot .tg-ad,.top-ad-slot .tg-ad a,.top-ad-slot .tg-ad img,.top-ad-slot .ad-placeholder{display:flex!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:970/180!important}
}
@media(max-width:700px){
  .brand-logo{height:120px!important;min-height:120px!important;max-height:120px!important}.brand-logo img{height:120px!important}
  .traffic33-mapwrap:before{left:8px;right:8px;top:8px;font-size:9px;padding:7px 8px}
}


/* ===== TAKSITEMA30 ===== */
.traffic33-google-map{width:100%;height:100%;min-height:480px;background:#eef1f4}
.traffic33-mapwrap{position:relative;min-height:480px}
.traffic33-map-status{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:30px;text-align:center;background:#f3f3f3;z-index:5;font-size:18px}
.traffic33-map-status div{max-width:580px;padding:24px;background:#fff;border:2px solid #111;box-shadow:0 8px 28px rgba(0,0,0,.08)}
.traffic33-map-status b{display:block;font-size:22px;margin-bottom:8px}.traffic33-map-status span{display:block;line-height:1.55;color:#555}
.traffic33-admin{display:block;margin-top:12px;padding:13px 15px;background:#f2c400;color:#111!important;font-weight:900;text-align:center}
.oda20-page{padding-top:30px;padding-bottom:50px}.oda20-hero{border-top:4px solid #111;padding:24px 0 20px}.oda20-hero>span{display:inline-block;background:#111;color:#fff;padding:7px 10px;font-weight:900;font-size:12px;letter-spacing:.5px}.oda20-hero h1{font-size:38px;margin:10px 0 6px}.oda20-hero p{font-size:17px;color:#555;margin:0}
.oda20-featured{display:flex;justify-content:space-between;gap:24px;padding:24px;background:#111;color:#fff;border-left:7px solid #f2c400}.oda20-featured b{color:#f2c400}.oda20-featured h2{font-size:26px;margin:5px 0 14px}.oda20-featured p{margin:6px 0}.oda20-featured a{color:#fff;font-weight:900}.oda20-source{align-self:center;border:1px solid #444;padding:12px 15px;font-weight:800;white-space:nowrap}
.oda20-tools{display:flex;gap:10px;margin:20px 0 10px}.oda20-tools input{flex:1;height:50px;padding:0 16px;border:2px solid #111;font-size:16px}.oda20-tools button{border:0;background:#f2c400;color:#111;padding:0 18px;font-weight:900;cursor:pointer}.oda20-status{padding:12px 0;font-weight:800;color:#555}.oda20-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.oda20-card{border:1px solid #ddd;padding:18px;background:#fff}.oda20-card h3{font-size:18px;margin:0 0 13px;border-bottom:3px solid #f2c400;padding-bottom:10px}.oda20-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px}.oda20-fields p{margin:0;padding:8px 0;border-bottom:1px solid #eee}.oda20-fields p.wide{grid-column:1/-1}.oda20-fields b{display:block;font-size:11px;color:#777;text-transform:uppercase;margin-bottom:3px}.oda20-fields span,.oda20-fields a{font-weight:800;color:#111;text-decoration:none;line-height:1.35}
@media(max-width:800px){.traffic33-google-map,.traffic33-mapwrap{min-height:390px}.oda20-featured{display:block}.oda20-source{margin-top:15px;white-space:normal}.oda20-list{grid-template-columns:1fr}.oda20-fields{grid-template-columns:1fr}.oda20-fields p.wide{grid-column:auto}.oda20-hero h1{font-size:29px}}
/* TaksiTema30.1 fixes */
.oda20-fallback{margin:24px 0;background:#fff;border:1px solid #ddd;padding:18px}.oda20-fallback h2{margin:0 0 8px;font-size:26px}.oda20-fallback p{margin:0 0 14px}.oda20-fallback iframe{display:block;width:100%;height:850px;border:1px solid #ccc;background:#fff}
.traffic33-map-status{pointer-events:none}.traffic33-map-status>div{max-width:620px;background:rgba(0,0,0,.88);color:#fff;padding:12px 16px}.traffic33-map-status b,.traffic33-map-status span{display:block}.traffic33-map-status span{margin-top:4px;font-size:13px;font-weight:500}


/* ===== TGtema2 • Versiyon 2.0.0 ===== */
.t25-seo-intro{padding:12px 0 10px;border-bottom:1px solid #eee;margin-bottom:12px}.t25-seo-intro h1{font-size:22px;line-height:1.15;margin:0 0 4px;font-weight:900}.t25-seo-intro p{margin:0;color:#666;font-size:12px}
.t25-ad-zone{width:100%;margin:14px 0 18px}.t25-ad-zone .tg-ad{width:100%;margin:0}.t25-ad-zone .tg-ad-label{font-size:9px;color:#777;margin-bottom:4px}.t25-ad-zone .tg-ad a{display:block;width:100%}.t25-ad-zone .tg-ad img{display:block;width:100%;height:auto;max-height:220px;object-fit:cover}.t25-ad-placeholder{min-height:120px;border:2px dashed #e4b900;background:#111;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.t25-ad-placeholder strong{color:#ffd400;font-size:24px}.t25-ad-placeholder span{font-size:12px;margin-top:5px}
.t25-ad2{width:100%}.t25-ad3{margin-top:22px}
/* sosyal ikonlar her iki üst kullanımda da net */
.topbar .t16-socials{display:flex!important;align-items:center;gap:8px}.topbar .t16-socials a{display:flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:50%;background:#111;color:#fff}.topbar .t16-socials svg{width:16px;height:16px;fill:currentColor}
@media(max-width:700px){.t25-seo-intro h1{font-size:18px}.t25-ad-placeholder{min-height:86px}.t25-ad-placeholder strong{font-size:19px}.t25-ad-zone .tg-ad img{max-height:130px}}


/* ===== TAKSITEMA30: hız + trafik düzeltmeleri ===== */
.brand-logo img{content-visibility:auto!important}
.traffic33-map-status{pointer-events:auto!important}
.traffic33-map-status.is-error{background:#f4f4f4!important}
.traffic33-map-status.is-error>div{background:#fff!important;color:#111!important;border:2px solid #111!important;box-shadow:0 8px 28px rgba(0,0,0,.08)!important}
.traffic33-map-status.is-error span{color:#555!important}
.traffic33-map-status .traffic33-admin{pointer-events:auto!important}

.tt1-red-title{display:inline-block;background:#e30613;color:#fff;padding:5px 9px;border-radius:4px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.25px;margin:0 0 7px}
\n\n/* ===== TAXITEMA2 • Kırmızı başlık üstte + Dikey haber sağ sütunda ===== */\n.t30-headline .headline-overlay>div{display:flex!important;flex-direction:column!important;align-items:flex-start!important}\n.t30-headline .tt1-red-title{display:block!important;order:1!important;margin:0 0 7px!important;background:#e30613!important;color:#fff!important;padding:6px 10px!important;border-radius:4px!important;font-size:13px!important;font-weight:900!important;text-transform:uppercase!important;line-height:1.15!important}\n.t30-headline .badge{display:inline-block!important;order:2!important;background:#0878e8!important;color:#fff!important;margin:0 0 7px!important;padding:7px 11px!important;border-radius:3px!important;font-size:13px!important;font-weight:900!important}\n.t30-headline .headline-overlay h1{order:3!important;margin-top:2px!important}\n.t30-headline .t15-date{order:4!important}\n.t1-latest-title{background:#111!important;border-bottom:3px solid #e30613!important}\n@media(max-width:700px){\n .t30-headline .tt1-red-title{font-size:11px!important;padding:5px 8px!important;margin-bottom:5px!important}\n .t30-headline .badge{font-size:11px!important;padding:5px 8px!important;margin-bottom:5px!important}\n}\n

/* ===== TAXITEMA3 • kesin yerleşim ===== */
/* Kırmızı başlık MUTLAKA kategori kutusunun üst satırındadır. */
.t30-headline .headline-overlay .tt3-kicker-stack{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:6px!important;
  width:max-content!important;
  max-width:92%!important;
  margin:0 0 8px!important;
}
.t30-headline .headline-overlay .tt3-kicker-stack .tt1-red-title,
.t30-headline .headline-overlay .tt3-kicker-stack .badge{
  display:block!important;
  float:none!important;
  clear:both!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0!important;
}
.t30-headline .headline-overlay .tt3-kicker-stack .tt1-red-title{
  background:#e30613!important;
  color:#fff!important;
  padding:6px 10px!important;
  border-radius:4px!important;
  font-size:13px!important;
  line-height:1.15!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}
.t30-headline .headline-overlay .tt3-kicker-stack .badge{
  background:#0878e8!important;
  color:#fff!important;
  padding:7px 11px!important;
  border-radius:3px!important;
  font-size:13px!important;
  line-height:1.15!important;
  font-weight:900!important;
}
.tt3-side-red{display:table!important;background:#e30613!important;color:#fff!important;padding:4px 7px!important;margin:0 0 7px!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase!important;border-radius:3px!important}
@media(max-width:700px){
  .t30-headline .headline-overlay .tt3-kicker-stack{gap:4px!important;margin-bottom:5px!important}
  .t30-headline .headline-overlay .tt3-kicker-stack .tt1-red-title,
  .t30-headline .headline-overlay .tt3-kicker-stack .badge{font-size:11px!important;padding:5px 8px!important}
}


/* ===== TEMATAKSI1 • Dikey alan başlıksız + görsel oran korumalı + responsive ===== */
/* Dikey haber yoksa ana manşet tüm satırı kullanır. */
.t30-hero-grid.no-vertical{
  grid-template-columns:minmax(0,1fr)!important;
}
.t30-hero-grid.no-vertical .t30-main{
  width:100%!important;
}

/* “DİKEY HABERLER” başlık şeridi kaldırıldı; kart doğrudan görselle başlar. */
.t30-right .t1-latest-title{display:none!important;}
.t30-right .t1-latest-panel{
  height:100%!important;
  background:#0b0b0b!important;
  border:0!important;
  border-radius:0!important;
  overflow:hidden!important;
  min-height:0!important;
}
.t30-right .t1-latest-slider{
  height:100%!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  background:#0b0b0b!important;
  overflow:hidden!important;
}
.t30-right .t1-latest-slide,
.t30-right .t1-latest-slide a{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  background:#0b0b0b!important;
}

/* Yatay haber fotoğrafını dikey kutuda dev gibi kırpmak yerine 16:9 olarak tam oturt. */
.t30-right .t1-latest-slide img{
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  object-fit:cover!important;
  object-position:center center!important;
  background:#111!important;
}
.t30-right .t1-latest-slide:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(to bottom,transparent 34%,rgba(0,0,0,.18) 47%,rgba(0,0,0,.96) 72%,#050505 100%)!important;
  pointer-events:none!important;
}
.t30-right .t1-latest-caption{
  left:18px!important;
  right:18px!important;
  bottom:54px!important;
  max-width:calc(100% - 36px)!important;
}
.t30-right .t1-latest-caption strong{
  font-size:clamp(20px,1.65vw,28px)!important;
  line-height:1.08!important;
  display:-webkit-box!important;
  -webkit-line-clamp:4!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.t30-right .t1-latest-caption small{font-size:11px!important;}
.t30-right .t1-latest-controls{height:42px!important;}
.t30-right .t1-latest-arrow{top:31%!important;}

/* Tablet: fotoğraf yine 16:9, başlık alt siyah alanda kalır. */
@media (max-width:1100px) and (min-width:701px){
  .t30-right .t1-latest-caption{left:14px!important;right:14px!important;bottom:50px!important;}
  .t30-right .t1-latest-caption strong{font-size:19px!important;-webkit-line-clamp:4!important;}
  .t30-right .t1-latest-arrow{top:29%!important;width:34px!important;height:52px!important;font-size:31px!important;}
}

/* Mobil: dikey alan ayrı bir responsive haber kartına dönüşür; görüntü kesinlikle taşmaz. */
@media (max-width:700px){
  .t30-right{margin-top:12px!important;width:100%!important;}
  .t30-right .t1-latest-panel{height:auto!important;}
  .t30-right .t1-latest-slider{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
  }
  .t30-right .t1-latest-slide{
    position:absolute!important;
    inset:0!important;
    min-height:0!important;
  }
  .t30-right .t1-latest-slider:before{
    content:"";
    display:block;
    padding-top:86%;
  }
  .t30-right .t1-latest-slide img{
    height:auto!important;
    aspect-ratio:16/9!important;
    object-fit:cover!important;
    object-position:center!important;
  }
  .t30-right .t1-latest-slide:after{
    background:linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.2) 45%,rgba(0,0,0,.96) 69%,#050505 100%)!important;
  }
  .t30-right .t1-latest-caption{
    left:14px!important;
    right:14px!important;
    bottom:46px!important;
  }
  .t30-right .t1-latest-caption strong{
    font-size:clamp(18px,5.3vw,23px)!important;
    line-height:1.08!important;
    -webkit-line-clamp:3!important;
  }
  .t30-right .t1-latest-caption small{font-size:10px!important;margin-top:7px!important;}
  .t30-right .t1-latest-controls{height:38px!important;}
  .t30-right .t1-latest-arrow{top:30%!important;width:34px!important;height:50px!important;font-size:31px!important;}
}

@media (max-width:420px){
  .t30-right .t1-latest-slider:before{padding-top:94%;}
  .t30-right .t1-latest-caption{bottom:44px!important;}
  .t30-right .t1-latest-caption strong{font-size:18px!important;}
}


/* ===== TEMATAKSI2 • Sağ sütun: Gündem + Editörün Seçtikleri ===== */
.t30-hero-grid.has-side{grid-template-columns:minmax(0,2.45fr) minmax(300px,.88fr)!important;align-items:stretch!important;gap:18px!important}
.t30-hero-grid.no-side{display:block!important}.t30-hero-grid.no-side .t30-main{width:100%!important}
.t2-side-stack{display:grid!important;grid-template-rows:1fr 1fr!important;gap:14px!important;height:100%!important;min-height:0!important;margin:0!important}
.t2-side-section{display:flex!important;flex-direction:column!important;min-height:0!important;background:#f2f2f2!important;overflow:hidden!important}
.t2-side-title{flex:0 0 auto;background:#111!important;color:#fff!important;border-left:5px solid #e30613!important;padding:8px 12px!important;font-size:13px!important;font-weight:950!important;line-height:1!important;letter-spacing:.2px!important}
.t2-side-slider{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;min-height:0!important;background:#dedede!important}
.t2-side-stage{position:relative!important;flex:1 1 auto!important;min-height:0!important;overflow:hidden!important;background:#111!important}
.t2-side-slide{position:absolute!important;inset:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .3s ease!important}
.t2-side-slide.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:2!important}
.t2-side-slide a{position:relative!important;display:block!important;width:100%!important;height:100%!important;color:#fff!important;text-decoration:none!important}
.t2-side-slide img,.t2-side-fallback{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;background:#222!important}
.t2-side-slide a:after{content:"";position:absolute;z-index:1;inset:42% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.94))!important}
.t2-side-overlay{position:absolute!important;z-index:3!important;left:14px!important;right:14px!important;bottom:14px!important;display:flex!important;align-items:flex-start!important;flex-wrap:wrap!important;gap:5px!important}
.t2-side-overlay .t2-red,.t2-side-overlay .t2-blue{display:inline-block!important;color:#fff!important;padding:4px 6px!important;font-size:9px!important;line-height:1!important;font-weight:900!important;text-transform:uppercase!important}
.t2-side-overlay .t2-red{background:#e30613!important}.t2-side-overlay .t2-blue{background:#0878e8!important}
.t2-side-overlay strong{display:block!important;flex:0 0 100%!important;color:#fff!important;font-size:18px!important;line-height:1.08!important;font-weight:950!important;text-shadow:0 2px 3px rgba(0,0,0,.5)!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.t2-side-arrow{position:absolute!important;z-index:5!important;top:44%!important;transform:translateY(-50%)!important;width:30px!important;height:44px!important;border:0!important;background:rgba(0,0,0,.58)!important;color:#fff!important;font-size:28px!important;cursor:pointer!important}.t2-side-arrow.prev{left:0!important}.t2-side-arrow.next{right:0!important}
.t2-side-dots{flex:0 0 30px!important;min-height:30px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;background:#dedede!important}
.t2-side-dots button{width:10px!important;height:10px!important;border-radius:50%!important;border:0!important;padding:0!important;background:#222!important;cursor:pointer!important}.t2-side-dots button.active{background:#e30613!important}
/* Editör kutusunda görseli biraz daha "kart" hissinde tut. */
.t2-editor .t2-side-slide a:after{inset:48% 0 0!important}

@media(max-width:1100px){
 .t30-hero-grid.has-side{grid-template-columns:minmax(0,1.95fr) minmax(265px,.82fr)!important;gap:13px!important}
 .t2-side-overlay strong{font-size:16px!important}
 .t2-side-title{font-size:12px!important;padding:7px 10px!important}
}
@media(max-width:800px){
 .t30-hero-grid.has-side{display:block!important}
 .t2-side-stack{height:auto!important;display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:none!important;gap:12px!important;margin-top:12px!important}
 .t2-side-section{height:auto!important}
 .t2-side-stage{aspect-ratio:16/11!important;min-height:0!important}
 .t2-side-overlay strong{font-size:17px!important;-webkit-line-clamp:2!important}
}
@media(max-width:560px){
 .t2-side-stack{grid-template-columns:1fr!important;gap:14px!important}
 .t2-side-stage{aspect-ratio:16/10!important}
 .t2-side-title{font-size:13px!important;padding:9px 11px!important}
 .t2-side-overlay{left:12px!important;right:12px!important;bottom:12px!important}
 .t2-side-overlay strong{font-size:19px!important}
 .t2-side-arrow{width:34px!important;height:48px!important;font-size:30px!important}
}

/* ===== TEMATAKSI3 • Spot üst şerit + Manşet Altı ===== */
.t3-spot-strip{position:relative;margin:0 0 12px;padding:0;background:transparent}
.t3-spot-viewport{overflow:hidden;scroll-behavior:smooth}
.t3-spot-track{display:flex;gap:22px;align-items:stretch}
.t3-spot-card{flex:0 0 calc((100% - 66px)/4);min-width:0;background:#fff;border-bottom:3px solid #111;box-shadow:0 1px 0 rgba(0,0,0,.08)}
.t3-spot-card a{display:block;height:100%;color:#111;text-decoration:none}
.t3-spot-card img,.t3-spot-fallback{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;object-position:center;background:#222}
.t3-spot-fallback{color:#fff;display:grid;place-items:center;font-weight:900}
.t3-spot-card h3{margin:0;padding:13px 11px 15px;font-size:18px;line-height:1.2;font-weight:900;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.t3-spot-arrow{position:absolute;z-index:5;top:34%;transform:translateY(-50%);width:34px;height:48px;border:0;background:rgba(0,0,0,.62);color:#fff;font-size:30px;line-height:1;cursor:pointer}.t3-spot-arrow.prev{left:0}.t3-spot-arrow.next{right:0}

.t3-manset-alti{margin:16px 0 20px}
.t3-manset-alti-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.t3-manset-alti-card{background:#fff;min-width:0;border-bottom:3px solid #111}
.t3-manset-alti-card a{display:block;color:#111;text-decoration:none}
.t3-ma-image{overflow:hidden;background:#222}.t3-ma-image img,.t3-ma-fallback{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;object-position:center}.t3-ma-fallback{display:grid;place-items:center;color:#fff;font-weight:900}
.t3-ma-copy{padding:11px 12px 14px}.t3-ma-red,.t3-ma-blue{display:inline-block;margin:0 5px 7px 0;padding:4px 6px;color:#fff;font-size:9px;line-height:1;font-weight:900;text-transform:uppercase}.t3-ma-red{background:#e30613}.t3-ma-blue{background:#0878e8}.t3-ma-copy h3{margin:0;font-size:18px;line-height:1.2;font-weight:900;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}

@media(max-width:900px){
 .t3-spot-track{gap:12px}.t3-spot-card{flex-basis:calc((100% - 12px)/2)}
 .t3-manset-alti-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}
@media(max-width:560px){
 .t3-spot-strip{margin-bottom:10px}.t3-spot-track{gap:10px}.t3-spot-card{flex-basis:100%}.t3-spot-card h3{font-size:17px;padding:10px 10px 12px}
 .t3-spot-arrow{width:32px;height:44px;font-size:28px}
 .t3-manset-alti{margin:12px 0 15px}.t3-manset-alti-grid{grid-template-columns:1fr;gap:10px}.t3-ma-copy h3{font-size:17px}
}


/* ===== TEMATAKSI5 • Aktif il hava durumu + Yandex yol durumu ===== */
.tt5-weather,.tt5-traffic{margin:22px 0 0;border:1px solid #dedede;background:#fff;border-top:5px solid #f3c900}
.tt5-weather-head{display:flex;align-items:center;gap:18px;padding:20px 24px;border-bottom:1px solid #e8e8e8}.tt5-weather-icon{width:78px;height:78px;border-radius:9px;background:#111;color:#ffd400;display:flex;align-items:center;justify-content:center;font-size:42px;flex:0 0 auto}.tt5-kicker{display:inline-block;background:#ffd400;color:#111;padding:5px 10px;border-radius:4px;font-size:12px;font-weight:950;letter-spacing:.09em}.tt5-kicker.black{background:#111;color:#fff}.tt5-weather h2,.tt5-traffic h2{margin:7px 0 4px;font-size:30px;line-height:1.05}.tt5-weather-head p,.tt5-traffic-head p{margin:0;color:#666;font-size:14px}
.tt5-weather-grid{display:grid;grid-template-columns:repeat(5,1fr);background:#111}.tt5-day{padding:20px 18px;color:#fff;border-right:1px solid #303030;min-width:0}.tt5-day:last-child{border-right:0}.tt5-day.today{background:#181818}.tt5-day-name{font-size:13px;font-weight:950;color:#ffd400;text-transform:uppercase}.tt5-day-icon{font-size:39px;line-height:1;margin:12px 0 8px}.tt5-day-desc{font-size:16px;font-weight:900;min-height:38px}.tt5-temps{display:flex;align-items:baseline;gap:10px;margin:10px 0}.tt5-temps strong{font-size:29px}.tt5-temps span{font-size:18px;color:#bdbdbd}.tt5-mini{display:grid;gap:5px;font-size:12px;color:#ddd}.tt5-weather-loading{grid-column:1/-1;padding:35px;color:#fff;text-align:center;font-weight:800}.tt5-weather-foot,.tt5-traffic-foot{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:11px 16px;font-size:12px;color:#555;background:#fafafa}
.tt5-traffic{border-top-color:#111;margin-top:18px}.tt5-traffic-head{display:flex;justify-content:space-between;gap:20px;align-items:end;padding:20px 24px;border-bottom:1px solid #e5e5e5}.tt5-traffic-head>a{background:#111;color:#fff;text-decoration:none;padding:13px 16px;font-size:12px;font-weight:900;white-space:nowrap}.tt5-map-wrap{height:460px;background:#e8e8e8;overflow:hidden}.tt5-map-wrap iframe{display:block;width:100%;height:100%;border:0}.tt5-traffic-foot{justify-content:flex-start}.tt5-traffic-foot span{display:inline-flex;align-items:center;gap:7px;font-weight:850}.tt5-traffic-foot i{width:31px;height:7px;border-radius:8px;display:inline-block}.tt5-traffic-foot .free{background:#31b24a}.tt5-traffic-foot .busy{background:#f0a000}.tt5-traffic-foot .jam{background:#d61f2c}.tt5-traffic-foot small{margin-left:auto;color:#666}
@media(max-width:900px){.tt5-weather-grid{grid-template-columns:repeat(5,minmax(145px,1fr));overflow-x:auto}.tt5-weather-grid::-webkit-scrollbar{height:7px}.tt5-weather-grid::-webkit-scrollbar-thumb{background:#555}.tt5-map-wrap{height:380px}.tt5-weather h2,.tt5-traffic h2{font-size:25px}}
@media(max-width:600px){.tt5-weather,.tt5-traffic{margin-left:0;margin-right:0}.tt5-weather-head{padding:14px;gap:12px}.tt5-weather-icon{width:58px;height:58px;font-size:31px}.tt5-weather h2,.tt5-traffic h2{font-size:21px}.tt5-weather-head p,.tt5-traffic-head p{font-size:12px}.tt5-weather-grid{grid-template-columns:repeat(5,78vw);scroll-snap-type:x mandatory}.tt5-day{scroll-snap-align:start;padding:18px}.tt5-traffic-head{display:block;padding:14px}.tt5-traffic-head>a{display:inline-block;margin-top:12px}.tt5-map-wrap{height:330px}.tt5-weather-foot,.tt5-traffic-foot{flex-wrap:wrap}.tt5-traffic-foot small{width:100%;margin-left:0}}
/* TemaTaksi9 hava durumu hata/yeniden dene */
#tt9-weather-retry{margin-top:12px;border:0;background:#ffd400;color:#111;font-weight:900;padding:10px 16px;border-radius:4px;cursor:pointer}
#tt9-weather-retry:hover{background:#fff}
.tt5-weather-loading small{display:inline-block;margin-top:7px;color:#cfcfcf;font-weight:600}


/* TemaTaksi30: taksi hesaplama yol haritası */
.taxi-route-map-wrap{margin-top:18px;border:1px solid #dedede;border-radius:10px;overflow:hidden;background:#fff}.taxi-route-map-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;background:#111;color:#fff}.taxi-route-map-head h3{margin:4px 0 0;font-size:21px;line-height:1.2}.taxi-route-kicker{display:inline-block;padding:4px 8px;border-radius:4px;background:var(--yellow);color:#111;font-size:10px;font-weight:900;letter-spacing:.12em}.taxi-route-legend{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;font-weight:800}.taxi-route-legend span{display:flex;align-items:center;gap:7px}.route-dot{width:11px;height:11px;border-radius:50%;display:inline-block;border:2px solid #fff}.route-start{background:#18a558}.route-end{background:#e31b23}.taxi-route-map{width:100%;height:420px;background:#eee}.taxi-route-addresses{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid #ddd}.taxi-route-addresses>div{padding:14px 18px;min-width:0}.taxi-route-addresses>div+div{border-left:1px solid #ddd}.taxi-route-addresses small{display:block;color:#777;font-size:11px;font-weight:900;margin-bottom:5px;text-transform:uppercase}.taxi-route-addresses strong{display:block;font-size:13px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.taxi-route-map .leaflet-control-attribution{font-size:9px}.taxi-route-map .leaflet-popup-content{font-size:12px;line-height:1.4;max-width:240px;word-break:break-word}
@media(max-width:700px){.taxi-route-map-head{align-items:flex-start;flex-direction:column}.taxi-route-map{height:320px}.taxi-route-addresses{grid-template-columns:1fr}.taxi-route-addresses>div+div{border-left:0;border-top:1px solid #ddd}.taxi-route-addresses strong{white-space:normal}.taxi-route-legend{gap:12px}}
@media(max-width:420px){.taxi-route-map{height:275px}.taxi-route-map-head{padding:14px}.taxi-route-map-head h3{font-size:18px}.taxi-route-addresses>div{padding:12px 14px}}


/* ===== TemaTaksi40: mobil manşet tipografisi ===== */
@media (max-width:700px){
  .t30-headline .headline-overlay{padding:12px 13px 15px!important;}
  .t30-headline .headline-overlay h1{
    font-size:clamp(17px,5vw,20px)!important;
    line-height:1.08!important;
    letter-spacing:-.015em!important;
    max-width:94%!important;
    margin-top:3px!important;
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:4!important;
    overflow:hidden!important;
  }
  .t30-headline .tt1-red-title,
  .t30-headline .headline-overlay .tt3-kicker-stack .tt1-red-title{font-size:10px!important;padding:4px 7px!important;}
  .t30-headline .badge,
  .t30-headline .headline-overlay .tt3-kicker-stack .badge{font-size:10px!important;padding:4px 7px!important;}
  .t30-headline .t15-date{font-size:10px!important;margin-top:6px!important;}
}
@media (max-width:390px){
  .t30-headline .headline-overlay h1{font-size:17px!important;line-height:1.07!important;}
}


/* Tema60: canlı trafik, trafik gecikmesi ve yol olayları */
.traffic-info{margin-top:14px;border:1px solid #dedede;border-radius:10px;overflow:hidden;background:#fff}.traffic-info-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;background:#111;color:#fff}.traffic-info-head strong{font-size:13px;letter-spacing:.08em}.traffic-info-head span{font-size:12px;color:#ddd}.traffic-info-head span.live{color:#9cffb4;font-weight:900}.traffic-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ddd}.traffic-stats>div{background:#f6f7f8;padding:12px 14px}.traffic-stats small{display:block;color:#6b7280;font-size:11px;font-weight:800;margin-bottom:4px}.traffic-stats b{font-size:16px}.traffic-incidents{padding:10px 12px}.traffic-incident{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:10px 12px;border-left:4px solid #d97706;background:#fff8e8;margin:6px 0;border-radius:5px}.traffic-incident.road_work{border-color:#f59e0b}.traffic-incident.road_closure{border-color:#dc2626;background:#fff0f0}.traffic-incident.jam{border-color:#9333ea;background:#faf5ff}.traffic-incident strong{font-size:13px}.traffic-incident span{font-size:12px;color:#555;text-align:right}.traffic-empty{padding:10px 12px;background:#f4f4f5;border-radius:5px;font-size:12px;font-weight:700;color:#555}.traffic-empty.ok{background:#effcf2;color:#16723a}.taxi-route-map-wrap{margin-top:16px}
@media(max-width:600px){.traffic-stats{grid-template-columns:1fr}.traffic-incident{align-items:flex-start;flex-direction:column;gap:4px}.traffic-incident span{text-align:left}.traffic-info-head{align-items:flex-start;flex-direction:column;gap:4px}}


/* =========================================================
   GT10 — Mobil Haber Portalı Arayüzü
   Versiyon: 20.0.0
   Masaüstü özellikleri korunur; mobil vitrin haber uygulaması düzenine geçer.
   ========================================================= */
.t10-mobile-actions,.t10-mobile-drawer,.t10-mobile-bottom{display:none}
.t10-theme-version{font-weight:800;white-space:nowrap}

@media (max-width: 700px){
  body{padding-bottom:72px;background:#fff}
  .container{width:calc(100% - 28px)}
  .topbar,.utility-nav,.tg-admin-links{display:none!important}

  /* Eski Taksi Gazetesi logosu aynen korunur */
  .brandbar{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.06)}
  .brandbar .container.brandbar-grid{width:100%;padding:8px 14px;min-height:78px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}
  .brand-logo{display:block;min-width:0}
  .brand-logo img{width:min(330px,76vw)!important;height:62px!important;max-height:62px!important;object-fit:contain!important;object-position:left center!important;border-radius:4px}
  .top-ad-slot{display:none!important}
  .t10-mobile-actions{display:flex;gap:8px;align-items:center}
  .t10-icon-btn{width:40px;height:40px;border:0;background:#fff;color:#111;border-radius:8px;display:grid;place-items:center;font-size:25px;font-weight:900;padding:0;cursor:pointer}
  .t10-icon-btn:active{background:#f2f2f2}

  /* Kategori şeridi */
  .nav{position:sticky;top:78px;z-index:999;background:#fff;color:#111;border:0;border-bottom:1px solid #dfe3e8;box-shadow:0 2px 6px rgba(0,0,0,.04)}
  .nav .container{width:100%;display:flex;overflow-x:auto;padding:0 8px;scrollbar-width:none;gap:0}
  .nav .container::-webkit-scrollbar{display:none}
  .nav a{flex:0 0 auto;padding:15px 13px 12px;font-size:15px;font-weight:900;color:#17191d;border-bottom:3px solid transparent}
  .nav a:first-child{border-bottom-color:var(--yellow)}
  .nav a:hover{background:transparent;color:#111;border-bottom-color:var(--yellow)}

  /* Hamburger çekmecesi */
  .t10-mobile-drawer{display:none;position:fixed;z-index:1200;inset:78px 0 auto 0;background:#fff;border-top:1px solid #eee;border-bottom:4px solid var(--yellow);box-shadow:0 18px 28px rgba(0,0,0,.18);padding:12px 14px}
  .t10-mobile-drawer.open{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .t10-mobile-drawer a{padding:13px 12px;background:#f5f6f7;border-radius:7px;font-weight:900;font-size:14px}
  .t10-mobile-search{display:none;grid-column:1/-1;position:relative}
  .t10-mobile-search.open{display:block}
  .t10-mobile-search input{width:100%;height:46px;border:2px solid #111;border-radius:8px;padding:0 48px 0 12px;font-size:16px}
  .t10-mobile-search button{position:absolute;right:3px;top:3px;width:40px;height:40px;border:0;background:#111;color:#fff;border-radius:6px;font-size:20px}

  /* Girişteki SEO metni mobilde görünmez; görsel habercilik öne çıkar */
  .t25-seo-intro{display:none!important}
  .t15-home,.t30-home{width:100%;margin:0}

  /* İlk haberler: Ege'de Sonsöz benzeri 2 sütun, birebir kopya değil */
  .t3-spot-strip{margin:0!important;padding:10px 12px 14px;background:#eef1f4;border-bottom:1px solid #dfe3e8}
  .t3-spot-viewport{overflow:visible!important}
  .t3-spot-track{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;transform:none!important;width:auto!important}
  .t3-spot-card{width:auto!important;min-width:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}
  .t3-spot-card a{display:block}
  .t3-spot-card img,.t3-spot-fallback{width:100%;aspect-ratio:16/10;height:auto!important;object-fit:cover;border-radius:0!important}
  .t3-spot-card h3{font-size:18px!important;line-height:1.18!important;margin:8px 0 4px!important;padding:0!important;font-weight:900!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:#161b26}
  .t3-spot-arrow{display:none!important}

  /* Büyük manşet */
  .t30-hero-grid{display:block!important;margin:0!important;padding:0!important}
  .t30-right{display:none!important}
  .headline-box{width:100%}
  .headline,.t30-headline{height:390px!important;border-radius:0!important;background:#111}
  .headline-slide img{height:100%!important;object-fit:cover}
  .headline-overlay{padding:24px 18px 44px!important;background:linear-gradient(transparent 28%,rgba(0,0,0,.94))!important}
  .headline-overlay h1{font-size:31px!important;line-height:1.02!important;text-transform:none;margin-top:10px!important;text-shadow:0 2px 3px rgba(0,0,0,.35)}
  .headline-overlay .badge{background:var(--yellow)!important;color:#111!important;border-radius:0!important;padding:5px 8px!important}
  .t15-date{display:none!important}
  .slider-arrow{opacity:.9!important;width:38px!important;height:58px!important;font-size:38px!important;background:rgba(0,0,0,.58)!important}
  .t15-dots{bottom:12px!important}
  .t15-dots .side-dot{width:20px!important;height:5px!important;border-radius:5px!important;background:#fff!important;opacity:.9}
  .t15-dots .side-dot.active{background:var(--yellow)!important}
  .headline-numbers{display:none!important}

  /* Son dakika bandı manşetin hemen altında */
  .breaking{border:0;background:#111827;color:#fff}
  .breaking .container{width:100%;height:48px}
  .breaking-label{height:48px;background:transparent;color:var(--yellow);padding:0 14px;font-size:15px;white-space:nowrap;border-right:1px solid #64748b}
  .ticker a{color:#fff;font-size:14px}

  .t3-manset-alti{padding:14px 12px!important;margin:0!important;background:#fff}
  .t3-manset-alti-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .t3-manset-alti-card h3{font-size:17px!important;line-height:1.18!important}

  /* Alt bölümlerde iki sütunlu, sıkı mobil haber kartları */
  .news-grid,.t15-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .news-card{border:0;border-radius:0}
  .news-card-body{padding:8px 0}
  .news-card h3,.t15-feature-grid h3{font-size:17px!important;line-height:1.2!important}
  .section{margin:22px 12px}
  .section-head{margin-bottom:12px}

  /* Hesaplama ve veri kutuları tam ekran düzeninde */
  .taxi-calc,.fuel20,.market21,.weather-traffic{margin-left:12px!important;margin-right:12px!important}

  /* Sabit alt mobil navigasyon */
  .t10-mobile-bottom{display:grid;position:fixed;z-index:1300;left:0;right:0;bottom:0;height:66px;background:#fff;border-top:1px solid #d9dde3;grid-template-columns:repeat(5,1fr);box-shadow:0 -3px 12px rgba(0,0,0,.08)}
  .t10-mobile-bottom a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10px;font-weight:900;color:#20242a}
  .t10-mobile-bottom .ico{font-size:22px;line-height:1}
  .t10-mobile-bottom a:first-child{color:#111;border-top:3px solid var(--yellow)}

  .footer{margin-top:20px;padding:24px 0 86px}
  .footer-grid{grid-template-columns:1fr!important}
  .copyright{font-size:11px;line-height:1.5}
}

@media (max-width: 390px){
  .brand-logo img{width:min(280px,72vw)!important;height:56px!important}
  .brandbar .container.brandbar-grid{min-height:72px}
  .nav{top:72px}
  .t10-mobile-drawer{inset:72px 0 auto 0}
  .t3-spot-card h3{font-size:16px!important}
  .headline,.t30-headline{height:350px!important}
  .headline-overlay h1{font-size:27px!important}
}

/* =========================================================
   TGtema2 • Versiyon 2.0.0 • MOBİL VİTRİN DÜZELTME 2
   Referans: modern haber portalı; eski Taksi Gazetesi logosu korunur.
   ========================================================= */
@media (max-width:700px){
  html,body{overflow-x:hidden!important}
  body{padding-bottom:68px!important;background:#fff!important}

  /* ÜST ALAN: tek satır, boşluk bırakmaz */
  .brandbar{height:104px!important;min-height:104px!important;background:#fff!important;border-bottom:1px solid #e3e3e3!important;position:relative!important;top:auto!important;box-shadow:none!important}
  .brandbar .container.brandbar-grid{
    width:100%!important;height:104px!important;min-height:104px!important;max-height:104px!important;
    padding:8px 18px!important;margin:0!important;display:grid!important;
    grid-template-columns:minmax(0,1fr) 92px!important;grid-template-rows:88px!important;
    align-items:center!important;gap:8px!important
  }
  .brand-logo{display:flex!important;align-items:center!important;justify-content:flex-start!important;height:88px!important;min-height:0!important;max-height:88px!important;width:auto!important;margin:0!important;padding:0!important}
  .brand-logo img{
    display:block!important;width:205px!important;max-width:62vw!important;height:86px!important;min-height:0!important;max-height:86px!important;
    object-fit:contain!important;object-position:left center!important;margin:0!important;padding:0!important;border-radius:0!important
  }
  .top-ad-slot{display:none!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important}
  .t10-mobile-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;width:92px!important;height:88px!important;margin:0!important}
  .t10-icon-btn{width:40px!important;height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:0!important;border-radius:0!important;color:#111!important;font-size:31px!important;line-height:1!important;padding:0!important}
  #t10-search-toggle{font-family:Arial,sans-serif;font-size:34px!important;transform:rotate(-15deg)}
  #t10-menu-toggle{font-size:36px!important;font-weight:700!important}

  /* MASAÜSTÜ üst menüler mobilde tamamen gider */
  .topbar,.utility-nav,.tg-admin-links{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important}

  /* KATEGORİ ŞERİDİ: Ege'de Sonsöz mantığı, yatay ve temiz */
  .nav{display:block!important;position:relative!important;top:auto!important;height:58px!important;min-height:58px!important;background:#fff!important;color:#151922!important;border:0!important;border-bottom:1px solid #d9dde2!important;box-shadow:none!important;overflow:hidden!important}
  .nav .container{width:100%!important;height:58px!important;margin:0!important;padding:0 14px!important;display:flex!important;align-items:stretch!important;gap:0!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;scrollbar-width:none!important}
  .nav .container::-webkit-scrollbar{display:none!important}
  .nav ul,.nav ol{display:contents!important;margin:0!important;padding:0!important;list-style:none!important}
  .nav li{display:block!important;flex:0 0 auto!important;margin:0!important;padding:0!important;list-style:none!important}
  .nav li::marker{content:""!important}
  .nav a{display:flex!important;align-items:center!important;height:58px!important;flex:0 0 auto!important;padding:0 15px!important;margin:0!important;color:#171a22!important;background:#fff!important;border:0!important;border-bottom:4px solid transparent!important;font-size:17px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important}
  .nav .container>a:first-child{border-bottom-color:var(--yellow)!important}
  .nav a:hover{background:#fff!important;color:#111!important;border-bottom-color:var(--yellow)!important}

  /* Çekmece kategori şeridinin altında açılır */
  .t10-mobile-drawer{inset:104px 0 auto 0!important;max-height:calc(100vh - 104px)!important;overflow:auto!important}

  /* İçerik tam genişlik */
  main.container.t15-home.t30-home{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
  .t25-seo-intro{display:none!important}

  /* ÜST 4 HABER: iki sütun */
  .t3-spot-strip{display:block!important;width:100%!important;margin:0!important;padding:10px 12px 14px!important;background:#eef1f4!important;border:0!important}
  .t3-spot-viewport{display:block!important;width:100%!important;overflow:visible!important}
  .t3-spot-track{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 14px!important;width:100%!important;transform:none!important}
  .t3-spot-card{display:block!important;width:auto!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
  .t3-spot-card:nth-child(n+5){display:none!important}
  .t3-spot-card img,.t3-spot-fallback{display:block!important;width:100%!important;height:auto!important;aspect-ratio:1.55/1!important;object-fit:cover!important;border-radius:0!important;background:#d9dde2!important}
  .t3-spot-card h3{margin:7px 0 2px!important;padding:0!important;color:#171b25!important;font-size:18px!important;font-weight:900!important;line-height:1.18!important;letter-spacing:-.25px!important;-webkit-line-clamp:2!important;min-height:42px!important}
  .t3-spot-arrow{display:none!important}

  /* BÜYÜK MANŞET: kartların hemen altında */
  .t30-hero-grid{display:block!important;width:100%!important;margin:0!important;padding:0!important;background:#111!important}
  .t30-main,.headline-box{width:100%!important;margin:0!important;padding:0!important}
  .headline,.t30-headline{width:100%!important;height:395px!important;min-height:395px!important;margin:0!important;border:0!important;border-radius:0!important;background:#111!important}
  .headline-slide,.headline-slide>a{width:100%!important;height:100%!important}
  .headline-slide img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important}
  .headline-overlay{padding:26px 20px 48px!important;background:linear-gradient(180deg,transparent 28%,rgba(0,0,0,.22) 48%,rgba(0,0,0,.95) 100%)!important}
  .headline-overlay h1{max-width:94%!important;margin:9px 0 0!important;color:#fff!important;font-size:31px!important;font-weight:950!important;line-height:1.02!important;letter-spacing:-.5px!important;text-transform:uppercase!important}
  .headline-overlay .badge{display:inline-block!important;background:var(--yellow)!important;color:#111!important;border-radius:0!important;font-size:12px!important;font-weight:950!important;padding:6px 9px!important}
  .t30-headline .tt1-red-title{background:transparent!important;color:var(--yellow)!important;padding:0!important;margin:0 0 5px!important;font-size:15px!important;font-weight:950!important}
  .slider-arrow{display:flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:64px!important;background:rgba(0,0,0,.58)!important;border-radius:0!important;color:#fff!important;font-size:38px!important}
  .t15-dots{display:flex!important;justify-content:center!important;gap:7px!important;bottom:12px!important}
  .t15-dots .side-dot{width:16px!important;height:5px!important;border-radius:5px!important;background:#fff!important;border:0!important;opacity:.95!important}
  .t15-dots .side-dot.active{width:28px!important;background:var(--yellow)!important}
  .headline-numbers,.t30-right{display:none!important}

  /* SON DAKİKA */
  .breaking{width:100%!important;margin:0!important;background:#101827!important;border:0!important}
  .breaking .container{width:100%!important;height:50px!important;margin:0!important;padding:0!important}
  .breaking-label{height:50px!important;padding:0 14px!important;background:transparent!important;color:var(--yellow)!important;border-right:1px solid #6a7280!important;font-size:15px!important}
  .ticker{padding-left:0!important}
  .ticker a{color:#fff!important;font-size:14px!important}

  /* Alt menü referansa yakın */
  .t10-mobile-bottom{height:68px!important;background:#fff!important;border-top:1px solid #d8dce1!important;box-shadow:none!important}
  .t10-mobile-bottom a{font-size:10px!important;font-weight:900!important;color:#151922!important}
  .t10-mobile-bottom .ico{font-size:25px!important}
  .t10-mobile-bottom a:first-child{border-top:4px solid var(--yellow)!important}
}

@media (max-width:390px){
  .brandbar,.brandbar .container.brandbar-grid{height:96px!important;min-height:96px!important;max-height:96px!important}
  .brandbar .container.brandbar-grid{grid-template-rows:80px!important;grid-template-columns:minmax(0,1fr) 86px!important;padding:8px 14px!important}
  .brand-logo{height:80px!important;max-height:80px!important}
  .brand-logo img{width:185px!important;max-width:61vw!important;height:78px!important;max-height:78px!important}
  .t10-mobile-actions{height:80px!important;width:86px!important;gap:6px!important}
  .t10-icon-btn{width:38px!important;font-size:29px!important}
  .t10-mobile-drawer{inset:96px 0 auto 0!important}
  .nav,.nav .container,.nav a{height:54px!important;min-height:54px!important}
  .nav a{font-size:15px!important;padding:0 12px!important}
  .t3-spot-card h3{font-size:16px!important;min-height:38px!important}
  .headline,.t30-headline{height:350px!important;min-height:350px!important}
  .headline-overlay h1{font-size:27px!important}
}

/* ==========================================================
   GAZETETEMA10 v10.1.0 — FINAL RESPONSIVE LAYOUT OVERRIDES
   16:9 Google/Discover-friendly news imagery, controlled gutters,
   no horizontal overflow, desktop + mobile tuned independently.
   ========================================================== */
:root{
  --gt10-max:1440px;
  --gt10-gutter:clamp(18px,2.2vw,38px);
  --gt10-mobile-gutter:14px;
  --gt10-gap:18px;
  --gt10-border:#e5e7eb;
  --gt10-soft:#f3f5f7;
}
html{overflow-x:hidden!important;background:#fff}
body{overflow-x:hidden!important;min-width:0;background:#fff}
body *{min-width:0}
img,video,iframe{max-width:100%;height:auto}
.container,
.t15-home,
.t30-home,
.detail-page,
.listing-page{
  width:min(var(--gt10-max),calc(100% - (var(--gt10-gutter) * 2)))!important;
  max-width:var(--gt10-max)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Desktop header: logo + ad, never oversized */
.brandbar{background:#fff!important;border-bottom:1px solid var(--gt10-border)!important}
.brandbar .brandbar-grid{display:grid!important;grid-template-columns:minmax(220px,360px) minmax(0,1fr)!important;align-items:center!important;gap:28px!important;padding:16px 0!important}
.brand-logo{display:block!important;width:100%!important;max-width:360px!important}
.brand-logo img{display:block!important;width:100%!important;height:auto!important;max-height:128px!important;object-fit:contain!important;object-position:left center!important}
.top-ad-slot{width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;min-height:90px!important}
.top-ad-slot img{max-width:970px!important;width:100%!important;max-height:180px!important;object-fit:contain!important}
.utility-nav,.nav,.breaking{width:100%!important}
.utility-nav .container,.nav .container,.breaking .container{width:min(var(--gt10-max),calc(100% - (var(--gt10-gutter) * 2)))!important;max-width:var(--gt10-max)!important}
.nav .container{overflow-x:auto!important;scrollbar-width:none!important}
.nav .container::-webkit-scrollbar{display:none}

/* Main rhythm */
.t30-home{padding-top:16px!important;padding-bottom:30px!important}
.t25-seo-intro{margin:0 0 14px!important;padding:0!important}
.t25-seo-intro h1{font-size:clamp(24px,2vw,34px)!important;line-height:1.08!important;margin:0 0 6px!important}
.t25-seo-intro p{margin:0!important;color:#737373!important;font-size:15px!important}

/* Spot cards: 4-up desktop, all images 16:9 */
.t3-spot-strip{margin:0 0 18px!important;background:transparent!important;padding:0!important}
.t3-spot-viewport{overflow:hidden!important}
.t3-spot-track{display:flex!important;gap:16px!important;align-items:stretch!important}
.t3-spot-card{flex:0 0 calc((100% - 48px)/4)!important;border:0!important;background:#fff!important;box-shadow:none!important}
.t3-spot-card img,.t3-spot-fallback{width:100%!important;aspect-ratio:16/9!important;height:auto!important;object-fit:cover!important;border-radius:4px!important}
.t3-spot-card h3{font-size:17px!important;line-height:1.18!important;margin:8px 0 0!important;padding:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}

/* Hero: exact 16:9 image area + right rail. No crop distortion. */
.t30-hero-grid.has-side{display:grid!important;grid-template-columns:minmax(0,2.55fr) minmax(300px,.9fr)!important;gap:18px!important;align-items:start!important;margin:0!important}
.t30-hero-grid.no-side{display:block!important}
.t30-main{width:100%!important;min-width:0!important}
.headline,.t30-headline{
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  border-radius:5px!important;
  overflow:hidden!important;
  background:#111!important;
}
.t30-headline .headline-slide,.t30-headline .headline-slide a{position:absolute!important;inset:0!important;width:100%!important;height:100%!important}
.t30-headline .headline-slide img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.t30-headline .headline-overlay{padding:clamp(16px,2.1vw,30px)!important}
.t30-headline .headline-overlay h1{font-size:clamp(24px,2.35vw,40px)!important;line-height:1.05!important;max-width:92%!important;margin:5px 0!important}
.headline-numbers.t30-numbers{display:grid!important;grid-template-columns:repeat(15,minmax(0,1fr))!important;gap:4px!important;margin-top:6px!important}
.headline-number{min-width:0!important;padding:9px 0!important}

/* Sidebar should match hero visual height instead of stretching page */
.t30-right{display:grid!important;grid-template-rows:1fr 1fr!important;gap:14px!important;align-self:stretch!important}
.t2-side-section{margin:0!important;min-height:0!important;display:flex!important;flex-direction:column!important}
.t2-side-title{flex:none!important}
.t2-side-slider{flex:1!important;min-height:0!important;display:flex!important;flex-direction:column!important}
.t2-side-stage{position:relative!important;flex:1!important;min-height:0!important;overflow:hidden!important;background:#111!important}
.t2-side-slide,.t2-side-slide a{position:absolute!important;inset:0!important;width:100%!important;height:100%!important}
.t2-side-slide img{width:100%!important;height:100%!important;object-fit:cover!important}
.t2-side-overlay strong{font-size:clamp(17px,1.25vw,23px)!important;line-height:1.08!important}

/* Every news image/card should behave predictably for Google previews */
.news-card img,.list-item img,.t15-feature-grid img,.t3-ma-image img,.listing-card img{
  aspect-ratio:16/9!important;
  width:100%!important;
  height:auto!important;
  object-fit:cover!important;
}

/* Desktop breathing room */
@media (min-width:1101px){
  body{background:#f5f6f7!important}
  .topbar,.utility-nav,.brandbar,.nav,.breaking,.footer,.tg-admin-links{background-clip:border-box}
  main.t30-home,.detail-page,.listing-page{background:#fff!important;padding-left:22px!important;padding-right:22px!important;box-shadow:0 0 0 1px rgba(0,0,0,.035)!important}
  .t30-home{padding-top:18px!important}
}

@media (max-width:1100px){
  .t30-hero-grid.has-side{grid-template-columns:minmax(0,2fr) minmax(270px,.9fr)!important;gap:14px!important}
  .brandbar .brandbar-grid{grid-template-columns:minmax(200px,300px) minmax(0,1fr)!important}
}

/* ========================= MOBILE ========================= */
@media (max-width:800px){
  :root{--gt10-gutter:var(--gt10-mobile-gutter)}
  body{padding-bottom:68px!important;background:#fff!important}
  .container,.t15-home,.t30-home,.detail-page,.listing-page{
    width:calc(100% - (var(--gt10-mobile-gutter) * 2))!important;
    max-width:none!important;
  }

  /* clean compact header */
  .topbar,.utility-nav,.top-ad-slot,.nav{display:none!important}
  .brandbar{position:sticky!important;top:0!important;z-index:1100!important;background:#fff!important;border-bottom:1px solid #e8eaed!important}
  .brandbar .brandbar-grid{
    width:calc(100% - 28px)!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:12px!important;
    padding:9px 0!important;
    min-height:66px!important;
  }
  .brand-logo{max-width:230px!important;width:auto!important}
  .brand-logo img{width:auto!important;max-width:230px!important;height:48px!important;max-height:48px!important;object-fit:contain!important;object-position:left center!important}
  .t10-mobile-actions{display:flex!important;gap:4px!important}
  .t10-icon-btn{width:42px!important;height:42px!important;background:transparent!important;border-radius:50%!important;font-size:26px!important}
  .t10-mobile-drawer{inset:66px 0 auto 0!important}

  .breaking{display:block!important;border-bottom:1px solid #e5e7eb!important}
  .breaking .container{width:100%!important;max-width:none!important;height:38px!important}
  .breaking-label{height:38px!important;padding:0 11px!important;font-size:11px!important}
  .ticker a{font-size:12px!important}

  main.t30-home{padding:12px 0 20px!important;box-shadow:none!important}
  .t25-seo-intro{display:none!important}

  /* two-column mobile top stories like modern news portals */
  .t3-spot-strip{margin:0 0 14px!important;padding:0!important;border:0!important;background:#fff!important}
  .t3-spot-viewport{overflow:visible!important}
  .t3-spot-track{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 12px!important;width:100%!important}
  .t3-spot-card{width:100%!important;min-width:0!important;flex:none!important}
  .t3-spot-card:nth-child(n+5){display:none!important}
  .t3-spot-card img,.t3-spot-fallback{aspect-ratio:16/9!important;border-radius:3px!important}
  .t3-spot-card h3{font-size:clamp(14px,4vw,17px)!important;line-height:1.15!important;margin-top:7px!important;-webkit-line-clamp:3!important}
  .t3-spot-arrow{display:none!important}

  /* mobile hero: always full width inside safe gutters, exact 16:9 */
  .t30-hero-grid.has-side,.t30-hero-grid.no-side{display:block!important;width:100%!important;margin:0!important;padding:0!important}
  .t30-right{display:none!important}
  .headline,.t30-headline{width:100%!important;height:auto!important;aspect-ratio:16/9!important;border-radius:3px!important;margin:0!important}
  .t30-headline .headline-overlay{padding:12px 13px 14px!important}
  .t30-headline .headline-overlay h1{font-size:clamp(17px,5.2vw,24px)!important;line-height:1.05!important;max-width:94%!important}
  .t30-headline .headline-overlay .tt3-kicker-stack{gap:4px!important;margin-bottom:4px!important}
  .t30-headline .tt1-red-title,.t30-headline .badge{font-size:10px!important;padding:4px 6px!important}
  .t30-headline .t15-date{font-size:9px!important}
  .slider-arrow{width:34px!important;height:50px!important;font-size:32px!important;opacity:.75!important}
  .headline-numbers.t30-numbers{display:flex!important;gap:5px!important;overflow-x:auto!important;padding:7px 0 2px!important;scrollbar-width:none!important}
  .headline-numbers.t30-numbers::-webkit-scrollbar{display:none!important}
  .headline-number{flex:0 0 34px!important;border-radius:4px!important;padding:7px 0!important;font-size:12px!important}

  /* lower grids: two columns where possible */
  .t3-manset-alti-grid,.t15-feature-grid,.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 12px!important}
  .t3-manset-alti-card h3,.t15-feature-grid h3,.news-card h3{font-size:15px!important;line-height:1.18!important}

  .t10-mobile-bottom{height:64px!important}
  .t10-mobile-bottom a{font-size:9px!important;gap:2px!important}
  .t10-mobile-bottom .ico{font-size:21px!important}
}

@media (max-width:390px){
  :root{--gt10-mobile-gutter:12px}
  .brandbar .brandbar-grid{width:calc(100% - 24px)!important}
  .brand-logo{max-width:205px!important}
  .brand-logo img{max-width:205px!important;height:44px!important;max-height:44px!important}
  .t3-spot-track{gap:12px 10px!important}
  .t3-spot-card h3{font-size:14px!important}
}


/* ===== GT10 15.0.0 • MOBIL KESIN DUZELTME + CACHE BUST ===== */
@media (max-width: 820px){
  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
  body{padding-bottom:68px!important}
  body .container,
  body main.container.t15-home.t30-home,
  body .detail-page,
  body .listing-page{
    width:calc(100% - 28px)!important;
    max-width:760px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  body main.container.t15-home.t30-home{padding-top:10px!important}

  /* Üst alan kompakt: eski logo korunur, sağda ara + menü */
  body .topbar,body .utility-nav,body .top-ad-slot,body nav.nav{display:none!important}
  body .brandbar{height:auto!important;min-height:0!important;max-height:none!important;position:sticky!important;top:0!important;z-index:1200!important;background:#fff!important}
  body .brandbar .container.brandbar-grid{
    width:calc(100% - 28px)!important;max-width:760px!important;height:68px!important;min-height:68px!important;max-height:68px!important;
    margin:0 auto!important;padding:7px 0!important;display:grid!important;grid-template-columns:minmax(0,1fr) 92px!important;gap:8px!important;align-items:center!important
  }
  body .brand-logo{width:auto!important;max-width:235px!important;height:54px!important;display:flex!important;align-items:center!important}
  body .brand-logo img{width:auto!important;max-width:235px!important;height:54px!important;max-height:54px!important;object-fit:contain!important;object-position:left center!important;margin:0!important}
  body .t10-mobile-actions{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:2px!important}
  body .t10-icon-btn{width:42px!important;height:42px!important;padding:0!important;margin:0!important}

  /* Son dakika da güvenli kenarlarda */
  body .breaking .container{width:calc(100% - 28px)!important;max-width:760px!important;margin:auto!important}

  /* Üst dört haber */
  body .t3-spot-strip{width:100%!important;margin:0 0 14px!important;padding:0!important;background:#fff!important}
  body .t3-spot-viewport{width:100%!important;overflow:visible!important}
  body .t3-spot-track{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 12px!important;width:100%!important}
  body .t3-spot-card{display:block!important;width:100%!important;min-width:0!important;max-width:none!important;flex:none!important}
  body .t3-spot-card:nth-child(n+5){display:none!important}
  body .t3-spot-card img,body .t3-spot-fallback{width:100%!important;height:auto!important;aspect-ratio:16/9!important;object-fit:cover!important;border-radius:4px!important}
  body .t3-spot-card h3{font-size:clamp(14px,4.1vw,17px)!important;line-height:1.16!important;margin:7px 0 0!important;min-height:0!important;-webkit-line-clamp:3!important}
  body .t3-spot-arrow{display:none!important}

  /* ANA MANŞET: ne olursa olsun 16:9, kenarlardan 14 px içeride */
  body .t30-hero-grid.has-side,body .t30-hero-grid.no-side{display:block!important;width:100%!important;margin:0!important;padding:0!important;background:transparent!important}
  body .t30-main,body .headline-box{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}
  body .headline,body .t30-headline,body .t30-main .headline{
    position:relative!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16/9!important;overflow:hidden!important;border-radius:5px!important;background:#111!important
  }
  body .t30-headline .headline-slide,body .t30-headline .headline-slide a{position:absolute!important;inset:0!important;width:100%!important;height:100%!important}
  body .t30-headline .headline-slide img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-height:none!important;object-fit:cover!important;object-position:center!important}
  body .t30-headline .headline-overlay{inset:0!important;padding:12px!important}
  body .t30-headline .headline-overlay h1{font-size:clamp(16px,5vw,23px)!important;line-height:1.05!important;max-width:94%!important}
  body .slider-arrow{width:34px!important;height:48px!important;font-size:30px!important;opacity:.72!important}
  body .t30-right{display:none!important}

  /* Mobilde siyah 1-15 bar yok; temiz nokta navigasyonu */
  body .headline-numbers.t30-numbers,body .t30-numbers{display:none!important}
  body .t15-dots{display:flex!important}

  /* Manşet altı / öne çıkanlar */
  body .t3-manset-alti{width:100%!important;margin:14px 0 0!important;padding:0!important}
  body .t3-manset-alti-grid,body .t15-feature-grid,body .news-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 12px!important}
  body .t3-ma-image img,body .t15-feature-grid img,body .news-card img{aspect-ratio:16/9!important;width:100%!important;height:auto!important;object-fit:cover!important}

  body .t10-mobile-bottom{left:0!important;right:0!important;bottom:0!important;width:100%!important;height:64px!important}
}
@media (max-width:420px){
  body .container,body main.container.t15-home.t30-home,body .detail-page,body .listing-page,body .brandbar .container.brandbar-grid,body .breaking .container{width:calc(100% - 24px)!important}
  body .brand-logo,body .brand-logo img{max-width:210px!important}
}

/* ===== TGtema2 • Versiyon 2.0.0 • SABIT GORSEL DAVRANISI =====
   Haber ve manset gorsellerinde hover/zoom/buyume-kuculme/filtre efekti yoktur. */
.headline-slide img,
.side-slide img,
.news-card img,
.list-item img,
.enson-card img,
.editorial-card img,
.headline-slide.active img,
.headline:hover .headline-slide.active img,
.side-slides:hover .side-slide.active img,
.news-card:hover img,
.list-item:hover img,
.enson-card:hover img,
.editorial-card:hover img {
  transform: none !important;
  filter: none !important;
  transition: none !important;
  animation: none !important;
}
.news-card,
.news-card:hover,
.enson-card,
.enson-card:hover,
.editorial-card,
.editorial-card:hover {
  transform: none !important;
  transition: none !important;
}


/* ==========================================================
   TGtema2 • Versiyon 2.0.0 • HABER DETAY SAYFASI
   Daha kompakt başlık alanı, okunabilir metin kolonu ve 16:9 medya.
   ========================================================== */
body.single-post .gt20-detail-page{max-width:1180px!important;padding-top:24px!important;padding-bottom:36px!important}
body.single-post .gt20-detail-article{max-width:980px!important;margin:0 auto!important;background:#fff!important}
body.single-post .gt20-article-header{padding:0 0 18px!important;border-bottom:1px solid #e5e7eb!important}
body.single-post .gt20-article-title{display:block!important;visibility:visible!important;color:#111!important;font-size:clamp(38px,4.1vw,60px)!important;line-height:1.04!important;letter-spacing:-.035em!important;font-weight:900!important;margin:12px 0 14px!important;max-width:930px!important}
body.single-post .gt20-lead{font-size:21px!important;line-height:1.48!important;font-weight:600!important;color:#444!important;margin:0 0 16px!important;max-width:900px!important}
body.single-post .gt20-meta{border:0!important;padding:0!important;margin:0!important;color:#727272!important;font-size:13px!important}
body.single-post .gt20-detail-hero{width:100%!important;margin:24px 0!important;aspect-ratio:16/9!important;background:#111!important;border-radius:8px!important;overflow:hidden!important}
body.single-post .gt20-detail-hero img{width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important;object-position:center!important;margin:0!important;border-radius:0!important;transform:none!important;transition:none!important}
body.single-post .gt20-article-content{max-width:820px!important;margin:0 auto!important;font-size:19px!important;line-height:1.78!important;color:#202020!important}
body.single-post .gt20-article-content p{margin:0 0 1.35em!important}
body.single-post .gt20-article-content h2{font-size:32px!important;line-height:1.18!important;margin:34px 0 14px!important}
body.single-post .gt20-article-content h3{font-size:25px!important;line-height:1.22!important;margin:28px 0 12px!important}
body.single-post .gt20-video-wrap{width:100%!important;max-width:900px!important;aspect-ratio:16/9!important;margin:24px auto 28px!important;background:#000!important;border-radius:8px!important;overflow:hidden!important}
body.single-post .gt20-video-wrap iframe{display:block!important;width:100%!important;height:100%!important;border:0!important;margin:0!important;aspect-ratio:16/9!important}
body.single-post .detail-tags{max-width:820px!important;margin-left:auto!important;margin-right:auto!important}
body.single-post .gt20-related{max-width:980px!important;margin-left:auto!important;margin-right:auto!important}
@media (min-width:901px){
  body.single-post .brandbar .container.brandbar-grid{padding-top:10px!important;padding-bottom:10px!important}
  body.single-post .brand-logo img{max-height:104px!important}
  body.single-post .top-ad-slot{min-height:82px!important}
}
@media (max-width:700px){
  body.single-post .gt20-detail-page{width:calc(100% - 24px)!important;padding-top:14px!important}
  body.single-post .gt20-detail-article{width:100%!important}
  body.single-post .detail-article .breadcrumb{font-size:11px!important;margin:0 0 12px!important}
  body.single-post .gt20-article-title{font-size:clamp(29px,8.5vw,38px)!important;line-height:1.07!important;margin:10px 0 12px!important}
  body.single-post .gt20-lead{font-size:18px!important;line-height:1.5!important;margin-bottom:13px!important}
  body.single-post .gt20-meta{font-size:11.5px!important;gap:5px 9px!important}
  body.single-post .gt20-detail-hero{width:100%!important;margin:18px 0 20px!important;border-radius:6px!important;aspect-ratio:16/9!important}
  body.single-post .gt20-article-content{font-size:17px!important;line-height:1.72!important}
  body.single-post .gt20-video-wrap{margin:18px 0 22px!important;border-radius:6px!important}
}


/* GT11 video alanı */
body.single-post .gt11-video-section{width:100%;max-width:920px;margin:26px auto 30px}
body.single-post .gt11-video-title{display:inline-block;background:#111;color:#ffd400;font-size:13px;font-weight:900;padding:8px 12px;margin-bottom:8px}
body.single-post .gt11-video-wrap{position:relative;width:100%;aspect-ratio:16/9;background:#000;overflow:hidden;border-radius:8px}
body.single-post .gt11-video-wrap iframe{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;display:block!important;max-width:none!important}
@media(max-width:700px){body.single-post .gt11-video-section{margin:18px 0 24px}body.single-post .gt11-video-wrap{border-radius:5px}}


/* GT15: görsel hover/zoom efektleri tamamen kapalı */
.headline-slide img,.side-slide img,.news-card img,.list-item img,.t3-spot-card img,.t3-manset-alti-card img,.editorial-card img,.detail-hero img{transition:none!important;transform:none!important;filter:none!important;animation:none!important}
.headline:hover .headline-slide.active img,.side-slides:hover .side-slide.active img,.news-card:hover img,.list-item:hover img,.t3-spot-card:hover img,.t3-manset-alti-card:hover img,.editorial-card:hover img{transition:none!important;transform:none!important;filter:none!important}
.news-card:hover,.editorial-card:hover,.t3-spot-card:hover,.t3-manset-alti-card:hover{transform:none!important}

/* ==========================================================
   TGtema2 • Versiyon 2.0.0 • ÜST ALAN / REKLAM / MASAÜSTÜ DÜZENİ
   970x180 reklam alanı gerçek oranında, logo ile aynı satırda.
   Gereksiz dikey boşluklar kaldırıldı; içerik kontrollü kenar payına alındı.
   ========================================================== */
:root{
  --gt20-max:1440px;
  --gt20-gutter:clamp(20px,3vw,52px);
  --gt20-border:#e5e7eb;
}
@media (min-width:901px){
  body .container,
  body main.container,
  body .utility-nav .container,
  body .nav .container,
  body .tg-admin-links .container,
  body .breaking .container,
  body .brandbar .container.brandbar-grid,
  body .detail-page,
  body .listing-page{
    width:min(var(--gt20-max),calc(100% - (var(--gt20-gutter) * 2)))!important;
    max-width:var(--gt20-max)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  body .brandbar{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:14px 0!important;
    margin:0!important;
    background:#fff!important;
    border-bottom:1px solid var(--gt20-border)!important;
    position:relative!important;
    box-shadow:none!important;
  }
  body .brandbar .container.brandbar-grid{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:minmax(220px,280px) minmax(0,970px)!important;
    justify-content:space-between!important;
    align-items:center!important;
    gap:clamp(24px,4vw,56px)!important;
  }
  body .brand-logo{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    max-width:280px!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
  }
  body .brand-logo img{
    display:block!important;
    width:100%!important;
    max-width:280px!important;
    height:auto!important;
    max-height:158px!important;
    object-fit:contain!important;
    object-position:left center!important;
    margin:0!important;
  }
  body .top-ad-slot{
    width:100%!important;
    max-width:970px!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    margin:0!important;
    padding:0!important;
  }
  body .top-ad-slot .tg-ad,
  body .top-ad-slot .tg-ad a,
  body .top-ad-slot .ad-placeholder{
    display:block!important;
    width:100%!important;
    max-width:970px!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
  }
  body .top-ad-slot .tg-ad img,
  body .top-ad-slot .ad-placeholder{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:180px!important;
    min-height:0!important;
    aspect-ratio:970/180!important;
    object-fit:cover!important;
    border-radius:5px!important;
  }
  body .ad-placeholder{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    background:#222!important;
    border:1px solid #d2ad00!important;
    animation:none!important;
  }
  body .ad-placeholder:before{display:none!important;animation:none!important}
  body .ad-placeholder strong{font-size:clamp(23px,2.2vw,35px)!important;line-height:1!important}
  body .ad-placeholder span{font-size:clamp(15px,1.4vw,22px)!important;margin-top:9px!important}
  body .ad-placeholder small{font-size:12px!important;margin-top:5px!important}

  /* Üst navigasyonlar gereksiz yüksek olmasın */
  body .utility-nav,body .tg-admin-links,body .nav{height:auto!important;min-height:0!important}
  body .utility-nav .container,body .tg-admin-links .container,body .nav .container{min-height:0!important}

  /* Anasayfa ve detay sayfası üst boşlukları */
  body main.container.t15-home.t30-home{padding-top:18px!important}
  body.single-post .gt20-detail-page{padding-top:24px!important}
}

/* TGtema2 reklam alanları: sayfa içinde taşma/kırpılma yok */
body .t25-ad-zone{width:100%!important;max-width:100%!important;margin:20px auto!important;overflow:hidden!important}
body .t25-ad-zone .tg-ad,body .t25-ad-zone .tg-ad a{display:block!important;width:100%!important;max-width:100%!important;margin:0!important}
body .t25-ad-zone .tg-ad img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;border-radius:5px!important}
body .t25-ad-placeholder{width:100%!important;min-height:110px!important;padding:20px!important;box-sizing:border-box!important;border-radius:5px!important}

/* Görsel hover/zoom yine tamamen kapalı */
body img{transition:none!important}
body a:hover img,body article:hover img,body figure:hover img{transform:none!important;filter:none!important;animation:none!important}

@media (max-width:900px){
  :root{--gt20-gutter:14px}
  body .container,
  body main.container,
  body .detail-page,
  body .listing-page,
  body .brandbar .container.brandbar-grid,
  body .breaking .container{
    width:calc(100% - 28px)!important;
    max-width:760px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body .topbar,body .utility-nav,body .top-ad-slot,body nav.nav{display:none!important}
  body .brandbar{
    height:auto!important;min-height:0!important;max-height:none!important;
    padding:8px 0!important;position:sticky!important;top:0!important;z-index:1200!important;
    background:#fff!important;border-bottom:1px solid #e8eaed!important;
  }
  body .brandbar .container.brandbar-grid{
    display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;gap:8px!important;padding:0!important;height:auto!important;min-height:56px!important;
  }
  body .brand-logo{display:flex!important;align-items:center!important;width:auto!important;max-width:220px!important;height:54px!important;margin:0!important;padding:0!important}
  body .brand-logo img{display:block!important;width:auto!important;max-width:220px!important;height:54px!important;max-height:54px!important;object-fit:contain!important;object-position:left center!important}
  body .t10-mobile-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important}
  body .t25-ad-zone{margin:14px 0!important}
  body .t25-ad-placeholder{min-height:82px!important;padding:12px!important}
}
@media (max-width:420px){
  body .container,body main.container,body .detail-page,body .listing-page,body .brandbar .container.brandbar-grid,body .breaking .container{width:calc(100% - 24px)!important}
  body .brand-logo,body .brand-logo img{max-width:205px!important}
}

/* ==========================================================
   TGtema2 • Versiyon 2.0.0 • HEADER REKLAM 1 SON DÜZEN
   Masaüstünde logo ve Reklam Alanı 1 TAM AYNI yüksekliktedir.
   Reklam, logonun hemen ardından başlayıp içerik alanının sağ
   sınırına kadar kesintisiz uzar. Eski 970px maksimum sınırı yoktur.
   ========================================================== */
@media (min-width:1201px){
  body .brandbar{
    padding:14px 0!important;
    background:#fff!important;
    border-bottom:1px solid #e5e7eb!important;
  }
  body .brandbar .container.brandbar-grid{
    width:min(1440px,calc(100% - 40px))!important;
    max-width:1440px!important;
    margin:0 auto!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:320px minmax(0,1fr)!important;
    gap:20px!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    height:180px!important;
    min-height:180px!important;
    max-height:180px!important;
  }
  body .brand-logo{
    width:320px!important;
    max-width:320px!important;
    height:180px!important;
    min-height:180px!important;
    max-height:180px!important;
    display:flex!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    overflow:hidden!important;
    margin:0!important;
    padding:0!important;
  }
  body .brand-logo img{
    width:320px!important;
    max-width:320px!important;
    height:180px!important;
    min-height:180px!important;
    max-height:180px!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center!important;
    border-radius:0!important;
    margin:0!important;
  }
  body .top-ad-slot{
    width:100%!important;
    max-width:none!important;
    height:180px!important;
    min-height:180px!important;
    max-height:180px!important;
    display:flex!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    overflow:hidden!important;
    margin:0!important;
    padding:0!important;
  }
  body .top-ad-slot .tg-ad,
  body .top-ad-slot .tg-ad a,
  body .top-ad-slot .ad-placeholder{
    width:100%!important;
    max-width:none!important;
    height:180px!important;
    min-height:180px!important;
    max-height:180px!important;
    display:flex!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
  }
  body .top-ad-slot .tg-ad a{align-items:stretch!important}
  body .top-ad-slot .tg-ad img,
  body .top-ad-slot .ad-placeholder{
    width:100%!important;
    max-width:none!important;
    height:180px!important;
    min-height:180px!important;
    max-height:180px!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:center!important;
    border-radius:0!important;
  }
  body .top-ad-slot .ad-placeholder{
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
  }
}

/* 901–1200 px: aynı mantık korunur, header orantılı küçülür. */
@media (min-width:901px) and (max-width:1200px){
  body .brandbar .container.brandbar-grid{
    width:calc(100% - 32px)!important;
    max-width:none!important;
    display:grid!important;
    grid-template-columns:280px minmax(0,1fr)!important;
    gap:16px!important;
    align-items:stretch!important;
    height:158px!important;
    min-height:158px!important;
    max-height:158px!important;
  }
  body .brand-logo,body .brand-logo img{
    width:280px!important;max-width:280px!important;
    height:158px!important;min-height:158px!important;max-height:158px!important;
  }
  body .brand-logo img{object-fit:cover!important}
  body .top-ad-slot,
  body .top-ad-slot .tg-ad,
  body .top-ad-slot .tg-ad a,
  body .top-ad-slot .tg-ad img,
  body .top-ad-slot .ad-placeholder{
    width:100%!important;max-width:none!important;
    height:158px!important;min-height:158px!important;max-height:158px!important;
    aspect-ratio:auto!important;
  }
  body .top-ad-slot .tg-ad img{object-fit:cover!important}
}

/* ===== TGTEMA1 MOBILE HEADER + REKLAM 1 FINAL ===== */
/* Mobilde eski logoyu daha görünür yap, arama/hamburger sağda kalsın. */
@media (max-width:900px){
  body .brandbar{
    display:block!important;
    background:#fff!important;
    border-bottom:1px solid #e5e7eb!important;
    padding:10px 0 12px!important;
  }
  body .brandbar .container.brandbar-grid{
    width:calc(100% - 24px)!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:"logo actions" "ad ad"!important;
    gap:10px 12px!important;
    align-items:center!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }
  body .brand-logo{
    grid-area:logo!important;
    width:auto!important;
    height:88px!important;
    min-height:88px!important;
    max-height:88px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }
  body .brand-logo img{
    width:285px!important;
    max-width:min(285px,72vw)!important;
    height:88px!important;
    min-height:88px!important;
    max-height:88px!important;
    object-fit:contain!important;
    object-position:left center!important;
    display:block!important;
    margin:0!important;
  }
  body .t10-mobile-actions{
    grid-area:actions!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:12px!important;
  }

  /* Reklam Alanı 1 mobilde gizlenmez; logonun hemen altında tam genişlik görünür. */
  body .top-ad-slot{
    grid-area:ad!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:2px 0 0!important;
    padding:0!important;
    overflow:hidden!important;
    align-items:stretch!important;
    justify-content:stretch!important;
  }
  body .top-ad-slot .tg-ad,
  body .top-ad-slot .tg-ad a,
  body .top-ad-slot .ad-placeholder{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    aspect-ratio:970/180!important;
    box-sizing:border-box!important;
  }
  body .top-ad-slot .tg-ad a{align-items:stretch!important;justify-content:stretch!important}
  body .top-ad-slot .tg-ad img,
  body .top-ad-slot .ad-placeholder{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:970/180!important;
    object-fit:cover!important;
    object-position:center!important;
    border-radius:0!important;
  }
  body .top-ad-slot .ad-placeholder{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
  }
  body .top-ad-slot .ad-placeholder strong{font-size:22px!important}
  body .top-ad-slot .ad-placeholder span{font-size:14px!important;margin-top:4px!important}
  body .top-ad-slot .ad-placeholder small{font-size:9px!important;margin-top:3px!important}
}

@media (max-width:420px){
  body .brand-logo{height:82px!important;min-height:82px!important;max-height:82px!important}
  body .brand-logo img{width:265px!important;max-width:70vw!important;height:82px!important;min-height:82px!important;max-height:82px!important}
}

/* taksitema2 2.1: mobil manşet swipe */
[data-slider="primary"] .headline{touch-action:pan-y!important;overscroll-behavior-x:contain;-webkit-user-select:none;user-select:none}


/* =========================================================
   taksitema3 1.2 • MOBİL LOGO SON AYAR
   Logo gerçek ekran merkezindedir; sağdaki ara/menü merkezi bozmaz.
   ========================================================= */
@media (max-width:900px){
  body .brandbar{
    padding:8px 0 10px!important;
    background:#fff!important;
  }
  body .brandbar .container.brandbar-grid{
    position:relative!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-areas:"logo" "ad"!important;
    width:calc(100% - 20px)!important;
    margin:0 auto!important;
    padding:0!important;
    gap:8px!important;
    align-items:center!important;
  }
  body .brand-logo{
    grid-area:logo!important;
    width:100%!important;
    max-width:none!important;
    height:112px!important;
    min-height:112px!important;
    max-height:112px!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    overflow:visible!important;
    margin:0 auto!important;
    padding:0 58px!important;
  }
  body .brand-logo img{
    width:min(380px,82vw)!important;
    max-width:100%!important;
    height:108px!important;
    min-height:0!important;
    max-height:108px!important;
    object-fit:contain!important;
    object-position:center center!important;
    margin:0 auto!important;
  }
  body .t10-mobile-actions{
    position:absolute!important;
    z-index:8!important;
    right:0!important;
    top:50px!important;
    transform:translateY(-50%)!important;
    display:flex!important;
    gap:10px!important;
    align-items:center!important;
  }
  body .top-ad-slot{grid-area:ad!important}
}
@media (max-width:480px){
  body .brand-logo{
    height:104px!important;
    min-height:104px!important;
    max-height:104px!important;
    padding:0 54px!important;
  }
  body .brand-logo img{
    width:min(350px,84vw)!important;
    height:100px!important;
    max-height:100px!important;
  }
  body .t10-mobile-actions{top:47px!important}
}
@media (max-width:380px){
  body .brand-logo img{width:min(315px,82vw)!important}
}


/* ==========================================================
   TTEMA2 2.0.0 • HABER DETAYI MASAÜSTÜ REKLAM BÜYÜTME
   Single post ekranında üst reklam alanı logo ile aynı güçlü
   yükseklikte ve kalan masaüstü genişliğini tam doldurur.
   ========================================================== */
@media (min-width:1201px){
  body.single-post .brandbar{
    padding:16px 0!important;
  }
  body.single-post .brandbar .container.brandbar-grid{
    width:min(1600px,calc(100% - 40px))!important;
    max-width:1600px!important;
    grid-template-columns:390px minmax(0,1fr)!important;
    gap:24px!important;
    height:220px!important;
    min-height:220px!important;
    max-height:220px!important;
    align-items:stretch!important;
  }
  body.single-post .brand-logo,
  body.single-post .brand-logo img{
    width:390px!important;
    max-width:390px!important;
    height:220px!important;
    min-height:220px!important;
    max-height:220px!important;
  }
  body.single-post .brand-logo img{
    object-fit:cover!important;
    object-position:center!important;
  }
  body.single-post .top-ad-slot,
  body.single-post .top-ad-slot .tg-ad,
  body.single-post .top-ad-slot .tg-ad a,
  body.single-post .top-ad-slot .tg-ad img,
  body.single-post .top-ad-slot .ad-placeholder{
    width:100%!important;
    max-width:none!important;
    height:220px!important;
    min-height:220px!important;
    max-height:220px!important;
    aspect-ratio:auto!important;
    margin:0!important;
    padding:0!important;
  }
  body.single-post .top-ad-slot .tg-ad,
  body.single-post .top-ad-slot .tg-ad a{
    display:flex!important;
    align-items:stretch!important;
    justify-content:stretch!important;
  }
  body.single-post .top-ad-slot .tg-ad img,
  body.single-post .top-ad-slot .ad-placeholder{
    display:flex!important;
    object-fit:cover!important;
    object-position:center!important;
    border-radius:0!important;
  }
  body.single-post .top-ad-slot .ad-placeholder{
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
  }
  body.single-post .top-ad-slot .ad-placeholder strong{font-size:46px!important}
  body.single-post .top-ad-slot .ad-placeholder span{font-size:30px!important;margin-top:14px!important}
  body.single-post .top-ad-slot .ad-placeholder small{font-size:14px!important;margin-top:9px!important}
}

/* 901-1200px masaüstü/tablet yatay: reklamın fazla ince kalmasını engelle. */
@media (min-width:901px) and (max-width:1200px){
  body.single-post .brandbar .container.brandbar-grid{
    height:180px!important;min-height:180px!important;max-height:180px!important;
  }
  body.single-post .brand-logo,body.single-post .brand-logo img,
  body.single-post .top-ad-slot,body.single-post .top-ad-slot .tg-ad,
  body.single-post .top-ad-slot .tg-ad a,body.single-post .top-ad-slot .tg-ad img,
  body.single-post .top-ad-slot .ad-placeholder{
    height:180px!important;min-height:180px!important;max-height:180px!important;
  }
}
\n/* TTEMA3 görünür konu iç bağlantıları */
.tt3-topic-links{background:#f7f7f7;border-top:1px solid #e6e6e6;padding:14px 0}
.tt3-topic-links .container{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;font-size:13px}
.tt3-topic-links strong{font-weight:900}
.tt3-topic-links a{font-weight:800;text-decoration:underline;text-decoration-color:#ffd400;text-decoration-thickness:3px;text-underline-offset:4px}

/* TaksiTemaV2 • Footer iki sütun */
.footer-grid{grid-template-columns:minmax(0,2fr) minmax(240px,1fr)!important}
@media(max-width:700px){.footer-grid{grid-template-columns:1fr!important}}

/* =========================================================
   TAKSITEMAV2 / TaksiTemaV2 • 3 saniyelik piyasa etkileşimleri
   ========================================================= */
:root{--tm1-yellow:#ffd400;--tm1-black:#101010;--tm1-green:#21c56e;--tm1-red:#ff3b4e}

/* Akaryakıt: sırayla siyah -> sarı vurgu */
.fuel20-card{
  transition:background .42s ease,color .42s ease,transform .42s ease,box-shadow .42s ease!important;
  overflow:hidden;
}
.fuel20-card small,.fuel20-card strong,.fuel20-card span{transition:color .42s ease,transform .42s ease!important}
.fuel20-card.tm1-active{
  background:var(--tm1-yellow)!important;
  color:#0b0b0b!important;
  transform:translateY(-2px);
  box-shadow:inset 0 0 0 2px #111,0 0 26px rgba(255,212,0,.52)!important;
  z-index:2;
}
.fuel20-card.tm1-active small,.fuel20-card.tm1-active strong,.fuel20-card.tm1-active span{color:#0b0b0b!important}
.fuel20-card.tm1-active strong{transform:scale(1.055)}
.fuel20-card.tm1-rise:after,.fuel20-card.tm1-fall:after{
  position:absolute;right:14px;top:50%;transform:translateY(-50%);
  font-size:25px;font-weight:1000;line-height:1;animation:tm1ArrowPulse 1.15s ease-in-out infinite;
}
.fuel20-card.tm1-rise:after{content:"▲";color:var(--tm1-green)}
.fuel20-card.tm1-fall:after{content:"▼";color:var(--tm1-red)}

/* Döviz/Altın: aktif kart sarı-siyah olur ve yön oku canlı kalır */
.market21-card{
  position:relative!important;
  transition:background .42s ease,color .42s ease,transform .42s ease,box-shadow .42s ease!important;
  overflow:hidden!important;
}
.market21-card.tm1-active{
  background:var(--tm1-yellow)!important;
  color:#0b0b0b!important;
  transform:translateY(-2px) scale(1.012);
  box-shadow:inset 0 0 0 2px #111,0 0 24px rgba(255,212,0,.48)!important;
  z-index:3;
}
.market21-card.tm1-active .market21-cardtop strong,
.market21-card.tm1-active .market21-values b,
.market21-card.tm1-active .market21-values span{color:#0b0b0b!important}
.market21-card.tm1-active .market21-symbol{background:#111!important;color:var(--tm1-yellow)!important}
.market21-card.tm1-active .market21-values>div{background:rgba(255,255,255,.38)!important;padding:5px 7px!important;border-radius:5px!important}
.market21-change{display:flex!important;align-items:center!important;gap:4px!important;font-weight:1000!important}
.market21-change:before{display:inline-block;font-size:13px;line-height:1;animation:tm1ArrowPulse 1.05s ease-in-out infinite}
.market21-card.up .market21-change{color:var(--tm1-green)!important}
.market21-card.up .market21-change:before{content:"▲"}
.market21-card.down .market21-change{color:var(--tm1-red)!important}
.market21-card.down .market21-change:before{content:"▼"}
.market21-card.flat .market21-change{color:#b8b8b8!important}
.market21-card.flat .market21-change:before{content:"●";font-size:7px;animation:none}
.market21-card.tm1-active.up .market21-change{color:#087b3e!important}
.market21-card.tm1-active.down .market21-change{color:#c40018!important}
.market21-card.tm1-active.flat .market21-change{color:#444!important}

@keyframes tm1ArrowPulse{
  0%,100%{opacity:.42;transform:translateY(2px) scale(.88)}
  50%{opacity:1;transform:translateY(-2px) scale(1.18);filter:drop-shadow(0 0 6px currentColor)}
}
@keyframes tm1Flash{
  0%,100%{filter:brightness(1)}50%{filter:brightness(1.08)}
}
.market21-card.tm1-active,.fuel20-card.tm1-active{animation:tm1Flash 1.45s ease-in-out infinite}

/* Kullanıcı hareket azaltmayı seçtiyse animasyonları sakinleştir. */
@media(prefers-reduced-motion:reduce){
  .market21-card,.fuel20-card,.market21-change:before{animation:none!important;transition:none!important}
}

@media(max-width:700px){
  .fuel20-card.tm1-active{transform:none!important}
  .fuel20-card.tm1-rise:after,.fuel20-card.tm1-fall:after{right:10px;font-size:20px}
  .market21-card.tm1-active{transform:none!important}
}



/* ===== TaksiTemaV2.1: YouTube sosyal medya ikonu ===== */
.t16-socials a.social-youtube,
.footer-socials a.social-youtube,
.kunye-social-list a.social-youtube{
  background:#ff0000;
  color:#fff;
}
.t16-socials a.social-youtube:hover,
.footer-socials a.social-youtube:hover,
.kunye-social-list a.social-youtube:hover{
  background:#e00000;
}
.t16-socials a.social-youtube svg,
.footer-socials a.social-youtube svg,
.kunye-social-list a.social-youtube svg{
  fill:currentColor;
}
/* Mobilde sosyal medya ikonları görünür kalır */
@media(max-width:700px){
  .topbar .t16-socials{display:flex!important;}
  .topbar .t16-socials a{flex:0 0 auto;}
}

/* ===== TaksiGazetesi30: Yazarlar & Köşe Yazıları ===== */
.tg30-writers{margin:28px 0 34px;background:#111;color:#fff;border-radius:10px;padding:22px}.tg30-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;border-bottom:2px solid var(--yellow);padding-bottom:12px;margin-bottom:18px}.tg30-section-head span{font-size:11px;font-weight:900;letter-spacing:.12em;color:var(--yellow)}.tg30-section-head h2{margin:3px 0 0;font-size:28px}.tg30-section-head>a{font-size:13px;font-weight:900;color:var(--yellow)}.tg30-writer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tg30-writer-card{background:#fff;color:#111;border-radius:8px;overflow:hidden}.tg30-writer-profile{display:flex;align-items:center;gap:13px;padding:16px;border-bottom:1px solid #eee}.tg30-writer-profile img{width:76px;height:76px;border-radius:50%;object-fit:cover;border:3px solid var(--yellow);flex:none}.tg30-writer-profile h3{margin:0 0 4px;font-size:18px}.tg30-writer-profile p{margin:0;color:#666;font-size:12px}.tg30-writer-columns{padding:4px 16px 13px}.tg30-writer-columns>a{display:block;padding:11px 0;border-bottom:1px solid #eee}.tg30-writer-columns>a:last-child{border-bottom:0}.tg30-writer-columns strong{display:block;font-size:14px;line-height:1.35}.tg30-writer-columns small{display:block;color:#888;margin-top:5px}.tg30-no-column{padding:18px 16px;color:#888;font-size:13px}.tg30-author-page,.tg30-columns-archive{padding-top:24px;padding-bottom:45px}.tg30-author-hero{display:grid;grid-template-columns:150px 1fr;gap:24px;align-items:center;background:#111;color:#fff;padding:25px;border-radius:10px;border-bottom:5px solid var(--yellow);margin-bottom:25px}.tg30-author-hero img{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid var(--yellow)}.tg30-author-hero h1{margin:0 0 6px;font-size:36px}.tg30-author-title{color:var(--yellow);font-weight:900}.tg30-author-bio{color:#ddd;line-height:1.55}.tg30-author-social{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.tg30-author-social a{padding:6px 10px;background:#272727;border-radius:4px;font-size:12px;font-weight:800}.tg30-column-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tg30-column-card{border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff}.tg30-column-card>a{display:grid;grid-template-columns:170px 1fr;height:100%}.tg30-column-card img{width:170px;height:100%;min-height:150px;object-fit:cover}.tg30-column-copy{padding:16px}.tg30-column-copy h2{font-size:20px;margin:5px 0 8px;line-height:1.3}.tg30-column-copy p{color:#666;line-height:1.5}.tg30-column-copy small{color:#888}.tg30-column-article{max-width:900px;margin:24px auto 45px}.tg30-column-byline{display:flex;gap:12px;align-items:center;padding:14px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin:14px 0 22px}.tg30-column-byline img{width:58px;height:58px;border-radius:50%;object-fit:cover}.tg30-column-byline strong,.tg30-column-byline span{display:block}.tg30-column-byline span{font-size:12px;color:#777;margin-top:3px}.tg30-column-article h1{font-size:42px;line-height:1.12;margin:14px 0}.tg30-column-content{font-family:Georgia,'Times New Roman',serif;font-size:20px;line-height:1.78}.tg30-column-content p{margin:0 0 1.25em}
@media(max-width:900px){.tg30-writer-grid{grid-template-columns:repeat(2,1fr)}.tg30-column-list{grid-template-columns:1fr}}
@media(max-width:650px){.tg30-writers{padding:16px;margin-left:-2px;margin-right:-2px}.tg30-section-head{align-items:flex-start}.tg30-writer-grid{grid-template-columns:1fr}.tg30-author-hero{grid-template-columns:1fr;text-align:center}.tg30-author-hero img{margin:auto}.tg30-author-social{justify-content:center}.tg30-column-card>a{grid-template-columns:115px 1fr}.tg30-column-card img{width:115px;min-height:135px}.tg30-column-copy{padding:12px}.tg30-column-copy h2{font-size:17px}.tg30-column-copy p{display:none}.tg30-column-article h1{font-size:31px}.tg30-column-content{font-size:18px}}
\n\n/* ===== TAKSIGAZETESI40: Manset altinda mobil uyumlu yazar vitrini ===== */
.t30-hero-grid + .tg30-writers{margin-top:14px;margin-bottom:18px}
.tg30-writers{border-radius:8px;padding:18px 18px 20px}
.tg30-writer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.tg30-writer-card{min-width:0;box-shadow:0 1px 0 rgba(255,255,255,.04)}
.tg30-writer-profile{padding:13px;gap:11px}
.tg30-writer-profile img{width:62px;height:62px;border-width:2px}
.tg30-writer-profile h3{font-size:16px;line-height:1.15}
.tg30-writer-profile p{font-size:11px;margin-top:3px}
.tg30-writer-columns{padding:3px 13px 10px}
.tg30-writer-columns>a{padding:9px 0}
.tg30-writer-columns strong{font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tg30-writer-columns small{font-size:10px}
@media(max-width:1050px){
  .tg30-writer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .t30-hero-grid + .tg30-writers{margin-top:10px}
  .tg30-writers{margin-left:-14px;margin-right:-14px;border-radius:0;padding:14px 0 16px;overflow:hidden}
  .tg30-section-head{padding:0 14px 10px;margin-bottom:12px;align-items:flex-end}
  .tg30-section-head h2{font-size:22px}
  .tg30-section-head span{font-size:9px}
  .tg30-section-head>a{font-size:11px;white-space:nowrap}
  .tg30-writer-grid{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 14px 4px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .tg30-writer-grid::-webkit-scrollbar{display:none}
  .tg30-writer-card{flex:0 0 min(82vw,310px);scroll-snap-align:start}
  .tg30-writer-profile{padding:12px}
  .tg30-writer-profile img{width:58px;height:58px}
  .tg30-writer-columns{padding:2px 12px 9px}
}
@media(max-width:390px){
  .tg30-writer-card{flex-basis:86vw}
  .tg30-section-head{gap:8px}
  .tg30-section-head>a{max-width:110px;text-align:right;line-height:1.2}
}


/* ===== TaksiGazetesi45: yazar yönlendirmeleri + mobil logo/reklam ===== */
.tg45-more-columns{margin:34px auto 10px;max-width:900px;border-top:3px solid #111;padding-top:18px}
.tg45-more-columns .section-head{margin-bottom:14px}
.tg45-more-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.tg45-more-card{display:block;border:1px solid #ddd;border-radius:8px;background:#fff;padding:15px;transition:.18s ease}
.tg45-more-card:hover{transform:translateY(-2px);border-color:#bbb;box-shadow:0 8px 20px rgba(0,0,0,.08)}
.tg45-more-card small{display:block;color:#888;margin-bottom:7px;font-size:11px}
.tg45-more-card strong{display:block;font-size:16px;line-height:1.3}
.tg30-column-card>a{position:relative}
.tg30-column-card .tg45-read{display:inline-block;margin-top:8px;font-size:12px;font-weight:900;color:#111;border-bottom:2px solid var(--yellow)}

@media(max-width:900px){
  .tg45-more-grid{grid-template-columns:1fr}
  body .brandbar .container.brandbar-grid{
    width:100%!important;
    max-width:none!important;
    padding:0 10px 10px!important;
    gap:8px!important;
  }
  body .brand-logo{
    width:100%!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:0 52px!important;
    justify-content:center!important;
  }
  body .brand-logo img{
    width:100%!important;
    max-width:520px!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  body .top-ad-slot{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
  }
  body .top-ad-slot .tg-ad,
  body .top-ad-slot .tg-ad a,
  body .top-ad-slot .ad-placeholder{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    aspect-ratio:970/180!important;
  }
  body .top-ad-slot .tg-ad img,
  body .top-ad-slot .ad-placeholder{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:none!important;
    object-fit:cover!important;
    border-radius:0!important;
  }
  body .t10-mobile-actions{right:12px!important;top:38px!important}
}
@media(max-width:480px){
  body .brand-logo{padding:0 46px!important}
  body .brand-logo img{width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important}
  body .t10-mobile-actions{right:10px!important;top:34px!important}
}

/* ===== TaksiGazetesi50: daha büyük köşe yazarı fotoğrafları ===== */
.tg30-writer-profile{min-height:124px;gap:15px;padding:14px 15px}.tg30-writer-profile img{width:96px;height:96px;border-width:3px}.tg30-writer-profile h3{font-size:19px}.tg30-writer-profile p{font-size:12px}
.tg30-column-byline{gap:16px;padding:16px 0}.tg30-column-byline img{width:88px;height:88px;border:3px solid var(--yellow)}
@media(max-width:650px){
  .tg30-writer-card{flex-basis:min(92vw,360px)}
  .tg30-writer-profile{min-height:116px;padding:13px 14px;gap:13px}
  .tg30-writer-profile img{width:86px;height:86px;border-width:3px}
  .tg30-writer-profile h3{font-size:18px}.tg30-writer-profile p{font-size:12px}
  .tg30-column-byline img{width:78px;height:78px}
}

/* TaksiGazetesi60: köşe yazısı sürümlü WhatsApp paylaşımı */
.tg55-column-share{margin:12px 0 22px}.tg55-column-share a{display:inline-flex;align-items:center;padding:11px 16px;border-radius:7px;background:#111;color:#ffd400!important;font-weight:900;text-decoration:none}.tg55-column-share a:hover{transform:translateY(-1px)}


/* ===== TEMA10 • ÜST REKLAM DÜZELTMESİ =====
   Reklam görselini kırpmadan, kendi oranında tam gösterir.
   2048x765 gibi 970x180 olmayan bannerlar artık kesilmez. */
@media (min-width:901px){
  body .brandbar{padding:12px 0!important;background:#fff!important;}
  body .brandbar .container.brandbar-grid{
    width:min(1600px,calc(100% - 48px))!important;
    max-width:1600px!important;
    display:grid!important;
    grid-template-columns:350px minmax(0,970px)!important;
    justify-content:center!important;
    align-items:center!important;
    gap:28px!important;
    padding:0!important;
  }
  body .brand-logo{
    width:350px!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
  }
  body .brand-logo img{
    width:350px!important;
    height:auto!important;
    max-width:100%!important;
    max-height:none!important;
    object-fit:contain!important;
  }
  body .top-ad-slot{
    width:100%!important;
    max-width:970px!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
  }
  body .top-ad-slot .tg-ad,
  body .top-ad-slot .tg-ad a{
    width:100%!important;
    max-width:970px!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
  }
  body .top-ad-slot .tg-ad img{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    object-position:center!important;
    border-radius:0!important;
  }
  body .top-ad-slot .ad-placeholder{
    width:100%!important;
    max-width:970px!important;
    height:auto!important;
    min-height:180px!important;
    max-height:none!important;
    aspect-ratio:970/180!important;
    margin:0!important;
  }
}
@media (max-width:900px){
  body .brandbar{background:#fff!important;}
  body .brandbar .container.brandbar-grid{padding:8px 10px 10px!important;}
  body .top-ad-slot,
  body .top-ad-slot .tg-ad,
  body .top-ad-slot .tg-ad a{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
  }
  body .top-ad-slot .tg-ad img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    object-position:center!important;
  }
}


/* ============================================================
   TEMA20 • ÜST REKLAM TAM DOLGU
   Amaç: Masaüstünde reklam, logonun sağındaki kullanılabilir
   alanın TAMAMINI doldursun. 970px sınırı kaldırıldı.
   Görsel kırmızıyla işaretlenen kutuya boşluk bırakmadan oturur.
   ============================================================ */
@media (min-width:901px){
  body .brandbar{
    background:#fff!important;
    padding:12px 0!important;
  }
  body .brandbar .container.brandbar-grid{
    width:min(1600px,calc(100% - 48px))!important;
    max-width:1600px!important;
    display:grid!important;
    grid-template-columns:350px minmax(0,1fr)!important;
    grid-template-rows:198px!important;
    column-gap:28px!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    padding:0!important;
  }
  body .brand-logo{
    width:350px!important;
    height:198px!important;
    min-height:198px!important;
    max-height:198px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    overflow:hidden!important;
  }
  body .brand-logo img{
    width:350px!important;
    height:198px!important;
    min-height:198px!important;
    max-height:198px!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  body .top-ad-slot{
    width:100%!important;
    max-width:none!important;
    height:198px!important;
    min-height:198px!important;
    max-height:198px!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    overflow:hidden!important;
  }
  body .top-ad-slot .tg-ad,
  body .top-ad-slot .tg-ad a,
  body .top-ad-slot .ad-placeholder{
    width:100%!important;
    max-width:none!important;
    height:198px!important;
    min-height:198px!important;
    max-height:198px!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    overflow:hidden!important;
    border-radius:0!important;
    aspect-ratio:auto!important;
  }
  body .top-ad-slot .tg-ad-label{display:none!important}
  body .top-ad-slot .tg-ad img{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    height:198px!important;
    min-height:198px!important;
    max-height:198px!important;
    margin:0!important;
    padding:0!important;
    object-fit:fill!important;
    object-position:center!important;
    border-radius:0!important;
    aspect-ratio:auto!important;
  }
}

/* Tablet / mobil: reklam oranını bozma, ekran genişliğine göre küçült. */
@media (max-width:900px){
  body .top-ad-slot,
  body .top-ad-slot .tg-ad,
  body .top-ad-slot .tg-ad a{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:hidden!important;
  }
  body .top-ad-slot .tg-ad-label{display:none!important}
  body .top-ad-slot .tg-ad img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    object-fit:contain!important;
    border-radius:0!important;
  }
}


/* =========================================================
   TEMA40 — MANŞET YAZI STİLİ
   Referans: Ege'de Sonsöz benzeri güçlü alt bant tipografisi.
   Mevcut tema30 yerleşimi korunur; yalnızca manşet metni ve
   1–15 navigasyonu daha gazete/manşet karakterine taşınır.
   ========================================================= */

/* Ana manşette alt bölgeyi daha güçlü karart: fotoğraf görünür kalır,
   yazı alt bölümde net ve yüksek kontrastlı okunur. */
.t30-headline .headline-overlay{
  background:linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,.04) 35%,
    rgba(0,0,0,.56) 68%,
    rgba(0,0,0,.92) 100%
  )!important;
  align-items:flex-end!important;
  padding:0 clamp(22px,2.7vw,42px) clamp(24px,2.7vw,38px)!important;
}

/* Metin bloğu: ikinci örnekteki gibi altta, geniş ve güçlü. */
.t30-headline .headline-overlay>div{
  width:min(94%,1020px)!important;
  max-width:1020px!important;
}

/* Kategori / üst başlık: küçük, tok ve düz; mavi kutu görünümü kaldırıldı. */
.t30-headline .tt3-kicker-stack{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 8px!important;
}
.t30-headline .badge{
  background:transparent!important;
  color:#fff!important;
  padding:0!important;
  border-radius:0!important;
  font-size:clamp(12px,1vw,16px)!important;
  line-height:1.1!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.015em!important;
  text-shadow:0 2px 5px rgba(0,0,0,.9)!important;
}
.t30-headline .tt1-red-title{
  background:transparent!important;
  color:#fff!important;
  padding:0!important;
  border:0!important;
  font-size:clamp(14px,1.35vw,21px)!important;
  line-height:1.08!important;
  font-weight:900!important;
  font-style:italic!important;
  text-transform:none!important;
  text-shadow:0 2px 6px rgba(0,0,0,.95)!important;
}

/* Asıl başlık: referanstaki iri sarı manşet karakteri. */
.t30-headline .headline-overlay h1{
  margin:0!important;
  max-width:100%!important;
  color:#ffd400!important;
  font-family:Arial Black,Impact,Arial,Helvetica,sans-serif!important;
  font-size:clamp(38px,4.35vw,72px)!important;
  line-height:.98!important;
  font-weight:900!important;
  letter-spacing:-.035em!important;
  text-transform:none!important;
  text-wrap:balance!important;
  text-shadow:
    0 2px 0 rgba(0,0,0,.55),
    0 5px 12px rgba(0,0,0,.92)!important;
}

/* Tarih ana manşette görsel kalabalığı yaratmasın; küçük ve sade. */
.t30-headline .t15-date{
  margin-top:10px!important;
  color:rgba(255,255,255,.82)!important;
  font-size:11px!important;
  font-weight:700!important;
  text-shadow:0 1px 3px rgba(0,0,0,.9)!important;
}

/* 1-15 barı: beyaz kutular + aktif kırmızı; ikinci örneğe daha yakın. */
.headline-numbers.t30-numbers{
  gap:0!important;
  margin-top:0!important;
  border:1px solid #e0e0e0!important;
  border-top:0!important;
  background:#fff!important;
}
.headline-numbers.t30-numbers .headline-number{
  border:0!important;
  border-right:1px solid #e2e2e2!important;
  border-radius:0!important;
  background:#fff!important;
  color:#111!important;
  padding:12px 0!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:15px!important;
  font-weight:800!important;
  box-shadow:none!important;
  transform:none!important;
}
.headline-numbers.t30-numbers .headline-number:last-child{border-right:0!important}
.headline-numbers.t30-numbers .headline-number.active,
.headline-numbers.t30-numbers .headline-number:hover{
  background:#e30613!important;
  color:#fff!important;
  box-shadow:none!important;
  transform:none!important;
}

/* Oklar daha sade ve referans sayfadaki gibi kenara yapışık. */
.t30-headline .slider-arrow{
  width:38px!important;
  height:56px!important;
  background:rgba(0,0,0,.58)!important;
  color:#fff!important;
  border-radius:0!important;
  font-size:38px!important;
}
.t30-headline .slider-arrow:hover{background:#e30613!important}

/* Desktopta manşet başlığına yeterli alan ver. */
@media (min-width:1101px){
  .t30-headline .headline-overlay h1{max-width:96%!important}
}

/* Tablet: başlık büyüklüğü kontrollü kalsın. */
@media (max-width:1100px){
  .t30-headline .headline-overlay h1{font-size:clamp(32px,4.4vw,54px)!important}
}

/* Mobil: sarı manşet dili korunur ama görüntünün çoğunu kaplamaz. */
@media (max-width:800px){
  .t30-headline .headline-overlay{
    padding:0 16px 18px!important;
    background:linear-gradient(to bottom,rgba(0,0,0,0) 22%,rgba(0,0,0,.18) 48%,rgba(0,0,0,.9) 100%)!important;
  }
  .t30-headline .headline-overlay h1{
    font-size:clamp(25px,7vw,38px)!important;
    line-height:1.02!important;
    letter-spacing:-.025em!important;
  }
  .t30-headline .badge{font-size:11px!important}
  .t30-headline .tt1-red-title{font-size:13px!important}
  .t30-headline .t15-date{display:none!important}
  .headline-numbers.t30-numbers{
    display:flex!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
  }
  .headline-numbers.t30-numbers::-webkit-scrollbar{display:none!important}
  .headline-numbers.t30-numbers .headline-number{
    flex:0 0 44px!important;
    min-width:44px!important;
    padding:11px 0!important;
  }
}


/* =========================================================
   TEMA50 — DENGELİ MASAÜSTÜ + MOBİL / REKLAM / MANŞET
   ========================================================= */

/* Google dostu responsive ana genişlik: büyük ekranda merkezde,
   sağ ve solda nefes alanı; mobilde 16px güvenli boşluk. */
:root{--t50-max:1440px;--t50-gutter:32px;}
body{overflow-x:hidden;}
body .container,
body .t30-home{
  width:min(var(--t50-max),calc(100% - (var(--t50-gutter) * 2)))!important;
  max-width:var(--t50-max)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* ÜST LOGO + REKLAM: reklam 970x180 standardında, asla esnetilmez.
   Kullanılabilir alan içinde merkezlenir; sağ-sol beyaz nefes alanı kalır. */
body .brandbar{
  background:#fff!important;
  padding:14px 0!important;
  border-bottom:1px solid #e7e7e7!important;
}
@media (min-width:901px){
  body .brandbar .container.brandbar-grid{
    width:min(var(--t50-max),calc(100% - (var(--t50-gutter) * 2)))!important;
    max-width:var(--t50-max)!important;
    display:grid!important;
    grid-template-columns:320px minmax(0,1fr)!important;
    gap:28px!important;
    align-items:center!important;
    padding:0!important;
  }
  body .brand-logo{
    width:320px!important;
    height:180px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
  }
  body .brand-logo img{
    width:320px!important;
    height:180px!important;
    max-width:320px!important;
    max-height:180px!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  body .brandbar .top-ad-slot{
    width:100%!important;
    max-width:none!important;
    height:180px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 12px!important;
    overflow:hidden!important;
  }
  body .brandbar .top-ad-slot .tg-ad,
  body .brandbar .top-ad-slot .tg-ad a,
  body .brandbar .ad-placeholder{
    display:block!important;
    width:min(970px,100%)!important;
    max-width:970px!important;
    height:auto!important;
    aspect-ratio:970/180!important;
    margin:0 auto!important;
    padding:0!important;
    overflow:hidden!important;
    border-radius:0!important;
  }
  body .brandbar .top-ad-slot .tg-ad img,
  body .brandbar .ad-placeholder{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:970/180!important;
    object-fit:cover!important;
    object-position:center!important;
    margin:0!important;
    border-radius:0!important;
  }
  body .brandbar .top-ad-slot .tg-ad-label{display:none!important;}
}

/* MANŞET: sarı başlık + başlığın altında yarı şeffaf koyu panel. */
body .t30-headline .headline-overlay{
  padding:0 28px 28px!important;
  align-items:flex-end!important;
  background:linear-gradient(to bottom,rgba(0,0,0,0) 35%,rgba(0,0,0,.16) 62%,rgba(0,0,0,.42) 100%)!important;
}
body .t30-headline .headline-overlay>div{
  display:inline-block!important;
  width:auto!important;
  max-width:88%!important;
  padding:17px 22px 19px!important;
  background:rgba(16,18,20,.68)!important;
  border-left:5px solid #ffd400!important;
  box-shadow:0 8px 26px rgba(0,0,0,.18)!important;
  -webkit-backdrop-filter:blur(1.5px)!important;
  backdrop-filter:blur(1.5px)!important;
}
body .t30-headline .headline-overlay h1{
  color:#ffd400!important;
  margin:4px 0 0!important;
  font-family:Arial Black,Impact,Arial,Helvetica,sans-serif!important;
  font-size:clamp(34px,3.15vw,55px)!important;
  line-height:1.01!important;
  letter-spacing:-.035em!important;
  font-weight:900!important;
  text-shadow:0 2px 5px rgba(0,0,0,.85)!important;
}
body .t30-headline .badge{
  background:#1477e8!important;
  color:#fff!important;
  padding:5px 9px!important;
  border-radius:2px!important;
  font-size:11px!important;
  font-weight:900!important;
}
body .t30-headline .tt1-red-title{
  color:#fff!important;
  background:transparent!important;
  font-size:15px!important;
  text-shadow:0 1px 3px #000!important;
}
body .t30-headline .t15-date{display:none!important;}

/* Tablet */
@media (max-width:1100px){
  :root{--t50-gutter:22px;}
  body .brandbar .container.brandbar-grid{grid-template-columns:260px minmax(0,1fr)!important;gap:18px!important;}
  body .brand-logo{width:260px!important;height:146px!important;}
  body .brand-logo img{width:260px!important;height:146px!important;max-width:260px!important;max-height:146px!important;}
  body .brandbar .top-ad-slot{height:146px!important;padding:0 6px!important;}
  body .t30-headline .headline-overlay>div{max-width:92%!important;}
  body .t30-headline .headline-overlay h1{font-size:clamp(30px,4vw,44px)!important;}
}

/* Mobil: logo üstte, reklam altında; 16px kenar güvenliği, oran korunur. */
@media (max-width:900px){
  :root{--t50-gutter:16px;}
  body .container,
  body .t30-home{width:calc(100% - 32px)!important;max-width:none!important;}
  body .brandbar{padding:10px 0!important;}
  body .brandbar .container.brandbar-grid{
    width:calc(100% - 32px)!important;
    max-width:none!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:0!important;
  }
  body .brand-logo{display:flex!important;justify-content:center!important;width:100%!important;height:auto!important;}
  body .brand-logo img{display:block!important;width:min(300px,78vw)!important;height:auto!important;max-height:none!important;object-fit:contain!important;}
  body .brandbar .top-ad-slot{
    display:flex!important;
    justify-content:center!important;
    width:100%!important;
    height:auto!important;
    padding:0!important;
    overflow:hidden!important;
  }
  body .brandbar .top-ad-slot .tg-ad,
  body .brandbar .top-ad-slot .tg-ad a,
  body .brandbar .ad-placeholder{
    display:block!important;
    width:100%!important;
    max-width:970px!important;
    height:auto!important;
    aspect-ratio:970/180!important;
    margin:0!important;
  }
  body .brandbar .top-ad-slot .tg-ad img,
  body .brandbar .ad-placeholder{
    display:block!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:970/180!important;
    object-fit:cover!important;
    border-radius:0!important;
  }
  body .brandbar .top-ad-slot .tg-ad-label{display:none!important;}
  body .t30-headline .headline-overlay{
    padding:0 12px 14px!important;
    background:linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,.18) 62%,rgba(0,0,0,.46) 100%)!important;
  }
  body .t30-headline .headline-overlay>div{
    max-width:96%!important;
    padding:11px 13px 13px!important;
    border-left-width:4px!important;
    background:rgba(15,16,18,.72)!important;
  }
  body .t30-headline .headline-overlay h1{
    font-size:clamp(22px,6.4vw,32px)!important;
    line-height:1.04!important;
    letter-spacing:-.025em!important;
  }
  body .t30-headline .badge{font-size:9px!important;padding:4px 7px!important;}
}

@media (max-width:480px){
  body .container,body .t30-home,body .brandbar .container.brandbar-grid{width:calc(100% - 24px)!important;}
  body .t30-headline .headline-overlay>div{max-width:100%!important;}
  body .t30-headline .headline-overlay h1{font-size:clamp(20px,6.2vw,28px)!important;}
}


/* =========================================================
   tema51 - Üst reklam kesin 970x180 yerleşim düzeltmesi
   Amaç: reklam kırpılmadan kutunun TAMAMINA otursun.
   Kaynak görsel farklı oranda olsa bile tamamı görünür;
   object-fit:fill kullanıldığı için ne üst/alt kırpma ne de
   yanlarda boşluk kalır. Mobilde aynı 970:180 oran korunur.
   ========================================================= */
@media (min-width:901px){
  body .brandbar .top-ad-slot{
    width:100%!important;
    height:180px!important;
    padding:0!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
  }
  body .brandbar .top-ad-slot .tg-ad,
  body .brandbar .top-ad-slot .tg-ad a{
    display:block!important;
    width:min(970px,100%)!important;
    max-width:970px!important;
    height:180px!important;
    max-height:180px!important;
    aspect-ratio:auto!important;
    margin:0 auto!important;
    padding:0!important;
    overflow:hidden!important;
    line-height:0!important;
  }
  body .brandbar .top-ad-slot .tg-ad img{
    display:block!important;
    width:100%!important;
    height:180px!important;
    max-width:970px!important;
    max-height:180px!important;
    min-width:0!important;
    min-height:0!important;
    aspect-ratio:auto!important;
    object-fit:fill!important;
    object-position:center!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
  }
  body .brandbar .top-ad-slot .tg-ad-label{display:none!important;}
}

/* Tablet: 970:180 oranını koru, reklamı kırpma. */
@media (min-width:601px) and (max-width:900px){
  body .brandbar .top-ad-slot,
  body .brandbar .top-ad-slot .tg-ad,
  body .brandbar .top-ad-slot .tg-ad a{
    width:100%!important;
    height:auto!important;
    aspect-ratio:970/180!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
  }
  body .brandbar .top-ad-slot .tg-ad img{
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:fill!important;
    border-radius:0!important;
  }
}

/* Mobil: 16px kenar güvenliği + tam genişlik 970:180 reklam. */
@media (max-width:600px){
  body .brandbar .top-ad-slot{
    width:100%!important;
    height:auto!important;
    padding:0!important;
    margin:0 auto!important;
    overflow:hidden!important;
  }
  body .brandbar .top-ad-slot .tg-ad,
  body .brandbar .top-ad-slot .tg-ad a{
    display:block!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:970/180!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  body .brandbar .top-ad-slot .tg-ad img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:fill!important;
    object-position:center!important;
    margin:0!important;
    border-radius:0!important;
  }
}


/* =========================================================
   tema55 - ÜST BANNER BOYUT STANDARDI
   ÖNERİLEN DOSYA: 970 x 180 px (oran 97:18 / 5.3889:1)
   Amaç: Doğru ölçülü görseli kırpmadan ve esnetmeden tam göster.
   Yanlış oranlı görsel yüklenirse tamamı görünür; boşluk olabilir.
   ========================================================= */
@media (min-width:901px){
  body .brandbar .container.brandbar-grid{
    width:min(1440px,calc(100% - 64px))!important;
    max-width:1440px!important;
    grid-template-columns:320px minmax(0,970px)!important;
    gap:28px!important;
    justify-content:center!important;
    align-items:center!important;
  }
  body .brandbar .top-ad-slot,
  body .brandbar .top-ad-slot .tg-ad,
  body .brandbar .top-ad-slot .tg-ad a{
    width:970px!important;
    max-width:970px!important;
    height:180px!important;
    min-height:180px!important;
    max-height:180px!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    line-height:0!important;
    background:#fff!important;
  }
  body .brandbar .top-ad-slot .tg-ad img{
    display:block!important;
    width:970px!important;
    height:180px!important;
    max-width:970px!important;
    max-height:180px!important;
    min-width:970px!important;
    min-height:180px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
  }
  body .brandbar .top-ad-slot .tg-ad-label{display:none!important;}
}

@media (max-width:900px){
  body .brandbar .container.brandbar-grid{
    width:calc(100% - 32px)!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  body .brandbar .top-ad-slot,
  body .brandbar .top-ad-slot .tg-ad,
  body .brandbar .top-ad-slot .tg-ad a{
    width:100%!important;
    height:auto!important;
    aspect-ratio:970/180!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    background:#fff!important;
  }
  body .brandbar .top-ad-slot .tg-ad img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    min-width:0!important;
    min-height:0!important;
    object-fit:contain!important;
    object-position:center!important;
    border-radius:0!important;
    background:#fff!important;
  }
}

/* ===== TEMA60.1 • Header reklam + sağ bilgi/hava widget'ı ===== */
@media (min-width:901px){
  body .brandbar .container.brandbar-grid{
    width:min(1620px,calc(100% - 64px))!important;
    max-width:1620px!important;
    grid-template-columns:360px minmax(0,1fr) 156px!important;
    gap:10px!important;
    justify-content:stretch!important;
    align-items:center!important;
  }
  body .brandbar .brand-logo{width:360px!important;max-width:360px!important;}
  body .brandbar .top-ad-slot{width:100%!important;min-width:0!important;height:180px!important;justify-content:flex-end!important;}
  body .brandbar .top-ad-slot .tg-ad,body .brandbar .top-ad-slot .tg-ad a{width:100%!important;max-width:none!important;height:180px!important;aspect-ratio:auto!important;}
  body .brandbar .top-ad-slot .tg-ad img{width:100%!important;max-width:none!important;min-width:0!important;height:180px!important;object-fit:contain!important;object-position:right center!important;background:#fff!important;}
}
.tg60-info-widget{height:168px;box-sizing:border-box;background:#050505;border:2px solid #f2d400;color:#f2d400;padding:13px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;line-height:1.05;overflow:hidden;font-family:Arial,sans-serif}
.tg60-date{font-size:15px;font-weight:900}.tg60-day{font-size:13px;font-weight:800;margin-top:3px}.tg60-time{font-size:29px;font-weight:950;color:#fff;margin:9px 0 7px}.tg60-weather-row{display:flex;align-items:center;justify-content:center;gap:7px}.tg60-weather-icon{font-size:28px;line-height:1}.tg60-weather-row div{display:flex;align-items:baseline;gap:5px}.tg60-weather-row strong{font-size:14px}.tg60-weather-row span:not(.tg60-weather-icon){font-size:22px;font-weight:950;color:#fff}.tg60-info-widget small{margin-top:5px;color:#f2d400;font-size:10px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
@media (max-width:1180px) and (min-width:901px){body .brandbar .container.brandbar-grid{grid-template-columns:280px minmax(0,1fr) 142px!important;width:calc(100% - 32px)!important;gap:8px!important}body .brandbar .brand-logo{width:280px!important}.tg60-info-widget{height:150px;padding:10px 7px}.tg60-date{font-size:12px}.tg60-time{font-size:24px}body .brandbar .top-ad-slot,body .brandbar .top-ad-slot .tg-ad,body .brandbar .top-ad-slot .tg-ad a,body .brandbar .top-ad-slot .tg-ad img{height:150px!important}}
@media (max-width:900px){
 body .brandbar .container.brandbar-grid{width:calc(100% - 24px)!important;grid-template-columns:1fr!important;gap:10px!important}
 body .brandbar .brand-logo{max-width:320px!important;margin:0 auto!important}
 body .brandbar .top-ad-slot{width:100%!important;max-width:100%!important;height:auto!important;overflow:hidden!important}
 body .brandbar .top-ad-slot .tg-ad,body .brandbar .top-ad-slot .tg-ad a{width:100%!important;height:auto!important;aspect-ratio:970/180!important}
 body .brandbar .top-ad-slot .tg-ad img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}
 .tg60-info-widget{width:100%!important;height:auto!important;min-height:92px;padding:10px 14px;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:'date weather' 'day weather' 'time desc';column-gap:12px;align-items:center;text-align:left}
 .tg60-date{grid-area:date;font-size:13px}.tg60-day{grid-area:day;font-size:12px;margin:0}.tg60-time{grid-area:time;font-size:24px;margin:3px 0 0;color:#fff}.tg60-weather-row{grid-area:weather;justify-content:flex-end}.tg60-info-widget small{grid-area:desc;text-align:right;margin:0}.tg60-weather-icon{font-size:28px}
}


/* =========================================================
   TEMA71 • HEADER YERLEŞİMİ
   Logo + reklam aynı görsel yükseklikte; bilgi widget'ı satırdan düşmez.
   ========================================================= */
@media (min-width:901px){
  body .brandbar .container.brandbar-grid{
    display:grid!important;
    width:min(1620px,calc(100% - 64px))!important;
    max-width:1620px!important;
    grid-template-columns:360px minmax(0,1fr) 170px!important;
    grid-template-rows:203px!important;
    gap:16px!important;
    align-items:stretch!important;
    justify-content:center!important;
    padding:12px 0!important;
    overflow:visible!important;
  }
  body .brandbar .brand-logo{
    grid-column:1!important;grid-row:1!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    width:360px!important;height:203px!important;max-width:360px!important;
    margin:0!important;padding:0!important;overflow:hidden!important;
  }
  body .brandbar .brand-logo img{
    width:360px!important;height:203px!important;max-width:360px!important;max-height:203px!important;
    object-fit:contain!important;object-position:center!important;margin:0!important;
  }
  body .brandbar .top-ad-slot{
    grid-column:2!important;grid-row:1!important;
    display:flex!important;align-items:stretch!important;justify-content:stretch!important;
    width:100%!important;height:203px!important;min-width:0!important;
    margin:0!important;padding:0!important;overflow:hidden!important;
  }
  body .brandbar .top-ad-slot .tg-ad,
  body .brandbar .top-ad-slot .tg-ad a{
    display:block!important;width:100%!important;max-width:none!important;height:203px!important;
    min-width:0!important;margin:0!important;padding:0!important;overflow:hidden!important;line-height:0!important;
    aspect-ratio:auto!important;background:#fff!important;
  }
  body .brandbar .top-ad-slot .tg-ad img{
    display:block!important;width:100%!important;height:203px!important;max-width:none!important;max-height:203px!important;
    min-width:0!important;min-height:0!important;object-fit:fill!important;object-position:center!important;
    margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#fff!important;
  }
  body .brandbar .tg60-info-widget{
    grid-column:3!important;grid-row:1!important;
    position:static!important;float:none!important;clear:none!important;
    width:170px!important;height:203px!important;min-height:203px!important;max-height:203px!important;
    margin:0!important;align-self:stretch!important;box-sizing:border-box!important;overflow:hidden!important;
  }
  body .brandbar .t10-mobile-actions{display:none!important;}
}

@media (min-width:901px) and (max-width:1250px){
  body .brandbar .container.brandbar-grid{
    width:calc(100% - 32px)!important;
    grid-template-columns:300px minmax(0,1fr) 150px!important;
    grid-template-rows:169px!important;
    gap:10px!important;
  }
  body .brandbar .brand-logo{width:300px!important;height:169px!important;max-width:300px!important;}
  body .brandbar .brand-logo img{width:300px!important;height:169px!important;max-width:300px!important;max-height:169px!important;}
  body .brandbar .top-ad-slot,
  body .brandbar .top-ad-slot .tg-ad,
  body .brandbar .top-ad-slot .tg-ad a,
  body .brandbar .top-ad-slot .tg-ad img{height:169px!important;max-height:169px!important;}
  body .brandbar .tg60-info-widget{width:150px!important;height:169px!important;min-height:169px!important;max-height:169px!important;padding:9px 7px!important;}
  body .brandbar .tg60-date{font-size:12px!important;}
  body .brandbar .tg60-day{font-size:11px!important;}
  body .brandbar .tg60-time{font-size:25px!important;margin:6px 0!important;}
}

@media (max-width:900px){
  body .brandbar .container.brandbar-grid{
    display:grid!important;
    width:calc(100% - 24px)!important;
    max-width:none!important;
    grid-template-columns:1fr!important;
    grid-template-rows:auto!important;
    gap:10px!important;
    padding:10px 0!important;
    overflow:visible!important;
  }
  body .brandbar .brand-logo{
    grid-column:1!important;grid-row:auto!important;
    width:min(360px,100%)!important;height:auto!important;max-width:360px!important;
    margin:0 auto!important;padding:0!important;overflow:hidden!important;
  }
  body .brandbar .brand-logo img{
    width:100%!important;height:auto!important;aspect-ratio:16/9!important;
    max-width:360px!important;max-height:none!important;object-fit:contain!important;
  }
  body .brandbar .top-ad-slot{
    grid-column:1!important;grid-row:auto!important;
    width:100%!important;height:auto!important;min-width:0!important;
    margin:0!important;padding:0!important;overflow:hidden!important;
  }
  body .brandbar .top-ad-slot .tg-ad,
  body .brandbar .top-ad-slot .tg-ad a{
    display:block!important;width:100%!important;height:auto!important;aspect-ratio:970/180!important;
    margin:0!important;padding:0!important;overflow:hidden!important;line-height:0!important;
  }
  body .brandbar .top-ad-slot .tg-ad img{
    display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;
    object-fit:fill!important;object-position:center!important;margin:0!important;border-radius:0!important;
  }
  body .brandbar .tg60-info-widget{
    grid-column:1!important;grid-row:auto!important;
    position:static!important;float:none!important;clear:both!important;
    width:100%!important;height:86px!important;min-height:86px!important;max-height:none!important;
    margin:0!important;padding:9px 12px!important;box-sizing:border-box!important;
    display:grid!important;grid-template-columns:1.15fr .85fr!important;
    grid-template-areas:'date weather' 'day weather' 'time desc'!important;
    column-gap:12px!important;align-items:center!important;text-align:left!important;
    overflow:hidden!important;
  }
  body .brandbar .tg60-date{grid-area:date!important;font-size:12px!important;}
  body .brandbar .tg60-day{grid-area:day!important;font-size:11px!important;margin:0!important;}
  body .brandbar .tg60-time{grid-area:time!important;font-size:22px!important;margin:1px 0 0!important;line-height:1!important;}
  body .brandbar .tg60-weather-row{grid-area:weather!important;justify-content:flex-end!important;}
  body .brandbar .tg60-info-widget small{grid-area:desc!important;text-align:right!important;margin:0!important;font-size:9px!important;}
  body .brandbar .t10-mobile-actions{grid-column:1!important;grid-row:auto!important;}
}

@media (max-width:480px){
  body .brandbar .container.brandbar-grid{width:calc(100% - 16px)!important;gap:8px!important;}
  body .brandbar .tg60-info-widget{height:80px!important;min-height:80px!important;padding:8px 10px!important;}
  body .brandbar .tg60-weather-icon{font-size:24px!important;}
  body .brandbar .tg60-weather-row span:not(.tg60-weather-icon){font-size:19px!important;}
}
\n\n/* =========================================================
   TEMA72 • Eşit boy header + saniyeli saat + aktif il havası
   ========================================================= */
@media (min-width:901px){
  body .brandbar .container.brandbar-grid{
    width:min(1640px,calc(100% - 64px))!important;max-width:1640px!important;
    display:grid!important;grid-template-columns:360px minmax(0,1fr) 190px!important;
    grid-template-rows:203px!important;gap:16px!important;align-items:stretch!important;padding:12px 0!important;
  }
  body .brandbar .brand-logo,body .brandbar .top-ad-slot,body .brandbar .tg60-info-widget{
    height:203px!important;min-height:203px!important;max-height:203px!important;box-sizing:border-box!important;margin:0!important;
  }
  body .brandbar .brand-logo{width:360px!important;overflow:hidden!important;display:block!important}
  body .brandbar .brand-logo img{display:block!important;width:360px!important;height:203px!important;object-fit:cover!important;object-position:center!important;margin:0!important}
  body .brandbar .top-ad-slot{min-width:0!important;overflow:hidden!important;display:flex!important;align-items:stretch!important}
  body .brandbar .top-ad-slot .tg-ad,body .brandbar .top-ad-slot .tg-ad a{display:block!important;width:100%!important;height:203px!important;min-height:203px!important;max-height:203px!important;line-height:0!important;overflow:hidden!important}
  body .brandbar .top-ad-slot .tg-ad img{display:block!important;width:100%!important;height:203px!important;min-height:203px!important;max-height:203px!important;object-fit:cover!important;object-position:center!important;margin:0!important;border:0!important}
  body .brandbar .tg60-info-widget{width:190px!important;padding:14px 10px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
  body .brandbar .tg60-date{font-size:15px!important;line-height:1.1!important}.tg60-day{font-size:13px!important;margin-top:5px!important}.tg60-time{font-size:30px!important;line-height:1!important;margin:12px 0 11px!important;white-space:nowrap!important;letter-spacing:.5px!important}.tg60-weather-row{margin:0!important}.tg60-weather-icon{font-size:31px!important}.tg60-weather-row strong{font-size:15px!important}.tg60-weather-row span:not(.tg60-weather-icon){font-size:23px!important}
}
@media (min-width:901px) and (max-width:1250px){
 body .brandbar .container.brandbar-grid{width:calc(100% - 32px)!important;grid-template-columns:300px minmax(0,1fr) 165px!important;grid-template-rows:169px!important;gap:10px!important}
 body .brandbar .brand-logo,body .brandbar .top-ad-slot,body .brandbar .tg60-info-widget{height:169px!important;min-height:169px!important;max-height:169px!important}
 body .brandbar .brand-logo{width:300px!important}body .brandbar .brand-logo img{width:300px!important;height:169px!important}
 body .brandbar .top-ad-slot .tg-ad,body .brandbar .top-ad-slot .tg-ad a,body .brandbar .top-ad-slot .tg-ad img{height:169px!important;min-height:169px!important;max-height:169px!important}
 body .brandbar .tg60-info-widget{width:165px!important}.tg60-time{font-size:25px!important;margin:8px 0!important}
}
@media (max-width:900px){
 body .brandbar .container.brandbar-grid{width:calc(100% - 24px)!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;padding:10px 0!important}
 body .brandbar .brand-logo{width:min(360px,100%)!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0 auto!important}
 body .brandbar .brand-logo img{width:100%!important;height:auto!important;aspect-ratio:16/9!important;object-fit:cover!important}
 body .brandbar .top-ad-slot{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important}
 body .brandbar .top-ad-slot .tg-ad,body .brandbar .top-ad-slot .tg-ad a,body .brandbar .top-ad-slot .tg-ad img{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:970/180!important}
 body .brandbar .top-ad-slot .tg-ad img{object-fit:cover!important}
 body .brandbar .tg60-info-widget{width:100%!important;height:auto!important;min-height:82px!important;max-height:none!important;padding:10px 14px!important;display:grid!important;grid-template-columns:1fr auto!important;grid-template-areas:'date weather' 'day weather' 'time weather'!important;column-gap:16px!important;align-items:center!important;text-align:left!important}
 body .brandbar .tg60-date{grid-area:date!important;font-size:12px!important}body .brandbar .tg60-day{grid-area:day!important;font-size:11px!important;margin:0!important}body .brandbar .tg60-time{grid-area:time!important;font-size:23px!important;line-height:1!important;margin:3px 0 0!important;white-space:nowrap!important}body .brandbar .tg60-weather-row{grid-area:weather!important;justify-content:flex-end!important}.tg60-weather-icon{font-size:29px!important}
}
@media (max-width:480px){body .brandbar .container.brandbar-grid{width:calc(100% - 16px)!important;gap:8px!important}body .brandbar .tg60-info-widget{padding:9px 11px!important;min-height:78px!important}.tg60-time{font-size:21px!important}.tg60-weather-row strong{font-size:13px!important}.tg60-weather-row span:not(.tg60-weather-icon){font-size:20px!important}}


/* ===== TEMA72.2 • MOBİL REKLAM KESİN GÖRÜNÜRLÜK ===== */
@media (max-width:900px){
  html body .brandbar .container.brandbar-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-areas:"logo" "ad" "info"!important;
    gap:10px!important;
    width:calc(100% - 20px)!important;
    margin:0 auto!important;
    padding:10px 0!important;
  }
  html body .brandbar .brand-logo{grid-area:logo!important;display:flex!important;visibility:visible!important;}
  html body .brandbar .top-ad-slot{
    grid-area:ad!important;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    order:2!important;
  }
  html body .brandbar .top-ad-slot .tg-ad,
  html body .brandbar .top-ad-slot .tg-ad a{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:970/180!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    line-height:0!important;
  }
  html body .brandbar .top-ad-slot .tg-ad img{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    min-width:0!important;
    min-height:0!important;
    object-fit:cover!important;
    object-position:center!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
  }
  html body .brandbar .tg60-info-widget{grid-area:info!important;order:3!important;}
}

/* =========================================================
   TEMA75 • Mobil reklam + IP il hava widgetı kesin düzen
   ========================================================= */
.tg75-top-ad{background:#fff;line-height:0;overflow:hidden}
.tg75-top-ad .tg75-ad-link{display:block;width:100%;height:100%;line-height:0}
.tg75-top-ad .tg75-ad-img{display:block;width:100%;height:100%;margin:0;border:0;object-fit:fill;object-position:center}
@media (min-width:901px){
  body .brandbar .tg75-top-ad{display:block!important;visibility:visible!important;opacity:1!important;height:203px!important;min-height:203px!important;max-height:203px!important}
  body .brandbar .tg75-top-ad .tg75-ad-link,body .brandbar .tg75-top-ad .tg75-ad-img{width:100%!important;height:203px!important;min-height:203px!important;max-height:203px!important}
}
@media (min-width:901px) and (max-width:1250px){
  body .brandbar .tg75-top-ad,body .brandbar .tg75-top-ad .tg75-ad-link,body .brandbar .tg75-top-ad .tg75-ad-img{height:169px!important;min-height:169px!important;max-height:169px!important}
}
@media (max-width:900px){
  html body .brandbar .container.brandbar-grid{grid-template-areas:"logo" "ad75" "info"!important}
  html body .brandbar .tg75-top-ad{
    grid-area:ad75!important;display:block!important;visibility:visible!important;opacity:1!important;
    width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;
    margin:0!important;padding:0!important;overflow:hidden!important;background:#fff!important;
  }
  html body .brandbar .tg75-top-ad .tg75-ad-link{
    display:block!important;visibility:visible!important;width:100%!important;height:auto!important;
    aspect-ratio:970/180!important;overflow:hidden!important;margin:0!important;padding:0!important;
  }
  html body .brandbar .tg75-top-ad .tg75-ad-img{
    display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;height:auto!important;
    aspect-ratio:970/180!important;object-fit:fill!important;object-position:center!important;margin:0!important;padding:0!important;
  }
}


/* =========================================================
   TEMA75 HOTFIX 75.1 • Mobil üst reklam kesin görünür
   ========================================================= */
@media (max-width:900px){
  html body .brandbar{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:8px 0 10px!important;}
  html body .brandbar .container.brandbar-grid{
    display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;
    grid-template-areas:"logo" "admobile" "info"!important;width:calc(100% - 24px)!important;max-width:none!important;
    height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;gap:10px!important;padding:0!important;margin:0 auto!important;
  }
  html body .brandbar .brand-logo{grid-area:logo!important;display:block!important;width:min(100%,420px)!important;height:auto!important;margin:0 auto!important;overflow:visible!important;}
  html body .brandbar .brand-logo img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:16/9!important;object-fit:cover!important;}
  html body .brandbar .top-ad-slot.tg75-top-ad{grid-area:admobile!important;display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:5!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;overflow:visible!important;background:#fff!important;}
  html body .brandbar .top-ad-slot.tg75-top-ad > .tg-ad,
  html body .brandbar .top-ad-slot.tg75-top-ad > .tg-ad > a{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;border:0!important;line-height:0!important;aspect-ratio:970/180!important;overflow:hidden!important;background:#fff!important;}
  html body .brandbar .top-ad-slot.tg75-top-ad .tg-ad-label{display:none!important;}
  html body .brandbar .top-ad-slot.tg75-top-ad > .tg-ad img,
  html body .brandbar .top-ad-slot.tg75-top-ad > .tg-ad > a > img{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;border:0!important;object-fit:fill!important;object-position:center!important;}
  html body .brandbar .tg60-info-widget{grid-area:info!important;display:grid!important;width:100%!important;margin:0!important;}
}




/* =========================================================
   TEMA1 • Seçilebilir / Rastgele Reklam Efekt Sistemi
   Eski zorunlu karartma efekti tamamen kapatılmıştır.
   ========================================================= */
html body .brandbar .top-ad-slot.tg75-top-ad::after{
  content:none!important;
  animation:none!important;
  opacity:0!important;
  display:none!important;
}
html body .brandbar .top-ad-slot.tg75-top-ad .tg-ad,
html body .tg80-ad-effect{
  animation:none!important;
  filter:none;
  transform:none;
  opacity:1;
  position:relative!important;
  transform-origin:center center;
  will-change:transform,opacity,filter,box-shadow;
  backface-visibility:hidden;
}
html body .tg80-ad-effect.tg80-fx-darken{animation:tg1Darken 1.35s ease-in-out 1!important;}
html body .tg80-ad-effect.tg80-fx-fade{animation:tg1Fade 1.35s ease-in-out 1!important;}
html body .tg80-ad-effect.tg80-fx-slide-left{animation:tg1SlideLeft 1.15s cubic-bezier(.22,.61,.36,1) 1!important;}
html body .tg80-ad-effect.tg80-fx-slide-right{animation:tg1SlideRight 1.15s cubic-bezier(.22,.61,.36,1) 1!important;}
html body .tg80-ad-effect.tg80-fx-slide-up{animation:tg1SlideUp 1.15s cubic-bezier(.22,.61,.36,1) 1!important;}
html body .tg80-ad-effect.tg80-fx-zoom{animation:tg1Zoom 1.25s ease-in-out 1!important;}
html body .tg80-ad-effect.tg80-fx-pulse{animation:tg1Pulse 1.15s ease-in-out 1!important;}
html body .tg80-ad-effect.tg80-fx-glow{animation:tg1Glow 1.4s ease-in-out 1!important;}
html body .tg80-ad-effect.tg80-fx-blur{animation:tg1Blur 1.35s ease-in-out 1!important;}

@keyframes tg1Darken{0%,100%{filter:brightness(1)}45%,58%{filter:brightness(.22)}}
@keyframes tg1Fade{0%,100%{opacity:1}48%,58%{opacity:.18}}
@keyframes tg1SlideLeft{0%,100%{transform:translateX(0);opacity:1}42%{transform:translateX(-22px);opacity:.65}58%{transform:translateX(8px);opacity:.92}}
@keyframes tg1SlideRight{0%,100%{transform:translateX(0);opacity:1}42%{transform:translateX(22px);opacity:.65}58%{transform:translateX(-8px);opacity:.92}}
@keyframes tg1SlideUp{0%,100%{transform:translateY(0);opacity:1}42%{transform:translateY(-13px);opacity:.65}58%{transform:translateY(5px);opacity:.92}}
@keyframes tg1Zoom{0%,100%{transform:scale(1)}45%{transform:scale(1.04)}65%{transform:scale(.992)}}
@keyframes tg1Pulse{0%,100%{transform:scale(1);filter:brightness(1)}38%{transform:scale(.985);filter:brightness(.92)}62%{transform:scale(1.025);filter:brightness(1.12)}}
@keyframes tg1Glow{0%,100%{box-shadow:0 0 0 rgba(255,212,0,0)}45%,60%{box-shadow:0 0 0 3px rgba(255,212,0,.95),0 0 26px rgba(255,212,0,.8)}}
@keyframes tg1Blur{0%,100%{filter:blur(0) brightness(1)}48%{filter:blur(3px) brightness(.78)}68%{filter:blur(0) brightness(1.08)}}

@media (max-width:900px){
  html body .tg80-ad-effect.tg80-fx-slide-left{animation-name:tg1SlideLeftMobile!important}
  html body .tg80-ad-effect.tg80-fx-slide-right{animation-name:tg1SlideRightMobile!important}
  @keyframes tg1SlideLeftMobile{0%,100%{transform:translateX(0);opacity:1}45%{transform:translateX(-10px);opacity:.68}65%{transform:translateX(4px);opacity:.94}}
  @keyframes tg1SlideRightMobile{0%,100%{transform:translateX(0);opacity:1}45%{transform:translateX(10px);opacity:.68}65%{transform:translateX(-4px);opacity:.94}}
}
@media (prefers-reduced-motion:reduce){html body .tg80-ad-effect{animation:none!important;transition:none!important}}
