/*
Theme Name: Huma Haber Teması
Theme URI: https://kubbesoft.com.tr/
Author: Kubbesoft
Author URI: https://kubbesoft.com.tr
Description: Türkçe haber sitesi WordPress teması. Manşet slider, son dakika bandı, kategori blokları, foto/video galeri, gram altın & döviz kurları, reklam alanları, çerez bildirimi ve sürükle-bırak anasayfa düzenleyici. Tüm ayarlar Tema Ayarları menüsünden yönetilir.
Version: 1.5
License: GPL v2 or later
Text Domain: haberwptemasi
Tags: haber, news, magazine, blog
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: 'Roboto', system-ui, -apple-system, "Segoe UI", Arial, sans-serif; color: #1a1a1a; background: #f4f5f7; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }

/* Yatay kayma (mobil sağa boşluk) sorununu engelle */
html, body { overflow-x: hidden; max-width: 100%; }
*, *::before, *::after { box-sizing: border-box; }
.container, .site-main, .article-content, .single-post-wrap { max-width: 100%; }
.article-content img,
.article-content iframe,
.article-content video,
.article-content embed,
.article-content object {
  max-width: 100% !important;
  height: auto;
}
.article-content iframe { width: 100%; }
.article-content table { max-width: 100%; display: block; overflow-x: auto; }
.article-content pre { max-width: 100%; overflow-x: auto; white-space: pre-wrap; word-wrap: break-word; }
.article-content { word-wrap: break-word; overflow-wrap: break-word; }
a { color: #c8102e; text-decoration: none; }
a:hover { text-decoration: underline; }
ul { list-style: none; padding: 0; margin: 0; }
button { cursor: pointer; font: inherit; }
h1, h2, h3, h4, h5 { line-height: 1.3; }

:root {
  --primary: #c8102e;
  --primary-dark: #9b0c23;
  --dark: #1a1a1a;
  --gray: #6b7280;
  --gray-light: #e5e7eb;
  --bg: #f4f5f7;
  --white: #ffffff;
  --border: #e5e7eb;
}

.container { max-width: 1280px; margin: 0 auto; padding: 0 16px; }

/* Top bar */
.top-bar { background: #1a1a1a; color: #d1d5db; font-size: 13px; padding: 6px 0; }
.top-bar a { color: #d1d5db; text-decoration: none; }
.top-bar a:hover { color: #ffffff; text-decoration: none; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.top-date { font-size: 13px; color: #d1d5db; }
.top-secondary-menu .top-menu { display: flex; flex-wrap: wrap; gap: 0; margin: 0; padding: 0; list-style: none; }
.top-secondary-menu .top-menu li { list-style: none; margin: 0; padding: 0; }
.top-bar .top-secondary-menu .top-menu a,
.top-secondary-menu .top-menu a { display: inline-block; padding: 0 12px; color: #d1d5db !important; font-size: 13px; font-weight: 400; line-height: 1.7; border-left: 1px solid #2a2a2a; }
.top-secondary-menu .top-menu li:first-child a { border-left: none; }
.top-bar .top-secondary-menu .top-menu a:hover { color: #ffffff !important; }

/* Header */
.site-header { background: var(--white); padding: 20px 0; border-bottom: 1px solid var(--border); }
.header-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.site-title { font-size: 32px; font-weight: 900; color: var(--primary); letter-spacing: -1px; }
.site-title-link:hover { text-decoration: none; }
.site-logo .custom-logo-link { display: inline-block; }
.site-logo .custom-logo { max-height: 70px; width: auto; height: auto; display: block; }
.site-description { font-size: 13px; color: var(--gray); margin: 4px 0 0; }
.header-right { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.header-search { display: flex; }
.header-search input { padding: 8px 12px; border: 1px solid var(--border); border-right: none; border-radius: 4px 0 0 4px; min-width: 200px; }
.header-search button { background: var(--primary); color: var(--white); border: none; padding: 8px 16px; border-radius: 0 4px 4px 0; }

/* Main nav */
.main-nav { background: var(--primary); }
.main-nav-inner { display: flex; align-items: center; }
.primary-menu { display: flex; flex-wrap: wrap; }
.primary-menu li { position: relative; }
.primary-menu a { display: block; padding: 12px 16px; color: var(--white); font-weight: 600; font-size: 14px; text-transform: uppercase; }
.primary-menu a:hover { background: var(--primary-dark); text-decoration: none; }
.primary-menu .sub-menu { position: absolute; top: 100%; left: 0; background: var(--white); min-width: 200px; box-shadow: 0 4px 12px rgba(0,0,0,.1); display: none; z-index: 100; }
.primary-menu li:hover > .sub-menu { display: block; }
.primary-menu .sub-menu a { color: var(--dark); border-bottom: 1px solid var(--border); }
.primary-menu .sub-menu a:hover { background: var(--bg); }
.menu-toggle { display: none; background: transparent; border: none; padding: 12px; flex-direction: column; gap: 4px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--white); }

/* Reklam */
.ad-wrap-outer { width: 100%; }
.ad-wrap { margin: 16px auto; text-align: center; display: flex; justify-content: center; align-items: center; }
.haberwp-ad { margin: 0 auto; max-width: 100%; display: inline-block; }
.haberwp-ad-placeholder { background: #f0f0f0; border: 2px dashed #cbd5e1; color: #94a3b8; padding: 24px; font-size: 14px; min-width: 970px; max-width: 100%; }
@media (max-width: 1000px) { .haberwp-ad-placeholder { min-width: auto; width: 100%; } }

/* Döviz */
.doviz-bar { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; background: #f8fafc; border: 1px solid var(--border); padding: 8px 12px; border-radius: 6px; font-size: 13px; }
.doviz-item { display: flex; gap: 6px; align-items: center; }
.doviz-code { font-weight: 700; color: var(--dark); }
.doviz-val { color: var(--primary); font-weight: 600; }
.doviz-source { color: var(--gray); font-size: 11px; margin-left: auto; }

/* Layout */
.site-main { padding: 20px 0 40px; }
.layout-with-sidebar { display: grid; grid-template-columns: 1fr 320px; gap: 24px; align-items: start; }
.main-content { min-width: 0; }
.sidebar-inner > * { margin-bottom: 20px; }
.sidebar-inner > *:last-child { margin-bottom: 0; }
/* Sidebar normal akışta - sayfa ile birlikte kayar; alt kenarı viewport'a değince orada takılı kalır, scrollbar yok */
.sidebar { align-self: start; position: sticky; bottom: 16px; min-width: 0; }

/* Block */
.block { background: var(--white); border-radius: 8px; padding: 16px; margin-bottom: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.block-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid var(--primary); margin-bottom: 16px; padding-bottom: 8px; }
.block-title { margin: 0; font-size: 18px; font-weight: 700; }
.block-title span { display: inline-block; background: var(--primary); color: var(--white); padding: 6px 14px; border-radius: 4px 4px 0 0; margin-bottom: -10px; }
.block-more { font-size: 13px; color: var(--gray); font-weight: 600; }

/* Manşet */
.manset-block { padding: 0; overflow: hidden; }
.manset-slider { position: relative; }
.manset-slider .slides { position: relative; height: 480px; background: #1f2937; }
.manset-slider .slide { position: absolute; inset: 0; opacity: 0; transition: opacity .5s; display: block; pointer-events: none; }
.manset-slider .slides .slide:first-child { opacity: 1; pointer-events: auto; }
.manset-slider .slide.active { opacity: 1; z-index: 2; pointer-events: auto; }
.manset-slider .slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.manset-slider .slide-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 30px 24px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.85)); color: var(--white); }
.manset-slider .slide-overlay h2 { font-size: 28px; font-weight: 800; margin: 8px 0; line-height: 1.2; color: var(--white); }
.manset-slider .slide-overlay p { font-size: 15px; opacity: .9; max-width: 700px; }
.cat-pill { display: inline-block; background: var(--primary); color: var(--white); padding: 4px 10px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 3px; }
.slider-prev, .slider-next { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,.5); color: var(--white); border: none; width: 44px; height: 44px; border-radius: 50%; font-size: 24px; z-index: 10; }
.slider-prev { left: 16px; } .slider-next { right: 16px; }
.slider-dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 10; }
.slider-dots button { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.5); border: none; padding: 0; }
.slider-dots button.active { background: var(--white); }

/* Son Dakika */
.sondakika-block { padding: 0; background: transparent; box-shadow: none; }
.sondakika-bar { display: flex; align-items: stretch; background: var(--white); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; box-shadow: 0 2px 8px rgba(200,16,46,.12); }
.sd-label { background: var(--primary); color: var(--white); padding: 14px 20px; font-weight: 800; font-size: 13px; letter-spacing: 1.2px; flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px; position: relative; }
.sd-label::after { content: ''; position: absolute; right: -10px; top: 0; bottom: 0; width: 0; height: 0; border-left: 10px solid var(--primary); border-top: 24px solid transparent; border-bottom: 24px solid transparent; z-index: 2; }
.sd-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--white); display: inline-block; animation: sd-pulse 1.2s ease-in-out infinite; }
@keyframes sd-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .4; transform: scale(.7); } }
.sd-ticker { flex: 1; overflow: hidden; padding: 0 24px 0 28px; background: var(--white); }
.sd-ticker-list { display: flex; gap: 0; animation: ticker var(--sd-speed, 60s) linear infinite; margin: 0; padding: 0; list-style: none; }
.sd-ticker:hover .sd-ticker-list { animation-play-state: paused; }
.sd-item { white-space: nowrap; padding: 14px 0; flex-shrink: 0; }
.sd-item + .sd-item { margin-left: 32px; padding-left: 32px; border-left: 1px solid var(--border); }
.sd-item a { color: var(--dark); font-size: 14px; font-weight: 600; display: inline-flex; align-items: baseline; gap: 10px; transition: color .2s; }
.sd-item a:hover { color: var(--primary); text-decoration: none; }
.sd-time { color: var(--gray); font-size: 12px; font-weight: 500; }
.sd-item a:hover .sd-time { color: var(--primary); opacity: .75; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }
@media (max-width: 768px) {
    .sd-label { padding: 12px 14px; font-size: 12px; }
    .sd-label::after { border-top-width: 22px; border-bottom-width: 22px; }
    .sd-ticker { padding: 0 14px 0 18px; }
    .sd-item + .sd-item { margin-left: 20px; padding-left: 20px; }
}

