:root {
	--rv-careers-bg: #C6426E;
	--rv-careers-panel: rgba(204,84,124,0.92);
	--rv-careers-panel-field: rgba(70, 30, 50, 0.18);
	--rv-careers-panel-field-hover: rgba(70, 30, 50, 0.24);
	--rv-careers-panel-field-focus: rgba(70, 30, 50, 0.30);
	--rv-careers-text: #FFFFFF;
	--rv-careers-body: #F3DCE4;
	--rv-careers-meta: #E7A8BD;
	--rv-careers-meta-soft: rgba(255,255,255,0.80);
	--rv-careers-line: rgba(255,255,255,0.14);
	--rv-careers-line-strong: rgba(255,255,255,0.18);
	--rv-careers-line-hard: rgba(255,255,255,0.32);
	--rv-careers-hover: rgba(255,255,255,0.04);
	--rv-careers-chip: rgba(255,255,255,0.06);
	--rv-careers-accent: #E7A8BD;
	--rv-careers-focus-ring: 0 0 0 4px rgba(255,255,255,0.10);
	--rv-careers-radius: 0;
	--rv-utility-menu-duration: 0.14s;
	--rv-utility-menu-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
	--rv-results-fade-duration: 0.22s;
	--rv-results-fade-ease: cubic-bezier(0.22, 0.61, 0.36, 1);

	/* premium field calibration */
	--rv-filter-field-height: 42px;
	--rv-filter-field-font: 13px;
	--rv-filter-field-padding-x: 13px;
	--rv-filter-label-gap: 5px;
}

body.post-type-archive-career_role,
body.single-career_role,
body.page-template-template-careers-apply {
	background: var(--rv-careers-bg);
}

body.post-type-archive-career_role .site-content,
body.single-career_role .site-content,
body.page-template-template-careers-apply .site-content {
	background: var(--rv-careers-bg);
}

body.post-type-archive-career_role .site-content > .ast-container,
body.single-career_role .site-content > .ast-container,
body.page-template-template-careers-apply .site-content > .ast-container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	display: block;
	background: transparent;
}

body.post-type-archive-career_role .entry-header,
body.post-type-archive-career_role .page-header,
body.post-type-archive-career_role .archive-header {
	display: none;
}

.rv-careers-page,
.rv-career-single,
.rv-apply-page,
.rv-job {
	background: var(--rv-careers-bg);
	color: var(--rv-careers-text);
	min-height: 100vh;
}

.rv-careers-shell,
.rv-career-single__shell,
.rv-apply-shell {
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px 68px 88px;
}

.rv-careers-hero,
.rv-career-single__hero {
	margin-bottom: 0;
}

.rv-careers-eyebrow,
.rv-career-single__eyebrow {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.72);
}

.rv-careers-title,
.rv-career-single__title {
	margin: 0 0 12px;
	font-size: clamp(36px, 4.6vw, 64px);
	line-height: 1.03;
	letter-spacing: -0.04em;
	color: var(--rv-careers-text);
}

.rv-careers-intro {
	max-width: 820px;
	margin: 0;
	font-size: 15px;
	line-height: 1.58;
	color: rgba(255,255,255,0.84);
}

.rv-careers-controls,
.rv-content-panel {
	border: 1px solid rgba(255,255,255,0.14);
	background: var(--rv-careers-panel);
	box-shadow: none;
}

.rv-careers-interface {
	max-width: 1200px;
	margin: 8px auto 18px;
}

.rv-careers-controls {
	padding: 22px 36px 22px;
}

/* =========================================
   FILTER / SEARCH LAYOUT
   ========================================= */

.rv-careers-filters-row,
.rv-form-grid {
	display: grid;
	gap: 16px;
}

.rv-careers-filters-row--primary {
	grid-template-columns: repeat(4, minmax(182px, 224px));
	justify-content: center;
	column-gap: 16px;
	row-gap: 16px;
}

.rv-careers-filters-row--secondary {
	grid-template-columns: repeat(4, minmax(170px, 220px));
	justify-content: center;
	margin-top: 22px;
	column-gap: 16px;
	row-gap: 16px;
}

.rv-careers-search {
	margin-top: 32px;
	display: flex;
	justify-content: center;
}

.rv-careers-search .rv-field {
	width: 100%;
	max-width: 720px;
	align-items: center;
}

.rv-careers-search .rv-field label {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	color: rgba(255,255,255,0.82);
	letter-spacing: 0.11em;
}

.rv-careers-search input[type="search"] {
	width: 100%;
	min-height: 54px;
	padding: 0 22px;
	border: 1px solid rgba(255,255,255,0.28);
	border-radius: 16px;
	background: rgba(37, 45, 55, 0.42);
	color: #FFFFFF;
	font-size: 15px;
	box-shadow:
		inset 0 1px 2px rgba(0,0,0,0.10),
		0 18px 40px rgba(0,0,0,0.16);
	transition:
		border-color 0.18s ease,
		background-color 0.18s ease,
		box-shadow 0.18s ease;
}

