.jpo-variation-products__list {
	display: grid;
	grid-template-columns: repeat(var(--jpo-columns, 3), minmax(0, 1fr));
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jpo-variation-products__link {
	display: block;
	text-decoration: none;
	color: inherit;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	transition: box-shadow 0.15s ease;
}

.jpo-variation-products__link:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.jpo-variation-products__title {
	display: block;
	padding: 12px;
	font-size: 0.875rem;
	font-weight: 600;
}

.jpo-seo-variation-page .jpo-variation-row__selected {
	font-weight: 600;
}
