/* Design tokens — override via Elementor Style tab on {{WRAPPER}} */
.brabco-project-widget {
	--brabco-background: #0a0f14;
	--brabco-foreground: #f5f5f5;
	--brabco-card: #1a1f26;
	--brabco-primary: #e68940;
	--brabco-primary-foreground: #000000;
	--brabco-muted: #2a3240;
	--brabco-muted-foreground: #a0a0a0;
	--brabco-accent: #e68940;
	--brabco-border: #2a3240;
	--brabco-green-500: #22c55e;
	color: var(--brabco-foreground);
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

.brabco-project-widget *,
.brabco-project-widget *::before,
.brabco-project-widget *::after {
	box-sizing: border-box;
}

.brabco-project-widget img {
	max-width: 100%;
	display: block;
}

.brabco-project-widget a {
	text-decoration: none;
	color: inherit;
}

.brabco-project-widget button {
	cursor: pointer;
	border: none;
	background: none;
	padding: 0;
}

.brabco-project-widget h1,
.brabco-project-widget h2,
.brabco-project-widget h3,
.brabco-project-widget h4,
.brabco-project-widget h5,
.brabco-project-widget h6 {
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.brabco-project-placeholder {
	padding: 1.5rem;
	border: 1px dashed var(--brabco-muted);
	color: var(--brabco-muted-foreground);
	font-size: 0.875rem;
	text-align: center;
}