.rv-careers-search input[type="search"]::placeholder {
	color: rgba(255,255,255,0.68);
}

.rv-careers-search input[type="search"]:hover {
	border-color: rgba(255,255,255,0.32);
	background: rgba(37, 45, 55, 0.48);
}

.rv-careers-search input[type="search"]:focus {
	outline: none;
	border-color: rgba(255,255,255,0.34);
	background: rgba(37, 45, 55, 0.54);
	box-shadow:
		inset 0 1px 2px rgba(0,0,0,0.10),
		0 0 0 4px rgba(255,255,255,0.08),
		0 18px 40px rgba(0,0,0,0.18);
}

.rv-careers-controls__footer {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

/* =========================================
   RESULTS BAR
   ========================================= */

.rv-results-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
	margin: 18px 0 12px;
}

.rv-results-bar__left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	min-width: 0;
	flex: 1 1 auto;
}

.rv-results-bar__summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: rgba(255,255,255,0.90);
	min-height: 46px;
}

.rv-results-bar__right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex: 0 0 auto;
	min-height: 46px;
}

/* =========================================
   FIELDS
   ========================================= */

.rv-field {
	display: flex;
	flex-direction: column;
	gap: var(--rv-filter-label-gap);
	min-width: 0;
}

.rv-field.full,
.rv-field--searchbar {
	grid-column: 1 / -1;
}

.rv-field label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.085em;
	text-transform: uppercase;
	color: #F3DCE4;
	opacity: 0.76;
}

.rv-field input,
.rv-field select,
.rv-field textarea,
.rv-field .rv-select,
.rv-field .rv-select-trigger {
	width: 100%;
	min-height: var(--rv-filter-field-height);
	font: inherit;
	font-size: var(--rv-filter-field-font);
}

.rv-field input,
.rv-field textarea {
	padding: 7px var(--rv-filter-field-padding-x);
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: 0;
	background: var(--rv-careers-panel-field);
	color: var(--rv-careers-text);
	box-shadow:
		inset 0 1px 2px rgba(0,0,0,0.08),
		inset 0 -1px 0 rgba(255,255,255,0.04);
	appearance: none;
	-webkit-appearance: none;
	transition:
		border-color 0.18s ease,
		background-color 0.18s ease,
		box-shadow 0.18s ease;
}

.rv-field input:hover,
.rv-field textarea:hover {
	border-color: rgba(255,255,255,0.18);
	background: var(--rv-careers-panel-field-hover);
}

.rv-field textarea {
	min-height: 132px;
	padding-top: 12px;
	resize: vertical;
}

.rv-field input::placeholder,
.rv-field textarea::placeholder {
	color: rgba(255,255,255,0.54);
}

.rv-field input:focus,
.rv-field textarea:focus {
	outline: none;
	border-color: rgba(255,255,255,0.24);
	background: var(--rv-careers-panel-field-focus);
	box-shadow:
		inset 0 1px 2px rgba(0,0,0,0.10),
		inset 0 -1px 0 rgba(255,255,255,0.05),
		var(--rv-careers-focus-ring);
}

/* =========================================
   HYBRID OPENING DATE FIELD
   ========================================= */

.rv-date-combo {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

.rv-date-combo.is-open #rv-career-opening-date {
	border-color: rgba(255,255,255,0.26);
	background: var(--rv-careers-panel-field-focus);
	box-shadow:
		inset 0 1px 2px rgba(0,0,0,0.10),
		inset 0 -1px 0 rgba(255,255,255,0.05),
		0 0 0 3px rgba(255,255,255,0.08);
}

#rv-career-opening-date {
	width: 100%;
	padding-right: 40px;
	color: #FFFFFF !important;
	caret-color: #FFFFFF;
}

#rv-career-opening-date::placeholder {
	color: rgba(255,255,255,0.72) !important;
}

#rv-career-opening-date:focus,
#rv-career-opening-date:active {
	color: #FFFFFF !important;
}

#rv-career-opening-date-picker {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
	border: 0;
	padding: 0;
	margin: 0;
}

.rv-date-picker-trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	color: rgba(255,255,255,0.84);
	cursor: pointer;
	padding: 0;
	outline: none !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	transition:
		color 0.18s ease,
		opacity 0.18s ease,
		transform 0.18s ease;
}

.rv-date-picker-trigger:hover,
.rv-date-picker-trigger:focus,
.rv-date-picker-trigger:focus-visible,
.rv-date-picker-trigger:active {
	background: transparent !important;
	color: #FFFFFF !important;
	outline: none !important;
	box-shadow: none !important;
	transform: translateY(-1px);
}

.rv-date-picker-trigger svg {
	width: 15px;
	height: 15px;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: none;
}

.rv-date-picker-trigger::-moz-focus-inner {
	border: 0;
}

.rv-date-panel {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 70;
	width: 280px;
	padding: 12px;
	background: #252D37;
	border: 1px solid rgba(255,255,255,0.16);
	box-shadow:
		0 12px 28px rgba(0,0,0,0.28),
		0 2px 6px rgba(0,0,0,0.18);
}