/* Kategori */
.cat-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 16px; }
.cat-featured { display: block; border-radius: 6px; overflow: hidden; position: relative; }
.cat-featured img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.cat-featured-body { padding: 12px 0 0; }
.cat-featured h3 { font-size: 20px; font-weight: 700; margin: 0 0 6px; color: var(--dark); }
.cat-featured p { font-size: 14px; color: var(--gray); margin: 0; }
.cat-list li { border-bottom: 1px solid var(--border); padding: 8px 0; }
.cat-list li:last-child { border-bottom: none; }
.cat-list a { display: flex; gap: 10px; align-items: center; }
.cat-list img { width: 80px; height: 60px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.ci-title { font-size: 13px; font-weight: 600; color: var(--dark); line-height: 1.3; }

/* Grid */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }

/* Card */
.news-card { background: var(--white); border-radius: 6px; overflow: hidden; transition: transform .2s; border: 1px solid var(--border); }
.news-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.08); }
.card-image { display: block; position: relative; }
.card-image img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.card-cat { position: absolute; top: 8px; left: 8px; background: var(--primary); color: var(--white); padding: 3px 8px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 3px; }
.card-body { padding: 12px; }
.card-title { font-size: 16px; font-weight: 700; margin: 0 0 6px; line-height: 1.3; }
.card-title a { color: var(--dark); }
.card-title a:hover { color: var(--primary); text-decoration: none; }
.card-excerpt { font-size: 13px; color: var(--gray); margin: 0 0 8px; }
.card-meta { font-size: 12px; color: var(--gray); display: flex; gap: 6px; flex-wrap: wrap; }
.card-small { display: flex; gap: 10px; padding: 8px; border: 1px solid var(--border); }
.card-small .card-image { flex-shrink: 0; }
.card-small .card-image img { width: 80px; height: 60px; aspect-ratio: auto; }
.card-small .card-body { padding: 0; flex: 1; }
.card-small .card-title { font-size: 13px; }

