﻿#recommends-title {
	text-align: center !important;
	margin-bottom: 16px !important;
}

#recommends-horizontal-line {
	display: none !important;
}

.slider-image > * {
	object-position: bottom;
}

.aspect-div {
	--tw-aspect-h: 5 !important;
	--tw-aspect-w: 8 !important;
}

.recomended-centres-container {
	background-color: #F8F8F8;
}

.recommended-centre-glider-track {
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 100%;
}

	.recommended-centre-glider-track > *:not(:last-child) {
		margin-right: 2rem;
	}

.multi-promote-centre .search-result-mobile-card > div {
	border: 1px solid #D0D6D5;
	width: 100%;
}

.multi-promote-centre .search-result-image-slider {
	max-height: 160px !important;
}

.multi-promote-centre .search-result-image-slider .dot-index {
	height: 8px !important;
	width: 8px !important;
}

/* Limit the size of the recommended centre card on smaller screens */
.multi-promote-centre .search-result-mobile-card {
	max-width: 300px !important;
}

.promote-more-card {
	max-width: 300px !important;
}

.thin-promote-more-card {
	max-width: 200px !important;
}

/* On mobile stop the gallery swipe event from scrolling the recomended centres container of results */
.recomended-centres-container .search-result-image-slider .search-result-image-slider {
	touch-action: none;
}