.rv-date-panel__header {
	display: grid;
	grid-template-columns: 36px 1fr 36px;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.rv-date-panel__title {
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}

.rv-date-panel__nav {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(255,255,255,0.12);
	background: rgba(255,255,255,0.04);
	color: rgba(255,255,255,0.92);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	box-shadow: none;
	font-size: 20px;
	line-height: 1;
	transition:
		background-color 0.18s ease,
		border-color 0.18s ease,
		color 0.18s ease,
		transform 0.18s ease,
		box-shadow 0.18s ease;
}

.rv-date-panel__nav:hover,
.rv-date-panel__nav:focus,
.rv-date-panel__nav:focus-visible {
	background: rgba(255,255,255,0.08);
	border-color: rgba(255,255,255,0.18);
	color: #FFFFFF;
	transform: translateY(-1px);
}

.rv-date-panel__nav:focus-visible {
	box-shadow: 0 0 0 3px rgba(255,255,255,0.08);
}

.rv-date-panel__weekdays,
.rv-date-panel__grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}

.rv-date-panel__weekdays {
	margin-bottom: 6px;
}

.rv-date-panel__weekday {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.58);
}

.rv-date-panel__grid {
	gap: 4px;
}

.rv-date-panel__day {
	min-width: 0;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid transparent;
	background: transparent;
	color: rgba(255,255,255,0.92);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	box-shadow: none;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	transition:
		background-color 0.18s ease,
		border-color 0.18s ease,
		color 0.18s ease,
		transform 0.18s ease,
		box-shadow 0.18s ease;
}

.rv-date-panel__day:hover,
.rv-date-panel__day:focus,
.rv-date-panel__day:focus-visible {
	background: rgba(255,255,255,0.08);
	border-color: rgba(255,255,255,0.12);
	color: #FFFFFF;
	transform: translateY(-1px);
}

.rv-date-panel__day:focus-visible {
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.04),
		0 0 0 3px rgba(255,255,255,0.08);
}

.rv-date-panel__day.is-today {
	border-color: rgba(231,168,189,0.46);
	color: #FFFFFF;
}

.rv-date-panel__day.is-selected {
	background: rgba(198,66,110,0.30);
	border-color: rgba(231,168,189,0.42);
	color: #FFFFFF;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

.rv-date-panel__day.is-selected:hover,
.rv-date-panel__day.is-selected:focus,
.rv-date-panel__day.is-selected:focus-visible {
	background: rgba(198,66,110,0.38);
	border-color: rgba(231,168,189,0.54);
	color: #FFFFFF;
	transform: translateY(-1px);
}

.rv-date-panel__day.is-selected:focus-visible {
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.05),
		0 0 0 3px rgba(231,168,189,0.20);
}

.rv-date-panel__day.is-empty {
	cursor: default;
	pointer-events: none;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

/* =========================================
   BUTTONS / LINKS
   ========================================= */

.rv-btn,
.rv-link-btn,
.rv-pagination a,
.rv-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 13px;
	border: 1px solid rgba(255,255,255,0.10);
	text-decoration: none;
	font-weight: 700;
	line-height: 1;
	background: transparent;
	color: var(--rv-careers-text);
	transition:
		background-color 0.18s ease,
		border-color 0.18s ease,
		transform 0.18s ease,
		color 0.18s ease,
		opacity 0.18s ease;
}

.rv-btn:hover,
.rv-link-btn:hover,
.rv-pagination a:hover {
	transform: translateY(-1px);
}

.rv-btn--primary {
	background: rgba(255,255,255,0.92);
	color: #8E2E52;
	border: none;
	letter-spacing: 0.3px;
}

.rv-btn--primary:hover {
	background: #FFFFFF;
	color: #8E2E52;
}

.rv-btn--ghost,
.rv-link-btn {
	background: transparent;
	border-color: transparent;
	color: rgba(255,255,255,0.92);
}

.rv-btn--ghost:hover,
.rv-link-btn:hover {
	background: rgba(255,255,255,0.04);
	border-color: rgba(255,255,255,0.06);
	color: #FFFFFF;
}

.rv-results-range {
	color: rgba(255,255,255,0.66);
}

.rv-active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rv-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 28px;
	padding: 0 10px 0 11px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 1px solid rgba(255,255,255,0.10);
	background: rgba(255,255,255,0.05);
	color: rgba(255,255,255,0.84);
	border-radius: 999px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	box-shadow: none;
	-webkit-tap-highlight-color: transparent;
	transition:
		background-color 0.18s ease,
		border-color 0.18s ease,
		color 0.18s ease,
		transform 0.18s ease,
		box-shadow 0.18s ease;
}

.rv-chip:hover,
.rv-chip:focus,
.rv-chip:focus-visible {
	background: rgba(255,255,255,0.09);
	border-color: rgba(255,255,255,0.16);
	color: #FFFFFF;
	transform: translateY(-1px);
	box-shadow: 0 0 0 3px rgba(255,255,255,0.05);
}

