.mvc-careers {
	--mvc-red: #cf001b;
	--mvc-red-dark: #a80017;
	--mvc-blue: #0075ff;
	--mvc-ink: #07123c;
	--mvc-muted: #4c5680;
	--mvc-line: #dde2ef;
	--mvc-soft: #fff1f3;
	color: var(--mvc-ink);
	font-family: Inter, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	overflow: visible;
	padding-top: 8px;
	width: 100%;
}

.mvc-careers * {
	box-sizing: border-box;
}

.mvc-hero {
	align-items: center;
	background: linear-gradient(90deg, #fff 0%, #fff7ef 52%, #dfeafa 100%);
	background-position: center;
	background-size: cover;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(280px, 1fr) minmax(260px, 540px);
	min-height: 310px;
	padding: 46px 6vw 54px;
}

.mvc-hero-copy p {
	font-size: 14px;
	letter-spacing: 8px;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.mvc-hero-copy h1 {
	color: #0b0b12;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 700;
	line-height: 1;
	margin: 0 0 8px;
}

.mvc-hero-copy h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 10px;
}

.mvc-hero-copy span {
	color: #17224d;
	display: block;
	font-size: 16px;
	line-height: 1.55;
	max-width: 760px;
}

.mvc-values {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(86px, 1fr));
	justify-self: end;
	max-width: 540px;
	text-align: center;
}

.mvc-values span {
	border-left: 1px solid rgba(7, 18, 60, .12);
	color: #06143e;
	font-size: 14px;
	line-height: 1.25;
	min-height: 68px;
	padding: 38px 10px 0;
	position: relative;
}

.mvc-values span::before {
	border: 3px solid var(--mvc-red);
	border-radius: 50%;
	content: "";
	height: 25px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 25px;
}

.mvc-toolbar {
	background: rgba(255, 255, 255, .95);
	border: 1px solid #edf0f7;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(8, 24, 60, .10);
	margin: 18px auto 22px;
	max-width: 1280px;
	overflow: visible;
	padding: 16px 18px 14px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.mvc-search-row {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(210px, 1.15fr) minmax(190px, .9fr) max-content 164px;
}

.mvc-search-row label:not(.mvc-remote) {
	align-items: center;
	border: 1px solid #d7dde9;
	border-radius: 6px;
	display: flex;
	gap: 10px;
	height: 42px;
	padding: 0 14px;
}

.mvc-field-icon {
	color: var(--mvc-ink);
	font-weight: 700;
}

.mvc-search-row input[type="search"] {
	border: 0;
	color: var(--mvc-ink);
	font-size: 14px;
	outline: 0;
	width: 100%;
}

.mvc-remote {
	align-items: center;
	display: flex;
	font-size: 14px;
	gap: 9px;
	white-space: nowrap;
}

.mvc-search-row button,
.mvc-apply {
	background: linear-gradient(180deg, #df0023 0%, #b90018 100%);
	border: 0;
	border-radius: 5px;
	box-shadow: 0 7px 18px rgba(207, 0, 27, .22);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 14px 18px;
	text-decoration: none;
	white-space: nowrap;
}

.mvc-search-row button {
	min-width: 164px;
	padding-left: 14px;
	padding-right: 14px;
	width: 164px;
}

.mvc-type-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 14px;
}

.mvc-type-row button {
	background: #fff;
	border: 1px solid #d9deea;
	border-radius: 6px;
	color: #0d1746;
	cursor: pointer;
	min-width: 112px;
	padding: 11px 18px;
}

.mvc-type-row button.is-active {
	background: var(--mvc-red);
	border-color: var(--mvc-red);
	color: #fff;
}

.mvc-count {
	font-size: 15px;
	margin-left: auto;
}

.mvc-type-row.mvc-no-types {
	justify-content: flex-end;
	margin-top: 10px;
}

.mvc-job-list {
	display: grid;
	gap: 10px;
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
}

.mvc-job-card {
	align-items: center;
	background: #fff;
	border: 1px solid #e3e7f0;
	border-radius: 8px;
	box-shadow: 0 7px 26px rgba(8, 24, 60, .06);
	display: grid;
	gap: 22px;
	grid-template-columns: 86px minmax(0, 1fr) minmax(250px, 320px);
	min-height: 118px;
	padding: 10px 24px;
}

.mvc-job-icon {
	align-items: center;
	background: var(--mvc-soft);
	border-radius: 50%;
	color: var(--mvc-red);
	display: flex;
	font-size: 34px;
	font-weight: 800;
	height: 76px;
	justify-content: center;
	overflow: hidden;
	width: 76px;
}

.mvc-job-icon::before {
	content: "+";
}

.mvc-job-icon:has(img)::before {
	content: none;
}

.mvc-job-icon img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mvc-icon-team::before,
.mvc-icon-education::before {
	content: "o";
}

.mvc-icon-marketing::before {
	content: "!";
}

.mvc-icon-growth::before {
	content: "/";
}

.mvc-icon-finance::before {
	content: "R";
}

.mvc-icon-design::before {
	content: "[]";
}

.mvc-job-main h3 {
	color: var(--mvc-blue);
	font-size: 21px;
	line-height: 1.1;
	margin: 0 0 2px;
}

.mvc-dept,
.mvc-meta-line,
.mvc-summary {
	margin: 0;
}

.mvc-dept {
	color: #162052;
	font-size: 15px;
}

.mvc-meta-line,
.mvc-summary {
	color: var(--mvc-muted);
	font-size: 14px;
	line-height: 1.35;
}

.mvc-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 8px;
}

