.grants-list-container-d756293e {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin: 20px 0;
	padding: 0;
}

.grants-list-d756293e {
	list-style: none;
	padding: 0;
	margin: 0;
}

.grant-item-d756293e {
	background: #ffffff;
	border-left: 4px solid #3b82f6;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 16px;
	padding: 16px 20px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.grant-item-d756293e:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.grant-title-d756293e {
	margin: 0 0 8px 0;
	font-size: 1.15rem;
	font-weight: 600;
}

.grant-title-d756293e a {
	color: #1e293b;
	text-decoration: none;
}

.grant-title-d756293e a:hover {
	color: #3b82f6;
}

.grant-excerpt-d756293e {
	color: #475569;
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0 0 12px 0;
}

.grant-meta-d756293e {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	font-size: 0.85rem;
	color: #64748b;
	border-top: 1px solid #f1f5f9;
	padding-top: 10px;
}

.grant-amount-d756293e strong,
.grant-deadline-d756293e strong {
	color: #334155;
}

.grants-empty-d756293e {
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 6px;
	padding: 30px;
	text-align: center;
	color: #64748b;
}