.rv-chip:focus-visible {
	box-shadow: 0 0 0 3px rgba(255,255,255,0.07);
}

.rv-chip__label {
	display: inline-block;
	min-width: 0;
	white-space: nowrap;
}

.rv-chip__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	color: rgba(255,255,255,0.86);
	opacity: 0.92;
	transform: translateY(-0.5px);
	transition:
		opacity 0.18s ease,
		color 0.18s ease,
		transform 0.18s ease;
}

.rv-chip:hover .rv-chip__remove,
.rv-chip:focus .rv-chip__remove,
.rv-chip:focus-visible .rv-chip__remove {
	color: #FFFFFF;
	opacity: 1;
	transform: translateY(-0.5px) scale(1.04);
}

/* =========================================
   AJAX RESULTS POLISH
   ========================================= */

#rv-careers-results {
	position: relative;
	transition:
		opacity var(--rv-results-fade-duration) var(--rv-results-fade-ease),
		filter var(--rv-results-fade-duration) var(--rv-results-fade-ease),
		transform var(--rv-results-fade-duration) var(--rv-results-fade-ease);
	will-change: opacity, filter, transform;
}

#rv-careers-results.is-loading {
	opacity: 0.34;
	filter: saturate(0.94) blur(0.4px);
	transform: translateY(2px);
	pointer-events: none;
}

#rv-careers-results.is-loading::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
	background:
		linear-gradient(
			90deg,
			rgba(255,255,255,0) 0%,
			rgba(255,255,255,0.075) 45%,
			rgba(255,255,255,0.12) 50%,
			rgba(255,255,255,0.075) 55%,
			rgba(255,255,255,0) 100%
		);
	background-size: 220% 100%;
	animation: rv-careers-shimmer 1.15s linear infinite;
	pointer-events: none;
}

#rv-careers-results.is-loading::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(rgba(198,66,110,0.06), rgba(198,66,110,0.06)),
		repeating-linear-gradient(
			to bottom,
			rgba(255,255,255,0.05) 0px,
			rgba(255,255,255,0.05) 92px,
			transparent 92px,
			transparent 108px
		);
	pointer-events: none;
}

@keyframes rv-careers-shimmer {
	0% {
		background-position: 130% 0;
	}
	100% {
		background-position: -130% 0;
	}
}

/* =========================================
   RESULT CARDS
   ========================================= */

.rect-stack {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 50px;
	margin-bottom: 75px;
}

.rect-link {
	display: block;
	text-decoration: none;
	color: inherit;
	opacity: 1;
	transform: translateY(0);
	will-change: opacity, transform;
}

.rect-card {
	border: 1.9px solid rgba(255,255,255,0.55);
	padding: 15px;
	font-family: Arial, sans-serif;
	color: #ffffff;
	cursor: pointer;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		transform 0.2s ease;
}

.rect-card:hover {
	border-color: rgba(255,255,255,0.85);
	background-color: rgba(255,255,255,0.05);
}

.rect-link:hover .rect-card {
	transform: translateY(-1px);
}

.rect-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.rect-title-left {
	font-size: 20px;
	font-weight: 700;
	max-width: 75%;
	color: #FFFFFF;
}

.rect-title-right {
	font-size: 15px;
	font-weight: 700;
	color: #E3E4E8;
	white-space: nowrap;
	margin-left: auto;
}

.rect-body {
	font-size: 16px;
	line-height: 1.5;
	padding-left: 5px;
	margin-bottom: 20px;
	color: #D1D3D9;
}

.rect-meta-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.rect-meta {
	font-size: 13px;
	color: #C1C4CB;
	font-weight: 700;
	line-height: 1.5;
}

/* =========================================
   PAGINATION / BREADCRUMBS
   ========================================= */

.rv-pagination {
	margin-top: 20px;
}

.rv-pagination__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.rv-pagination__item {
	opacity: 1;
	transform: translateY(0);
	will-change: opacity, transform;
}

.rv-pagination a,
.rv-pagination span {
	min-width: 40px;
	background: rgba(255,255,255,0.04);
	border-color: rgba(255,255,255,0.10);
}

.rv-pagination .current {
	background: rgba(255,255,255,0.10);
	color: var(--rv-careers-text);
	border-color: rgba(255,255,255,0.18);
}

.rv-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
	font-size: 14px;
	color: rgba(255,255,255,0.72);
}

.rv-breadcrumbs a {
	color: rgba(255,255,255,0.72);
	text-decoration: none;
}

/* =========================================
   APPLY PAGE / LEGACY SINGLE PANELS
   ========================================= */

.rv-career-single__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-bottom: 22px;
	font-size: 14px;
	font-weight: 700;
	color: rgba(255,255,255,0.84);
}

.rv-career-single__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.rv-career-single__grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
	gap: 20px;
	margin-top: 26px;
}

.rv-content-panel {
	padding: 24px;
}

.rv-content-panel h2,
.rv-content-panel h3 {
	margin-top: 0;
	color: var(--rv-careers-text);
}

