/* CSS Document */

  .blog-card { border-radius: 20px; overflow: hidden; border: 1px solid #e8eef5; height: 100%; background: #ffffff; transition: all 0.3s ease; }
        .blog-card:hover { transform: translateY(-8px); box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12); }
        .blog-card img { width: 100%; height: 210px; object-fit: cover; }
        .blog-card-body { padding: 24px; }
        .blog-card h5 { color: var(--insac-dark); font-weight: 900; }
        .blog-meta { color: var(--insac-primary); font-size: 14px; font-weight: 800; margin-bottom: 10px; }