/* Blog-specific styles */
.blog-card {
    transition: all 0.3s;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-filter-btn.active {
    background: linear-gradient(135deg, #00ffff 0%, #ff00ff 100%) !important;
    color: white !important;
}
