/*
Theme Name: Türkiye Ajans
Theme URI: http://www.turkiyeajans.com
Description: Türkiye Ajans Haber Teması
Author: Mustafa Çakar
Version: 1.4.0
Text Domain: tajas
*/

/* =============================================================================
   DEĞIŞKENLER & RESET
   ============================================================================= */
:root {
  --red:       #cc0000;
  --red-dark:  #aa0000;
  --red-deep:  #880000;
  --white:     #ffffff;
  --black:     #2d2d2d;
  --gray-bg:   #f8f9fa;
  --gray-line: #e9ecef;
  --blue:      #1a73e8;
  --font:      'Poppins', sans-serif;
  --header-h:  52px;
}

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: var(--font);
  background: var(--gray-bg);
  color: var(--black);
  line-height: 1.6;
  overflow-x: clip;
}

img, video, iframe, embed { max-width: 100%; }

/* =============================================================================
   LAYOUT
   ============================================================================= */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 45px auto 0;
  padding: 0 16px;
}

/* =============================================================================
   HEADER
   ============================================================================= */
.ta-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  font-family: var(--font);
}

.ta-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
}

.ta-header-top {
  background: var(--red);
}

.ta-header-top .ta-header-inner {
  height: var(--header-h);
}

/* Logo */
.ta-logo {
  flex-shrink: 0;
  margin-right: 24px;
  line-height: 0;
}
.ta-logo a,
.ta-logo .custom-logo-link {
  display: flex;
  align-items: center;
}
.ta-logo img {
  height: 38px;
  width: auto;
  display: block;
}
.ta-logo img:hover { opacity: .85; }

.ta-logo-text {
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
}
.ta-logo-text:hover { opacity: .85; }

/* Ana menü */
.ta-nav-primary { flex: 1; overflow: hidden; }

.ta-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.ta-nav-list > li { position: relative; }

.ta-nav-list > li > a {
  display: block;
  color: var(--white);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 0 14px;
  line-height: var(--header-h);
  white-space: nowrap;
  text-decoration: none;
  transition: background .2s;
}
.ta-nav-list > li > a:hover,
.ta-nav-list > li.current-menu-item > a {
  background: var(--red-dark);
}

/* Menü ayraç */
.ta-nav-list > li + li > a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 30%;
  height: 40%;
  width: 1px;
  background: rgba(255,255,255,.3);
}

/* Dropdown */
.ta-nav-list > li > ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--red-dark);
  list-style: none;
  margin: 0;
  padding: 4px 0;
  min-width: 200px;
  z-index: 1001;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.ta-nav-list > li:hover > ul.sub-menu { display: block; }
.ta-nav-list > li > ul.sub-menu li a {
  display: block;
  color: var(--white);
  font-size: 13px;
  padding: 9px 18px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s;
}
.ta-nav-list > li > ul.sub-menu li a:hover { background: var(--red-deep); }

/* Sağ aksiyonlar */
.ta-header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
  flex-shrink: 0;
}

.ta-search-toggle {
  background: none;
  border: none;
  color: var(--white);
  font-size: 16px;
  cursor: pointer;
  padding: 8px 10px;
  line-height: 1;
  transition: opacity .2s;
}
.ta-search-toggle:hover { opacity: .75; }

.ta-btn-login {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid rgba(255,255,255,.6);
  border-radius: 4px;
  padding: 5px 12px;
  transition: background .2s;
  white-space: nowrap;
}
.ta-btn-login:hover { background: rgba(255,255,255,.15); }
.ta-btn-login i { font-size: 15px; }

/* Hamburger */
.ta-hamburger {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  font-size: 22px;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}