.rv-content-panel p,
.rv-content-panel li {
	color: var(--rv-careers-body);
	line-height: 1.7;
}

.rv-detail-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.rv-detail-list li {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px 0;
	border-top: 1px solid var(--rv-careers-line);
}

.rv-detail-list li:first-child {
	border-top: 0;
	padding-top: 0;
}

.rv-detail-list strong {
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--rv-careers-meta);
}

.rv-related-roles {
	margin-top: 34px;
}

.rv-related-roles h2 {
	margin-bottom: 16px;
}

.rv-empty-state {
	padding: 24px;
	border: 1px solid rgba(255,255,255,0.14);
	background: rgba(255,255,255,0.04);
	box-shadow: none;
	opacity: 1;
	transform: translateY(0);
	will-change: opacity, transform;
}

.rv-empty-state h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 26px;
	color: var(--rv-careers-text);
}

.rv-empty-state p {
	margin-top: 0;
	margin-bottom: 18px;
	color: var(--rv-careers-body);
	line-height: 1.6;
}

/* =========================================
   SINGLE ROLE MASTER TEMPLATE
   ========================================= */

.rv-job {
	--bg: #C6426E;
	--title: #FFFFFF;
	--label: #DDDDDD;
	--body: #CFCFCF;
	--muted: #BFBBBF;
	--stuff: #E7A8BD;
	--btn-bg: rgba(255,255,255,0.92);
	--btn-bg-hover: #FFFFFF;
	--btn-text: #8E2E52;
	--max: 900px;
	--pad-x: 20px;
	--pad-y: 80px;

	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	color: var(--body);
}

.rv-job * {
	box-sizing: border-box;
}

.rv-job-wrap {
	max-width: var(--max);
	margin: 0 auto;
	padding: var(--pad-y) var(--pad-x);
}

.rv-back {
	display: inline-block;
	margin-bottom: 32px;
	font-size: 14px;
	letter-spacing: 0.4px;
	color: #FFFFFF;
	text-decoration: none !important;
	opacity: 0.55;
	transition: opacity 0.25s ease;
}

.rv-back:hover {
	opacity: 0.85;
}

.rv-job .rv-back,
.rv-job .rv-back:link,
.rv-job .rv-back:visited,
.rv-job .rv-back:active,
.rv-job .rv-back:focus {
	color: #FFFFFF;
	text-decoration: none !important;
}

.rv-kicker {
	color: var(--label);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.rv-title {
	color: var(--title);
	font-size: 44px;
	line-height: 1.1;
	font-weight: 800;
	margin: 0;
}

.rv-title-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 10px;
}

.rv-pdf-link {
	display: inline-block;
	opacity: 0.75;
	transition: opacity 0.2s ease, transform 0.15s ease;
}

.rv-pdf-link:hover {
	opacity: 1;
	transform: translateY(-2px);
}

.rv-pdf-link img {
	width: 42px;
	height: auto;
	display: block;
}

.rv-subtitle {
	color: var(--label);
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 28px 0;
	max-width: 70ch;
}

.rv-job .rv-meta {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 56px 0;
}

.rv-job .rv-chip {
	border: none;
	background: #CC547C;
	padding: 14px 14px 12px 14px;
	border-radius: 0;
	min-height: 0;
	display: block;
	cursor: default;
	box-shadow: none;
	transform: none;
}

.rv-job .rv-chip:hover,
.rv-job .rv-chip:focus,
.rv-job .rv-chip:focus-visible {
	background: #CC547C;
	border: none;
	color: inherit;
	transform: none;
	box-shadow: none;
}

.rv-chip-label {
	color: var(--stuff);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.rv-chip-value {
	color: var(--title);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.rv-map {
	text-align: center;
	margin: -80px 0 -36px 0;
}

.rv-map img {
	max-width: 100%;
	height: auto;
	width: 500px;
	display: inline-block;
}

.rv-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin: 0 0 72px 0;
}

.rv-actions::before,
.rv-actions::after {
	content: "";
	flex: 1;
	height: 1px;
	background: rgba(255,255,255,0.38);
	transform: translateY(1px);
}

.rv-job .rv-btn {
	padding: 13px 26px;
	min-height: 0;
	background: #FFFFFF;
	color: #8E2E52;
	font-weight: 700;
	letter-spacing: 0.6px;
	border: none;
	border-radius: 2px;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 0.12s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.rv-job .rv-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.12);
	background: #FFFFFF;
	color: #8E2E52;
}

.rv-job .rv-btn,
.rv-job .rv-btn:link,
.rv-job .rv-btn:visited,
.rv-job .rv-btn:hover,
.rv-job .rv-btn:active,
.rv-job .rv-btn:focus {
	text-decoration: none !important;
	color: var(--btn-text) !important;
}

.rv-job .rv-btn:focus {
	outline: none;
	box-shadow: none;
}

.rv-section {
	padding: 0;
	margin: 0 0 58px 0;
	border: none;
	background: transparent;
}

.rv-h2 {
	color: var(--title);
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.3px;
	margin: 0 0 14px 0;
}

