.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	overflow: hidden;
	border-radius: 24px;
	background: #f5f3ed;
	color: #161616;
	font-family: var(--e-global-typography-text-font-family, Inter), ui-sans-serif, system-ui, sans-serif;
}

.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__media {
	min-height: 420px;
	background: #d8d6cf;
}

.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__content {
	padding: 32px;
}

.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__label {
	margin: 0;
	color: rgba(0, 0, 0, 0.45);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 16px;
	text-transform: uppercase;
}

.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__title {
	margin: 16px 0 0;
	color: #161616;
	font-family: var(--e-global-typography-primary-font-family, Inter), ui-sans-serif, system-ui, sans-serif;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__description {
	margin: 24px 0 0;
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}

.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__statistics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 32px;
	padding: 28px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__statistic strong,
.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__statistic span {
	display: block;
}

.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__statistic strong {
	color: #161616;
	font-size: 30px;
	font-weight: 900;
	line-height: 36px;
}

.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__statistic span {
	color: rgba(0, 0, 0, 0.55);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__button {
	display: inline-flex;
	margin-top: 32px;
	padding: 14px 24px;
	border-radius: 999px;
	background: #000;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 24px;
	text-decoration: none;
	transition: color 150ms ease, background-color 150ms ease;
}

.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__button:hover,
.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__button:focus-visible {
	background: var(--e-global-color-accent, #efcf00);
	color: #161616;
	text-decoration: none;
}

@media (min-width: 640px) {
	.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__content {
		padding: 48px;
	}

	.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__title {
		font-size: 48px;
		line-height: 1.25;
	}
}

@media (min-width: 1024px) {
	.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.elementor-widget-noordegraaf_project_highlight .noordegraaf-project-highlight__content {
		padding: 64px;
	}
}