/* Arama dropdown */
.ta-search-dropdown {
  background: var(--red-dark);
  padding: 10px 0;
}
.ta-search-form {
  display: flex;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.ta-search-form input {
  flex: 1;
  border: none;
  outline: none;
  padding: 9px 14px;
  font-size: 14px;
  font-family: var(--font);
  border-radius: 4px 0 0 4px;
  background: rgba(255,255,255,.95);
  color: #222;
}
.ta-search-form button {
  background: var(--red-deep);
  border: none;
  color: var(--white);
  padding: 9px 16px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
  transition: background .2s;
}
.ta-search-form button:hover { background: #660000; }

/* Mobil menü paneli */
.ta-mobile-menu {
  background: var(--red-dark);
  border-top: 1px solid rgba(255,255,255,.15);
}
.ta-mobile-list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.ta-mobile-list li a {
  display: block;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  padding: 11px 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .4px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .15s;
}
.ta-mobile-list li a:hover { background: rgba(255,255,255,.1); }
.ta-mobile-list li ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: var(--red-deep);
}
.ta-mobile-list li ul.sub-menu li a {
  padding-left: 36px;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

/* Admin bar */
.admin-bar .ta-header { top: 32px; }

/* =============================================================================
   SLIDER (ajans-news-slider / eski .slider)
   ============================================================================= */
.slider,
.ajans-news-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.slider { height: 480px; }
.slider-wrapper,
.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider-item,
.slide-item {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  transition: opacity .5s ease;
}
.slider-item.active,
.slide-item.active {
  opacity: 1;
  display: block;
}
.slider-item img,
.slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-caption,
.slide-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: var(--white);
  background: rgba(204,0,0,.75);
  padding: 6px 12px;
  font-size: 22px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  text-shadow: 1px 2px 4px rgba(0,0,0,.6);
  max-width: 80%;
  line-height: 1.2;
}
.slider-caption h2 { margin: 0; font-size: inherit; }
.slider-caption h2 a { color: var(--white); text-decoration: none; }
.slider-caption h2 a:hover { opacity: .85; }

/* Slider ok tuşları */
.slider-nav,
.navigation-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,.45);
  color: var(--white);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: background .2s;
  z-index: 5;
}
.slider-nav { display: flex; justify-content: space-between; width: 100%; pointer-events: none; }
.slider-nav button { pointer-events: auto; background: rgba(255,255,255,.2); border: none; color: var(--white); font-size: 24px; padding: 12px 16px; cursor: pointer; transition: background .2s; }
.slider-nav button:hover { background: var(--blue); }
.navigation-arrow.left { left: 16px; }
.navigation-arrow.right { right: 16px; }
.navigation-arrow:hover { background: rgba(0,0,0,.75); }

/* Slider dots */
.slider-dots { position: absolute; bottom: 16px; width: 100%; text-align: center; }
.slider-dots .dot {
  display: inline-block;
  width: 12px; height: 12px;
  background: rgba(255,255,255,.5);
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  transition: background .3s, transform .3s;
}
.slider-dots .dot.active { background: var(--blue); transform: scale(1.2); }

/* Thumbnail şeridi */
.thumbnail-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.thumbnail-item {
  flex: 2 0 auto;
  aspect-ratio: 1;
  background: rgba(0,0,0,.7);
  color: var(--white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 150%;
  font-weight: 700;
  cursor: pointer;
  height: 40px;
  transition: background .3s;
}
.thumbnail-item.active,
.thumbnail-item:hover { background: var(--red); }

/* =============================================================================
   MANŞET ALANI
   ============================================================================= */
.manset-alani {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin: 0;
}
.box-1 { flex: 0 1 68%; padding: 0; }
.box-2 { flex: 0 1 30%; padding: 0; }

.manset-alti-area {
  margin: 16px 0;
  padding: 15px;
  background: #f5f5f5;
}

/* =============================================================================
   HABER LİSTESİ
   ============================================================================= */
.main-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0;
}
.news-item {
  background: var(--white);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  transition: transform .3s, box-shadow .3s;
}
.news-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,.1);
}
.news-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}
.news-item h3 {
  font-size: 18px;
  margin: 12px 0 8px;
  font-weight: 600;
}
.news-item h3 a { color: var(--blue); text-decoration: none; }
.news-item h3 a:hover { color: var(--red); }

/* =============================================================================
   ARAMA ÇUBUĞU
   ============================================================================= */
.tajas-search-bar {
  background: rgba(0,0,0,.04);
  border-top: 3px solid var(--red);
  border-bottom: 1px solid var(--gray-line);
  padding: 16px;
}
.tajas-search-inner { max-width: 860px; margin: 0 auto; }
.tajas-search-form { display: flex; flex-direction: column; gap: 10px; }

