/* Category Grid for Elementor — base reset, scoped to the widget wrapper only
   so nothing leaks into the host theme. */
.cge-category-grid,
.cge-category-grid * {
	box-sizing: border-box;
}
.cge-category-grid {
	max-width: 100%;
}
.cge-category-grid img {
	max-width: 100%;
	height: auto;
	display: block;
}
.cge-category-grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cge-category-grid a {
	text-decoration: none;
}
