/* Category listing (/cat): keep shared job partials unchanged on other routes. */
.category-job-list .job-list-header {
    margin: 0 0 1rem !important;
    padding: 1rem !important;
    border-color: #dce5ef !important;
    border-radius: 1rem !important;
    background: linear-gradient(120deg, #edf5f6, #fff);
    box-shadow: none !important;
}
.category-job-list .job-list-header h1 { color: #172b45; line-height: 2 !important; }
.category-job-list .job-list-header .btn { border-radius: .6rem; min-height: 40px; }
.category-job-list .jobItem { border-radius: 1rem; background-color: #fff; }
.category-job-list .job-list-card {
    padding: 1.1rem !important;
    margin-bottom: 1rem !important;
    border: 1px solid #dce5e9 !important;
    border-inline-start: 3px solid #75af91 !important;
    border-radius: 1rem !important;
    box-shadow: 0 3px 14px #172b4506 !important;
    transition: border-color .2s, box-shadow .2s;
}
.category-job-list .job-list-card:hover {
    border-color: #8fbca5 !important;
    box-shadow: 0 5px 18px #172b4510 !important;
}
.category-job-list .job-list-card > .row:first-child { flex-wrap: nowrap; --bs-gutter-x: 1rem; }
.category-job-list .job-list-logo { flex: 0 0 112px; width: 112px; }
.category-job-list .job-list-logo a { display: flex; justify-content: center; align-items: center; min-height: 88px; }
.category-job-list .job-list-logo img { margin: 0 !important; max-height: 104px; object-fit: contain; border-radius: .75rem; }
.category-job-list .job-list-content { flex: 1; min-width: 0; width: auto; }
.category-job-list .job-list-title { font-weight: 700; line-height: 1.9; overflow-wrap: anywhere; margin-bottom: .35rem; }
.category-job-list .job-list-title a:hover { color: #176b49 !important; }
.category-job-list .job-list-slogan { display: block; color: #536579 !important; line-height: 1.9; overflow-wrap: anywhere; }
.category-job-list .job-list-photos { display: flex; flex-wrap: wrap; gap: .5rem; }
.category-job-list .job-list-photos img { width: 88px !important; height: 68px; object-fit: cover; padding: 0 !important; border: 1px solid #e2e8ef; border-radius: .5rem !important; }
.category-job-list .job-list-tags { display: flex; flex-wrap: wrap; align-items: center; gap: .375rem; }
.category-job-list .job-list-tags .badge { white-space: normal; line-height: 1.7; border-radius: .5rem; }
.category-job-list .job-list-tags a.bg-success { background: #edf6f0 !important; color: #236843 !important; }
.category-job-list .job-list-footer { align-items: center; gap: .5rem; margin: .75rem 0 0; padding-top: .75rem !important; border-color: #e8edf2 !important; }
.category-job-list .job-list-address { flex: 1; width: auto; min-width: 0; padding: 0 !important; color: #637286; }
.category-job-list .job-list-address i { color: #69957d; margin-inline-end: .3rem; }
.category-job-list .job-list-footer > .col-4 { display: flex; flex-wrap: wrap; justify-content: end; gap: .35rem; width: auto; padding: 0; }
.category-job-list .job-list-footer .badge { float: none !important; margin: 0 !important; border-radius: .5rem; line-height: 1.6; }
.category-job-list .job-list-footer a.badge { display: inline-flex; align-items: center; gap: .5rem; min-height: 40px; padding: .5rem .75rem !important; background: #edf3fa !important; color: #225a91; }
.category-job-list .job-list-paging { padding: .75rem !important; margin-block: 1rem !important; border: 1px solid #e0e7ef; border-radius: .75rem; background: #fff !important; }
.category-job-list .job-list-paging > .row { align-items: center; gap: .75rem; margin: 0; }
.category-job-list .job-list-paging .col-md-10 { flex: 1 1 280px; width: auto; padding: 0; }
.category-job-list .job-list-paging .col-2 { width: auto; padding: 0; }
.category-job-list .pagination { flex-wrap: wrap; gap: .3rem; margin: 0; }
.category-job-list .page-link { border-radius: .5rem !important; margin: 0; min-width: 40px; min-height: 40px; text-align: center; }
@media (max-width: 575.98px) {
    .category-job-list .job-list-card { padding: .75rem !important; }
    .category-job-list .job-list-logo { flex-basis: 76px; width: 76px; }
    .category-job-list .job-list-logo a { min-height: 60px; }
    .category-job-list .job-list-logo img { max-height: 68px; }
    .category-job-list .job-list-photos img { width: 64px !important; height: 52px; }
    .category-job-list .job-list-footer { flex-wrap: wrap; }
    .category-job-list .job-list-address { flex-basis: 100%; }
    .category-job-list .job-list-footer > .col-4 { margin-inline-start: auto; }
}
