.jb-suite-job-categories-counts {
    display: grid;
    gap: 14px;
}

.jb-suite-job-categories-counts-title {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    color: #0f172a;
    font-weight: 700;
}

.jb-suite-job-categories-counts-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.jb-suite-job-category-count-card {
    display: block;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 18px 20px;
    text-decoration: none;
}

.jb-suite-job-category-count-name {
    margin: 0;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

.jb-suite-job-category-count-meta {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.35;
}

.jb-suite-job-category-count-num {
    font-weight: 500;
}

.jb-suite-job-category-count-card:hover .jb-suite-job-category-count-name {
    color: #0056d2;
}

@media (max-width: 900px) {
    .jb-suite-job-categories-counts-title {
        font-size: 26px;
    }

    .jb-suite-job-categories-counts-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .jb-suite-job-category-count-name {
        font-size: 16px;
    }

    .jb-suite-job-category-count-meta {
        font-size: 13px;
    }
}

@media (max-width: 640px) {
    .jb-suite-job-categories-counts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jb-suite-job-category-count-card {
        padding: 16px;
    }

    .jb-suite-job-category-count-name {
        font-size: 15px;
    }

    .jb-suite-job-category-count-meta {
        font-size: 13px;
    }
}
