@charset "UTF-8";

.job-list-renewal {
	--job-primary: #2563eb;
	--job-primary-dark: #1746a2;
	--job-navy: #132238;
	--job-text: #334155;
	--job-muted: #64748b;
	--job-border: #e2e8f0;
	--job-surface: #f6f8fc;
	--job-danger: #dc2626;
	--job-success: #087f5b;
	color: var(--job-text);
	font-family: var(--foryoujob-font-family);
}

.job-list-renewal .job-list-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
	padding: 30px 32px;
	border: 1px solid #dbe7ff;
	border-radius: 22px;
	background:
		radial-gradient(circle at 90% 0, rgba(96, 165, 250, .18), transparent 32%),
		linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
}

.job-list-renewal .job-list-heading-label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 10px;
	color: var(--job-primary);
	font-size: 13px;
	font-weight: 800;
}

.job-list-renewal .job-list-heading h1 {
	margin: 0;
	color: var(--job-navy);
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 900;
	letter-spacing: -.035em;
}

.job-list-renewal .job-list-heading p {
	margin: 10px 0 0;
	color: var(--job-muted);
	font-size: 15px;
	line-height: 1.65;
	word-break: keep-all;
}

.job-list-renewal .job-featured-section {
	margin-top: 10px;
	padding: 26px;
	border: 1px solid #dce6f5;
	border-radius: 20px;
	background: #f7f9fc;
}

.job-list-renewal .job-compact-section {
	margin-top: 46px;
}

.job-list-renewal .job-featured-heading {
	margin-bottom: 20px;
}

.job-list-renewal .job-featured-kicker {
	display: inline-flex;
	min-height: 26px;
	align-items: center;
	margin-bottom: 8px;
	padding: 0 10px;
	border-radius: 999px;
	background: #eaf1ff;
	color: #1746a2;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .01em;
}

.job-list-renewal .job-featured-heading h2 {
	margin: 0;
	color: var(--job-navy);
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -.03em;
}

.job-list-renewal .job-featured-heading p {
	margin: 7px 0 0;
	color: var(--job-muted);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.job-list-renewal .job-featured-grid,
.job-list-renewal .job-compact-grid {
	--bs-gutter-x: 16px;
	row-gap: 18px;
}

.job-list-renewal .job-compact-column {
	flex: 0 0 25%;
	max-width: 25%;
}

.job-list-renewal .job-featured-card {
	position: relative;
	height: 100%;
	overflow: hidden;
	border: 1px solid #d8e0eb;
	border-radius: 14px;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.job-list-renewal .job-featured-card--certified {
	border-color: #cbd9ef;
}

.job-list-renewal .job-featured-card:hover {
	transform: translateY(-3px);
	border-color: #8ba9dc;
	box-shadow: 0 12px 26px rgba(49, 83, 143, .1);
}

.job-list-renewal .job-featured-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 8;
	border-bottom: 1px solid #edf0f4;
	background: #eef2f7;
}

.job-list-renewal .job-featured-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.job-list-renewal .job-featured-card:hover .job-featured-image > img {
	transform: scale(1.025);
}

.job-list-renewal .job-company-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid #d7deea;
	background: #fff;
	color: #2459ad;
	font-weight: 900;
	line-height: 1;
}

.job-list-renewal .job-company-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.job-list-renewal .job-company-logo.is-initial {
	background: linear-gradient(135deg, #f4f7ff, #e8efff);
}

.job-list-renewal .job-company-logo--card {
	position: absolute;
	left: 14px;
	bottom: 14px;
	z-index: 2;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	font-size: 18px;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .14);
}

.job-list-renewal .job-featured-status {
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 999px;
	background: rgba(255, 255, 255, .96);
	color: #1249a8;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: -.02em;
	box-shadow: 0 2px 8px rgba(15, 23, 42, .1);
}

.job-list-renewal .job-featured-body {
	display: flex;
	padding: 18px 20px 20px;
	flex-direction: column;
	background: #fff;
}

.job-list-renewal .job-featured-company {
	display: flex;
	align-items: center;
	order: 2;
	gap: 7px;
	margin: 5px 0 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #667085;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.job-list-renewal .job-featured-certified-label {
	flex: 0 0 auto;
	padding: 3px 7px;
	border-radius: 5px;
	background: #eaf1ff;
	color: #2459ad;
	font-size: 11px;
	font-weight: 800;
}

