.otwl-tour-rating {
	color: var(--otwl-accent-dark);
	font-family: inherit;
	font-weight: 800;
	margin: 0 0 10px;
}

.otwl-tour-rating.is-empty {
	color: var(--otwl-muted);
}

.otwl-stars {
	--otwl-star-fill: #172640;
	display: inline-flex;
	flex-direction: row;
	gap: 1px;
	vertical-align: middle;
	white-space: nowrap;
}

.otwl-tour-rating .otwl-stars {
	--otwl-star-fill: var(--otwl-accent-dark);
}

.otwl-star {
	color: #c7ccd6;
	display: inline-flex;
	flex: 0 0 auto;
	line-height: 1;
	position: relative;
}

.otwl-star.is-full {
	color: var(--otwl-star-fill);
}

.otwl-star.is-half::before {
	color: var(--otwl-star-fill);
	content: "★";
	inset: 0 auto 0 0;
	overflow: hidden;
	position: absolute;
	width: 50%;
}

.otwl-tour-facts {
	display: grid;
	gap: 20px 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 24px 0;
}

.otwl-tour-fact {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 52px minmax(0, 1fr);
}

.otwl-tour-fact-icon {
	align-items: center;
	background: #eef0f3;
	border-radius: 15px;
	color: #172640;
	display: inline-flex;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.otwl-tour-fact-icon svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 24px;
}

.otwl-tour-fact-copy strong {
	color: #172640;
	display: block;
	font-size: 17px;
}

.otwl-tour-fact-copy span {
	color: #666a7b;
	display: block;
	font-size: 17px;
	margin-top: 6px;
}
