/**
 * Agent 06 — Hub pages use the same enhanced job cards as /jobs/.
 * Scoped to .gaj-hub-section so archive widgets stay untouched.
 */

/* List shell: match WPJM ul.job_listings inside hub flex column */
.gaj-hub-section .gaj-hub-jobs {
	/* Cards have their own margin; drop legacy gap that double-spaces */
	gap: 0;
}

.gaj-hub-section .gaj-hub-jobs ul.job_listings,
.gaj-hub-section .gaj-hub-jobs ul.gaj-hub-job-listings {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 100%;
}

.gaj-hub-section .gaj-hub-jobs ul.job_listings li.job_listing {
	/* Ensure theme/WPJM defaults don't collapse card chrome */
	margin-left: 0;
	margin-right: 0;
}

/* Company hub is already at /jobs/at/{slug}/ — hide redundant "More at Co" */
body.gaj-hub-view--company .gaj-hub-section .gaj-jlc__hub {
	display: none;
}

/* Pagination stays below cards */
.gaj-hub-section .gaj-hub-nav {
	margin-top: 0.5rem;
}

/* Empty-state message when no jobs */
.gaj-hub-section .gaj-hub-jobs > p {
	color: #5c6578;
	padding: 1rem 0;
}
