/*! TF-ASSET-IDENTITY | Website: https://www.tazefikirler.com | System: TF CMS V5.0 | Created: 2026-08-26 | Updated: 2026-08-26 16:40 +03 | Developed by Akgun Korkmazoglu - TazeFikirler Creative Works | Third-party copyrights and licenses are preserved. */
/* [TF-HABER-ZENGIN-METIN] Orisa v4.1 blog-details içerik ritmi, yalnız TinyMCE haber çıktısına uygulanır. */
.news-rich-content {
  color: var(--at-neutral-900);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.news-rich-content > :first-child { margin-top: 0; }
.news-rich-content > :last-child { margin-bottom: 0; }

.news-rich-content p,
.news-rich-content ul,
.news-rich-content ol,
.news-rich-content blockquote,
.news-rich-content figure,
.news-rich-content table,
.news-rich-content pre { margin: 0 0 28px; }

.news-rich-content h2,
.news-rich-content h3,
.news-rich-content h4,
.news-rich-content h5,
.news-rich-content h6 {
  color: var(--at-neutral-900);
  font-family: var(--at-ff-heading);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.035em;
  margin: 52px 0 20px;
}

.news-rich-content h2 { font-size: clamp(30px, 4vw, 48px); }
.news-rich-content h3 { font-size: clamp(24px, 3vw, 34px); }
.news-rich-content h4 { font-size: clamp(21px, 2.5vw, 28px); }
.news-rich-content h5,
.news-rich-content h6 { font-size: 20px; }

.news-rich-content a {
  color: var(--at-neutral-900);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color .2s ease, text-decoration-color .2s ease;
}

.news-rich-content a:hover,
.news-rich-content a:focus-visible {
  color: var(--at-neutral-500);
  text-decoration-color: currentColor;
}

.news-rich-content ul,
.news-rich-content ol { padding-left: 1.45em; }
.news-rich-content li { margin-bottom: 10px; padding-left: 6px; }
.news-rich-content li::marker { color: var(--at-neutral-500); font-weight: 600; }

.news-rich-content blockquote {
  border-left: 3px solid var(--at-neutral-900);
  color: var(--at-neutral-700);
  font-family: var(--at-ff-heading);
  font-size: clamp(21px, 2.6vw, 30px);
  font-style: italic;
  line-height: 1.45;
  padding: 8px 0 8px 28px;
}

.news-rich-content strong,
.news-rich-content b { font-weight: 700; }
.news-rich-content em,
.news-rich-content i { font-style: italic; }
.news-rich-content hr { border-color: var(--at-neutral-100); margin: 52px 0; opacity: 1; }

.news-rich-content img {
  border-radius: 12px;
  display: block;
  height: auto;
  margin: 36px auto;
  max-width: 100%;
}

.news-rich-content figure img { margin-bottom: 12px; }
.news-rich-content figcaption {
  color: var(--at-neutral-500);
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

.news-rich-content table {
  border-collapse: collapse;
  display: block;
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}

.news-rich-content th,
.news-rich-content td { border: 1px solid var(--at-neutral-100); padding: 12px 15px; text-align: left; }
.news-rich-content th { background: var(--at-neutral-50); font-weight: 600; }

.news-rich-content pre {
  background: var(--at-neutral-50);
  border: 1px solid var(--at-neutral-100);
  border-radius: 10px;
  overflow-x: auto;
  padding: 20px;
}

.news-rich-content code {
  background: var(--at-neutral-50);
  border-radius: 4px;
  font-size: .88em;
  padding: .12em .35em;
}

.news-rich-content pre code { background: transparent; padding: 0; }

@media (max-width: 767.98px) {
  .news-rich-content { font-size: 17px; line-height: 1.7; }
  .news-rich-content p,
  .news-rich-content ul,
  .news-rich-content ol,
  .news-rich-content blockquote,
  .news-rich-content figure,
  .news-rich-content table,
  .news-rich-content pre { margin-bottom: 22px; }
  .news-rich-content h2,
  .news-rich-content h3,
  .news-rich-content h4,
  .news-rich-content h5,
  .news-rich-content h6 { margin-top: 38px; }
  .news-rich-content blockquote { padding-left: 20px; }
}
