/* Danh sách tuyển dụng — Le Bruder palette */

.lbr-jobs-list {
	font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	color: #1a1a1a;
	background: #fff;
}

.lbr-jobs-list__sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.lbr-jobs-list__hero {
	position: relative;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	max-width: 100vw;
	overflow: hidden;
}

.lbr-jobs-list__hero-img {
	display: block;
	width: 100%;
	height: auto;
	min-height: clamp(12rem, 32vw, 22rem);
	object-fit: cover;
}

.lbr-jobs-list__hero-fallback {
	min-height: clamp(12rem, 32vw, 22rem);
	background: linear-gradient(135deg, #0d47a1 0%, #1a73e8 50%, #1565c0 100%);
}

.lbr-jobs-list__hero-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.35);
}

.lbr-jobs-list__hero-title {
	margin: 0;
	padding: 0 1rem;
	font-size: clamp(1.5rem, 4vw, 2.25rem);
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-align: center;
}

.lbr-jobs-list__container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 2.5rem 1rem 3rem;
}

.lbr-jobs-list__cards {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.lbr-job-card {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 768px) {
	.lbr-job-card {
		grid-template-columns: 200px minmax(0, 1fr);
		gap: 1.25rem;
		align-items: start;
	}
}

.lbr-job-card__thumb {
	display: block;
	overflow: hidden;
	border-radius: 8px;
	background: #f9f9f9;
}

.lbr-job-card__thumb-img {
	display: block;
	width: 100%;
	height: 140px;
	object-fit: cover;
}

.lbr-job-card__thumb-fallback {
	display: block;
	width: 100%;
	height: 140px;
	background: linear-gradient(135deg, #e3f2fd, #f9f9f9);
}

.lbr-job-card__title {
	margin: 0 0 0.5rem;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.lbr-job-card__title a {
	color: #1a73e8;
	text-decoration: none;
}

.lbr-job-card__title a:hover {
	color: #ff5722;
}

.lbr-job-card__meta {
	list-style: none;
	margin: 0 0 0.65rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
	font-size: 14px;
	color: #555;
}

.lbr-job-card__meta-item::before {
	display: inline-block;
	margin-right: 0.35rem;
	opacity: 0.7;
}

.lbr-job-card__meta-item--time::before {
	content: "⏱";
}

.lbr-job-card__meta-item--loc::before {
	content: "📍";
}

.lbr-job-card__excerpt {
	margin: 0 0 0.5rem;
	color: #444;
	font-size: 15px;
}

.lbr-job-card__more-wrap {
	margin: 0;
	text-align: right;
}

.lbr-job-card__more {
	font-weight: 600;
	color: #ff5722;
	text-decoration: none;
	text-transform: lowercase;
}

.lbr-job-card__more:hover {
	text-decoration: underline;
}

.lbr-jobs-list__empty {
	text-align: center;
	color: #555;
	margin: 2rem 0;
}

.lbr-jobs-list__pagination {
	margin-top: 2rem;
	text-align: center;
}

.lbr-jobs-list__pagination .page-numbers {
	display: inline-block;
	min-width: 2.25rem;
	margin: 0 0.15rem;
	padding: 0.4rem 0.65rem;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
	color: #1a73e8;
	text-decoration: none;
}

.lbr-jobs-list__pagination .current {
	background: #1a73e8;
	border-color: #1a73e8;
	color: #fff;
}

.lbr-jobs-list__contact {
	padding: 2rem 0 2.5rem;
	background: #f3f6fb;
	border-top: 1px solid #e5e5e5;
}

.lbr-jobs-list__contact .lebruder-recruitment-contact {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.lbr-jobs-list__contact .lebruder-recruitment-contact__label {
	text-align: center;
}

.lbr-jobs-list__contact .lebruder-recruitment-contact__btns {
	justify-content: center;
}
