/* Haber detay */

.article-hero {
  position: relative;
  height: 300px;
  border-radius: 24px;
  overflow: hidden;
  background: #062b55;
  box-shadow: var(--shadow);
  margin-bottom: 14px;
}
.article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94);
}
.article-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 29, 58, 0.03) 0%, rgba(3, 29, 58, 0.34) 42%, rgba(3, 29, 58, 0.94) 100%);
}
.hero-content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 17px;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.hero-content .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1688ff, #0d6efd);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(13, 110, 253, 0.24);
}
.hero-content h2 {
  margin: 11px 0 0;
  /* Haber gövdesi 15px; başlık ≈ 2 kat */
  font-size: 30px;
  line-height: 1.22;
  letter-spacing: -0.35px;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.34);
  font-weight: 700;
  text-align: center;
}

.article-info {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 6px;
  margin: 0 0 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(8, 60, 116, 0.08);
  padding: 10px;
  overflow: hidden;
}
.info-row {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 54px;
  padding: 8px 6px;
  border-radius: 13px;
  background: #f8fbff;
  border: 1px solid #e6f0fb;
  text-align: center;
}
.info-row span {
  color: #6b7f99;
  font-size: 9px;
  line-height: 1.15;
  font-weight: 900;
  white-space: nowrap;
}
.info-row b {
  color: #10243d;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
}

.share-card {
  margin: 0 0 14px;
  background: #f8fbff;
  border: 1px solid #e1edf9;
  border-radius: 18px;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.share-card b {
  font-size: 14px;
  color: #07376a;
}
.share-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.share-actions a,
.share-actions button {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eaf5ff;
  color: #0d6efd;
  border: 1px solid #d2e8ff;
  font-size: 12px;
  font-weight: 900;
}
.share-actions button {
  cursor: pointer;
  font: inherit;
}

.article-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 18px;
}
.lead {
  margin: 0 0 16px;
  padding: 15px 15px 15px 17px;
  border-left: 4px solid var(--blue);
  border-radius: 0 15px 15px 0;
  background: #f1f8ff;
  color: #173b60;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 800;
}
.article-body {
  font-size: 15px;
  line-height: 1.86;
  color: #243c58;
}
.article-body p {
  margin: 0 0 16px;
}
.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4 {
  margin: 24px 0 12px;
  color: #07376a;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: -0.25px;
  font-weight: 900;
}
.article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid #e1edf9;
  display: block;
  margin: 16px auto;
}
.article-body blockquote {
  margin: 20px 0;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #062b55, #074b87);
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(6, 43, 85, 0.18);
  border: 0;
}
.video-embed {
  margin: 16px 0;
  border-radius: 14px;
  overflow: hidden;
}
.video-embed iframe {
  width: 100%;
  min-height: 200px;
  border: 0;
}

.haber-page .section-head {
  margin: 22px 0 12px;
}
.haber-page .section-head h3 {
  font-size: 20px;
}

.related-list {
  display: grid;
  gap: 12px;
}
.related-card {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(8, 60, 116, 0.08);
  padding: 9px;
}
.related-card img {
  width: 108px;
  height: 96px;
  object-fit: cover;
  border-radius: 14px;
}
.related-body {
  min-width: 0;
  padding: 2px 0;
}
.related-body .tag {
  font-size: 9px;
  padding: 5px 8px;
  margin-bottom: 7px;
}
.related-body h4 {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: #10243d;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-meta {
  display: flex;
  gap: 12px;
  margin-top: 9px;
  color: #6b7f99;
  font-size: 10px;
  font-weight: 800;
}