/* Foto/Video */
.foto-grid, .video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.foto-item, .video-item { position: relative; display: block; border-radius: 6px; overflow: hidden; aspect-ratio: 16/10; }
.foto-item img, .video-item img { width: 100%; height: 100%; object-fit: cover; }
.foto-icon, .video-icon { position: absolute; top: 8px; right: 8px; background: var(--primary); color: var(--white); padding: 4px 8px; font-size: 11px; font-weight: 700; border-radius: 3px; }
.video-icon { background: var(--dark); }
.foto-title, .video-title { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,.85)); color: var(--white); padding: 24px 12px 10px; font-size: 13px; font-weight: 600; }

/* Sidebar */
.sidebar { min-width: 0; }
.widget { background: var(--white); border-radius: 8px; padding: 14px; margin-bottom: 16px; }
.widget-title { font-size: 15px; font-weight: 700; margin: 0 0 12px; padding-bottom: 8px; border-bottom: 2px solid var(--primary); display: inline-block; padding-right: 10px; }
.popular-list { counter-reset: pop; }
.popular-list li { padding: 8px 0; border-bottom: 1px solid var(--border); counter-increment: pop; }
.popular-list li:last-child { border-bottom: none; }
.popular-list li a { display: flex; gap: 10px; align-items: center; }
.popular-list li a::before { content: counter(pop); flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--primary); color: var(--white); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; }
.popular-list img { width: 60px; height: 45px; object-fit: cover; border-radius: 3px; flex-shrink: 0; }
.pop-title { font-size: 13px; font-weight: 600; color: var(--dark); line-height: 1.3; }