.mvc-tags span {
	color: #111a45;
	font-size: 14px;
	position: relative;
}

.mvc-tags span::before {
	color: var(--mvc-red);
	content: "■";
	font-size: 11px;
	margin-right: 9px;
}

.mvc-job-actions {
	display: grid;
	gap: 7px;
}

.mvc-status {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.mvc-status strong {
	color: #00a92d;
	font-size: 14px;
}

.mvc-status span {
	color: var(--mvc-muted);
	font-size: 12px;
}

.mvc-details {
	background: #fff;
	border: 1px solid var(--mvc-red);
	border-radius: 5px;
	color: var(--mvc-red);
	font-weight: 700;
	padding: 10px 16px;
	text-align: center;
	text-decoration: none;
}

.mvc-empty {
	margin: 28px auto;
	max-width: 1500px;
	width: 100%;
}

.elementor .mvc-careers,
.elementor-widget-shortcode .mvc-careers,
.elementor-widget-container .mvc-careers {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(1280px, calc(100vw - 48px)) !important;
	width: 100% !important;
}

.mvc-job-detail {
	background: #fff;
	border: 1px solid #e3e7f0;
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(8, 24, 60, .08);
	color: var(--mvc-ink);
	margin: 34px auto;
	max-width: 1040px;
	padding: 28px;
	width: min(92vw, 1040px);
}

.mvc-job-detail-head {
	align-items: center;
	border-bottom: 1px solid #e8ecf4;
	display: grid;
	gap: 22px;
	grid-template-columns: auto minmax(0, 1fr) minmax(170px, auto);
	padding-bottom: 22px;
}

.mvc-job-detail-photo {
	border-radius: 8px;
	height: 86px;
	object-fit: cover;
	width: 86px;
}

.mvc-detail-kicker {
	color: #00a92d;
	font-weight: 700;
	margin: 0 0 6px;
}

.mvc-job-detail h1 {
	font-size: 34px;
	line-height: 1.12;
	margin: 0;
}

.mvc-detail-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.mvc-detail-tags span {
	background: #fff1f3;
	border-radius: 5px;
	color: #8f0013;
	font-size: 13px;
	padding: 7px 10px;
}

.mvc-job-detail-body {
	color: var(--mvc-muted);
	font-size: 16px;
	line-height: 1.7;
	padding-top: 22px;
}

.mvc-hidden {
	display: none !important;
}

.mvc-application iframe {
	border: 0;
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(8, 24, 60, .12);
	min-height: 780px;
	width: 100%;
}

@media (max-width: 980px) {
	.mvc-hero,
	.mvc-search-row,
	.mvc-job-detail-head,
	.mvc-job-card {
		grid-template-columns: 1fr;
	}

	.mvc-values {
		justify-self: stretch;
	}

	.mvc-job-card {
		align-items: start;
		gap: 14px;
	}

	.mvc-job-actions {
		width: 100%;
	}

	.mvc-job-detail-head .mvc-apply {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.mvc-hero {
		padding: 34px 20px 46px;
	}

	.mvc-hero-copy p {
		letter-spacing: 5px;
	}

	.mvc-hero-copy h2 {
		font-size: 22px;
	}

	.mvc-values {
		grid-template-columns: repeat(2, 1fr);
	}

	.mvc-toolbar,
	.mvc-job-list,
	.mvc-empty {
		width: 100%;
	}

	.mvc-count {
		margin-left: 0;
		width: 100%;
	}
}
