.wp-block-angie-snippets-products-ebf7adc1 {
	padding: 20px;
	background: #f9f9f9;
	border-radius: 8px;
}
.products-block-header {
	text-align: center;
	margin-bottom: 20px;
}
.products-block-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
}
.product-item {
	background: #fff;
	padding: 15px;
	border-radius: 6px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	text-align: center;
}
.product-img {
	height: 150px;
	background: #eee;
	border-radius: 4px;
	margin-bottom: 15px;
}
.product-item h4 {
	margin: 0 0 10px 0;
	font-size: 18px;
}
.product-item p {
	margin: 0;
	color: #666;
	font-weight: bold;
}