.tr-widget-product-recommendations {
	display: flex !important;
	flex-direction: column;
	row-gap: 12px;
	margin-bottom: 24px;
}

.tr-widget-product-recommendations__title {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.tr-widget-product-recommendations__list {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	height: 220px;
	overflow-y: auto;
	margin-block: 0;
	padding-left: 0;
	list-style: none;
}