.rv-p {
	margin: 0 0 14px 0;
	color: var(--body);
	line-height: 1.7;
	font-size: 16px;
	max-width: 82ch;
}

.rv-list {
	margin: 0;
	padding-left: 18px;
	color: var(--body);
	line-height: 1.7;
	font-size: 16px;
	max-width: 82ch;
}

.rv-list li {
	margin: 8px 0;
}

.rv-qual-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 44px;
	margin-top: 6px;
}

.rv-qual {
	border: none;
	background: transparent;
	padding: 0;
}

.rv-qual-title {
	color: var(--title);
	font-weight: 900;
	font-size: 14px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}

.rv-next {
	border: none;
	background: transparent;
	padding: 0;
	margin-top: 10px;
}

.rv-email {
	color: var(--title);
	font-weight: 900;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	padding-bottom: 2px;
}

.rv-email:hover {
	border-color: rgba(255,255,255,0.9);
}

.rv-email,
.rv-email:link,
.rv-email:visited,
.rv-email:active {
	text-decoration: none !important;
	color: var(--title) !important;
}

/* =========================================
   CUSTOM SELECTS
   ========================================= */

.rv-select {
	position: relative;
	width: 100%;
	min-height: var(--rv-filter-field-height);
	padding: 0;
	border: 1px solid rgba(255,255,255,0.16) !important;
	border-radius: 0 !important;
	background: var(--rv-careers-panel-field) !important;
	background-image: none !important;
	box-shadow:
		inset 0 1px 2px rgba(0,0,0,0.08),
		inset 0 -1px 0 rgba(255,255,255,0.04) !important;
	cursor: pointer;
	outline: none;
	transition:
		border-color 0.18s ease,
		background-color 0.18s ease,
		box-shadow 0.18s ease;
}

.rv-select:hover {
	border-color: rgba(255,255,255,0.18) !important;
	background: var(--rv-careers-panel-field-hover) !important;
}

.rv-select.open,
.rv-select:focus {
	border-color: rgba(255,255,255,0.26) !important;
	background: var(--rv-careers-panel-field-focus) !important;
	box-shadow:
		inset 0 1px 2px rgba(0,0,0,0.10),
		inset 0 -1px 0 rgba(255,255,255,0.05),
		0 0 0 3px rgba(255,255,255,0.08) !important;
}

.rv-select::before,
.rv-select::after {
	content: none !important;
	display: none !important;
}

.rv-select select {
	display: none !important;
}

.rv-select-trigger {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: var(--rv-filter-field-height);
	padding: 7px 38px 7px var(--rv-filter-field-padding-x);
	margin: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.rv-select-label {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF !important;
	font: inherit;
	font-size: var(--rv-filter-field-font);
	line-height: 1.2;
}

.rv-select-arrow {
	position: absolute;
	right: 13px;
	top: 50%;
	width: 9px;
	height: 5px;
	transform: translateY(-50%);
	pointer-events: none;
	transition: transform var(--rv-utility-menu-duration) var(--rv-utility-menu-ease);
}

.rv-select-arrow::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255,255,255,0.82);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.rv-select.open .rv-select-arrow {
	transform: translateY(-50%) rotate(180deg);
}

.rv-select-menu,
.rv-sort-menu,
.rv-per-page-menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 60;
	background: #252D37;
	border: 1px solid rgba(255,255,255,0.16);
	box-shadow:
		0 12px 28px rgba(0,0,0,0.28),
		0 2px 6px rgba(0,0,0,0.18);
	transform-origin: top center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-4px) scale(0.985);
	transition:
		opacity var(--rv-utility-menu-duration) var(--rv-utility-menu-ease),
		transform var(--rv-utility-menu-duration) var(--rv-utility-menu-ease),
		visibility 0s linear var(--rv-utility-menu-duration);
	will-change: opacity, transform;
}

.rv-select-menu {
	left: 0;
	max-height: 260px;
	overflow-y: auto;
}

.rv-select.open .rv-select-menu,
.rv-sort-trigger.open + .rv-sort-menu,
.rv-per-page-trigger.open + .rv-per-page-menu,
.rv-select.is-closing .rv-select-menu,
.rv-sort-trigger.is-closing + .rv-sort-menu,
.rv-per-page-trigger.is-closing + .rv-per-page-menu {
	visibility: visible;
}

.rv-select.open .rv-select-menu,
.rv-sort-trigger.open + .rv-sort-menu,
.rv-per-page-trigger.open + .rv-per-page-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1);
	transition:
		opacity var(--rv-utility-menu-duration) var(--rv-utility-menu-ease),
		transform var(--rv-utility-menu-duration) var(--rv-utility-menu-ease),
		visibility 0s linear 0s;
}

.rv-select.is-closing .rv-select-menu,
.rv-sort-trigger.is-closing + .rv-sort-menu,
.rv-per-page-trigger.is-closing + .rv-per-page-menu {
	opacity: 0;
	pointer-events: none;
	transform: translateY(-4px) scale(0.985);
}

