.thermo-blog-section { padding: 64px 0 100px; }
.thermo-blog-container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.blog-list-intro { margin-bottom: 24px; color: #000000b3; }
.blog-list-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.thermo-blog-card { background: #fff; border-radius: 20px; overflow: hidden; height: 100%; }
.thermo-blog-image-container { aspect-ratio: 16 / 10; overflow: hidden; }
.thermo-blog-image { width: 100%; height: 100%; object-fit: cover; }
.thermo-blog-content { padding: 18px; }
.thermo-blog-date { font-size: 12px; color: #00000080; margin-bottom: 8px; text-transform: uppercase; }
.thermo-blog-title { font-size: 20px; font-weight: 600; color: #000000cc; line-height: 1.4; }
.thermo-blog-excerpt { margin-top: 8px; color: #00000099; line-height: 1.6; }

.bd-blog-detail-wrapper { display: block; }
.bd-blog-content-area { display: grid; grid-template-columns: 1fr 438px; gap: 32px; }
.bd-blog-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.pbmit-meta-date { background: #fff; border-radius: 14px; padding: 12px 14px; }
.bd-blog-meta .pbmit-meta-date:first-child { margin-right: auto; }
.bd-blog-meta .pbmit-meta-date:last-child {
  margin-left: auto;
  text-align: right;
}
.pbmit-date-texts .label { display: block; font-size: 12px; color: #00000080; margin-bottom: 4px; }
.bd-hero-image { width: 100%; border-radius: 20px; object-fit: cover; max-height: 480px; }
.bd-blog-title { font-size: 36px; line-height: 1.2; font-weight: 700; color: #000000cc; margin: 24px 0; }
.bd-table-of-contents { background: #fff; border-radius: 16px; padding: 16px; margin-bottom: 24px; }
.bd-toc-header { display: flex; align-items: center; justify-content: space-between; }
.bd-toc-list { margin-top: 12px; display: flex; flex-direction: column; gap: 8px; }
.bd-toc-list a { color: #000000b3; text-decoration: none; font-size: 14px; }
.bd-blog-body { background: #fff; border-radius: 16px; padding: 24px; color: #000000cc; line-height: 1.8; }
.bd-blog-body h2 { font-size: 28px; margin: 24px 0 12px; line-height: 1.3; }
.bd-blog-body h3 { font-size: 22px; margin: 20px 0 10px; line-height: 1.3; }
.bd-blog-body p { margin-bottom: 14px; }
.blog-yazar { display: inline-block; margin-top: 12px; color: #0f8c41; text-decoration: underline; }

.other-blogs-section { margin-top: 34px; }
.other-blogs-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.other-blogs-title { font-size: 28px; font-weight: 700; color: #000000cc; }
.other-blogs-nav button { width: 38px; height: 38px; border-radius: 50%; border: none; background: #0f8c41; color: #fff; }

.bd-recent-posts-box { background: #fff; border-radius: 16px; padding: 16px; }
.bd-recent-posts-sidebar { position: sticky; top: 150px; align-self: start; }
.bd-recent-posts-title { font-size: 24px; font-weight: 700; margin-bottom: 12px; }
.bd-recent-posts-list { display: flex; flex-direction: column; gap: 16px; }
.bd-recent-post-item { display: flex; gap: 10px; }
.bd-post-thumbnail { width: 90px; min-width: 90px; height: 70px; overflow: hidden; border-radius: 8px; }
.bd-post-image { width: 100%; height: 100%; object-fit: cover; }
.bd-post-date { font-size: 12px; color: #00000080; }
.bd-post-title a { color: #000000cc; font-size: 15px; line-height: 1.4; text-decoration: none; }
.blog-related-title {
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
}

/* ── Pagination ──────────────────────────────────────────────── */
.blog-list-empty {
  text-align: center;
  padding: 60px 20px;
  color: #000000a0;
  font-size: 16px;
}

.blog-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.blog-pagination__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination__item { display: flex; }

.blog-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  background: #fff;
  color: #000000b3;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease;
  border: 1px solid #00000010;
}

.blog-pagination__link:hover {
  background: #16b254;
  color: #fff;
  border-color: #16b254;
}

.blog-pagination__link:active { transform: scale(0.98); }

.blog-pagination__link--current,
.blog-pagination__item--active .blog-pagination__link {
  background: #16b254;
  color: #fff;
  border-color: #16b254;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__link--prev,
.blog-pagination__link--next {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding: 0 14px;
}

.blog-pagination__item--ellipsis {
  display: inline-flex;
  align-items: flex-end;
  padding: 0 4px;
  color: #00000066;
  font-size: 18px;
  user-select: none;
}

@media (max-width: 1024px) {
  .blog-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bd-blog-content-area { grid-template-columns: 1fr; }
  .bd-recent-posts-sidebar { position: static; }
  .bd-blog-meta {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .bd-blog-meta .pbmit-meta-date:last-child {
    margin-left: 0;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .blog-list-grid { grid-template-columns: 1fr; }
  .bd-blog-title { font-size: 28px; }
  .blog-related-title {
    font-size: 28px;
    line-height: 34px;
  }

  .blog-pagination { margin-top: 32px; }
  .blog-pagination__link {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
  }
}

