.cj-job-types { display:inline-flex; flex-wrap:wrap; align-items:center; gap:6px; max-width:100%; min-width:0; }
.cj-job-types > .job-type, .cj-job-types > .job_listing-type { position:static !important; float:none !important; margin:0 !important; width:auto !important; }
.cj-v8-job-right .cj-job-types { justify-content:flex-end; }
.cj-card-tags, .cj-job-header-badges { flex-wrap:wrap; }
@media(max-width:600px) { .cj-v8-job-right .cj-job-types { justify-content:flex-start; } }
/* Keep additional types from widening the homepage's metadata column. */
body.home .cj-v8-job-right { max-width:180px !important; }
@media(max-width:600px) {
    body.home .cj-v8-job-right { max-width:92px !important; }
    body.home .cj-v8-job-right .cj-job-types { justify-content:flex-end; }
}
