.nvc-projects-stack {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.nvc-project-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
}

.nvc-project-logo-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
	min-height: 120px;
}

.nvc-project-logo {
	max-width: 100%;
	max-height: 180px;
	height: auto;
	width: auto;
	object-fit: contain;
}

.nvc-project-title {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0 0 12px;
	line-height: 1.3;
}

.nvc-project-description {
	color: #4b5563;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 16px;
}

.nvc-project-description p:last-child {
	margin-bottom: 0;
}

.nvc-project-meta {
	list-style: none;
	margin: 0;
	padding: 16px 0;
	border-top: 1px solid #f0f0f0;
	font-size: 0.95rem;
	color: #1f2937;
}

.nvc-project-meta li {
	margin: 0 0 8px;
	padding: 0;
	line-height: 1.5;
}

.nvc-project-meta li:last-child {
	margin-bottom: 0;
}

.nvc-project-meta strong {
	color: #111827;
}

.nvc-project-contacts {
	margin-top: 8px;
	padding-top: 16px;
	border-top: 1px solid #f0f0f0;
}

.nvc-project-contacts-title {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 12px;
	color: #111827;
}

.nvc-contact-cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 12px;
}

.nvc-contact-card {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
	font-size: 0.92rem;
	line-height: 1.5;
	color: #1f2937;
}

.nvc-contact-line {
	margin: 0 0 4px;
}

.nvc-contact-line:last-child {
	margin-bottom: 0;
}

.nvc-contact-line strong {
	color: #111827;
}

.nvc-contact-line a {
	color: inherit;
	text-decoration: underline;
}

.nvc-projects-empty {
	padding: 24px;
	text-align: center;
	color: #6b7280;
	font-style: italic;
}
