
    #hero.job-hero-section {
        padding-bottom: 60px !important;
    }

    .empty-state-card {
        background: linear-gradient(180deg, rgba(241, 245, 249, 0.7) 0%, rgba(255, 255, 255, 0.9) 100%);
        border: 1px solid rgba(99, 102, 241, 0.08);
    }

        .empty-state-card .avatar-title {
            background: rgba(99, 102, 241, 0.12) !important;
        }

        .empty-state-card h5 {
            color: #1c2753;
        }

        .empty-state-card p {
            color: #5f6b7d;
        }

    /* Responsive ayarlar */
    @@media (max-width: 991px) {
        #hero.job-hero-section {
            padding-bottom: 40px !important;
        }
    }

