/**
 * SEO Uyumlu Haber Tarih & Güncelleme Bloğu
 */

:root {
  --news-meta-bg: #f8fafc;           /* Meta kutusu arka planı */
  --news-meta-text-color: #64748b;   /* Yayın tarihi yazı rengi */
  --news-meta-updated-color: #d90429;/* Güncelleme vurgu rengi */
  --news-meta-icon-color: #94a3b8;   /* İkon rengi */
  --news-meta-font-size: 13px;       /* Yazı boyutu */
  --news-meta-border: 1px solid #e2e8f0; /* Alt/üst sınır çizgisi */
}

@media screen {
  body::before,
  #page::before,
  .temajet-print-header,
  .temajet-print-footer,
  a[href]::after {
    display: none !important;
    content: none !important;
  }
}

.temajet-print-header,
.temajet-print-footer {
  display: none !important;
  content: none !important;
}

/* Ana Meta Kapsayıcı (Daraltılmış & Şık Tasarım) */
.jet-seo-news-meta {
  background-color: var(--news-meta-bg);
  border: var(--news-meta-border);
  border-radius: 4px;
  padding: 6px 14px;
  margin: 8px 0 14px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 14px;
  font-size: 12px;
  line-height: 1.35;
  color: var(--news-meta-text-color);
  box-sizing: border-box;
}

/* Sol Blok: Tarihler */
.jet-seo-meta-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
}

/* Tekil Meta Öğesi */
.jet-seo-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1.35;
  white-space: nowrap;
  font-size: 12px;
}

.jet-seo-meta-item i {
  color: var(--news-meta-icon-color);
  font-size: 11.5px;
}

.jet-seo-meta-item strong {
  color: #334155;
  font-weight: 600;
}

/* Güncelleme Tarihi Vurgusu (Kompakt Rozet) */
.jet-seo-meta-item.updated-item {
  color: var(--news-meta-updated-color);
  background: rgba(217, 4, 41, 0.06);
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 11.5px;
}

.jet-seo-meta-item.updated-item i {
  color: var(--news-meta-updated-color);
  font-size: 11px;
}

.jet-seo-meta-item.updated-item strong {
  color: var(--news-meta-updated-color);
}

/* Okuma Süresi Rozeti */
.jet-seo-meta-item.reading-item {
  color: #64748b;
  font-size: 11.5px;
}

/* Başlık Altı Editör/Yazar Alanı (Talebe İstinaden Başlık Altından Tamamen Kaldırıldı) */
.jet-seo-author-wrap,
.jet-seo-author-avatar,
.jet-seo-author-name,
.jet-seo-author-link {
  display: none !important;
}

/* Sağ Blok: Okunma, Yorum ve Yazdır */
.jet-seo-meta-right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.jet-seo-stat-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #64748b;
  font-weight: 600;
  font-size: 12px;
}

.jet-seo-stat-item i {
  color: var(--news-meta-icon-color);
  font-size: 11.5px;
}

/* Responsive Tarih Gösterim Anahtarları */
.tj-date-full,
.tj-label-full {
  display: inline;
}
.tj-date-short,
.tj-label-short {
  display: none;
}


/* Mobil Responsive Düzen (Gereksiz Yükseklik Kaldırıldı, Kusursuz Daraltıldı) */
@media screen and (max-width: 768px) {
  .jet-seo-news-meta {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 5px 8px !important;
    margin: 6px 0 10px 0 !important;
    gap: 4px 8px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
  }
  .jet-seo-meta-left {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 4px 8px !important;
    flex: 1 1 auto !important;
  }
  .jet-seo-meta-right {
    display: flex !important;
    align-items: center !important;
    width: auto !important;
    padding-top: 0 !important;
    border-top: none !important;
    gap: 6px !important;
    flex-shrink: 0 !important;
  }
  .jet-seo-meta-item {
    font-size: 11px !important;
    gap: 3px !important;
    white-space: nowrap !important;
  }
  .jet-seo-meta-item i {
    font-size: 10.5px !important;
  }
  .jet-seo-meta-item.updated-item {
    padding: 1px 4px !important;
    font-size: 10.5px !important;
  }
  .jet-seo-stat-item {
    font-size: 11px !important;
    gap: 3px !important;
  }
  .jet-seo-stat-item i {
    font-size: 10.5px !important;
  }
  .temajet-print-btn-meta {
    padding: 2px 6px !important;
    font-size: 10.5px !important;
  }
  .tj-date-full,
  .tj-label-full {
    display: none !important;
  }
  .tj-date-short,
  .tj-label-short {
    display: inline !important;
  }
}

/* =========================================================================
   Spot / Haber Özeti Alanı (Google Discover & NewsArticle Schema Description)
   - 0 CLS (Cumulative Layout Shift) Garantili
   - 18px - 20px, font-weight: 500, line-height: 1.5
   - border-left: 4px solid var(--primary-color)
   - background: var(--bg-secondary)
   - Dark mode %100 uyumlu
   ========================================================================= */
.temajet-spot-box {
  background-color: var(--bg-secondary, #f8fafc);
  border-left: 4px solid var(--primary-color, var(--main-color, #d13b53));
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin: 14px 0 20px 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  clear: both;
}

.temajet-spot-text {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  color: #334155;
  letter-spacing: -0.01em;
  text-align: left;
}

/* Mobil Cihazlar İçin Optimize Font Boyutu */
@media screen and (max-width: 768px) {
  .temajet-spot-box {
    padding: 12px 14px;
    margin: 12px 0 16px 0;
  }

  .temajet-spot-text {
    font-size: 17px;
    line-height: 1.5;
  }
}
