.angie-category-grid-4d313bb1 {
	display: grid;
	gap: 20px;
	width: 100%;
}
.angie-category-card-4d313bb1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}
.angie-category-card-4d313bb1:hover {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	border-color: #e5e5e5;
	transform: translateY(-2px);
}
.angie-category-info-4d313bb1 {
	display: flex;
	align-items: center;
	gap: 15px;
}
.angie-category-icon-4d313bb1 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.angie-category-icon-4d313bb1 svg {
	width: 1em;
	height: 1em;
}
.angie-category-title-4d313bb1 {
	font-weight: bold;
	margin: 0;
	font-size: 1.1em;
}
.angie-category-badge-4d313bb1 {
	background: #e0e0e0;
	color: #555;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 0.85em;
	font-weight: 600;
	white-space: nowrap;
}