/* ========== HABER DETAY – EDITORIAL (makale hissi, geniş okuma, kırmızı sadece vurgu) ========== */

.news-detail-breadcrumb {
  background: #f9fafb;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.news-detail-breadcrumb .breadcrumb-item a {
  color: #4b5563;
  font-weight: 500;
}

.news-detail-breadcrumb .breadcrumb-item.active {
  color: #1a1a1a;
  font-weight: 600;
}

.news-detail-editorial .news-detail-title {
  color: #1a1a1a;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}

.news-detail-hero-card {
  background: linear-gradient(180deg, #fff8f6 0%, #ffffff 100%);
  border: 1px solid #f1dfdb;
  border-radius: 24px;
  padding: clamp(1.35rem, 2vw, 1.9rem);
  box-shadow: 0 22px 45px rgba(122, 0, 0, 0.08);
  margin-bottom: 1.5rem;
}

.news-detail-hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.news-detail-kicker,
.news-detail-topic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.news-detail-kicker {
  background: #7a0000;
  color: #fff;
  box-shadow: 0 12px 24px rgba(122, 0, 0, 0.18);
}

.news-detail-topic {
  background: #fff;
  color: #7a0000;
  border: 1px solid #edd4d0;
}

.news-detail-summary {
  margin: 1rem 0 0;
  color: #5b6470;
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 58rem;
}

.news-detail-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.news-detail-stat-card {
  background: #fff;
  border: 1px solid #efe1de;
  border-radius: 18px;
  padding: 1rem 1.05rem;
  display: grid;
  gap: 0.2rem;
}

.news-detail-stat-label {
  color: #8b6b67;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.news-detail-stat-card strong {
  color: #1f2937;
  font-size: 1rem;
}

.news-detail-stat-card small {
  color: #6b7280;
  font-size: 0.82rem;
}

.news-detail-editorial .news-content {
  line-height: 1.85;
  color: #374151;
  background: #fff;
  border: 1px solid #ece7e4;
  border-radius: 24px;
  padding: clamp(1.25rem, 2vw, 1.8rem);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.news-detail-editorial .news-content .lead {
  color: #6b7280;
  font-size: 1.1rem;
}

.news-detail-editorial .news-detail-alert {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-left: 3px solid rgba(117, 0, 1, 0.5);
  border-radius: 8px;
  padding: 1.25rem;
  margin-top: 1.5rem;
}

.news-detail-editorial .news-detail-alert strong {
  color: #750001;
}

.news-detail-editorial .news-detail-share {
  border-top: 1px solid #e5e7eb;
  padding-top: 1.5rem;
  margin-top: 2rem;
}

.news-detail-editorial .news-detail-share p {
  font-size: 0.8rem;
  color: #6b7280;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.news-detail-editorial .news-detail-share .btn {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
}

.btn-share-fb {
  background: #1877f2;
  color: #fff;
  border: none;
}

.btn-share-fb:hover { color: #fff; opacity: 0.9; }

.btn-share-tw {
  background: #1a1a1a;
  color: #fff;
  border: none;
}

.btn-share-tw:hover { color: #fff; opacity: 0.9; }

.btn-share-wa {
  background: #25D366;
  color: #fff;
  border: none;
}

.btn-share-wa:hover { color: #fff; opacity: 0.9; }

.btn-share-link {
  background: #f3f4f6;
  color: #4b5563;
  border: 1px solid #e5e7eb;
}

.btn-share-link:hover { color: #1a1a1a; background: #e5e7eb; }

/* İlgili içerikler – küçük, sade */
.news-detail-editorial .news-detail-related {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.news-detail-editorial .news-detail-related h6 {
  color: #1a1a1a;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.news-detail-editorial .news-detail-related .list-group-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
}

.news-detail-editorial .news-detail-related .list-group-item small {
  color: #6b7280;
  font-size: 0.75rem;
}

.news-detail-editorial .news-detail-related .list-group-item span {
  color: #374151;
  font-weight: 500;
}

/* Popüler Kategoriler – nötr */
.news-detail-editorial .news-detail-cats {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.news-detail-editorial .news-detail-cats h6 {
  color: #1a1a1a;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.news-detail-editorial .news-detail-cats .d-flex a {
  color: #4b5563;
  font-weight: 500;
  font-size: 0.875rem;
}

.news-detail-editorial .news-detail-cats .badge {
  background: #e5e7eb;
  color: #4b5563;
  font-size: 0.75rem;
  font-weight: 600;
}

.news-detail-editorial .news-detail-cat-item {
  background: #fff;
  border: 1px solid #e5e7eb;
}

.news-detail-editorial .news-detail-cat-item a {
  color: #3f5147;
  font-weight: 700;
  display: block;
}

.news-detail-editorial .news-detail-cat-item a:hover {
  color: #1f2d26;
}

.news-detail-sidebar-card {
  background: linear-gradient(180deg, #fff, #fcfaf9);
  border-radius: 22px !important;
  border: 1px solid #ece3e0 !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

/* Yorumlar */
.news-detail-comments {
  border-top: 1px solid #e5e7eb;
}

.news-detail-comments-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.15rem;
}

.news-detail-comments-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.news-detail-comments-subtitle {
  margin: 0;
  color: #6b7280;
  font-size: 0.88rem;
}

.news-detail-comments-count {
  min-width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #f7f0ef;
  border: 1px solid rgba(122, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #7a0000;
}

.news-detail-comment-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.news-detail-comment-item:last-child {
  border-bottom: none;
}

.news-detail-comment-author {
  font-size: 0.9rem;
  color: #1a1a1a;
}

.news-detail-comment-date {
  font-size: 0.75rem;
  margin-left: 0.5rem;
}

.news-detail-comment-text {
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.5;
  margin-top: 0.35rem;
}

.news-detail-comment-form {
  background: linear-gradient(180deg, #ffffff, #fcfaf9);
  border: 1px solid #ece3e0;
  border-radius: 20px;
  padding: 1.15rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.news-detail-comment-form .form-control,
.news-detail-comment-form .form-label {
  font-size: 0.9rem;
}

.news-detail-comment-form .form-label {
  color: #4b5563;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.news-detail-comment-form .form-control {
  border: 1px solid #ddd6d3;
  border-radius: 14px;
  padding: 0.78rem 0.95rem;
  box-shadow: none;
}

.news-detail-comment-form .form-control:focus {
  border-color: rgba(122, 0, 0, 0.28);
  box-shadow: 0 0 0 4px rgba(122, 0, 0, 0.06);
}

.news-detail-comment-form textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

.news-detail-comment-composer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: linear-gradient(180deg, #ffffff, #faf7f6);
  margin-bottom: 1rem;
}

.news-detail-comment-composer-copy {
  display: grid;
  gap: 0.2rem;
}

.news-detail-comment-composer-copy strong {
  font-size: 0.95rem;
  color: #111827;
}

.news-detail-comment-composer-copy span {
  color: #6b7280;
  font-size: 0.86rem;
}

.news-detail-comment-user {
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem 0.9rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #ece5e3;
  min-width: 220px;
}

.news-detail-comment-user strong {
  font-size: 0.92rem;
  color: #111827;
}

.news-detail-comment-user span {
  font-size: 0.8rem;
  color: #6b7280;
}

.news-detail-comment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.news-detail-comment-human-check {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.65rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #fafafa;
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
}

.news-detail-comment-human-check input {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: #7a0000;
}

.news-detail-comment-actions {
  margin-top: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.news-detail-comment-note {
  margin: 0;
  color: #6b7280;
  font-size: 0.82rem;
  line-height: 1.5;
  max-width: 28rem;
}

.news-detail-comment-form .btn-subscribe {
  margin-top: 0;
  border: none;
  border-radius: 14px;
  background: #2f4b3e;
  color: #fff;
  padding: 0.85rem 1.35rem;
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(47, 75, 62, 0.18);
}

.news-detail-comment-form .btn-subscribe:hover {
  background: #243a31;
  color: #fff;
}

/* Honeypot - robot doğrulama: kullanıcıya görünmez */
.news-comment-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Kurumsal ton – daha net çerçeveler, sade görünüm */
.news-detail-editorial .news-detail-title { font-size: clamp(1.85rem, 4vw, 2.35rem); }
.news-detail-breadcrumb,
.news-detail-editorial .news-detail-related,
.news-detail-editorial .news-detail-cats,
.news-detail-editorial .news-detail-related,
.news-detail-editorial .news-detail-cats { padding: 1.35rem; }

@media (max-width: 768px) {
  .news-detail-stat-grid {
    grid-template-columns: 1fr;
  }

  .news-detail-comments-head,
  .news-detail-comment-composer {
    flex-direction: column;
    align-items: stretch;
  }

  .news-detail-comment-grid {
    grid-template-columns: 1fr;
  }

  .news-detail-comment-user {
    min-width: 0;
  }

  .news-detail-comment-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .news-detail-comment-form .btn-subscribe {
    width: 100%;
  }

  /* Hero kart iç boşluğu */
  .news-detail-hero-card {
    padding: 1.1rem;
    border-radius: 16px;
  }

  /* Paylaş butonları tam genişlik */
  .news-detail-editorial .news-detail-share .btn {
    flex: 1 1 calc(50% - 0.5rem);
  }

  /* İçerik alanı */
  .news-detail-editorial .news-content {
    padding: 1.1rem;
    border-radius: 16px;
  }
}