.rv-select-option,
.rv-sort-option,
.rv-per-page-option {
	font-size: 14px;
	color: rgba(255,255,255,0.92);
	cursor: pointer;
	transition:
		background-color 0.14s ease,
		color 0.14s ease;
	outline: none;
}

.rv-select-option {
	padding: 11px 14px;
	line-height: 1.35;
}

.rv-sort-option,
.rv-per-page-option {
	min-height: 48px;
	display: flex;
	align-items: center;
	padding: 0 16px;
}

.rv-select-option:hover,
.rv-select-option:focus,
.rv-sort-option:hover,
.rv-sort-option:focus,
.rv-per-page-option:hover,
.rv-per-page-option:focus {
	background: rgba(255,255,255,0.08);
	color: #FFFFFF;
	outline: none;
}

.rv-select-option.active {
	background: rgba(198,66,110,0.24);
	color: #FFFFFF;
}

.rv-sort-option.active,
.rv-per-page-option.active {
	background: rgba(255,255,255,0.07);
	color: #FFFFFF;
}

.rv-sort-option.active:hover,
.rv-sort-option.active:focus,
.rv-per-page-option.active:hover,
.rv-per-page-option.active:focus {
	background: rgba(198,66,110,0.24);
	color: #FFFFFF;
}

.rv-select-option.is-disabled {
	opacity: 0.45;
	cursor: default;
}

/* =========================================
   SORT / PER-PAGE ICON MENUS
   ========================================= */

.rv-sort,
.rv-per-page {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
}

.rv-sort-trigger,
.rv-per-page-trigger {
	position: relative;
	width: 46px;
	height: 46px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,0.14);
	background: var(--rv-careers-panel-field);
	box-shadow:
		inset 0 1px 2px rgba(0,0,0,0.08),
		inset 0 -1px 0 rgba(255,255,255,0.04);
	cursor: pointer;
	color: rgba(255,255,255,0.94) !important;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 999px;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition:
		background-color 0.18s ease,
		border-color 0.18s ease,
		box-shadow 0.18s ease,
		transform 0.18s ease,
		color 0.18s ease,
		opacity 0.18s ease;
}

.rv-sort-trigger:hover,
.rv-sort-trigger:focus,
.rv-sort-trigger:focus-visible,
.rv-sort-trigger:active,
.rv-per-page-trigger:hover,
.rv-per-page-trigger:focus,
.rv-per-page-trigger:focus-visible,
.rv-per-page-trigger:active {
	color: rgba(255,255,255,0.94) !important;
	background: var(--rv-careers-panel-field-hover);
	border-color: rgba(255,255,255,0.20);
	outline: none !important;
	box-shadow:
		inset 0 1px 2px rgba(0,0,0,0.08),
		inset 0 -1px 0 rgba(255,255,255,0.04) !important;
}

.rv-sort-trigger:hover,
.rv-per-page-trigger:hover {
	transform: translateY(-1px) scale(1.01);
}

.rv-sort-trigger::-moz-focus-inner,
.rv-per-page-trigger::-moz-focus-inner {
	border: 0;
}

.rv-sort-trigger.open,
.rv-per-page-trigger.open {
	color: rgba(255,255,255,0.94) !important;
	background: var(--rv-careers-panel-field-focus);
	border-color: rgba(255,255,255,0.26);
	box-shadow:
		inset 0 1px 2px rgba(0,0,0,0.10),
		inset 0 -1px 0 rgba(255,255,255,0.05),
		var(--rv-careers-focus-ring);
	transform: translateY(0) scale(1.02);
}

.rv-sort-svg,
.rv-per-page-svg {
	display: block;
	width: 18px;
	height: 18px;
	overflow: visible;
	opacity: 0.92;
	pointer-events: none;
	transition:
		transform 0.18s ease,
		opacity 0.18s ease;
}

.rv-sort-trigger:hover .rv-sort-svg,
.rv-per-page-trigger:hover .rv-per-page-svg {
	opacity: 1;
	transform: scale(1.03);
}

.rv-sort-trigger.open .rv-sort-svg,
.rv-per-page-trigger.open .rv-per-page-svg {
	opacity: 1;
	transform: scale(1.05);
}