.tajas-search-wrap {
  display: flex;
  align-items: center;
  background: var(--white);
  border: 2px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  transition: border-color .2s;
}
.tajas-search-wrap:focus-within {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(204,0,0,.1);
}
.tajas-search-icon { display: flex; align-items: center; padding: 0 12px; color: #888; flex-shrink: 0; }
.tajas-search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 11px 8px;
  font-size: 15px;
  background: transparent;
  color: #222;
  min-width: 0;
}
.tajas-search-input::placeholder { color: #aaa; }
.tajas-search-btn {
  background: var(--red);
  color: var(--white);
  border: none;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s;
}
.tajas-search-btn:hover { background: var(--red-dark); }

/* Sesli arama */
.tajas-voice-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-left: 1px solid #eee;
  padding: 0 12px;
  cursor: pointer;
  color: #888;
  transition: color .2s;
  min-height: 44px;
  flex-shrink: 0;
}
.tajas-voice-btn:hover { color: var(--red); }
.tajas-voice-btn.tajas-voice-listening {
  color: var(--red);
  animation: mic-pulse 1s ease-in-out infinite;
}
@keyframes mic-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.2); opacity: .7; }
}
.tajas-voice-status { font-size: 12px; color: #888; min-height: 18px; }

/* Etiket pilleri */
.tajas-search-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.tajas-tags-label { font-size: 12px; color: #888; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; flex-shrink: 0; }
.tajas-tag-pill {
  display: inline-block;
  background: var(--white);
  border: 1px solid #ddd;
  color: #444;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s;
  white-space: nowrap;
}
.tajas-tag-pill:hover { background: var(--red); border-color: var(--red); color: var(--white); }

/* =============================================================================
   TEK YAZI (SINGLE)
   ============================================================================= */
.single-container {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-top: 25px;
}
.single-post {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  width: 100%;
}
.post-content-container { width: 100%; }

.post-title {
  background: #d32f2f;
  color: var(--white);
  width: 100%;
  text-align: center;
  padding: 20px 15px;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 0 0 8px 8px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.featured-image-container { width: 100%; }
.featured-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}
.featured-image:hover { transform: scale(1.01); }

/* Meta */
.post-meta-desktop {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #666;
  padding: 10px 20px;
  background: var(--gray-bg);
}
.post-meta-mobile { display: none; }

/* İçerik */
.post-content {
  font-size: 18px;
  line-height: 1.85;
  color: #333;
  padding: 20px;
  overflow-wrap: break-word;
}
.post-content p { margin: 0 0 18px; }
.post-content p.ilk-paragraf::first-letter {
  font-size: 36px;
  font-weight: 700;
  color: var(--blue);
  float: left;
  margin-right: 8px;
  line-height: 1;
}
.post-content img { max-width: 100%; height: auto; border-radius: 5px; }
.post-content blockquote {
  position: relative;
  background: #f1f1f1;
  border-left: 5px solid var(--red);
  margin: 20px 0;
  padding: 15px 20px 15px 50px;
  font-style: italic;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}
.post-content blockquote::before {
  content: '\201C';
  position: absolute;
  left: 14px; top: 8px;
  font-size: 50px;
  color: var(--red);
  font-family: serif;
  line-height: 1;
}
.post-content iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  border: 0;
}
.post-content pre,
.post-content code {
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
  overflow-x: auto;
}
.cis-iframes-source iframe { max-width: 100%; width: 100%; height: auto; display: block; margin: 10px 0; }

/* Sosyal paylaşım */
.social-share {
  margin: 24px 0;
  padding: 20px;
  background: var(--gray-bg);
  border-top: 2px solid var(--gray-line);
  border-bottom: 2px solid var(--gray-line);
  text-align: center;
}
.social-share h4 { font-size: 1.1rem; font-weight: 600; color: #333; margin: 0 0 12px; }
.social-share-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
  justify-content: center;
  margin: 0;
}
.social-share-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  background: var(--blue);
  color: var(--white);
  font-size: 18px;
  border-radius: 50%;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all .3s;
}
.social-share-list li a:hover {
  background: var(--white);
  color: var(--blue);
  border-color: var(--blue);
  transform: translateY(-2px);
}

