/* ============================================================
   SÖZCÜ TEMASI — Son Dakika TR
   ============================================================ */
:root{
  --sz-red:#f71515;
  --sz-dark:#282a31;
  --sz-up:#1a8f3c;
  --sz-down:#e0142d;
  --sz-border:#e6e6e6;
  --sz-text:#212529;
}
*{box-sizing:border-box}
body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:#fff;color:#111;margin:0}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
/* Header/footer ve içerik aynı genişlik & hizada olsun (Bootstrap .container ile eşit) */
.sz-container{width:100%;max-width:1200px;margin:0 auto;padding:0 12px}
@media (min-width:1200px){ .container{ max-width:1200px } }
@media (min-width:1400px){ .container{ max-width:1200px } }

/* ---------- NAVBAR ---------- */
.sz-navbar{background:var(--sz-red)}
.sz-navbar .sz-container{display:flex;align-items:center;gap:18px;min-height:55px}
.sz-navbar .logo{min-width:0;overflow:hidden;display:flex;align-items:center}
.sz-navbar .logo img{height:55px;filter:brightness(0) invert(1)}
.sz-navbar .logo .brand-logo{height:28px;width:auto;display:block}
.sz-navbar .logo .txt{color:#fff;font-size:24px;font-weight:900;letter-spacing:-.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sz-navbar .nav-actions{margin-left:auto;flex:0 0 auto;display:flex;align-items:center;gap:14px}
.sz-navbar .nav-actions a{color:#fff;display:inline-flex;align-items:center}
.sz-navbar .search-btn,.sz-navbar .hamburger{background:transparent;border:0;color:#fff;font-size:21px;line-height:1;cursor:pointer;padding:4px 6px;display:inline-flex;align-items:center}
.sz-navbar .search-btn svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2}

/* ---------- SUB NAV (kategoriler) ---------- */
.sz-subnav{background:#fff;border-bottom:1px solid var(--sz-border);position:sticky;top:0;z-index:30}
.sz-subnav .sz-container{display:flex;align-items:center;gap:2px;overflow-x:auto;height:46px;scrollbar-width:none}
.sz-subnav .sz-container::-webkit-scrollbar{display:none}
.sz-subnav a{white-space:nowrap;font-size:13.5px;font-weight:700;color:#111;padding:12px 13px;border-bottom:3px solid transparent;letter-spacing:.2px}
.sz-subnav a:first-child{color:var(--sz-red)}
.sz-subnav a.active{color:var(--sz-red);border-bottom-color:var(--sz-red)}
.sz-subnav a:hover{color:var(--sz-red);border-bottom-color:var(--sz-red)}

/* ---------- CURRENCY ---------- */
.sz-currency{background:#fafafa;border-bottom:1px solid var(--sz-border)}
.sz-currency .sz-container{display:flex;align-items:center;gap:26px;overflow-x:auto;height:44px;scrollbar-width:none}
.sz-currency .sz-container::-webkit-scrollbar{display:none}
.cur-item{display:flex;align-items:baseline;gap:7px;white-space:nowrap;font-size:13px}
.cur-item .code{font-weight:800;color:#111}
.cur-item .val{font-weight:700;color:#111}
.cur-item .chg{font-size:11.5px;font-weight:700}
.chg.up{color:var(--sz-up)}.chg.down{color:var(--sz-down)}
.cur-item .chg.up::before{content:"▲ "}.cur-item .chg.down::before{content:"▼ "}

/* ---------- BREAKING ---------- */
.sz-breaking{display:flex;align-items:stretch;overflow:hidden;margin:24px 0}
.sz-breaking .label{background:var(--sz-dark);color:#fff;font-weight:900;font-size:20px;padding:10px 18px;display:flex;align-items:center;white-space:nowrap;letter-spacing:.3px}
.sz-breaking .ticker{background:var(--sz-red);color:#fff;padding:10px 18px;font-weight:800;font-size:22px;display:flex;align-items:center;overflow:hidden;flex:1;text-transform:uppercase;position:relative}
.sz-breaking .ticker a{color:#fff;display:none;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sz-breaking .ticker a.on{display:block}
.sz-breaking .ticker a:hover{opacity:.9}
@media (max-width:767px){.sz-breaking .label{font-size:14px;padding:9px 12px}.sz-breaking .ticker{font-size:15px;padding:9px 12px}}

/* ---------- NEWS CARD ---------- */
.news-card{display:block}
.news-card .img-holder{display:block;border-radius:8px;overflow:hidden;background:#e9ebee;position:relative}
.news-card .img-holder.wide{aspect-ratio:16/10}
.news-card .img-holder img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.news-card:hover .img-holder img{transform:scale(1.04)}
.news-card .img-holder .ph{width:100%;height:100%;background:#e3e6ea}
.news-card .news-card-footer{display:block;font-size:17px;font-weight:700;line-height:1.5;color:#000;margin-top:9px}
.news-card:hover .news-card-footer{color:var(--sz-red)}

/* ---------- HERO (anasayfa) ---------- */
.hero-main{position:relative;display:block;border-radius:10px;overflow:hidden;aspect-ratio:16/9}
.hero-main .img-holder{aspect-ratio:16/9}
.hero-main img{width:100%;height:100%;object-fit:cover}
.hero-main .ph{width:100%;height:100%;background:#dfe2e6}
.hero-main .hero-title{position:absolute;left:0;right:0;bottom:0;padding:46px 20px 16px;background:linear-gradient(to top,rgba(0,0,0,.85),transparent);color:#fff;font-size:26px;font-weight:800;line-height:1.25}
.hero-thumbs .news-card-footer{font-size:14.5px}

/* manşet-sağ liste */
.headline-right .h-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--sz-border)}
.headline-right .h-item:last-child{border-bottom:0}
.headline-right .h-item .thumb{flex:0 0 96px;height:64px;border-radius:6px;overflow:hidden;background:#e9ebee}
.headline-right .h-item .thumb img{width:100%;height:100%;object-fit:cover}
.headline-right .h-item .ph{width:100%;height:100%}
.headline-right .h-item .t{font-size:14.5px;font-weight:700;line-height:1.35}
.headline-right .h-item:hover .t{color:var(--sz-red)}

/* ---------- SECTION HEADING ---------- */
.section-heading{display:flex;align-items:center;justify-content:center;gap:18px;margin:30px 0 22px}
.section-heading .line{flex:1;height:1px;background:var(--sz-border)}
.section-heading h2{font-size:20px;font-weight:800;letter-spacing:.6px;color:var(--sz-text);margin:0;text-transform:uppercase}
.section-heading .more{font-size:13px;font-weight:700;color:var(--sz-red);white-space:nowrap}

/* wide dark */
.wide-dark{background:var(--sz-dark);border-radius:12px;padding:26px 22px;color:#fff;margin:8px 0 28px}
.wide-dark h3{font-size:18px;font-weight:800;margin:0 0 16px;letter-spacing:.4px}
.wide-dark .news-card .news-card-footer{color:#fff;font-size:15px}
.wide-dark .news-card:hover .news-card-footer{color:#ffd0d0}

/* ---------- CATEGORY ---------- */
.category-caption{display:flex;align-items:center;gap:22px;margin:28px 0 24px}
.category-caption .cap{font-size:36px;font-weight:900;color:var(--sz-text);line-height:1;white-space:nowrap}
.category-caption .line{flex:1;height:1px;background:var(--sz-border)}
.feat-main{position:relative;border-radius:10px;overflow:hidden;display:block;aspect-ratio:16/11}
.feat-main img{width:100%;height:100%;object-fit:cover}
.feat-main .ph{width:100%;height:100%;background:#dfe2e6}
.feat-main .feat-title{position:absolute;left:0;right:0;bottom:0;padding:50px 22px 18px;background:linear-gradient(to top,rgba(0,0,0,.85),transparent);color:#fff;font-size:26px;font-weight:800;line-height:1.25}
.side-news{display:flex;gap:15px;margin-bottom:20px}
.side-news .img-holder{flex:0 0 165px;height:108px;border-radius:8px;overflow:hidden;background:#e9ebee}
.side-news .img-holder img{width:100%;height:100%;object-fit:cover}
.side-news .img-holder .ph{width:100%;height:100%}
.side-news .sn-title{font-size:18px;font-weight:700;line-height:1.3;color:#111;margin-bottom:6px}
.side-news:hover .sn-title{color:var(--sz-red)}
.side-news .sn-exc{font-size:14px;color:#6b7077;line-height:1.45}
.news-card .title{display:block;font-size:20px;font-weight:600;line-height:1.3;color:#000;margin:11px 0 7px}
.news-card:hover .title{color:var(--sz-red)}
.news-card .excerpt{font-size:14.5px;line-height:1.5;color:#6b7077}
@media (max-width:575px){.side-news .img-holder{flex:0 0 120px;height:80px}}

/* pagination / load more */
.sz-pagination{display:flex;gap:6px;justify-content:center;margin:30px 0 10px;flex-wrap:wrap}
.sz-pagination a,.sz-pagination strong{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 10px;border:1px solid var(--sz-border);border-radius:8px;font-weight:700;font-size:14px;color:#333}
.sz-pagination strong{background:var(--sz-red);color:#fff;border-color:var(--sz-red)}
.sz-pagination a:hover{border-color:var(--sz-red);color:var(--sz-red)}

/* ---------- ARTICLE (haber) ---------- */
.article-wrap{padding-top:26px}
.breadcrumb-line{font-size:13px;color:#666;margin-bottom:6px}
.breadcrumb-line a{color:var(--sz-red);font-weight:700}
.content-meta-dates{font-size:13px;color:#8a8f98;margin-bottom:20px}
.content-meta-dates .sep{margin:0 8px;color:#ccc}
h1.art-title{font-size:40px;font-weight:700;line-height:1.2;color:var(--sz-text);margin:0 0 18px}
.art-spot{font-size:20px;font-weight:500;line-height:1.6;color:var(--sz-text);margin:0 0 22px}
.art-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:22px;flex-wrap:wrap}
.art-author{display:flex;align-items:center;gap:11px}
.art-author .avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#bbb,#888);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px}
.art-author .a-name{font-size:15px;font-weight:700;color:#111}
.art-author .a-role{font-size:12px;color:#888}
.art-share{display:flex;align-items:center;gap:9px}
.art-share a,.art-share button{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;color:#fff}
.art-share .x{background:#000}
.art-share .wa{background:#25D366}
.art-share .tg{background:#229ED9}
.art-share .ml{background:#6b7077}
.art-share svg{width:17px;height:17px;fill:currentColor}
.art-featured{border-radius:10px;overflow:hidden;margin-bottom:24px;background:#e9ebee;position:relative;aspect-ratio:16/9}
.art-featured img{width:100%;height:100%;object-fit:cover}
.art-featured figcaption{font-size:13px;color:#777;padding:8px 2px;background:#fff}
.article-body{font-size:20px;line-height:1.6;color:var(--sz-text)}
.article-body p{margin:0 0 22px}
.article-body h2,.article-body h3{font-weight:800;color:#111;margin:30px 0 14px}
.article-body h2{font-size:24px}
.article-body img{border-radius:8px;margin:10px 0 22px}
.article-body a{color:var(--sz-red);font-weight:600}

/* sidebar (haber + kategori) */
.sz-sidebar .side-head{font-size:18px;font-weight:800;color:#111;padding-bottom:12px;margin-bottom:8px;border-bottom:3px solid var(--sz-red);display:inline-block}
.sz-sidebar .s-item{display:flex;gap:13px;padding:14px 0;border-bottom:1px solid var(--sz-border)}
.sz-sidebar .s-item .thumb{flex:0 0 110px;height:74px;border-radius:8px;overflow:hidden;background:#e9ebee}
.sz-sidebar .s-item .thumb img{width:100%;height:100%;object-fit:cover}
.sz-sidebar .s-item .ph{width:100%;height:100%}
.sz-sidebar .s-item .t{font-size:15.5px;font-weight:700;line-height:1.35;color:#111}
.sz-sidebar .s-item:hover .t{color:var(--sz-red)}
.sz-sidebar .side-block + .side-block{margin-top:30px}

/* ---------- DRAWER (mobil menü) ---------- */
.sz-drawer-back{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:.25s;z-index:60}
.sz-drawer-back.open{opacity:1;visibility:visible}
.sz-drawer{position:fixed;top:0;left:0;bottom:0;width:300px;max-width:85vw;background:#fff;transform:translateX(-100%);transition:.28s;z-index:70;overflow-y:auto;box-shadow:2px 0 20px rgba(0,0,0,.2)}
.sz-drawer.open{transform:none}
.sz-drawer .d-head{background:var(--sz-red);padding:16px 18px;display:flex;align-items:center;justify-content:space-between}
.sz-drawer .d-head .logo img{height:26px;filter:brightness(0) invert(1)}
.sz-drawer .d-head .logo .brand-logo{height:24px;width:auto;display:block}
.sz-drawer .d-head .logo .txt{color:#fff;font-weight:900;font-size:22px}
.sz-drawer .d-close{background:transparent;border:0;color:#fff;font-size:26px;cursor:pointer;line-height:1}
.sz-drawer nav a{display:block;padding:13px 18px;border-bottom:1px solid #eee;font-weight:700;font-size:15px;color:#222}
.sz-drawer nav a:hover{background:#fafafa;color:var(--sz-red)}
.sz-drawer .d-pages{padding:10px 0;background:#f7f7f7}
.sz-drawer .d-pages a{border:0;font-weight:500;font-size:14px;color:#555;padding:8px 18px}

/* ---------- SEARCH overlay ---------- */
.sz-search{position:fixed;top:0;left:0;right:0;background:var(--sz-red);padding:14px 0;transform:translateY(-100%);transition:.25s;z-index:80}
.sz-search.open{transform:none}
.sz-search form{display:flex;gap:10px;align-items:center}
.sz-search input{flex:1;height:46px;border:0;border-radius:8px;padding:0 16px;font-size:16px}
.sz-search button{height:46px;padding:0 20px;border:0;border-radius:8px;background:#fff;color:var(--sz-red);font-weight:800;cursor:pointer}
.sz-search .close{background:transparent;color:#fff;font-size:26px;padding:0 6px}

/* ---------- FOOTER ---------- */
.sz-footer{background:#16181d;color:#cfd2d8;padding:42px 0 26px;margin-top:36px}
.sz-footer h4{color:#fff;font-size:14px;font-weight:800;margin:0 0 14px;text-transform:uppercase}
.sz-footer a{display:block;color:#b8bcc4;font-size:13.5px;padding:5px 0}
.sz-footer a:hover{color:var(--sz-red)}
.sz-footer .foot-logo img{height:30px;filter:brightness(0) invert(1);margin-bottom:16px}
.sz-footer .foot-logo .brand-logo{height:26px;width:auto;display:inline-block;margin-bottom:16px}
.sz-footer .foot-logo .txt{color:#fff;font-weight:900;font-size:24px;display:inline-block;margin-bottom:16px}
.sz-footer .copy{border-top:1px solid #2a2d34;margin-top:30px;padding-top:18px;font-size:12.5px;color:#8b8f98;text-align:center}

/* footer-seo (kategori alt metni) */
.footer-seo{background:#f3f4f6;padding:26px 0;margin-top:30px;font-size:13.5px;line-height:1.7;color:#555}
.footer-seo h2{font-size:16px;color:#222;margin:0 0 10px}

/* genel sayfa (page.php) */
.static-page{padding:30px 0;max-width:820px}
.static-page h1{font-size:32px;font-weight:800;color:var(--sz-text);margin:0 0 20px}
.static-page .body{font-size:17px;line-height:1.7;color:#333}
.static-page .body p{margin:0 0 18px}

.empty-state{padding:50px 0;text-align:center;color:#888}

/* ============================================================
   UYUMLULUK — temel (default) front view'ları için
   (arama, iletişim, durum sayfaları tema view'ı yoksa)
   ============================================================ */
.cat-title{font-size:34px;font-weight:900;color:var(--sz-text);margin:28px 0 20px}
.breadcrumb{font-size:13px;color:#666;margin:24px 0 14px}
.breadcrumb a{color:var(--sz-red);font-weight:700}
.breadcrumb .sep{margin:0 7px;color:#bbb}
.breadcrumb strong{color:var(--sz-red)}
.muted{color:#888}
.empty{padding:40px 0;text-align:center;color:#888;font-size:16px}
.page-content{font-size:17px;line-height:1.7;color:#333}
.page-content p{margin:0 0 18px}
.ph{width:100%;height:100%;background:#e3e6ea;display:block}
/* liste kartı */
.hcard{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid var(--sz-border)}
.hcard .thumb{flex:0 0 200px;height:120px;border-radius:8px;overflow:hidden;background:#e9ebee}
.hcard .thumb img{width:100%;height:100%;object-fit:cover}
.hcard h3{font-size:19px;font-weight:700;line-height:1.3;margin:4px 0 8px;color:#111}
.hcard:hover h3{color:var(--sz-red)}
.hcard p{font-size:14.5px;color:#6b7077;line-height:1.5;margin:0}
.pop{display:flex;gap:12px;padding:11px 0;border-bottom:1px solid var(--sz-border)}
.pop .thumb{flex:0 0 90px;height:60px;border-radius:6px;overflow:hidden;background:#e9ebee}
.pop .thumb img{width:100%;height:100%;object-fit:cover}
.pop h4{font-size:14.5px;font-weight:700;line-height:1.35;margin:0}
.pop:hover h4{color:var(--sz-red)}
.side-head{font-size:18px;font-weight:800;color:#111;padding-bottom:12px;margin-bottom:8px;border-bottom:3px solid var(--sz-red)}
/* layout (içerik + sidebar) */
.layout{display:grid;grid-template-columns:1fr 330px;gap:34px;margin-top:10px}
@media (max-width:991px){.layout{grid-template-columns:1fr}}
/* arama formu */
.search-page-form{display:flex;gap:10px;margin:0 0 24px}
.search-page-form input{flex:1;height:48px;border:1px solid var(--sz-border);border-radius:8px;padding:0 16px;font-size:16px}
.search-page-form button{height:48px;padding:0 24px;border:0;border-radius:8px;background:var(--sz-red);color:#fff;font-weight:800;cursor:pointer}
/* iletişim */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:10px}
@media (max-width:767px){.contact-grid{grid-template-columns:1fr}}
.info-list{list-style:none;padding:0;margin:18px 0}
.info-list li{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--sz-border)}
.info-ic{flex:0 0 22px;color:var(--sz-red)}
/* satır içi ikonlar (admin_icon 'isvg') — boyutlandırma */
.isvg{width:18px;height:18px;display:inline-block;vertical-align:-3px;flex:0 0 auto}
.info-ic .isvg{width:20px;height:20px}
.contact-form-card h2 .isvg{width:22px;height:22px;color:var(--sz-red)}
.form-success .isvg{width:20px;height:20px}
.info-k{display:block;font-size:12px;color:#888;font-weight:700}
.info-v{display:block;font-size:15px;color:#222;font-weight:600}
.contact-map{border-radius:10px;overflow:hidden;margin-top:16px}
.contact-form-card{background:#fafafa;border:1px solid var(--sz-border);border-radius:12px;padding:22px}
.cform-row{display:flex;gap:14px;flex-wrap:wrap}
.cfield{flex:1;min-width:180px;margin-bottom:14px;display:flex;flex-direction:column}
.cfield label{font-size:13px;font-weight:700;margin-bottom:6px;color:#333}
.cfield input,.cfield textarea{border:1px solid var(--sz-border);border-radius:8px;padding:11px 13px;font-size:15px;font-family:inherit}
.cform-btn{background:var(--sz-red);color:#fff;border:0;border-radius:8px;padding:13px 26px;font-weight:800;font-size:15px;cursor:pointer}
.form-success{background:#e7f6ec;color:#1a8f3c;border:1px solid #b6e3c5;border-radius:8px;padding:14px 18px;margin-bottom:20px;font-weight:600}

@media (max-width:991px){
  .sz-navbar .logo .txt{font-size:19px}
  h1.art-title{font-size:28px}
  .art-spot{font-size:17px}
  .article-body{font-size:17px}
  .hero-main .hero-title{font-size:19px;padding:34px 14px 12px}
  .feat-main .feat-title{font-size:19px;padding:36px 14px 14px}
  .category-caption .cap{font-size:26px}
  .news-card .title{font-size:17px}
  .section-heading h2{font-size:17px}
}
