/* ========================================
   Blog Styles - Adwokat Pankowski
   ======================================== */

/* Blog Listing Cards */
.blog-listing {
  padding: 60px 0;
}

.blog-card {
  background: #fff;
  border: 1px solid #eee;
  border-left: 4px solid #2457aa;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.blog-card:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.blog-card-body {
  padding: 25px 30px;
}

.blog-card-category {
  display: inline-block;
  color: #2457aa;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 3px 10px;
  background: rgba(36, 87, 170, 0.08);
  border-radius: 3px;
}

.blog-card-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
  font-weight: 600;
}

.blog-card-title a {
  color: #242c42;
  text-decoration: none;
}

.blog-card-title a:hover {
  color: #2457aa;
}

.blog-card-excerpt {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 18px;
}

.blog-card-link {
  color: #2457aa;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.blog-card-link i {
  margin-left: 6px;
  transition: margin-left 0.2s;
}

.blog-card-link:hover {
  color: #1a3f7a;
}

.blog-card-link:hover i {
  margin-left: 10px;
}

/* Blog Intro */
.blog-intro {
  font-size: 16px;
  line-height: 28px;
  color: #555;
  margin-bottom: 40px;
  max-width: 700px;
}

/* Blog Sidebar */
.blog-widget-title {
  font-size: 18px;
  font-weight: 600;
  color: #242c42;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #2457aa;
}

.blog-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-sidebar-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}

.blog-sidebar-list li:last-child {
  border-bottom: none;
}

.blog-sidebar-list li a {
  color: #242c42;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
  transition: color 0.2s, padding-left 0.2s;
}

.blog-sidebar-list li a:hover {
  color: #2457aa;
  padding-left: 5px;
}

.blog-sidebar-list li.active a {
  color: #2457aa;
  font-weight: 600;
}

/* Article Sources */
.article-sources {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 2px solid #eee;
}

.article-sources h2 {
  font-size: 18px !important;
  margin-bottom: 15px;
}

.article-sources ul {
  list-style: none;
  padding: 0;
}

.article-sources ul li {
  padding: 5px 0;
  font-size: 13px;
  line-height: 20px;
}

.article-sources ul li a {
  color: #2457aa;
  word-break: break-all;
}

/* Blog Article Content Enhancements */
.blog-article-content h2 {
  margin-top: 30px;
}

.blog-article-content h3 {
  margin-top: 20px;
}

.blog-article-content p {
  margin-bottom: 15px;
}

.blog-article-content ul {
  margin-bottom: 20px;
}

.blog-article-content ul li {
  margin-bottom: 8px;
}
