/* Classic front blog pages (resources/front/default/views/blog/*) */

.blog-header-banner {
  padding: 24px 0 12px;
}

.blog-header-content h1 {
  margin: 0 0 6px;
}

.blog-header-content p {
  margin: 0;
  color: #666;
}

.blog-search-bar .input-group-text {
  background: #eef1f4;
  border-color: #cfd6dd;
}

.blog-search-btn {
  min-width: 92px;
}

.blog-sidebar .sidebar-widget {
  margin-bottom: 26px;
}

.blog-sidebar .widget-title {
  margin-bottom: 12px;
  font-weight: 700;
}

.category-list,
.recent-posts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-list li,
.recent-posts-list li {
  margin-bottom: 10px;
}

.category-list a,
.recent-posts-list a {
  text-decoration: none;
}

.category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.recent-posts-list a {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.recent-post-thumb {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.recent-post-content {
  min-width: 0;
}

.recent-post-title {
  margin: 0 0 2px;
  line-height: 1.25;
}

.blog-card-thumb {
  height: 200px;
  object-fit: cover;
}

.blog-post-hero-image {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
