.job-list {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin-left: 0;
	padding: 20px;
	text-transform: uppercase;
	font-size: .9em;
}

.job-list .job-title {
	margin: 7px 0;
}

.job-list .job-title a {
	color: var(--black, #222);
	background-color: #dbdbdb;
	padding: 5px 10px;
}

.post-type-archive-jobs h2.entry-title {
	color: var(--black, #222);
	overflow: hidden;
	position: relative;
	padding-top: 115px;
}

.post-type-archive-jobs h2.entry-title a {
	color: var(--black, #222);
}

.post-type-archive-jobs h2.entry-title a::after {
	background-color: var(--accent, currentColor);
	height: 3px;
	display: inline-block;
	content: "";
	width: 100%;
	position: absolute;
	margin-top: 8px;
	margin-left: 10px;
}

.post-type-archive-jobs .application-form,
.single-jobs .entry-content,
.single-jobs .interested,
.single-jobs .job-meta {
	display: none;
}

.single-jobs #cookie-law-info-bar,
.single-jobs #wpadminbar {
	display: none !important;
}

.single-jobs.admin-bar .wrapper {
	margin-top: 0;
}

.application-form {
	background-color: var(--base-3, #fff);
	padding: 15px;
	overflow: hidden;
}

.application-form h2,
.application-form h3 {
	text-align: center;
}

.featherlight-iframe .featherlight-content {
	overflow-y: hidden !important;
}

iframe.featherlight-inner {
	height: 650px;
	width: 1080px;
}

html.mkcd-jobs-modal-open {
	overflow: hidden;
}

.mkcd-jobs-modal {
	width: min(1080px, calc(100% - 32px));
	height: min(760px, calc(100% - 32px));
	max-width: none;
	max-height: none;
	margin: auto;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: var(--base-3, #fff);
	box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
	overflow: visible;
}

.mkcd-jobs-modal::backdrop {
	background: rgba(0, 0, 0, .72);
}

.mkcd-jobs-modal__content,
.mkcd-jobs-modal__frame {
	width: 100%;
	height: 100%;
}

.mkcd-jobs-modal__frame {
	display: block;
	border: 0;
	background: var(--base-3, #fff);
}

.mkcd-jobs-modal__close {
	position: absolute;
	top: -14px;
	right: -14px;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #222;
	color: #fff;
	font: 700 28px/1 Arial, sans-serif;
	cursor: pointer;
}

.mkcd-jobs-modal__close:focus-visible {
	outline: 3px solid var(--accent, #f0b323);
	outline-offset: 2px;
}

.row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.col {
	width: 100%;
	margin: 15px;
}

.col.attachment {
	background-color: #fafafa;
	padding: 0;
}

.col.attachment small {
	display: block;
}

.application-form .col small i {
	color: var(--accent, currentColor);
	font-weight: 600;
}

.single-jobs {
	background-color: var(--base-3, #fff);
}

@media (max-width: 768px) {
	.mkcd-jobs-modal {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}

	.mkcd-jobs-modal__close {
		top: 8px;
		right: 8px;
	}

	.single-jobs .footer-over {
		margin-bottom: 130px;
	}
}

@media (min-width: 768px) {
	.col.attachment {
		padding: 15px;
	}

	.job-list {
		padding: 0;
	}

	.post-type-archive-jobs h2.entry-title a::after {
		margin-top: 14px;
	}
}

@media (min-width: 1024px) {
	.single-jobs .footer-over {
		margin-bottom: 0;
	}
}

html[data-theme="dark"] .job-list .job-title a {
	background-color: var(--contrast, #222);
	color: var(--base-3, #fff);
}

html[data-theme="dark"] .post-type-archive-jobs h2.entry-title a {
	color: var(--base-3, #fff);
}

html[data-theme="dark"] .interested a.button {
	background-color: var(--contrast, #222) !important;
	color: var(--base-3, #fff) !important;
}

html[data-theme="dark"] .application-form {
	background-color: #333;
	color: #ccc;
	fill: #ccc;
}

html[data-theme="dark"] .col.attachment {
	background-color: var(--contrast, #222) !important;
}

@media (prefers-color-scheme: dark) {
	html:not([data-theme="light"]) .job-list .job-title a {
		background-color: var(--contrast, #222);
		color: var(--base-3, #fff);
	}

	html:not([data-theme="light"]) .post-type-archive-jobs h2.entry-title a {
		color: var(--base-3, #fff);
	}

	html:not([data-theme="light"]) .interested a.button {
		background-color: var(--contrast, #222) !important;
		color: var(--base-3, #fff) !important;
	}

	html:not([data-theme="light"]) .application-form {
		background-color: #333;
		color: #ccc;
		fill: #ccc;
	}

	html:not([data-theme="light"]) .col.attachment {
		background-color: var(--contrast, #222) !important;
	}
}
