.blog-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); transition: all 0.3s ease; height: 100%; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.blog-card img { width: 100%; height: 200px; object-fit: cover; }
.blog-card .card-body { padding: 24px; }
.blog-card-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 1.4; max-height: 2.8em; }
.blog-card-excerpt { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.blog-sidebar .widget { background: #f8f9fa; border-radius: 12px; padding: 24px; margin-bottom: 24px; }
.blog-sidebar .widget h5 { color: #0a4d8c; margin-bottom: 16px; }
.blog-sidebar .tag-cloud a { display: inline-block; padding: 6px 14px; margin: 0 4px 8px 0; background: #e9ecef; border-radius: 20px; font-size: 13px; color: #555; text-decoration: none; transition: all 0.3s ease; }
.blog-sidebar .tag-cloud a:hover { background: #0a4d8c; color: white; }
