/* Wheel grid below builder — aligned with legacy wheels_filtered layout */
.lexani-wb-grid.wheels_filtered_page {
	margin: 3rem auto;
	max-width: 1400px;
	padding: 0 1rem;
}

.lexani-wb-grid .wheel_section h3 {
	margin-bottom: 1.5rem;
	text-align: center;
}

.lexani-wb-grid .wheel_list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: center;
}

.lexani-wb-grid .wheel_list .item {
	flex: 0 1 220px;
	max-width: 240px;
}

.lexani-wb-grid .wheel_list .item a {
	color: inherit;
	text-decoration: none;
	display: block;
}

.lexani-wb-grid .main_image {
	position: relative;
	padding: 10px;
	text-align: center;
}

.lexani-wb-grid .main_image img.wheel_shadow {
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%);
	width: 100%;
	max-width: 100%;
	height: auto;
	z-index: 0;
	pointer-events: none;
}

.lexani-wb-grid .main_image img.wheel_image {
	position: relative;
	max-width: 100%;
	height: auto;
	z-index: 1;
}

.lexani-wb-grid .text-wrapper .title {
	font-size: 1.1rem;
	margin: 0.5rem 0 0.25rem;
	text-align: center;
}

.lexani-wb-grid .size_value {
	font-size: 0.85rem;
	text-align: center;
	opacity: 0.85;
}

.lexani-wheel-builder-page #section-wheel-builder {
	margin-top: 0;
}