.job-list-renewal .job-featured-company span {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.job-list-renewal .job-featured-title {
	display: block;
	order: 1;
	min-height: 26px;
	margin: 0;
	overflow: hidden;
	color: var(--job-navy);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.45;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.job-list-renewal .job-featured-tags {
	display: flex;
	order: 3;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 16px;
}

.job-list-renewal .job-featured-tag {
	padding: 5px 9px;
	border: 0;
	border-radius: 8px;
	background: #f5f6f8;
	color: #475569;
	font-size: 12px;
}

.job-list-renewal .job-featured-tags strong {
	margin-right: 3px;
	color: #2459ad;
	font-weight: 800;
}

.job-list-renewal .job-featured-footer {
	display: flex;
	order: 4;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	padding-top: 15px;
	border-top: 1px solid #edf0f4;
	color: #475569;
	font-size: 13px;
}

.job-list-renewal .job-featured-metric {
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
	padding: 5px 8px;
	border-radius: 8px;
	background: #f1f5f9;
	white-space: nowrap;
}

.job-list-renewal .job-featured-metric-label {
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
}

.job-list-renewal .job-featured-metric strong {
	color: var(--job-navy);
	font-size: 14px;
	font-weight: 900;
	font-variant-numeric: tabular-nums;
}

.job-list-renewal .job-featured-metric--support strong {
	color: var(--job-primary);
}

.job-list-renewal .job-featured-deadline {
	margin-left: auto;
	color: #334155;
	font-weight: 700;
}

.job-list-renewal .job-compact-card {
	position: relative;
	display: flex;
	height: 100%;
	min-height: 176px;
	flex-direction: column;
	padding: 24px 20px 20px;
	overflow: hidden;
	border: 1px solid #d7e0ed;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 5px 16px rgba(31, 64, 112, .055);
	cursor: pointer;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.job-list-renewal .job-compact-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--job-primary), #60a5fa);
}

.job-list-renewal .job-compact-card--seoul::before {
	background: linear-gradient(90deg, #f59e0b, #fde047);
}

.job-list-renewal .job-compact-card.job-compact-card--seoul:hover {
	border-color: #f3c74f;
	box-shadow: 0 14px 30px rgba(245, 158, 11, .16);
}

.job-list-renewal .job-compact-card:hover {
	transform: translateY(-3px);
	border-color: #9db9eb;
	box-shadow: 0 14px 30px rgba(37, 99, 235, .12);
}

.job-list-renewal .job-compact-badges {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 14px;
}

.job-list-renewal .job-compact-badges .job-list-source-badge {
	margin-bottom: 0;
	background: #fff7d6;
	color: #9a6700;
	font-size: 10px;
	white-space: nowrap;
}

.job-list-renewal .job-compact-status {
	padding: 4px 8px;
	border-radius: 7px;
	background: var(--job-primary);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	box-shadow: 0 4px 10px rgba(37, 99, 235, .16);
}

.job-list-renewal .job-compact-card h3 {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: var(--job-navy);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.job-list-renewal .job-compact-card p {
	margin: 8px 0 0;
	color: #475569;
	font-size: 13px;
	font-weight: 700;
}

.job-list-renewal .job-compact-meta {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 7px 12px;
	margin-top: auto;
	padding-top: 32px;
	border-top: 0;
	color: var(--job-muted);
	font-size: 12px;
}

.job-list-renewal .job-compact-meta::before {
	content: "";
	position: absolute;
	top: 16px;
	right: 0;
	left: 0;
	height: 1px;
	background: #e6ebf2;
}

.job-list-renewal .job-encourage-banner {
	position: relative;
	height: 168px;
	margin: 36px 0 30px;
	overflow: hidden;
	border-radius: 16px;
	background: #27364a;
	box-shadow: 0 10px 28px rgba(15, 23, 42, .12);
	isolation: isolate;
}

.job-list-renewal .job-encourage-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 45%;
	z-index: -2;
}

.job-list-renewal .job-encourage-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(9, 20, 38, .88) 0%, rgba(9, 20, 38, .7) 52%, rgba(9, 20, 38, .5) 100%),
		linear-gradient(180deg, rgba(9, 20, 38, .08), rgba(9, 20, 38, .35));
	z-index: -1;
}

