/* ============================================================
   Bilgi bankası (blog) makale tipografisi
   Sadece musteri-bilgilendirme/ sayfalarında yüklenir.
   ============================================================ */

.prose-article {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #1f2937;
}

.prose-article h2 {
  font-size: 1.625rem;
  font-weight: 700;
  color: #111827;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
  letter-spacing: -0.01em;
}

.prose-article h2:first-child {
  margin-top: 0;
}

.prose-article h3 {
  font-size: 1.1875rem;
  font-weight: 600;
  color: #111827;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}

.prose-article p {
  margin-bottom: 1.25rem;
}

.prose-article b,
.prose-article strong {
  color: #111827;
  font-weight: 600;
}

.prose-article a {
  color: #b45309;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.prose-article a:hover {
  color: #92400e;
}

.prose-article ul {
  margin: 0 0 1.25rem 1.25rem;
  list-style: disc;
}

.prose-article ol {
  margin: 0 0 1.25rem 1.5rem;
  list-style: decimal;
}

.prose-article li {
  margin-bottom: 0.4rem;
  line-height: 1.7;
}

.prose-article img {
  border-radius: 0.5rem;
  margin: 1.5rem auto;
  max-width: 100%;
  height: auto;
}

/* Eski içerikten gelen tablolar (bazıları Bootstrap kalıntısı class taşıyor) */
.prose-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
}

.prose-article th,
.prose-article td {
  border: 1px solid #e5e7eb;
  padding: 0.6rem 0.8rem;
  text-align: left;
  vertical-align: top;
}

.prose-article th {
  background: #f9fafb;
  font-weight: 600;
  color: #111827;
}

/* Geniş tablolar mobilde sayfayı yatay kaydırmasın */
.prose-article .table-scroll {
  overflow-x: auto;
}
