﻿/* Bilsa Blog — liste ve makale sayfaları (haberler.css ile birlikte) */

/* Header: menü öğeleri, Blog ve sağdaki butonlar aynı punto */
.be-nav-navigation-desktop .be-nav-navigation-bottom .navigation-dropdown__button.slp-btn,
.be-nav-navigation-desktop .be-nav-navigation-bottom a.navigation-dropdown__button[data-ga-name="blog-header"],
.be-nav-navigation-desktop .be-nav-navigation-bottom .navigation-bottom-right .slp-btn {
  font-size: 1.125rem;
  font-weight: 660;
  line-height: 1.25;
}
.be-nav-navigation-mobile #multi-dropdown1 a.block,
.be-nav-navigation-mobile #multi-dropdown1-1 a.block {
  font-size: 1rem;
  line-height: 1.5;
}

/* Blog liste hero: fotoğraf yerine Bilsa logosu */
#page-press .hero.has-image .image.rounded img.blog-hero-logo {
  border-bottom-right-radius: 24px;
  max-width: min(280px, 80%) !important;
  margin-left: auto;
  margin-right: auto;
}

.card-container.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  padding-bottom: 32px;
}
@media (min-width: 1025px) {
  .card-container.blog-card-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
.blog-category {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #6b5ce7;
  margin-bottom: 6px;
}
.blog-read-time {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}
.card-container.blog-card-grid .card h3.slp-mb-8 {
  margin-bottom: 8px;
}
.blog-article-body h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 36px 0 14px;
}
.blog-article-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 28px 0 10px;
}
.blog-article-body p,
.blog-article-body li {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 14px;
}
.blog-article-body ul {
  padding-left: 1.25rem;
  margin-bottom: 20px;
}
.blog-faq {
  margin-top: 40px;
  padding: 24px;
  background: #f8f7fc;
  border-radius: 12px;
}
.blog-faq h2 {
  margin-top: 0;
}
.blog-cta-box {
  margin-top: 40px;
  padding: 28px;
  background: linear-gradient(135deg, #7759c2 0%, #6b5ce7 100%);
  border-radius: 12px;
  color: #fff;
}
.blog-cta-box a {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 24px;
  background: #fff;
  color: #7759c2;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
}
.blog-cta-box a:hover {
  opacity: 0.95;
}

/* Breadcrumb (Ana Sayfa › Blog › Yazı) */
.blog-breadcrumb {
  font-size: 13px;
  color: #888;
  margin-bottom: 20px;
}
.blog-breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
}
.blog-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blog-breadcrumb li:not(:last-child)::after {
  content: "›";
  color: #bbb;
}
.blog-breadcrumb a {
  color: #7759c2;
  text-decoration: none;
}
.blog-breadcrumb a:hover {
  text-decoration: underline;
}

/* İçindekiler tablosu */
.blog-toc {
  margin: 0 0 32px;
  padding: 20px 24px;
  background: #f8f7fc;
  border: 1px solid #ece8f7;
  border-radius: 12px;
}
.blog-toc__title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b5ce7;
  margin: 0 0 12px;
}
.blog-toc ol {
  margin: 0;
  padding-left: 1.25rem;
}
.blog-toc li {
  margin-bottom: 8px;
  line-height: 1.5;
}
.blog-toc a {
  color: #333;
  text-decoration: none;
}
.blog-toc a:hover {
  color: #7759c2;
  text-decoration: underline;
}
/* Sabit başlık için kaydırma payı (atlama bağlantıları) */
.blog-article-body h2[id] {
  scroll-margin-top: 120px;
}

/* Tablolar */
.blog-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  -webkit-overflow-scrolling: touch;
}
.blog-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  min-width: 480px;
}
.blog-table caption {
  caption-side: top;
  text-align: left;
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}
.blog-table th,
.blog-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #ece8f7;
  vertical-align: top;
  line-height: 1.6;
}
.blog-table thead th {
  background: linear-gradient(135deg, #7759c2 0%, #6b5ce7 100%);
  color: #fff;
  font-weight: 600;
}
.blog-table tbody tr:nth-child(even) {
  background: #f8f7fc;
}
.blog-table tbody tr:hover {
  background: #f1eefb;
}

/* Gövde içi görseller */
.blog-article-body figure {
  margin: 28px 0;
}
.blog-article-body img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.blog-article-body figure img {
  margin: 0 auto;
}
.blog-article-body figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: #888;
  text-align: center;
  line-height: 1.5;
}

/* İlgili Yazılar */
.blog-related {
  margin-top: 40px;
}
.blog-related__title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 16px;
}
.blog-related__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.blog-related__card {
  display: block;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #ece8f7;
  border-radius: 12px;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.blog-related__card:hover {
  border-color: #cdbbf0;
  box-shadow: 0 8px 24px rgba(119, 89, 194, 0.12);
  transform: translateY(-2px);
}
.blog-related__card-category {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #6b5ce7;
  margin-bottom: 6px;
}
.blog-related__card-title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.4;
}