.job-list-renewal .job-encourage-content {
	display: flex;
	width: min(900px, calc(100% - 170px));
	height: 100%;
	flex-direction: column;
	justify-content: center;
	padding: 24px 34px;
}

.job-list-renewal .job-encourage-kicker {
	margin-bottom: 8px;
	color: #bfdbfe;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.job-list-renewal .job-encourage-message {
	margin: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.45;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .42);
	word-break: keep-all;
}

.job-list-renewal .job-encourage-contact {
	position: absolute;
	right: 20px;
	bottom: 18px;
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 7px;
	background: rgba(15, 23, 42, .58);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	backdrop-filter: blur(5px);
	transition: background .18s ease, border-color .18s ease;
}

.job-list-renewal .job-encourage-contact:hover {
	border-color: rgba(255, 255, 255, .82);
	background: rgba(15, 23, 42, .78);
	color: #fff;
}

.job-list-renewal .job-search-panel {
	margin-top: 28px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #dbe7ff;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.job-list-renewal .job-filter-reset,
.job-list-renewal .job-search-button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.job-list-renewal .job-filter-reset {
	padding: 0 16px;
	border-color: #d6dbe3;
	background: #fff;
	color: #475569;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.job-list-renewal .job-search-button {
	padding: 0 18px;
	background: var(--job-primary);
	color: #fff;
	transition: background .18s ease, box-shadow .18s ease;
}

.job-list-renewal .job-filter-reset:hover {
	border-color: #b8c3d2;
	background: #f8fafc;
	color: #26364d;
}

.job-list-renewal .job-search-button:hover {
	background: var(--job-primary-dark);
	box-shadow: 0 8px 18px rgba(37, 99, 235, .2);
}

.job-list-renewal .job-filter-toolbar {
	display: grid;
	grid-template-columns: repeat(3, minmax(180px, 1fr)) minmax(260px, .85fr);
	min-height: 60px;
	border-bottom: 1px solid #e7edf7;
	background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.job-list-renewal .is-hidden {
	display: none !important;
}

.job-list-renewal .job-filter-tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
	min-height: 56px;
	padding: 0 20px;
	border: 0;
	border-right: 1px solid #e7edf7;
	background: transparent;
	color: #475569;
	font-size: 16px;
	font-weight: 800;
	text-align: left;
	transition: background .18s ease, color .18s ease;
}

.job-list-renewal .job-filter-tab span {
	overflow: hidden;
	flex: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.job-list-renewal .job-filter-tab > i:first-child {
	color: #94a3b8;
	font-size: 24px;
}

.job-list-renewal .job-filter-tab.is-active {
	background: #f5f8ff;
	color: var(--job-navy);
}

.job-list-renewal .job-filter-tab.is-active > i:first-child {
	color: var(--job-primary);
}

.job-list-renewal .job-filter-detail-tab {
	justify-content: center;
	padding: 0 12px;
	border-right: 0;
	color: #475569;
	font-size: 14px;
}

.job-list-renewal .job-filter-detail-tab span {
	flex: initial;
}

.job-list-renewal .job-filter-keyword {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	border-right: 0;
	background: transparent;
}

.job-list-renewal .job-filter-keyword i {
	justify-self: center;
	color: #b1bac8;
	font-size: 27px;
}

.job-list-renewal .job-filter-keyword input {
	width: 100%;
	min-height: 58px;
	padding: 0 16px 0 0;
	border: 0;
	box-shadow: none;
	color: #334155;
	font-size: 16px;
}

.job-list-renewal .job-filter-keyword input:focus {
	box-shadow: none;
}

.job-list-renewal .job-filter-panel {
	min-height: 300px;
	background: #fff;
}

.job-list-renewal .job-filter-panel-content {
	display: none;
}

.job-list-renewal .job-filter-panel-content.is-active {
	display: block;
}

.job-list-renewal .job-filter-search-line {
	position: relative;
	max-width: 580px;
	margin: 16px 20px;
}

.job-list-renewal .job-filter-search-line i {
	position: absolute;
	top: 50%;
	left: 18px;
	transform: translateY(-50%);
	color: #b1bac8;
	font-size: 20px;
}

.job-list-renewal .job-filter-search-line input {
	width: 100%;
	height: 50px;
	padding: 0 18px 0 48px;
	border: 1px solid #d8dde6;
	border-radius: 10px;
	background: #fff;
	color: #445064;
	font-size: 15px;
}

.job-list-renewal .job-filter-column-layout {
	display: grid;
	margin: 0 16px 16px;
	overflow: hidden;
	border: 1px solid #edf1f7;
	border-radius: 14px;
	background: #fff;
}

.job-list-renewal .job-filter-column-layout-2 {
	grid-template-columns: 280px minmax(0, 1fr);
}

.job-list-renewal .job-filter-column-layout-3 {
	grid-template-columns: 280px 280px minmax(0, 1fr);
}

.job-list-renewal .job-filter-column {
	min-width: 0;
	border-right: 1px solid #edf1f7;
}

.job-list-renewal .job-filter-column:last-child {
	border-right: 0;
}

.job-list-renewal .job-filter-column-title {
	height: 42px;
	padding: 12px 20px 0;
	background: #f7faff;
	color: #64748b;
	font-size: 13px;
	font-weight: 900;
}

.job-list-renewal .job-filter-source-select {
	display: none;
}

.job-list-renewal .job-filter-check-list {
	height: 222px;
	overflow-y: auto;
	padding: 6px 0;
	background: #fff;
}

.job-list-renewal .job-filter-check-item {
	position: relative;
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-height: 44px;
	margin: 0;
	padding: 0 18px;
	color: #26364d;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.job-list-renewal .job-filter-check-item:hover {
	background: #f8fbff;
	color: var(--job-primary-dark);
}

.job-list-renewal .job-filter-check-input {
	position: absolute;
	top: 8px;
	left: 18px;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.job-list-renewal .job-filter-check-box {
	position: relative;
	width: 18px;
	height: 18px;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	background: #fff;
}

.job-list-renewal .job-filter-check-input:checked + .job-filter-check-box {
	border-color: var(--job-primary);
	background: var(--job-primary);
}

.job-list-renewal .job-filter-check-input:checked + .job-filter-check-box::after {
	position: absolute;
	top: 2px;
	left: 5px;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	transform: rotate(45deg);
}

.job-list-renewal .job-filter-check-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.job-list-renewal .job-filter-check-input:checked ~ .job-filter-check-text {
	color: var(--job-primary);
	font-weight: 900;
}

.job-list-renewal .job-filter-check-empty {
	padding: 28px 18px;
	color: #94a3b8;
	font-size: 13px;
	font-weight: 700;
}

.job-list-renewal .job-filter-column select {
	width: 100%;
	height: 222px;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	color: #26364d;
	font-size: 15px;
}

.job-list-renewal .job-filter-column select:focus {
	box-shadow: none;
}

.job-list-renewal .job-filter-column option {
	padding: 9px 20px;
}

.job-list-renewal .job-filter-column option:checked {
	background: #eef3ff;
	color: var(--job-primary);
	font-weight: 900;
}

.job-list-renewal .job-detail-filter-grid {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 18px;
	padding: 28px 22px;
}

.job-list-renewal .job-detail-filter-title {
	color: #26364d;
	font-size: 16px;
	font-weight: 900;
	line-height: 38px;
}

.job-list-renewal .job-salary-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.job-list-renewal .job-salary-chip {
	min-height: 44px;
	padding: 0 13px;
	border: 1px solid #dbe3ee;
	border-radius: 8px;
	background: #fff;
	color: #475569;
	font-size: 13px;
	font-weight: 800;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.job-list-renewal .job-salary-chip:hover,
.job-list-renewal .job-salary-chip.is-active {
	border-color: var(--job-primary);
	background: #eff6ff;
	color: var(--job-primary-dark);
}

.job-list-renewal .job-keyword-box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.job-list-renewal .job-selected-filter-bar {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr) auto;
	gap: 16px;
	padding: 14px 18px;
	border-top: 1px solid #e7edf7;
	align-items: center;
	background: #f8fbff;
}

.job-list-renewal .job-selected-filter-label {
	color: #26364d;
	font-size: 14px;
	font-weight: 900;
	line-height: 34px;
}

.job-list-renewal .job-selected-filter-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-height: 44px;
	align-items: center;
}

.job-list-renewal .job-selected-filter-chip {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 7px;
	padding: 0 9px 0 11px;
	border: 1px solid #b8d2ff;
	border-radius: 8px;
	background: #f8fbff;
	color: #1f3b66;
	font-size: 13px;
	font-weight: 800;
}

.job-list-renewal .job-selected-filter-type {
	color: var(--job-primary);
	font-size: 12px;
	font-weight: 900;
}

.job-list-renewal .job-selected-filter-remove {
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e7f0ff;
	color: var(--job-primary-dark);
	font-size: 13px;
}

.job-list-renewal .job-selected-filter-empty {
	color: #94a3b8;
	font-size: 13px;
	font-weight: 700;
}

.job-list-renewal .job-selected-filter-actions {
	display: flex;
	gap: 8px;
}

.job-list-renewal .job-list-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 34px 0 16px;
}

.job-list-renewal .job-list-summary-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.job-list-renewal .job-list-summary h2 {
	margin: 0;
	color: var(--job-navy);
	font-size: 21px;
	font-weight: 900;
}

.job-list-renewal .job-list-count {
	color: var(--job-muted);
	font-size: 14px;
}

.job-list-renewal .job-list-count strong {
	color: var(--job-primary);
	font-weight: 900;
}

.job-list-renewal .job-sort-control {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	color: var(--job-muted);
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.job-list-renewal .job-sort-control select {
	min-height: 44px;
	padding: 0 34px 0 12px;
	border: 1px solid var(--job-border);
	border-radius: 10px;
	background: #fff;
	color: var(--job-navy);
	font-size: 14px;
	font-weight: 800;
}

.job-list-renewal .job-list-cards {
	display: flex;
	flex-direction: column;
	min-height: 400px;
	overflow: hidden;
	border-top: 2px solid var(--job-navy);
	border-bottom: 1px solid var(--job-border);
}

.job-list-renewal .job-list-card {
	position: relative;
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr) 230px 130px;
	gap: 28px;
	align-items: center;
	min-height: 112px;
	padding: 20px 28px;
	border: 0;
	border-bottom: 1px solid var(--job-border);
	border-radius: 0;
	background: #fff;
	cursor: pointer;
	transition: background .18s ease;
}

.job-list-renewal .job-list-card:hover {
	background: #f8fbff;
}

.job-list-renewal .job-list-card:focus-visible {
	z-index: 1;
	outline: 3px solid rgba(37, 99, 235, .3);
	outline-offset: -3px;
}

.job-list-renewal .job-list-card:last-child {
	border-bottom: 0;
}

.job-list-renewal .job-list-company-column {
	min-width: 0;
}

.job-list-renewal .job-list-company-name {
	display: block;
	overflow: hidden;
	color: #1f2937;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.job-list-renewal .job-list-source-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 7px;
	padding: 4px 8px;
	border-radius: 999px;
	background: #eaf3ff;
	color: #1769aa;
	font-size: 12px;
	font-weight: 800;
}

.job-list-renewal .job-list-card-main {
	min-width: 0;
}

.job-list-renewal .job-list-title {
	display: block;
	margin: 0;
	overflow: hidden;
	color: #111827;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.job-list-renewal .job-list-tags {
	display: flex;
	min-width: 0;
	flex-wrap: nowrap;
	gap: 9px;
	margin-top: 9px;
	overflow: hidden;
	white-space: nowrap;
}

.job-list-renewal .job-list-stats,
.job-list-renewal .job-compact-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
	color: #52627a;
	font-size: 12px;
	font-weight: 800;
}

