        .grid {
            display: grid;
            gap: 1.5rem;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        }

        .card img {
            max-height: 200px;
            object-fit: cover;
        }

        .short-desc {
            font-size: 0.9rem;
            color: #555;
        }

        .pagination .active a {
            font-weight: bold;
            text-decoration: underline;
        }