/* Single */
.single-article { background: var(--white); padding: 24px; border-radius: 8px; }
.article-header { margin-bottom: 16px; }
.article-cats { margin-bottom: 8px; }
.article-cats .cat-pill { margin-right: 4px; }
.article-title { font-size: 32px; font-weight: 800; line-height: 1.2; margin: 0 0 12px; color: var(--dark); }
.article-summary { font-size: 17px; color: var(--gray); font-weight: 500; line-height: 1.5; margin: 0 0 12px; }
.article-meta { display: flex; gap: 8px; font-size: 13px; color: var(--gray); flex-wrap: wrap; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.article-image { margin: 16px 0; border-radius: 6px; overflow: hidden; }
.article-image img { width: 100%; }
.article-image figcaption { padding: 8px; background: #f9fafb; font-size: 12px; color: var(--gray); text-align: center; }
.article-video { margin: 16px 0; }
.article-video iframe { width: 100%; aspect-ratio: 16/9; }
.article-share { display: flex; gap: 8px; align-items: center; margin: 16px 0; padding: 12px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); flex-wrap: wrap; }
.article-share a { padding: 6px 12px; background: var(--bg); border-radius: 4px; font-size: 13px; font-weight: 600; color: var(--dark); }
.article-share a:hover { background: var(--primary); color: var(--white); text-decoration: none; }
.article-content { font-size: 16px; line-height: 1.8; }
.article-content p { margin: 0 0 16px; }
.article-content h2, .article-content h3 { margin: 24px 0 12px; font-weight: 700; }
.article-content img { border-radius: 4px; margin: 12px 0; }
.article-content blockquote { border-left: 4px solid var(--primary); padding: 8px 16px; margin: 16px 0; background: var(--bg); font-style: italic; }
.article-tags { margin: 16px 0; padding: 12px; background: var(--bg); border-radius: 6px; font-size: 13px; }
.article-tags a { display: inline-block; padding: 2px 8px; background: var(--white); border: 1px solid var(--border); border-radius: 3px; margin: 2px; }
.related-posts { margin-top: 24px; }
.article-comments { margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--border); }
.article-comments .comment-list { padding: 0; }
.article-comments .comment { padding: 12px 0; border-bottom: 1px solid var(--border); }
.article-comments .comment-author { font-weight: 700; }
.article-comments .comment-form { background: var(--bg); padding: 16px; border-radius: 6px; }
.article-comments .form-row { margin-bottom: 12px; }
.article-comments .form-row label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 4px; }
.article-comments .form-row input, .article-comments .form-row textarea { width: 100%; padding: 8px 12px; border: 1px solid var(--border); border-radius: 4px; }
.article-comments .submit-btn, .submit { background: var(--primary); color: var(--white); border: none; padding: 10px 20px; border-radius: 4px; font-weight: 700; }

/* Archive */
.archive-header { background: var(--white); padding: 20px; border-radius: 8px; margin-bottom: 20px; }
.archive-title { margin: 0; font-size: 26px; font-weight: 800; color: var(--dark); }
.archive-description { margin: 6px 0 0; color: var(--gray); }

/* Pagination */
.pagination { display: flex; gap: 4px; justify-content: center; margin: 24px 0; flex-wrap: wrap; }
.pagination .page-numbers { padding: 8px 12px; background: var(--white); border: 1px solid var(--border); border-radius: 4px; color: var(--dark); font-weight: 600; }
.pagination .page-numbers.current, .pagination .page-numbers:hover { background: var(--primary); color: var(--white); text-decoration: none; }