.job-list-renewal .job-list-stats span,
.job-list-renewal .job-compact-stats span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 7px;
	border-radius: 7px;
	background: #f1f5f9;
	white-space: nowrap;
}

.job-list-renewal .job-list-stats i,
.job-list-renewal .job-compact-stats i {
	color: var(--job-primary);
	font-size: 14px;
}

.job-list-renewal .job-list-tag {
	display: inline-flex;
	min-width: 0;
	flex: 0 1 auto;
	align-items: center;
	gap: 5px;
	overflow: hidden;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #64748b;
	font-size: 12px;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.job-list-renewal .job-list-tag + .job-list-tag::before {
	content: "";
	width: 1px;
	height: 11px;
	margin-right: 1px;
	background: #d7dee8;
}

.job-list-renewal .job-list-condition-column {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 7px;
	color: #52627a;
}

.job-list-renewal .job-list-condition-column .job-list-tag {
	display: flex;
	max-width: 100%;
	color: #42526a;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.job-list-renewal .job-list-condition-column .job-list-tag + .job-list-tag::before {
	display: none;
}

.job-list-renewal .job-list-condition-column i {
	flex: 0 0 auto;
	color: #8ca0bc;
	font-size: 15px;
}

.job-list-renewal .job-list-card-side {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: center;
	gap: 9px;
	text-align: right;
}

.job-list-renewal .job-status-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 82px;
	min-height: 30px;
	padding: 5px 10px;
	border: 1px solid #f5a5aa;
	border-radius: 5px;
	background: #fff;
	color: #e45b63;
	font-size: 12px;
	font-weight: 800;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.job-list-renewal .job-list-card:hover .job-status-badge:not(.is-closed) {
	border-color: #ef8f96;
	background: #fff0f1;
	color: #d94852;
}

.job-list-renewal .job-status-badge.is-urgent {
	border-color: #fecaca;
	background: #fff;
	color: var(--job-danger);
}

.job-list-renewal .job-status-badge.is-closed {
	border-color: #d8dee7;
	background: #fff;
	color: #64748b;
}

.job-list-renewal .job-list-deadline-label {
	display: none;
}

.job-list-renewal .job-list-deadline {
	color: #475569;
	font-size: 12px;
	font-weight: 700;
}

.job-list-renewal .job-list-detail-link {
	display: none;
}

.job-list-renewal .job-list-empty {
	display: grid;
	min-height: 330px;
	padding: 36px 20px;
	border: 1px dashed #cbd5e1;
	border-radius: 18px;
	background: var(--job-surface);
	text-align: center;
	place-items: center;
}

.job-list-renewal .job-list-empty-icon {
	display: grid;
	width: 64px;
	height: 64px;
	margin: 0 auto 18px;
	border-radius: 18px;
	background: #e8f0ff;
	color: var(--job-primary);
	font-size: 30px;
	place-items: center;
}

.job-list-renewal .job-list-empty h3 {
	margin: 0;
	color: var(--job-navy);
	font-size: 20px;
	font-weight: 900;
}

.job-list-renewal .job-list-empty p {
	margin: 8px 0 20px;
	color: var(--job-muted);
	font-size: 14px;
}

.job-list-renewal .job-list-empty-action {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	border-radius: 11px;
	background: var(--job-primary);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.job-list-renewal .job-list-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
	margin-top: 28px;
}

.job-list-renewal .job-page-button {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--job-border);
	border-radius: 10px;
	background: #fff;
	color: #475569;
	font-size: 14px;
	font-weight: 800;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.job-list-renewal .job-page-button:hover {
	border-color: #9db9eb;
	background: #f5f8ff;
	color: var(--job-primary-dark);
}

.job-list-renewal .job-page-button.is-active {
	border-color: var(--job-primary);
	background: var(--job-primary);
	box-shadow: 0 7px 16px rgba(37, 99, 235, .2);
	color: #fff;
}

@media (max-width: 991.98px) {
	.job-list-renewal .job-compact-column {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.job-list-renewal .job-list-card {
		grid-template-columns: 140px minmax(0, 1fr) 190px 110px;
		gap: 16px;
		padding: 18px 16px;
	}

	.job-list-renewal .job-list-company-name {
		font-size: 14px;
	}

	.job-list-renewal .job-list-title {
		font-size: 16px;
	}

	.job-list-renewal .job-filter-toolbar {
		grid-template-columns: 1fr 1fr;
	}

	.job-list-renewal .job-filter-keyword {
		border-top: 1px solid #d7dce4;
	}

	.job-list-renewal .job-filter-detail-tab {
		border-top: 1px solid #d7dce4;
	}

	.job-list-renewal .job-filter-column-layout-2,
	.job-list-renewal .job-filter-column-layout-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.job-list-renewal .job-selected-filter-bar {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.job-list-renewal .job-selected-filter-actions {
		grid-column: 2;
	}
}

@media (max-width: 767.98px) {
	.job-list-renewal .job-compact-column {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.job-list-renewal .job-compact-card {
		min-height: 0;
		padding: 22px 18px 18px;
	}

	.job-list-renewal .job-compact-card h3,
	.job-list-renewal .job-compact-card p,
	.job-list-renewal .job-compact-meta span {
		word-break: keep-all;
		overflow-wrap: break-word;
	}

	.job-list-renewal .job-featured-footer {
		flex-wrap: wrap;
	}

	.job-list-renewal .job-featured-deadline {
		flex: 1 0 100%;
		margin-left: 0;
		padding-top: 2px;
		text-align: right;
	}

	.job-list-renewal .job-featured-section {
		padding: 20px 16px;
		border-radius: 16px;
	}

	.job-list-renewal .job-list-heading {
		display: block;
		padding: 25px 22px;
		border-radius: 18px;
	}

	.job-list-renewal .job-encourage-banner {
		height: 220px;
		margin: 28px 0 24px;
		border-radius: 14px;
	}

	.job-list-renewal .job-encourage-image {
		object-position: center;
	}

	.job-list-renewal .job-encourage-overlay {
		background: linear-gradient(90deg, rgba(9, 20, 38, .9), rgba(9, 20, 38, .62));
	}

	.job-list-renewal .job-encourage-content {
		width: 100%;
		height: calc(100% - 45px);
		padding: 24px 22px 14px;
		justify-content: center;
	}

	.job-list-renewal .job-encourage-message {
		max-width: 100%;
		font-size: 20px;
		line-height: 1.5;
	}

	.job-list-renewal .job-encourage-contact {
		right: 14px;
		bottom: 13px;
	}

	.job-list-renewal .job-search-panel {
		padding: 0;
	}

	.job-list-renewal .job-filter-toolbar,
	.job-list-renewal .job-filter-column-layout-2,
	.job-list-renewal .job-filter-column-layout-3,
	.job-list-renewal .job-detail-filter-grid,
	.job-list-renewal .job-selected-filter-bar {
		grid-template-columns: 1fr;
	}

	.job-list-renewal .job-filter-tab,
	.job-list-renewal .job-filter-keyword {
		border-right: 0;
		border-bottom: 1px solid #d7dce4;
	}

	.job-list-renewal .job-filter-panel {
		min-height: 0;
	}

	.job-list-renewal .job-filter-search-line {
		margin: 14px;
	}

	.job-list-renewal .job-filter-column {
		border-right: 0;
		border-bottom: 1px solid #e6eaf0;
	}

	.job-list-renewal .job-selected-filter-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}

	.job-list-renewal .job-list-summary {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		margin-top: 28px;
	}

	.job-list-renewal .job-list-summary-actions {
		width: 100%;
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.job-list-renewal .job-sort-control,
	.job-list-renewal .job-sort-control select {
		width: 100%;
	}

	.job-list-renewal .job-list-card {
		grid-template-columns: 1fr;
		gap: 11px;
		min-height: 0;
		padding: 18px 16px;
	}

	.job-list-renewal .job-list-company-column {
		padding-bottom: 1px;
	}

	.job-list-renewal .job-list-company-name {
		display: block;
		font-size: 13px;
		white-space: nowrap;
	}

	.job-list-renewal .job-list-title {
		font-size: 17px;
		white-space: normal;
	}

	.job-list-renewal .job-list-tags {
		flex-wrap: wrap;
		overflow: visible;
		white-space: normal;
	}

	.job-list-renewal .job-list-condition-column {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px 14px;
		padding-top: 10px;
		border-top: 1px solid #edf0f4;
	}

	.job-list-renewal .job-list-card-side {
		align-items: center;
		flex-direction: row;
		justify-content: flex-start;
		gap: 10px;
		padding-top: 8px;
		border-top: 1px solid #edf0f4;
		text-align: left;
	}

	.job-list-renewal .job-list-card-side > div {
		margin-left: 0;
		text-align: left;
	}

	.job-list-renewal .job-list-detail-link {
		display: none;
	}

	.job-list-renewal .job-page-button {
		width: 44px;
		height: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.job-list-renewal .job-list-card,
	.job-list-renewal .job-page-button {
		transition: none;
	}
}