.rv-sort-svg path,
.rv-per-page-svg path {
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.rv-per-page-svg circle {
	fill: currentColor !important;
	stroke: none !important;
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 1100px) {
	.rv-careers-shell,
	.rv-career-single__shell,
	.rv-apply-shell {
		padding-left: 20px;
		padding-right: 20px;
	}

	.rv-careers-controls {
		padding-left: 22px;
		padding-right: 22px;
	}

	.rv-careers-filters-row--primary {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rv-careers-filters-row--secondary {
		grid-template-columns: repeat(2, minmax(188px, 1fr));
		justify-content: center;
	}

	.rv-job-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 980px) {
	.rv-careers-filters-row--primary,
	.rv-careers-filters-row--secondary,
	.rv-form-grid,
	.rv-career-single__grid {
		grid-template-columns: 1fr 1fr;
	}

	.rv-results-bar {
		align-items: flex-start;
	}

	.rv-results-bar__right {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}

	.rv-careers-filters-row--secondary {
		justify-content: stretch;
		margin-top: 16px;
	}

	.rv-careers-search .rv-field {
		max-width: 100%;
	}

	.rv-job .rv-meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rv-qual-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.rv-title {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.rv-careers-shell,
	.rv-career-single__shell,
	.rv-apply-shell {
		padding: 16px 15px 64px;
	}

	.rv-careers-hero,
	.rv-career-single__hero {
		margin-bottom: 24px;
	}

	.rv-careers-title,
	.rv-career-single__title {
		font-size: clamp(30px, 10vw, 46px);
		line-height: 1.05;
	}

	.rv-careers-intro {
		font-size: 15px;
		line-height: 1.56;
	}

	.rv-careers-controls {
		padding: 14px 14px 13px;
	}

	.rv-careers-filters-row--primary,
	.rv-careers-filters-row--secondary,
	.rv-form-grid,
	.rv-career-single__grid {
		grid-template-columns: 1fr;
		gap: 11px;
	}

	.rv-results-bar,
	.rv-career-single__cta {
		flex-direction: column;
		align-items: stretch;
	}

	.rv-results-bar__right {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 14px;
		width: 100%;
	}

	.rv-sort,
	.rv-per-page {
		width: 46px;
		height: 46px;
		flex: 0 0 46px;
		justify-self: center;
		align-self: center;
	}

	.rv-sort-trigger,
	.rv-per-page-trigger {
		width: 46px;
		height: 46px;
		border-radius: 999px;
	}

	.rv-sort-menu,
	.rv-per-page-menu {
		left: 50%;
		right: auto;
		min-width: 220px;
		max-width: min(280px, calc(100vw - 32px));
	}

	.rv-sort-trigger.open + .rv-sort-menu,
	.rv-per-page-trigger.open + .rv-per-page-menu,
	.rv-sort-trigger.is-closing + .rv-sort-menu,
	.rv-per-page-trigger.is-closing + .rv-per-page-menu {
		transform: translateX(-50%) translateY(0) scale(1);
	}

	.rv-sort-menu,
	.rv-per-page-menu {
		transform: translateX(-50%) translateY(-4px) scale(0.985);
	}

	.rv-date-panel {
		left: 50%;
		width: min(280px, calc(100vw - 32px));
		transform: translateX(-50%);
	}

	#rv-career-opening-date {
		color: #FFFFFF !important;
	}

	#rv-career-opening-date::placeholder {
		color: rgba(255,255,255,0.72) !important;
	}

	.rv-careers-search input[type="search"] {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.rv-careers-search input[type="search"]::placeholder {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.rv-careers-controls__footer {
		justify-content: stretch;
	}

	.rv-careers-controls__footer .rv-btn,
	.rv-btn,
	.rv-link-btn {
		width: 100%;
	}

	.rv-results-bar {
		margin: 14px 0 10px;
	}

	.rect-stack {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 50px;
	}

	.rect-header {
		position: relative;
		align-items: flex-start;
		padding-right: 95px;
	}

	.rect-title-right {
		position: absolute;
		top: 0;
		right: 0;
		margin-left: 0;
	}

	.rect-title-left {
		max-width: 100%;
	}

	.rect-body {
		margin-bottom: 18px;
	}

	.rv-chip {
		min-height: 30px;
		padding: 0 11px 0 12px;
	}

	.rv-job-wrap {
		padding: 60px 16px;
	}

	.rv-title-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.rv-pdf-link {
		margin-top: 12px;
		margin-bottom: 22px;
	}

	.rv-title {
		font-size: 34px;
	}

	.rv-subtitle {
		font-size: 16px;
	}

	.rv-job .rv-meta {
		grid-template-columns: 1fr;
	}

	.rv-section {
		margin-bottom: 48px;
	}

	.rv-map {
		margin: -44px 0 -18px 0;
	}

	.rv-actions {
		gap: 16px;
		margin: 0 0 56px 0;
	}
}

@media (min-width: 768px) {
	.rv-results-bar__right {
		gap: 12px;
	}

	.rv-sort-menu,
	.rv-per-page-menu {
		min-width: 212px;
	}
}

@media (prefers-reduced-motion: reduce) {
	#rv-careers-results,
	#rv-careers-results::before,
	#rv-careers-results::after,
	.rect-link,
	.rv-empty-state,
	.rv-pagination__item,
	.rect-card,
	.rv-select,
	.rv-select-arrow,
	.rv-select-menu,
	.rv-sort-trigger,
	.rv-per-page-trigger,
	.rv-sort-svg,
	.rv-per-page-svg,
	.rv-sort-menu,
	.rv-per-page-menu,
	.rv-date-picker-trigger,
	.rv-date-panel,
	.rv-date-panel__nav,
	.rv-date-panel__day,
	.rv-chip,
	.rv-chip__remove,
	.rv-back,
	.rv-pdf-link,
	.rv-job .rv-btn {
		transition: none !important;
		animation: none !important;
	}
}