/**
 * VON RUEDEN editorial adapter: Arbeitsrecht.
 *
 * Scope: pages 60858, 59942 and 60382. Load after core.css, the active
 * theme, Elementor and rueden-arbeitsrecht-architecture styles.
 */

:is(body.page-id-60858, body.page-id-59942, body.page-id-60382) {
	background: var(--vre-paper);
	color: var(--vre-body);
	font-family: var(--vre-body-font);
	font-size: 16px;
	line-height: 1.65;
	overflow-x: hidden;
	overflow-x: clip;
}

:is(body.page-id-60858, body.page-id-59942, body.page-id-60382) img {
	display: block;
	height: auto;
	max-width: 100%;
}

:is(body.page-id-60858, body.page-id-59942, body.page-id-60382) :focus-visible {
	box-shadow: 0 0 0 2px var(--vre-white);
	outline: 3px solid var(--vre-lime);
	outline-offset: 3px;
}

/* Map the existing Arbeitsrecht design API to the shared editorial tokens. */
:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) {
	--vr-night: var(--vre-navy);
	--vr-night-soft: var(--vre-navy-soft);
	--vr-navy: var(--vre-navy);
	--vr-ink: var(--vre-ink);
	--vr-body: var(--vre-body);
	--vr-cream: var(--vre-paper);
	--vr-paper: var(--vre-white);
	--vr-light: var(--vre-paper-soft);
	--vr-olive: var(--vre-sage);
	--vr-lime: var(--vre-lime);
	--vr-font-display: var(--vre-display);
	--vr-font-sans: var(--vre-body-font);
	--vr-container: var(--vre-shell);

	background: var(--vre-paper);
	color: var(--vre-body);
	font-family: var(--vre-body-font);
	font-size: 16px;
	line-height: 1.65;
	max-width: none;
	min-width: 0;
	overflow-x: hidden;
	overflow-x: clip;
	width: 100%;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) *,
:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) *::before,
:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) *::after {
	box-sizing: border-box;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	:where(h1, h2, h3, h4, .vr-section__heading, .vr-faq-list summary) {
	color: var(--vre-ink);
	font-family: var(--vre-display);
	font-weight: 400;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) h1 {
	font-size: var(--vre-h1-size);
	line-height: 0.98;
	max-width: 39.7rem;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) h2 {
	font-size: var(--vre-h2-size);
	line-height: 1.04;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) h3 {
	font-size: clamp(1.34rem, 2.32vw, 1.8525rem);
	line-height: 1.18;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	:where(p, li, label, input, select, textarea, button) {
	font-family: var(--vre-body-font);
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	:where(.vr-shell, .vr-container) {
	margin-inline: auto;
	max-width: var(--vre-shell);
	width: calc(100% - 24px);
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-section {
	padding-block: var(--vre-section-y);
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	:where(.vr-section--intro, .vr-section--light) {
	background: var(--vre-paper);
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	:where(.vr-section--soft, .vr-section--faq) {
	background: var(--vre-paper-soft);
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	:where(.vr-section--dark, .vr-contact) {
	background: var(--vre-navy-soft);
	color: var(--vre-white);
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	:where(.vr-section--dark, .vr-contact) :where(h2, h3, h4, p, li, a) {
	color: inherit;
}

/* Minimal Canvas-style header and the reference navy hero. */
:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-sitehead {
	background: var(--vre-navy);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	min-height: 73px;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-sitehead__inner {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	min-height: 73px;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-hero {
	background: var(--vre-navy);
	background-image: none !important;
	color: var(--vre-white);
	padding-block: 2rem 3rem;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-hero::before,
:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-hero::after {
	display: none !important;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-hero__grid {
	align-items: center;
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1fr);
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	.vr-hero :where(h1, p, a, .vr-byline) {
	color: inherit;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-hero__lead {
	font-size: clamp(1.125rem, 2vw, 1.235rem);
	line-height: 1.62;
	max-width: 41rem;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-emergency {
	background: var(--vre-sage);
	border: 0;
	border-radius: 0 !important;
	box-shadow: 0 18px 44px rgba(6, 27, 44, 0.14);
	color: var(--vre-navy);
	overflow: hidden;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-emergency__photo {
	background: var(--vre-paper-soft);
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-emergency__photo img {
	border-radius: 0 !important;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* Actions are stacked on mobile and angular at every viewport. */
:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-actions {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: minmax(0, 1fr);
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	:where(.vr-button, .vr-btn) {
	align-items: center;
	border-radius: 0 !important;
	display: inline-flex;
	font-family: var(--vre-body-font);
	font-size: 0.912rem;
	font-weight: 800;
	justify-content: center;
	min-height: 44px;
	padding: 0.665rem 1.14rem;
	text-align: center;
	text-decoration: none;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	:where(.vr-button--primary, .vr-btn--primary) {
	background: var(--vre-lime);
	border: 2px solid var(--vre-lime);
	color: var(--vre-navy);
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	:where(.vr-button--secondary, .vr-button--ghost, .vr-btn--secondary) {
	background: transparent;
	border: 2px solid var(--vre-paper-soft);
	color: var(--vre-paper-soft);
}

/* Existing card families mapped to the same restrained geometry. */
:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	:where(
		.vr-action-card,
		.vr-card,
		.vr-value-card,
		.vr-offence-card,
		.vr-choice-card,
		.vr-profile-portrait,
		.vr-contact-form,
		input,
		select,
		textarea,
		button
	) {
	border-radius: 0 !important;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	:where(.vr-action-card, .vr-card, .vr-value-card, .vr-offence-card, .vr-choice-card) {
	background: var(--vre-white);
	border: 1px solid rgba(16, 35, 46, 0.18);
	box-shadow: none;
	min-width: 0;
	padding: clamp(1.5rem, 4vw, 2.125rem);
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	:where(.vr-card-grid, .vr-value-grid, .vr-offence-grid, .vr-strategy-grid, .vr-choice__grid) {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: minmax(0, 1fr);
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-profile-showcase {
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1fr);
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-profile-copy {
	min-width: 0;
	padding-right: 0;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-profile-portrait {
	margin: 0;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-strategy-grid > * {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--vre-white);
}

/* FAQ and contact retain their existing semantic/Elementor functionality. */
:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-faq-list details {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(16, 35, 46, 0.28);
	border-radius: 0 !important;
	margin: 0;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-faq-list summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: clamp(1.25rem, 2.1vw, 1.406rem);
	justify-content: space-between;
	min-height: 44px;
	padding-block: 1.25rem;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-contact__grid {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: minmax(0, 1fr);
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-contact-form {
	background: var(--vre-white);
	color: var(--vre-body);
	padding: clamp(1.5rem, 4vw, 2.25rem);
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	.vr-contact-form :where(input, select, textarea) {
	background: var(--vre-white);
	border: 1px solid rgba(16, 35, 46, 0.34);
	color: var(--vre-ink);
	font-size: 16px;
	min-height: 44px;
	width: 100%;
}

/* Existing mobile contact component becomes the reference 49px bar. */
:is(body.page-id-59942, body.page-id-60382) {
	padding-bottom: 49px !important;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-mobile-contact {
	bottom: 0;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	height: 49px;
	left: 0;
	margin: 0;
	position: fixed;
	right: 0;
	z-index: 900;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-mobile-contact > * {
	align-items: center;
	background: var(--vre-navy);
	border: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 0 !important;
	color: var(--vre-white);
	display: flex;
	font-size: 0.72rem;
	font-weight: 800;
	justify-content: center;
	min-width: 0;
	padding: 0.5rem;
	text-align: center;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	.vr-mobile-contact > :first-child {
	background: var(--vre-lime);
	color: var(--vre-navy);
}

/* Arbeitgeber/Arbeitnehmer already carry their own minimal site header. */
:is(body.page-id-59942, body.page-id-60382)
	:where(.elementor-location-header, header#masthead, #js-header-menu) {
	display: none !important;
}

:is(body.page-id-59942, body.page-id-60382) :where(.page-row, .page-row-expanded) {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* Arbeitsrecht hub: adapt the existing Elementor DOM without replacing it. */
body.page-id-60858 .elementor-60858 {
	background: var(--vre-paper);
	color: var(--vre-body);
	font-family: var(--vre-body-font);
	overflow-x: hidden;
	overflow-x: clip;
}

body.page-id-60858 .elementor-60858 * {
	box-sizing: border-box;
}

body.page-id-60858 .elementor-60858 :where(h1, h2, h3, h4) {
	color: var(--vre-ink);
	font-family: var(--vre-display) !important;
	font-weight: 400 !important;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

body.page-id-60858 .elementor-60858 h1 {
	font-size: var(--vre-h1-size) !important;
	line-height: 0.98 !important;
}

body.vre-editorial-target.page-id-60858
	.elementor-60858
	.elementor-element.elementor-element-79a5bd5b
	h1.elementor-heading-title.elementor-size-default {
	font-size: var(--vre-h1-size) !important;
	line-height: 0.98 !important;
}

body.vre-editorial-target.page-id-60858
	.elementor-60858
	.elementor-element.elementor-element-79a5bd5b
	h1.elementor-heading-title.elementor-size-default
	:where(strong, small) {
	color: inherit !important;
	font: inherit !important;
	letter-spacing: inherit !important;
}

body.page-id-60858 .elementor-60858 h2 {
	font-size: var(--vre-h2-size) !important;
	line-height: 1.04 !important;
}

body.page-id-60858 .elementor-60858 h3 {
	font-size: clamp(1.34rem, 2.32vw, 1.8525rem) !important;
	line-height: 1.18 !important;
}

body.page-id-60858 .elementor-60858 :where(p, li, a, input, select, textarea, button) {
	font-family: var(--vre-body-font) !important;
}

body.page-id-60858 .elementor-60858 .e-con.e-con-boxed > .e-con-inner {
	max-width: var(--vre-shell) !important;
	width: calc(100% - 24px) !important;
}

body.page-id-60858 .elementor-60858 > .e-con.e-parent {
	background-image: none !important;
	padding-block: var(--vre-section-y) !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-160d45b5,
body.page-id-60858 .elementor-60858 .elementor-element-5aac7dd {
	background: var(--vre-navy) !important;
	background-image: none !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-160d45b5 {
	padding-block: 2rem 3rem !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-5aac7dd > .e-con-inner {
	align-items: center;
	display: grid !important;
	gap: 2rem;
	grid-template-columns: minmax(0, 1fr);
	padding: 0 !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-27b323d7,
body.page-id-60858 .elementor-60858 .elementor-element-27c5cc09 {
	max-width: none !important;
	width: 100% !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-27b323d7 {
	padding: 0 !important;
}

@media (max-width: 1023px) {
	html body.vre-editorial-target.page-id-60858
		.elementor.elementor-60858
		.elementor-element.elementor-element-5aac7dd
		> .e-con-inner
		> .elementor-element.elementor-element-27b323d7.e-con.e-child {
		display: flex !important;
		flex-direction: column;
		gap: 24px;
	}

	html body.vre-editorial-target.page-id-60858
		.elementor.elementor-60858
		.elementor-element.elementor-element-5aac7dd
		> .e-con-inner
		> .elementor-element.elementor-element-27c5cc09.e-con.e-child {
		display: flex !important;
	}

	html body.vre-editorial-target.page-id-60858
		.elementor.elementor-60858
		.elementor-element.elementor-element-27b323d7.e-con.e-child
		> :where(.elementor-element-6757f7f6, .elementor-element-36aa032c, .elementor-element-5ec1802b) {
		display: flex !important;
		order: initial !important;
		padding: 0 !important;
	}

	body.page-id-60858 .elementor-60858 .elementor-element-36aa032c {
		align-items: flex-start !important;
		text-align: left !important;
	}

	body.page-id-60858 .elementor-60858 .elementor-element-40e2cfc {
		width: 100% !important;
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}

	body.page-id-60858 .elementor-60858 .elementor-element-40e2cfc .elementor-button {
		width: 100% !important;
	}
}

body.page-id-60858 .elementor-60858 .elementor-element-6757f7f6 {
	display: block !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-464604f7 {
	display: none !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-160d45b5 :where(h1, p) {
	color: var(--vre-white) !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-27c5cc09 {
	background: var(--vre-sage) !important;
	border-radius: 0 !important;
	box-shadow: 0 18px 44px rgba(6, 27, 44, 0.14);
	overflow: hidden;
}

body.page-id-60858 .elementor-location-header .elementor-element-596e959a {
	background: var(--vre-navy) !important;
	background-image: none !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-27c5cc09 :where(img, .e-con) {
	border-radius: 0 !important;
}

body.page-id-60858 .elementor-60858 :where(.elementor-button, input, select, textarea) {
	border-radius: 0 !important;
	font-size: 16px;
	min-height: 44px;
}

body.page-id-60858 .elementor-60858 .elementor-button {
	background: var(--vre-lime) !important;
	border: 2px solid var(--vre-lime) !important;
	color: var(--vre-navy) !important;
	font-size: 0.912rem !important;
	font-weight: 800 !important;
	padding: 0.665rem 1.14rem !important;
}

body.page-id-60858 .elementor-60858 .elementor-divider-separator {
	border-color: var(--vre-sage) !important;
	border-width: 2px 0 0 !important;
	width: 4rem !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-48584ce1 {
	background: var(--vre-paper) !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-8a20d8a {
	background: var(--vre-paper-soft) !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-7229f542 {
	background: var(--vre-navy-soft) !important;
	color: var(--vre-white);
}

body.page-id-60858 .elementor-60858 .elementor-element-1bffa10,
body.page-id-60858 .elementor-60858 .color-gadient-blue-deg {
	background: var(--vre-navy) !important;
	background-image: none !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-48584ce1 a.e-con[href],
body.page-id-60858 .elementor-60858
	:is(
		.elementor-element-38f6510,
		.elementor-element-2cad41f,
		.elementor-element-f077695,
		.elementor-element-781d751,
		.elementor-element-53a3e22
	) {
	background: var(--vre-white) !important;
	background-image: none !important;
	border: 1px solid rgba(16, 35, 46, 0.18) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	min-width: 0;
	padding: clamp(1.5rem, 4vw, 2.125rem) !important;
}

body.page-id-60858 .elementor-60858 .elementor-widget-form {
	background: var(--vre-white);
	border-radius: 0 !important;
	color: var(--vre-body);
	padding: clamp(1.5rem, 4vw, 2.25rem);
}

body.page-id-60858 .elementor-location-header {
	background: var(--vre-navy) !important;
	box-shadow: none !important;
}

/* Tablet: introduce two-column card layouts without compressing body copy. */
@media (min-width: 768px) {
	:is(body.page-id-59942, body.page-id-60382) {
		padding-bottom: 0 !important;
	}

	:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-mobile-contact {
		display: none !important;
	}

	:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-actions {
		display: flex;
		flex-wrap: wrap;
	}

	:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
		:where(.vr-card-grid, .vr-offence-grid, .vr-choice__grid) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-value-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Desktop: reference 60/40 hero and editorial multi-column rhythm. */
@media (min-width: 1024px) {
	:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-hero__grid {
		gap: clamp(3.75rem, 5.3vw, 4.25rem);
		grid-template-columns: minmax(0, 3fr) minmax(18rem, 2fr);
	}

	:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-card-grid--four,
	:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-strategy-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-profile-showcase {
		align-items: start;
		gap: clamp(3.75rem, 7vw, 6rem);
		grid-template-columns: minmax(18rem, 2fr) minmax(0, 3fr);
	}

	:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-contact__grid {
		align-items: start;
		gap: clamp(4rem, 7vw, 5.625rem);
		grid-template-columns: minmax(0, 11fr) minmax(24rem, 10fr);
	}

	body.page-id-60858 .elementor-60858 .elementor-element-5aac7dd > .e-con-inner {
		gap: 68.4px;
		grid-template-columns: minmax(0, 676px) minmax(0, 380px);
		justify-content: center;
	}

	body.page-id-60858 .elementor-location-header .elementor-nav-menu--main {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	:is(body.page-id-60858, body.page-id-59942, body.page-id-60382) *,
	:is(body.page-id-60858, body.page-id-59942, body.page-id-60382) *::before,
	:is(body.page-id-60858, body.page-id-59942, body.page-id-60382) *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* 1.0.11 measured hero and legacy-media cleanup. */
body.page-id-60858 .elementor-60858 .elementor-element-35f2ada,
body.page-id-60858 .elementor-60858 .elementor-element-35f2ada::before,
body.page-id-60858 .elementor-60858 .elementor-element-35f2ada::after,
body.page-id-60858 .elementor-60858 .color-gadient-blue-deg,
body.page-id-60858 .elementor-60858 .color-gadient-blue-deg::before,
body.page-id-60858 .elementor-60858 .color-gadient-blue-deg::after {
	background-image: none !important;
}

body.page-id-60858 .elementor-60858 :where(
	.elementor-element-27c5cc09,
	.elementor-element-4aaec2,
	.elementor-element-65085a8,
	.elementor-element-4e526368,
	.elementor-element-4b94938c,
	.elementor-element-4b94938c > .elementor-widget-container
) {
	padding: 0 !important;
	margin: 0 !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-45cd5433 {
	display: none !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-4b94938c img {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center top;
}

body.page-id-60858 .elementor-60858 :where(.elementor-element-764c25cb, .elementor-element-4b59b294) {
	padding-inline: 18px !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-764c25cb {
	padding-top: 18px !important;
}

body.page-id-60858 .elementor-60858 .elementor-element-4b59b294 {
	padding-bottom: 18px !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
	body.page-id-60858 .elementor-60858 .elementor-element-5aac7dd > .e-con-inner,
	:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-hero__grid {
		width: calc(100% - 18.75vw + 105.6px) !important;
		grid-template-columns: minmax(0, 1fr) minmax(294px, calc(9.765625vw + 219px)) !important;
		gap: 5vw !important;
		align-items: center;
		margin-inline: auto !important;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	body.page-id-60858 .elementor-60858 .elementor-element-5aac7dd > .e-con-inner,
	:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-hero__grid {
		width: calc(100% - 26.875vw + 188.8px) !important;
		grid-template-columns: minmax(0, 1fr) minmax(319px, calc(23.828125vw + 75px)) !important;
		gap: calc(6.71875vw - 17.6px) !important;
		justify-content: center !important;
		margin-inline: auto !important;
	}
}

@media (min-width: 1280px) {
	body.page-id-60858 .elementor-60858 .elementor-element-5aac7dd > .e-con-inner,
	:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) .vr-hero__grid {
		width: 1124.8px !important;
		grid-template-columns: 676px 380px !important;
		gap: 68.4px !important;
		justify-content: center !important;
	}
}

/* 1.0.16: restore labels hidden by historic white-on-white rules. */
body.vre-editorial-target.page-id-60858 .elementor-60858
	.elementor-element-8837672 a .elementor-heading-title,
body.vre-editorial-target.page-id-60858 .elementor-60858
	.elementor-element-5db94f2 a .elementor-heading-title {
	color: var(--vre-ink) !important;
}

body.vre-editorial-target.page-id-59942 #themenuebersicht-ag-titel,
body.vre-editorial-target.page-id-60382 #themenuebersicht-titel {
	color: var(--vre-sage) !important;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	:where(.vr-choice-card, .vr-choice-card *) {
	color: var(--vre-ink) !important;
}

/* 1.0.18: the employer form is temporarily omitted server-side. Keep the
 * contact section usable at every breakpoint and fail closed if legacy output
 * still contains the complete form card. */
body.vre-editorial-target.page-id-59942 #arbeitgeber-formular {
	display: none !important;
}

body.vre-editorial-target.page-id-59942 #termin-anfragen .vr-contact__grid {
	gap: 0;
	grid-template-columns: minmax(0, 1fr) !important;
}

body.vre-editorial-target.page-id-59942 #termin-anfragen .vr-contact__content {
	margin-inline: auto;
	max-width: 44rem;
	width: 100%;
}

body.vre-editorial-target.page-id-59942 #termin-anfragen .vr-contact-awards {
	grid-template-columns: minmax(4.5rem, 6rem) minmax(0, 1fr) !important;
}

/* Closed details must not leak their navigation into the following section.
 * Desktop state is synchronized to open by the page-scoped runtime helper. */
:is(body.vre-editorial-target.page-id-59942, body.vre-editorial-target.page-id-60382)
	.vr-topic-nav details:not([open]) > nav {
	display: none !important;
}

:is(body.vre-editorial-target.page-id-59942, body.vre-editorial-target.page-id-60382)
	.vr-topic-nav details[open] > nav {
	display: grid !important;
}

body.vre-editorial-target.page-id-60858 .elementor-60858
	h2.elementor-heading-title {
	color: var(--vre-ink) !important;
}

body.vre-editorial-target.page-id-59942 .vr-ag-page .vr-hero__content > h1 {
	color: var(--vre-paper-soft) !important;
}

/* Canonical Arbeitsrecht landing-page hero assembled server-side from the
 * verified specialist and contact data. */
body.vre-editorial-target.page-id-60858 .vre-work-main-hero {
	width: 100%;
	padding: 48px 0;
	background: var(--vre-navy) !important;
	color: var(--vre-paper-soft);
}

body.vre-editorial-target.page-id-60858 .vre-work-main-hero__grid {
	display: grid;
	width: min(calc(100% - 24px), 1124.8px);
	grid-template-columns: minmax(0, 1fr);
	gap: 32px;
	align-items: start;
	margin-inline: auto;
}

body.vre-editorial-target.page-id-60858 .vre-work-main-hero__eyebrow {
	margin: 0 0 18px;
	color: var(--vre-sage);
	font: 800 12px/1.35 var(--vre-body-font) !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.vre-editorial-target.page-id-60858 .vre-work-main-hero h1 {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 28px;
	color: var(--vre-paper-soft) !important;
}

body.vre-editorial-target.page-id-60858 .vre-work-main-hero h1 :where(
	strong,
	small,
	.vre-work-hero-subtitle
) {
	color: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-style: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
}

body.vre-editorial-target.page-id-60858 .vre-work-main-hero__lead {
	max-width: 630px;
	margin: 0;
	color: rgb(243 239 231 / 82%);
	font: 400 clamp(16px, 1.55vw, 19.76px)/1.62 var(--vre-body-font) !important;
}

body.vre-editorial-target.page-id-60858 .vre-work-main-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

body.vre-editorial-target.page-id-60858 .vre-work-main-hero__actions a,
body.vre-editorial-target.page-id-60858 .vre-work-main-hero__contact a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	font: 800 14px/1.2 var(--vre-body-font) !important;
	text-decoration: none;
}

body.vre-editorial-target.page-id-60858 .vre-work-main-hero__primary,
body.vre-editorial-target.page-id-60858 .vre-work-main-hero__secondary {
	padding: 10px 18px;
}

body.vre-editorial-target.page-id-60858 .vre-work-main-hero__primary {
	border: 2px solid var(--vre-lime);
	background: var(--vre-lime);
	color: var(--vre-navy) !important;
}

body.vre-editorial-target.page-id-60858 .vre-work-main-hero__secondary {
	border: 2px solid var(--vre-paper-soft);
	background: transparent;
	color: var(--vre-paper-soft) !important;
}

body.vre-editorial-target.page-id-60858 .vre-work-main-hero__card {
	width: 100%;
	overflow: hidden;
	background: var(--vre-sage);
	color: var(--vre-navy);
	box-shadow: var(--vre-shadow-portrait);
}

body.vre-editorial-target.page-id-60858 .vre-work-main-hero__card > img {
	display: block;
	width: 100%;
	height: auto !important;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center top;
}

body.vre-editorial-target.page-id-60858 .vre-work-main-hero__contact {
	display: grid;
	gap: 4px;
	padding: 18px;
}

body.vre-editorial-target.page-id-60858 .vre-work-main-hero__contact p {
	margin: 0;
	color: var(--vre-navy) !important;
}

body.vre-editorial-target.page-id-60858 .vre-work-main-hero__name {
	font-family: var(--vre-display) !important;
	font-size: 29.64px;
	line-height: 1.18;
}

body.vre-editorial-target.page-id-60858 .vre-work-main-hero__contact a {
	justify-content: flex-start;
	color: var(--vre-navy) !important;
}

body.vre-editorial-target.page-id-60858 .elementor-60858 .elementor-element-35f2ada :where(div)::before,
body.vre-editorial-target.page-id-60858 .elementor-60858 .elementor-element-35f2ada :where(div)::after {
	display: none !important;
	content: none !important;
	background: none !important;
}

body.vre-editorial-target.page-id-60858 :where(
	.elementor-button,
	.btn-primary-green,
	button.elementor-button
) {
	display: inline-flex !important;
	min-height: 44px !important;
	align-items: center;
	justify-content: center;
}

body.page-id-60858 .elementor-60858
	.elementor-element-63ad2297 label.cfkef-switch-label {
	border-radius: 0 !important;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub) :where(
	.vr-emergency__number,
	.vr-subnav a
) {
	display: flex;
	min-height: 44px !important;
	align-items: center;
}

:is(body.page-id-59942, body.page-id-60382) .vre-sitehead__phone {
	color: var(--vre-white) !important;
}

body.page-id-59942 #strategie-ag-titel,
body.page-id-60382 #arbeitnehmerschutz-titel {
	color: var(--vre-paper-soft) !important;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	:where(.vr-button--primary, .vr-btn--primary) {
	color: var(--vre-navy) !important;
}

:is(body.page-id-59942, body.page-id-60382)
	.vre-sitehead .vre-sitehead__brand > img {
	display: block !important;
	width: 184px !important;
	height: auto !important;
	max-width: 184px !important;
	max-height: 42px !important;
	object-fit: contain !important;
}

@media (max-width: 767px) {
	:is(body.page-id-59942, body.page-id-60382)
		.vre-sitehead .vre-sitehead__brand > img {
		width: 120px !important;
		max-width: 120px !important;
		max-height: 32px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	body.vre-editorial-target.page-id-60858 .vre-work-main-hero__grid {
		width: calc(100% - 18.75vw + 105.6px);
		grid-template-columns: minmax(0, 1fr) minmax(294px, calc(9.765625vw + 219px));
		gap: 5vw;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	body.vre-editorial-target.page-id-60858 .vre-work-main-hero__grid {
		width: calc(100% - 26.875vw + 188.8px);
		grid-template-columns: minmax(0, 1fr) minmax(319px, calc(23.828125vw + 75px));
		gap: calc(6.71875vw - 17.6px);
	}
}

@media (min-width: 1280px) {
	body.vre-editorial-target.page-id-60858 .vre-work-main-hero {
		padding: 64px 0;
	}

	body.vre-editorial-target.page-id-60858 .vre-work-main-hero__grid {
		width: 1124.8px;
		grid-template-columns: 676px 380px;
		gap: 68.4px;
	}
}

/* 1.0.17 cascade lock: visible text on every normalized light shortcut card. */
body.vre-editorial-target.page-id-60858 .elementor-60858
	.elementor-element-8837672 a .elementor-heading-title,
body.vre-editorial-target.page-id-60858 .elementor-60858
	.elementor-element-5db94f2 a .elementor-heading-title {
	color: var(--vre-ink) !important;
}

body.vre-editorial-target.page-id-59942 #themenuebersicht-ag-titel,
body.vre-editorial-target.page-id-60382 #themenuebersicht-titel {
	color: var(--vre-sage) !important;
}

:is(body.page-id-59942 #vr-ag-hub, body.page-id-60382 #vr-arb-hub)
	:where(.vr-choice-card, .vr-choice-card *) {
	color: var(--vre-ink) !important;
}

/* Canonical Arbeitsrecht hub. Scoped to the page-specific root. */
body.page-id-60858 #vr-work-law-page {
	background: var(--vre-paper);
	color: var(--vre-body);
	font: 400 16px/1.65 var(--vre-body-font);
}

body.page-id-60858 #vr-work-law-page,
body.page-id-60858 #vr-work-law-page *,
body.page-id-60858 #vr-work-law-page *::before,
body.page-id-60858 #vr-work-law-page *::after {
	box-sizing: border-box;
}

body.page-id-60858 #vr-work-law-page :where(h1, h2, h3, p) {
	margin-top: 0;
}

body.page-id-60858 #vr-work-law-page :where(h1, h2, h3) {
	color: var(--vre-ink);
	font-family: var(--vre-display) !important;
	font-weight: 400 !important;
	letter-spacing: -0.025em !important;
}

body.page-id-60858 #vr-work-law-page h1 {
	margin-bottom: 28px;
	color: var(--vre-paper-soft) !important;
	font-size: clamp(46.8px, 8vw, 79.36px) !important;
	line-height: 0.98 !important;
}

body.page-id-60858 #vr-work-law-page h2 {
	max-width: 16ch;
	margin-bottom: 28px;
	font-size: clamp(35.1px, 5vw, 57px) !important;
	line-height: 1.04 !important;
}

body.page-id-60858 #vr-work-law-page h3 {
	margin-bottom: 14px;
	font-size: clamp(21.45px, 2.32vw, 29.64px) !important;
	line-height: 1.18 !important;
}

body.page-id-60858 #vr-work-law-page p {
	margin-bottom: 1.2em;
}

body.page-id-60858 #vr-work-law-page a {
	color: inherit;
	text-underline-offset: 0.2em;
}

body.page-id-60858 .vr-work-shell {
	width: min(calc(100% - 24px), 1140px);
	margin-inline: auto;
}

body.page-id-60858 .vr-work-section {
	padding-block: clamp(48px, 8vw, 102.4px);
}

body.page-id-60858 .vr-work-section--paper {
	background: var(--vre-paper);
}

body.page-id-60858 .vr-work-section--soft,
body.page-id-60858 .vr-work-section--faq {
	background: var(--vre-paper-soft);
}

body.page-id-60858 .vr-work-section--dark,
body.page-id-60858 .vr-work-contact {
	background: var(--vre-navy-soft);
	color: var(--vre-white);
}

body.page-id-60858 .vr-work-section--dark :where(h2, h3, p),
body.page-id-60858 .vr-work-contact :where(h2, p, a) {
	color: inherit !important;
}

body.page-id-60858 .vr-work-eyebrow,
body.page-id-60858 .vr-work-card-number,
body.page-id-60858 .vr-work-method-grid > article > span,
body.page-id-60858 .vr-work-topic-grid > a > span {
	display: block;
	margin-bottom: 16px;
	color: #6d7a35;
	font: 800 11.55px/1.25 var(--vre-body-font) !important;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

body.page-id-60858 .vr-work-section--dark .vr-work-eyebrow,
body.page-id-60858 .vr-work-section--dark .vr-work-method-grid > article > span,
body.page-id-60858 .vr-work-contact .vr-work-eyebrow {
	color: var(--vre-sage);
}

body.page-id-60858 .vr-work-intro {
	max-width: 760px;
	margin-bottom: 46px;
}

body.page-id-60858 .vr-work-hero {
	padding: 0 0 64px !important;
}

body.page-id-60858 .vr-work-hero__breadcrumbs {
	display: flex;
	width: min(calc(100% - 24px), 1140px);
	min-height: 57px;
	align-items: center;
	gap: 11px;
	margin: 0 auto 28px;
	border-bottom: 1px solid rgb(255 255 255 / 18%);
	color: rgb(243 239 231 / 62%);
	font: 400 12.77px/1.4 var(--vre-body-font);
}

body.page-id-60858 .vr-work-hero__breadcrumbs a {
	color: inherit;
}

body.page-id-60858 .vr-work-hero__byline {
	margin: 22px 0 0;
	color: rgb(243 239 231 / 68%);
	font-size: 12.77px;
}

body.page-id-60858 .vre-work-main-hero__contact .vre-work-main-hero__eyebrow {
	margin: 0 0 8px;
	color: var(--vre-navy) !important;
}

body.page-id-60858 .vr-work-topic-nav {
	border-bottom: 1px solid var(--vre-border);
	background: var(--vre-paper);
}

body.page-id-60858 .vr-work-topic-nav__inner {
	display: flex;
	min-height: 64px;
	align-items: center;
	gap: 28px;
	overflow-x: auto;
	scrollbar-width: thin;
}

body.page-id-60858 .vr-work-topic-nav a {
	flex: 0 0 auto;
	color: var(--vre-ink);
	font: 700 13px/1.3 var(--vre-body-font);
	text-decoration: none;
}

body.page-id-60858 .vr-work-action-grid,
body.page-id-60858 .vr-work-method-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

body.page-id-60858 .vr-work-action-card {
	padding: 30px;
	border: 1px solid var(--vre-border);
	background: var(--vre-white);
}

body.page-id-60858 .vr-work-action-card + .vr-work-action-card {
	border-top: 0;
}

body.page-id-60858 .vr-work-action-card p {
	color: var(--vre-body);
}

body.page-id-60858 .vr-work-action-card a,
body.page-id-60858 .vr-work-topic-grid strong {
	color: var(--vre-ink);
	font: 800 12px/1.35 var(--vre-body-font);
}

body.page-id-60858 .vr-work-profile {
	display: grid;
	gap: 38px;
	align-items: start;
}

body.page-id-60858 .vr-work-profile__portrait {
	margin: 0;
	background: var(--vre-sage);
	box-shadow: var(--vre-shadow-portrait);
}

body.page-id-60858 .vr-work-profile__portrait img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center top;
}

body.page-id-60858 .vr-work-profile__caption {
	display: grid;
	gap: 4px;
	padding: 22px;
	color: var(--vre-navy);
}

body.page-id-60858 .vr-work-profile__caption strong {
	font: 400 29.64px/1.18 var(--vre-display);
}

body.page-id-60858 .vr-work-perspective-grid {
	display: grid;
	gap: 1px;
	margin-top: 36px;
	background: var(--vre-border);
}

body.page-id-60858 .vr-work-perspective-grid article {
	padding: 26px;
	background: var(--vre-white);
}

body.page-id-60858 .vr-work-topic-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	margin-top: 42px;
}

body.page-id-60858 .vr-work-topic-grid > a {
	display: grid;
	min-height: 210px;
	align-content: space-between;
	padding: 30px;
	border: 1px solid var(--vre-border);
	background: var(--vre-white);
	color: var(--vre-ink);
	text-decoration: none;
}

body.page-id-60858 .vr-work-topic-grid > a + a {
	border-top: 0;
}

body.page-id-60858 .vr-work-topic-grid h3 {
	max-width: 18ch;
}

body.page-id-60858 .vr-work-method-grid {
	margin-top: 46px;
	border-top: 1px solid rgb(255 255 255 / 22%);
	border-left: 1px solid rgb(255 255 255 / 22%);
}

body.page-id-60858 .vr-work-method-grid article {
	min-height: 260px;
	padding: 30px;
	border-right: 1px solid rgb(255 255 255 / 22%);
	border-bottom: 1px solid rgb(255 255 255 / 22%);
}

body.page-id-60858 .vr-work-check {
	display: grid;
	gap: 34px;
	align-items: center;
	padding: clamp(30px, 5vw, 54px);
	border-left: 6px solid var(--vre-lime);
	background: var(--vre-navy);
	color: var(--vre-paper-soft);
	box-shadow: var(--vre-shadow-soft);
}

body.page-id-60858 .vr-work-check :where(h2, p) {
	color: inherit !important;
}

body.page-id-60858 #vr-work-law-page .vr-work-button,
body.page-id-60858 #vr-work-law-page .vr-work-contact button[type="submit"] {
	display: inline-flex;
	min-height: 49px;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border: 2px solid var(--vre-lime) !important;
	border-radius: 0 !important;
	background: var(--vre-lime) !important;
	color: var(--vre-navy) !important;
	font: 800 14.59px/1.25 var(--vre-body-font) !important;
	text-align: center;
	text-decoration: none;
}

body.page-id-60858 .vr-work-faq {
	max-width: 960px;
}

body.page-id-60858 .vr-work-faq h2 {
	max-width: 18ch;
}

body.page-id-60858 .vr-work-faq__list {
	margin-top: 40px;
	border-top: 1px solid var(--vre-border);
}

body.page-id-60858 .vr-work-faq details {
	border-bottom: 1px solid var(--vre-border);
}

body.page-id-60858 .vr-work-faq summary {
	min-height: 72px;
	padding: 20px 36px 20px 0;
	color: var(--vre-ink);
	cursor: pointer;
	font: 400 clamp(20px, 2vw, 22.5px)/1.35 var(--vre-display);
}

body.page-id-60858 .vr-work-faq details p {
	max-width: 760px;
	padding: 0 0 24px;
}

body.page-id-60858 .vr-work-contact {
	padding-block: clamp(48px, 8vw, 102.4px);
}

body.page-id-60858 .vr-work-contact__grid {
	display: grid;
	gap: 30px;
	align-items: start;
}

body.page-id-60858 .vr-work-contact__copy {
	padding-top: 10px;
}

body.page-id-60858 .vr-work-contact__form {
	min-width: 0;
	padding: 26px;
	background: var(--vre-white);
	color: var(--vre-body);
	box-shadow: var(--vre-shadow-portrait);
}

body.page-id-60858 .vr-work-contact__form form.elementor-form {
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.page-id-60858 .vr-work-contact__form :where(input, select, textarea) {
	width: 100%;
	min-height: 44px;
	border: 1px solid rgba(16, 35, 46, 0.34) !important;
	border-radius: 0 !important;
	background: var(--vre-white) !important;
	color: var(--vre-ink) !important;
	font-size: 16px !important;
}

body.page-id-60858 .vr-work-contact__form label {
	color: var(--vre-ink) !important;
}

@media (min-width: 768px) {
	body.page-id-60858 .vr-work-contact__form :where(
		.elementor-field-group-tel,
		.elementor-field-group-mail
	) {
		width: 50% !important;
	}

	body.page-id-60858 .vr-work-contact__form .elementor-field-group-rsv {
		width: 100% !important;
	}

	body.page-id-60858 .vr-work-contact__form .elementor-field-group-rsv .elementor-field-label {
		max-width: none;
	}

	body.page-id-60858 .vr-work-action-grid,
	body.page-id-60858 .vr-work-topic-grid,
	body.page-id-60858 .vr-work-perspective-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.page-id-60858 .vr-work-action-card + .vr-work-action-card,
	body.page-id-60858 .vr-work-topic-grid > a + a {
		border-top: 1px solid var(--vre-border);
	}

	body.page-id-60858 .vr-work-action-card:nth-child(even),
	body.page-id-60858 .vr-work-topic-grid > a:nth-child(even) {
		border-left: 0;
	}

	body.page-id-60858 .vr-work-action-card:nth-child(n + 3),
	body.page-id-60858 .vr-work-topic-grid > a:nth-child(n + 3) {
		border-top: 0;
	}

	body.page-id-60858 .vr-work-profile {
		grid-template-columns: minmax(280px, 2fr) minmax(0, 3fr);
		gap: clamp(54px, 7vw, 90px);
	}

	body.page-id-60858 .vr-work-check {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	body.page-id-60858 .vr-work-contact__form {
		padding: 36px;
	}
}

@media (min-width: 1024px) {
	body.page-id-60858 .vr-work-action-grid,
	body.page-id-60858 .vr-work-method-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	body.page-id-60858 .vr-work-action-card + .vr-work-action-card {
		border-top: 1px solid var(--vre-border);
		border-left: 0;
	}

	body.page-id-60858 .vr-work-topic-grid {
		gap: 0;
	}

	body.page-id-60858 .vr-work-contact__grid {
		grid-template-columns: minmax(0, 543px) minmax(0, 492px);
		gap: 90px;
	}
}

@media (max-width: 767px) {
	body.page-id-60858 .vr-work-hero {
		padding-bottom: 48px !important;
	}

	body.page-id-60858 .vr-work-hero__breadcrumbs {
		margin-bottom: 30px;
	}

	body.page-id-60858 .vre-work-main-hero__grid {
		gap: 30px;
	}

	body.page-id-60858 .vre-work-main-hero__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	body.page-id-60858 .vre-work-main-hero__actions a,
	body.page-id-60858 #vr-work-law-page .vr-work-button {
		width: 100%;
	}

	body.page-id-60858 .vr-work-topic-nav__inner {
		min-height: 56px;
		gap: 20px;
	}

	body.page-id-60858 .vr-work-action-card,
	body.page-id-60858 .vr-work-topic-grid > a,
	body.page-id-60858 .vr-work-method-grid article {
		min-height: 0;
		padding: 24px;
	}

	body.page-id-60858 .vr-work-contact__form {
		padding: 20px 16px;
	}
}
