.otwl-tour-review-grid,
.otwl-tour-card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(var(--otwl-tour-columns, 3), minmax(0, 1fr));
}

.otwl-tour-archive-header {
	margin: 24px 0 28px;
	max-width: 680px;
}

.otwl-tour-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.otwl-tour-card-image {
	aspect-ratio: 16 / 10;
	background: var(--otwl-wash);
	display: block;
	overflow: hidden;
}

.otwl-tour-card-image > span {
	height: 100%;
	min-height: 0;
	width: 100%;
}

.otwl-tour-card h2 {
	color: #172640;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.22;
	margin: 0 0 8px;
}

.otwl-tour-card p {
	color: #687082;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
}

.otwl-tour-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.otwl-tour-card-rating {
	align-items: center;
	color: #172640;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	gap: 3px;
	line-height: 1.55;
	margin-top: auto;
	min-height: 22px;
	padding-top: 18px;
	white-space: nowrap;
}

.otwl-tour-card-rating strong {
	font: inherit;
	font-weight: 600;
}

.otwl-tour-card-rating span {
	color: #172640;
	display: inline-flex;
	line-height: 1;
}

.otwl-tour-card-rating .is-empty {
	color: #687082;
	font-weight: 400;
}

.otwl-tour-pagination {
	margin-top: 28px;
}

.otwl-tour-empty {
	color: var(--otwl-muted);
	font-size: 15px;
}

@media (max-width: 840px) {
	.otwl-tour-page,
	.otwl-tour-archive {
		padding: 18px 14px 48px;
	}

	.otwl-tour-gallery,
	.otwl-tour-layout,
	.otwl-tour-facts,
	.otwl-tour-review-grid,
	.otwl-tour-card-grid {
		grid-template-columns: 1fr;
	}

	.otwl-tour-gallery figure:not(.is-featured) {
		display: none;
	}

	.otwl-tour-layout {
		display: flex;
		flex-direction: column;
	}

	.otwl-tour-main,
	.otwl-tour-booking {
		width: 100%;
	}

	.otwl-tour-section {
		padding: 22px;
	}
}
