body.ups-career-popup-open {
	overflow: hidden !important;
}

.ups-career-overlay[hidden] {
	display: none !important;
}

.ups-career-overlay {
	position: fixed;
	z-index: 1000000;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 16px;
	background: rgba(3, 19, 31, 0.08);
	-webkit-backdrop-filter: blur(8px) saturate(.92);
	backdrop-filter: blur(8px) saturate(.92);
	opacity: 0;
	transition: opacity .24s ease;
}

.ups-career-overlay.is-visible {
	opacity: 1;
}

.ups-career-dialog,
.ups-career-dialog * {
	box-sizing: border-box;
}

.ups-career-dialog {
	position: relative;
	isolation: isolate;
	width: min(820px, 100%);
	max-width: 100%;
	max-height: calc(100dvh - 32px);
	margin: 0;
	overflow: hidden auto;
	color: #fff;
	background: var(--ups-career-primary, #ed1427);
	border: 1px solid rgba(255, 255, 255, .88);
	border-radius: 32px;
	box-shadow: 0 38px 110px rgba(82, 4, 25, .42);
	font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	transform: translateY(16px) scale(.985);
	transition: transform .24s ease;
	overscroll-behavior: contain;
}

.ups-career-overlay.is-visible .ups-career-dialog {
	transform: translateY(0) scale(1);
}

.ups-career-brand {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 88px;
	padding: 15px 88px 15px 24px;
	color: #12334a;
	background: #fff;
}

.ups-career-brand img {
	display: block;
	object-fit: contain;
	width: 215px;
	max-width: 100%;
	max-height: 58px;
}

.ups-career-brand span {
	min-width: 0;
	padding-left: 16px;
	color: #526779;
	border-left: 1px solid #e2e8f0;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.ups-career-close {
	position: absolute;
	z-index: 8;
	top: 20px;
	right: 22px;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
	color: var(--ups-career-primary, #ed1427);
	background: #fff;
	border: 2px solid var(--ups-career-primary, #ed1427);
	border-radius: 50%;
	cursor: pointer;
	transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.ups-career-close:hover {
	color: #fff;
	background: var(--ups-career-primary, #ed1427);
	transform: scale(1.06);
}

.ups-career-close:focus-visible,
.ups-career-button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.ups-career-close span {
	position: absolute;
	width: 17px;
	height: 2px;
	background: currentColor;
	border-radius: 2px;
	transform: rotate(45deg);
}

.ups-career-close span + span {
	transform: rotate(-45deg);
}

.ups-career-visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 610px;
	padding: 46px 56px 42px;
	background-color: var(--ups-career-primary, #ed1427);
	background-image: var(--ups-career-image);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.ups-career-content {
	position: relative;
	z-index: 2;
	display: grid;
	align-content: center;
	width: min(100%, 680px);
	min-width: 0;
	margin: 0 auto;
	text-align: center;
}

.ups-career-heading {
	display: block;
	max-width: 680px;
	margin: 0 auto !important;
	padding: 0 !important;
	color: #fff !important;
	background: none !important;
	-webkit-text-fill-color: #fff !important;
	font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 88px !important;
	font-style: italic !important;
	font-weight: 900 !important;
	letter-spacing: -.065em !important;
	line-height: .9 !important;
	text-align: center !important;
	text-shadow: 3px 6px 14px #65002c !important;
	transform: rotate(-2deg);
}

.ups-career-heading > span {
	display: block;
	color: inherit !important;
	-webkit-text-fill-color: currentColor !important;
}

.ups-career-heading > .ups-career-heading__accent {
	color: #e9ff00 !important;
	-webkit-text-fill-color: #e9ff00 !important;
}

.ups-career-subheading {
	width: min(100%, 560px);
	margin: 10px auto 16px !important;
	color: #fff !important;
	font-size: 24px !important;
	font-style: italic !important;
	font-weight: 900 !important;
	line-height: 1.35 !important;
	text-align: center !important;
	text-shadow: 2px 4px 14px #65002c !important;
}

.ups-career-button {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 55px;
	margin: 0 auto 10px !important;
	padding: 13px 28px !important;
	color: var(--ups-career-button-text, #78042f) !important;
	background: var(--ups-career-accent, #d7f207) !important;
	border: 2px solid #fff !important;
	border-radius: 999px !important;
	box-shadow: 0 16px 36px rgba(96, 0, 38, .34);
	font-size: 15px !important;
	font-style: normal !important;
	font-weight: 900 !important;
	line-height: 1.35 !important;
	text-align: center !important;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease !important;
}

.ups-career-button:hover {
	color: var(--ups-career-button-text, #78042f) !important;
	box-shadow: 0 19px 42px rgba(96, 0, 38, .42);
	transform: scale(1.025);
}

.ups-career-button--call {
	margin-bottom: 0 !important;
	color: #fff !important;
	background: var(--ups-career-primary, #ed1427) !important;
}

.ups-career-button--call:hover {
	color: #fff !important;
}

.ups-career-button b {
	font-size: 1em;
	line-height: 1;
}

.ups-career-benefits {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px 27px;
	min-height: 55px;
	padding: 12px 20px;
	color: #fff;
	background: var(--ups-career-primary, #ed1427);
	border-top: 1px solid rgba(255, 255, 255, .28);
	font-size: 11.5px;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
}

.ups-career-benefits span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.ups-career-benefits b {
	color: #fff;
}

@media (max-width: 767px) {
	.ups-career-overlay {
		padding: 8px;
	}

	.ups-career-dialog {
		width: 100%;
		max-height: calc(100dvh - 16px);
		border-radius: 22px;
	}

	.ups-career-brand {
		justify-content: flex-start;
		min-height: 68px;
		padding: 10px 70px 10px 16px;
	}

	.ups-career-brand img {
		width: 160px;
		max-height: 48px;
	}

	.ups-career-brand span {
		display: none;
	}

	.ups-career-close {
		top: 12px;
		right: 13px;
		width: 43px;
		height: 43px;
	}

	.ups-career-visual {
		min-height: min(610px, calc(100dvh - 142px));
		padding: 30px 16px 24px;
		background-position: 50% 50%;
	}

	.ups-career-content {
		width: min(100%, 340px);
	}

	.ups-career-heading {
		font-size: clamp(46px, 16vw, 64px) !important;
	}

	.ups-career-subheading {
		margin-top: 8px !important;
		font-size: 20px !important;
	}

	.ups-career-button {
		width: min(100%, 330px);
		min-height: 50px;
		padding: 11px 18px !important;
		font-size: 13px !important;
	}

	.ups-career-benefits {
		gap: 3px 11px;
		min-height: 55px;
		padding: 8px 7px;
		font-size: 9.5px;
	}
}

@media (max-height: 720px) and (min-width: 768px) {
	.ups-career-brand {
		min-height: 70px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.ups-career-visual {
		min-height: 500px;
		padding-top: 28px;
		padding-bottom: 28px;
	}

	.ups-career-heading {
		font-size: 68px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ups-career-overlay,
	.ups-career-dialog,
	.ups-career-close,
	.ups-career-button {
		transition: none !important;
	}
}