/* Kategori & etiket */
.post-taxonomies {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  font-size: 14px;
  margin: 20px 0;
  padding: 16px 20px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,.08);
}
.post-categories a, .post-tags a {
  color: #d32f2f;
  text-decoration: none;
  font-weight: 500;
}
.post-categories a:hover, .post-tags a:hover { text-decoration: underline; color: #b71c1c; }

/* Bağış */
.donation-section {
  margin: 20px 0;
  padding: 20px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 10px;
  color: var(--white);
  text-align: center;
}
.wallet-address {
  font-size: 12px;
  word-break: break-all;
  font-family: 'Courier New', monospace;
  background: rgba(255,255,255,.2);
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0;
  display: block;
}
.copy-btn {
  background: var(--white);
  color: #d32f2f;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
  transition: all .3s;
  margin-top: 10px;
}
.copy-btn:hover { background: var(--gray-bg); transform: translateY(-2px); }

/* Uyarı kutusu */
.warning-notice {
  font-size: 14px;
  line-height: 1.6;
  background: #fff3e0;
  border-left: 4px solid #ff9800;
  padding: 16px 20px;
  margin-top: 20px;
  border-radius: 0 8px 8px 0;
  color: #5d4037;
}

/* Metin okuma */
.text-to-speech-controls { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; justify-content: center; }
.speech-button {
  padding: 10px 20px;
  background: #007bff;
  color: var(--white);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background .3s;
}
.speech-button:hover { background: #0056b3; }

/* Yorumlar */
.comments-section {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 2px solid var(--gray-line);
}
.comments-section h3 { color: #333; font-size: 1.4rem; margin-bottom: 20px; }
.comment { border-bottom: 1px solid var(--gray-line); padding: 20px 0; }
.comment:last-child { border-bottom: none; }
.comment-author { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.comment-author img { border-radius: 50%; }
.comment-author-info { flex: 1; }
.comment-meta { font-size: 12px; color: #666; margin-top: 2px; }
.comment-content { line-height: 1.6; color: #333; overflow-wrap: break-word; }
.no-comments, .comments-closed {
  text-align: center;
  color: #666;
  font-style: italic;
  padding: 28px;
  background: var(--gray-bg);
  border-radius: 8px;
}

/* Yorum formu */
.comment-respond {
  padding: 20px;
  background: var(--gray-bg);
  border-radius: 8px;
  margin: 20px 0;
}
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  background: var(--white);
  margin-bottom: 12px;
}
.comment-form-comment textarea { min-height: 120px; resize: vertical; }
.form-submit input {
  width: 100%;
  background: #d32f2f;
  color: var(--white);
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transition: background .3s;
}
.form-submit input:hover { background: #b71c1c; }

/* Navigasyon */
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 36px 0;
  padding: 20px 0;
  border-top: 2px solid var(--gray-line);
  border-bottom: 2px solid var(--gray-line);
}
.nav-previous a, .nav-next a {
  color: #d32f2f;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 18px;
  border: 2px solid #d32f2f;
  border-radius: 5px;
  transition: all .3s;
}
.nav-previous a:hover, .nav-next a:hover {
  background: #d32f2f;
  color: var(--white);
}

/* =============================================================================
   FOOTER
   ============================================================================= */
footer {
  background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
  color: var(--white);
  text-align: center;
  padding: 28px 0;
  margin-top: 40px;
  font-size: 14px;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
.footer-nav a { color: rgba(255,255,255,.75); text-decoration: none; transition: color .2s; }
.footer-nav a:hover { color: var(--white); }

/* =============================================================================
   RESPONSİVE
   ============================================================================= */
@media (max-width: 768px) {
  /* Sağ-sol içerik boşluğu (ince kenar) */
  .container,
  .ta-header-inner {
    padding: 0 2px;
  }

  /* Header */
  .ta-nav-primary,
  .ta-header-actions { display: none; }
  .ta-hamburger { display: flex; }
  .ta-logo { margin-right: 0; }
  .ta-header-top .ta-header-inner { justify-content: space-between; }
  .admin-bar .ta-header { top: 46px; }

  /* Mobil menü ile alt içerik (slider / sayfa / tekil / kategori içeriği) arasında boşluk
     - header'dan hemen sonra gelen ilk .container'ı hedefler, tüm şablonlarda ortak */
  .ta-header ~ .container {
    margin-top: 28px !important;
  }

  /* Manşet */
  .manset-alani { flex-direction: column; gap: 0; }
  .box-1 { flex: 0 1 100%; width: 100%; }
  .box-2 { display: none; }

  /* Slider */
  .slider { height: 280px; }
  .slider-container { height: 280px; }

  /* Haber listesi */
  .main-content { grid-template-columns: 1fr; gap: 12px; }
  .news-item img { height: auto; }

  /* Single */
  .single-container { padding: 0; }
  .single-post { border-radius: 0; box-shadow: none; }
  .post-title { font-size: 1.3rem; border-radius: 0; }
  .featured-image { height: 220px; }
  .post-content { font-size: 16px; padding: 12px 2px; }
  .post-meta-desktop { display: none; }
  .post-meta-mobile { display: block; font-size: 14px; color: #666; padding: 10px 2px; background: var(--gray-bg); }

  /* Sosyal */
  .social-share { padding: 16px 2px; border-radius: 0; }
  .post-taxonomies { flex-direction: column; align-items: flex-start; gap: 10px; padding: 12px 2px; border-radius: 0; }
  .donation-section { border-radius: 0; padding: 14px 2px; }
  .warning-notice { border-radius: 0; border-left: none; font-size: 13px; }

  /* Yorumlar */
  .comments-section { padding: 0 2px; }
  .comment-respond { border-radius: 0; padding: 14px 2px; }

  /* Nav */
  .post-navigation { flex-direction: column; gap: 12px; }
  .nav-previous a, .nav-next a { display: block; text-align: center; }

  /* Footer */
  .footer-nav { flex-direction: column; gap: 8px; align-items: center; }
  footer { font-size: 12px; padding: 16px 0; }

  /* Sesli arama / arama çubuğu */
  .tajas-search-bar { padding: 12px 2px; }
  .tajas-search-input { font-size: 16px; }
  .tajas-search-btn { padding: 11px 14px; }
  .text-to-speech-controls { flex-direction: column; align-items: center; }
  .speech-button { width: 100%; }
}

@media (max-width: 480px) {
  .slider-container { height: 320px; }
  .slide-title { font-size: 18px; }
  .post-title { font-size: 1.1rem; }
  .featured-image { height: 180px; }
  .post-content { font-size: 15px; padding: 10px 2px; }
  .ta-logo img { height: 28px; }
}
