/*
 * Slokker Projecten Manager - "In ontwikkeling" badge styles
 */

@font-face {
	font-family: "Silka Regular";
	src: url("/wp-content/uploads/et-fonts/Silka-Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Ensure the hero slide is positioned for the badge */
#et-boc .in-ontwikkeling .et_pb_slide,
.in-ontwikkeling .et_pb_slide {
	position: relative;
}

/* The badge element (injected via JS) */
#et-boc .slokker-badge-in-ontwikkeling,
.slokker-badge-in-ontwikkeling {
	position: absolute !important;
	top: 80px !important;
	right: 120px !important;
	z-index: 10 !important;
	background-color: rgba(255, 255, 255, 0.85) !important;
	color: #2B526A !important;
	-webkit-text-fill-color: #2B526A !important;
	font-family: "Silka Regular", sans-serif !important;
	font-size: 21px !important;
	font-weight: normal !important;
	line-height: 1.2 !important;
	text-align: center !important;
	padding: 18px 12px !important;
	width: 140px !important;
	height: 140px !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
	pointer-events: none !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	opacity: 1 !important;
}

/* Badge on mobile */
@media (max-width: 980px) {
	#et-boc .slokker-badge-in-ontwikkeling,
	.slokker-badge-in-ontwikkeling {
		width: 90px !important;
		height: 90px !important;
		font-family: "Silka Regular", sans-serif !important;
		font-size: 16px !important;
		font-weight: normal !important;
		padding: 12px 8px !important;
		top: 60px !important;
		right: 20px !important;
		color: #2B526A !important;
		-webkit-text-fill-color: #2B526A !important;
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important;
		text-shadow: none !important;
		opacity: 1 !important;
	}
}
