.minto-screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.minto-skip-link {
	position: fixed;
	top: -100px;
	left: 16px;
	z-index: 1000000;
	padding: 12px 18px;
	background: #fff;
	color: #000;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .25);
}

.minto-skip-link:focus {
	top: 16px;
}

:where(a, button, input, textarea, select, [tabindex]):focus-visible {
	outline: 3px solid #4ec45b !important;
	outline-offset: 3px !important;
}

.dialog-close-button,
.elementor-menu-toggle,
[aria-label="Open menu"],
[aria-label="Close menu"] {
	min-width: 44px !important;
	min-height: 44px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.minto-consent {
	position: fixed;
	inset: auto 16px 16px 16px;
	z-index: 999999;
	max-width: 920px;
	margin: 0 auto;
	padding: 22px;
	background: #050505;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .24);
	box-shadow: 0 12px 50px rgba(0, 0, 0, .35);
}

.minto-consent[hidden],
.minto-consent-settings[hidden] {
	display: none !important;
}

.minto-consent__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.minto-consent__copy {
	max-width: 620px;
}

.minto-consent__copy strong {
	display: block;
	margin-bottom: 8px;
	font-size: 20px;
}

.minto-consent__copy p {
	margin: 0 0 8px;
	line-height: 1.5;
}

.minto-consent__copy a {
	color: #fff;
	text-decoration: underline;
}

.minto-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.minto-consent__button,
.minto-consent-settings {
	min-height: 44px;
	padding: 10px 16px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.minto-consent__button--secondary {
	background: transparent;
	color: #fff;
}

.minto-consent-settings {
	position: fixed;
	right: 14px;
	bottom: 14px;
	z-index: 999998;
	min-height: 38px;
	padding: 8px 12px;
	background: #050505;
	color: #fff;
	font-size: 13px;
}

/* Enjaz: the opening motion module is intentionally full-bleed. */
body.single-project.postid-7855 .elementor-element.elementor-element-5596c3e {
	margin-inline: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

@media (max-width: 767px) {
	html,
	body {
		max-width: 100%;
		overflow-x: clip;
	}

	.elementor-popup-modal .dialog-widget-content,
	.elementor-popup-modal .dialog-message,
	.e-off-canvas__main {
		box-sizing: border-box !important;
		max-width: calc(100vw - 24px) !important;
		width: calc(100vw - 24px) !important;
	}

	.elementor-popup-modal .dialog-widget-content,
	.e-off-canvas__main {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.elementor-popup-modal .dialog-message,
	.e-off-canvas__content {
		max-height: calc(100dvh - 24px) !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
	}

	.elementor-popup-modal .dialog-close-button {
		display: flex !important;
		inset: 12px 12px auto auto !important;
		z-index: 10 !important;
	}

	.elementor-popup-modal h1,
	.elementor-popup-modal h2,
	.e-off-canvas h1,
	.e-off-canvas h2 {
		font-size: clamp(28px, 8vw, 42px) !important;
		line-height: 1.08 !important;
		overflow-wrap: anywhere;
	}

	.elementor-popup-modal input,
	.elementor-popup-modal textarea,
	.elementor-popup-modal button {
		max-width: 100% !important;
	}

	.minto-consent {
		inset: auto 10px 10px 10px;
		padding: 18px;
	}

	.minto-consent__inner {
		align-items: stretch;
		flex-direction: column;
		gap: 16px;
	}

	.minto-consent__actions {
		justify-content: stretch;
	}

	.minto-consent__button {
		flex: 1 1 180px;
	}
}