/* Footer */
.site-footer { background: #111827; color: #d1d5db; margin-top: 40px; }
.footer-top { padding: 40px 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; }
.footer-col h4 { color: var(--white); font-size: 15px; font-weight: 700; margin: 0 0 12px; padding-bottom: 8px; border-bottom: 1px solid #374151; }
.footer-site-title { color: var(--white); font-size: 26px; font-weight: 900; margin: 0 0 12px; }
.footer-about p { font-size: 13px; line-height: 1.6; margin: 0 0 12px; }
.footer-contact li { font-size: 13px; padding: 4px 0; }
.footer-contact a { color: #d1d5db; }
.footer-menu li, .footer-social li { padding: 4px 0; }
.footer-menu a, .footer-social a { color: #d1d5db; font-size: 13px; }
.footer-menu a:hover, .footer-social a:hover { color: var(--white); }
.footer-bottom { background: #0b1220; padding: 16px 0; border-top: 1px solid #1f2937; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; }
.footer-copy { margin: 0; color: #9ca3af; }
 .footer-bottom-menu { display: flex; gap: 16px; }
 .footer-bottom-menu a { color: #9ca3af; }
 .footer-credit { margin: 0; color: #9ca3af; font-size: 12px; }
 .footer-credit a { color: #d1d5db; font-weight: 600; }
 .footer-credit a:hover { color: var(--white); }

/* Çerez */
.haberwp-cookie-notice { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(17,24,39,.97); color: var(--white); padding: 16px 0; z-index: 1000; box-shadow: 0 -4px 12px rgba(0,0,0,.2); }
.cookie-inner { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.cookie-inner p { flex: 1; margin: 0; font-size: 13px; line-height: 1.5; min-width: 280px; color: var(--white); }
.cookie-inner a { color: #fbbf24; text-decoration: underline; }
.btn-accept { background: var(--primary); color: var(--white); border: none; padding: 10px 20px; border-radius: 4px; font-weight: 700; }

/* İletişim */
.haberwp-contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.haberwp-contact-form .form-group { margin-bottom: 12px; }
.haberwp-contact-form label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 4px; }
.haberwp-contact-form input, .haberwp-contact-form textarea { width: 100%; padding: 10px; border: 1px solid var(--border); border-radius: 4px; }
.haberwp-contact-form .btn-submit { background: var(--primary); color: var(--white); border: none; padding: 12px 24px; border-radius: 4px; font-weight: 700; }
.form-success { background: #d1fae5; color: #065f46; padding: 12px; border-radius: 4px; margin-bottom: 12px; }
.form-error { background: #fee2e2; color: #991b1b; padding: 12px; border-radius: 4px; margin-bottom: 12px; }

/* 404 */
.error-404 { text-align: center; padding: 60px 20px; background: var(--white); border-radius: 8px; }
.error-404 h1 { font-size: 96px; color: var(--primary); margin: 0; }
.error-404 h2 { font-size: 24px; margin: 8px 0; }
.btn-home { display: inline-block; background: var(--primary); color: var(--white); padding: 12px 24px; border-radius: 4px; font-weight: 700; margin-top: 16px; }
.btn-home:hover { text-decoration: none; background: var(--primary-dark); }

/* Responsive */
@media (max-width: 1024px) {
.layout-with-sidebar { grid-template-columns: 1fr; }
.sidebar { position: static; max-height: none; overflow: visible; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-5 { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .manset-slider .slides { height: 360px; }
}
@media (max-width: 720px) {
  /* Mobilde siyah üst bar (tarih + sosyal) tamamen gizli */
  .top-bar { display: none !important; }

  /* Header düzeni - %100 mobil uyumlu */
  .site-header { padding: 12px 0; }
  .header-inner { flex-direction: column; align-items: stretch; gap: 12px; }
  .site-logo { text-align: center; }
  .site-logo .custom-logo { max-height: 50px; margin: 0 auto; }
  .site-title { font-size: 26px; }
  .site-description { text-align: center; font-size: 12px; }
  .header-right { width: 100%; flex-direction: column; align-items: stretch; gap: 10px; }

  /* Döviz mobilde yatay kayar şerit */
  .doviz-bar { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 8px 10px; gap: 14px; font-size: 12px; scrollbar-width: none; }
  .doviz-bar::-webkit-scrollbar { display: none; }
  .doviz-item { flex-shrink: 0; }
  .doviz-source { display: none; }

  /* Arama tam genişlik */
  .header-search { width: 100%; }
  .header-search input { min-width: 0; flex: 1; width: 100%; }

  /* Ana menü: hamburger YOK, yatay kaydırılabilir şerit */
  .menu-toggle { display: none !important; }
  .main-nav-inner { padding: 0; }
  .primary-menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    scrollbar-width: none;
  }
  .primary-menu::-webkit-scrollbar { display: none; }
  .primary-menu li { flex-shrink: 0; }
  .primary-menu a { padding: 12px 14px; border-bottom: none; white-space: nowrap; font-size: 13px; }
  .primary-menu .sub-menu { display: none !important; }

  /* Diğer responsive kurallar */
  .grid-3, .grid-4, .grid-5 { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr; }
  .foto-grid, .video-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .article-title { font-size: 22px; }
  .manset-slider .slides { height: 260px; }
  .manset-slider .slide-overlay h2 { font-size: 18px; }
  .haberwp-contact-form .form-row { grid-template-columns: 1fr; }
}
