.otwl-tour-reviews {
	border-top: 1px solid #e6e8ee;
	margin-top: 54px;
	padding: 42px 0 0;
}

.otwl-tour-reviews h2 {
	color: #172640;
	font-size: 28px;
	line-height: 1.1;
	margin: 0 0 28px;
}

.otwl-tour-reviews-layout {
	display: grid;
	gap: 72px;
	grid-template-columns: 330px minmax(0, 1fr);
}

.otwl-tour-review-summary h3 {
	color: #172640;
	font-size: 18px;
	margin: 0 0 30px;
}

.otwl-tour-review-score {
	color: #687082;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.otwl-tour-review-score strong {
	color: #172640;
	font-size: 44px;
}

.otwl-tour-review-stars {
	color: #172640;
	font-size: 42px;
	line-height: 1;
	margin: 18px 0 22px;
	text-align: center;
}

.otwl-tour-review-stars .otwl-stars {
	gap: 6px;
	justify-content: center;
}

.otwl-tour-review-count {
	color: #687082;
	font-size: 17px;
	margin: 0;
	text-align: center;
}

.otwl-tour-review-list {
	display: grid;
	gap: 0;
}

.otwl-tour-review-card {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #e6e8ee;
	border-radius: 0;
	box-shadow: none;
	padding: 0 0 32px;
}

.otwl-tour-review-card + .otwl-tour-review-card {
	padding-top: 32px;
}

.otwl-tour-review-item-rating {
	align-items: center;
	color: #172640;
	display: flex;
	font-size: 17px;
	font-weight: 700;
	gap: 6px;
	line-height: 1;
	margin: 0 0 18px;
	white-space: nowrap;
}

.otwl-tour-review-item-rating .otwl-stars {
	display: inline-flex;
	flex: 0 0 auto;
	flex-direction: row;
}

.otwl-tour-review-item-rating .otwl-star {
	display: inline-flex;
	flex: 0 0 auto;
}

.otwl-tour-review-author {
	align-items: center;
	display: flex;
	gap: 16px;
	margin-bottom: 20px;
}

.otwl-tour-review-author .otwl-tour-review-avatar {
	align-items: center;
	border-radius: 999px;
	box-sizing: border-box;
	color: #172640;
	display: inline-flex;
	flex: 0 0 52px;
	font-size: 24px;
	font-weight: 800;
	height: 52px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	padding: 1px 0 0;
	text-align: center;
	width: 52px;
}

.otwl-tour-review-avatar--1 { background: #fed7aa; }
.otwl-tour-review-avatar--2 { background: #fecaca; }
.otwl-tour-review-avatar--3 { background: #f5d0fe; }
.otwl-tour-review-avatar--4 { background: #ddd6fe; }
.otwl-tour-review-avatar--5 { background: #bfdbfe; }
.otwl-tour-review-avatar--6 { background: #a5f3fc; }
.otwl-tour-review-avatar--7 { background: #bbf7d0; }
.otwl-tour-review-avatar--8 { background: #99f6e4; }

.otwl-tour-review-author strong,
.otwl-tour-review-author em {
	display: block;
	font-style: normal;
	line-height: 1.35;
}

.otwl-tour-review-author strong {
	color: #172640;
	font-size: 16px;
}

.otwl-tour-review-author em {
	color: #687082;
	font-size: 14px;
	font-weight: 700;
}

.otwl-tour-review-content,
.otwl-tour-review-empty {
	color: #172640;
	font-size: 17px;
	line-height: 1.45;
}

.otwl-tour-review-content p {
	margin: 0 0 14px;
}

.otwl-tour-review-content p:last-child {
	margin-bottom: 0;
}

.otwl-tour-review-photos {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 18px;
}

.otwl-tour-review-photo {
	aspect-ratio: 1;
	background: #eef1f5;
	border: 1px solid #dfe3eb;
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
	width: clamp(52px, 10vw, 100px);
}

.otwl-tour-review-photo img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.otwl-tour-review-photo:hover {
	border-color: #b7c0ce;
}

.otwl-tour-review-photo:focus-visible {
	outline: 2px solid var(--otwl-accent);
	outline-offset: 2px;
}

.otwl-tour-review-form {
	margin-top: 32px;
}

.otwl-tour-review-form .comment-respond {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.otwl-tour-review-login {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.otwl-tour-review-login h3 {
	color: #172640;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 8px;
}

.otwl-tour-review-login p {
	color: #687082;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 14px;
	max-width: 620px;
}

.otwl-tour-review-login a {
	align-items: center;
	background: transparent;
	border: 1px solid #cfd6e2;
	border-radius: 10px;
	color: var(--otwl-accent-dark);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	padding: 11px 16px;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.otwl-tour-review-login a:hover,
.otwl-tour-review-login a:focus-visible {
	background: #f7f8fb;
	border-color: #b7c0ce;
	color: var(--otwl-accent-dark);
	transform: none;
}

.otwl-tour-review-form .comment-reply-title {
	color: #172640;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 8px;
}

.otwl-tour-review-replies {
	border-left: 3px solid #d8e8e6;
	display: grid;
	gap: 14px;
	margin-top: 20px;
	padding-left: 18px;
}

.otwl-tour-review-reply + .otwl-tour-review-reply {
	border-top: 1px solid #e6e8ee;
	padding-top: 14px;
}

.otwl-tour-review-reply-meta {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	margin: 0 0 6px;
}

.otwl-tour-review-reply-meta strong {
	color: #172640;
}

.otwl-tour-review-reply-meta time {
	color: #687082;
	font-size: 13px;
}

.otwl-tour-review-reply-content > :last-child {
	margin-bottom: 0;
}

.otwl-tour-review-form .comment-notes,
.otwl-tour-review-form .logged-in-as {
	color: #687082;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 22px;
}

.otwl-tour-review-form #commentform {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.otwl-tour-review-form #commentform > p {
	margin: 0;
}

.otwl-tour-review-form .comment-form-comment,
.otwl-tour-review-form .comment-form-cookies-consent,
.otwl-tour-review-form .comment-form-otwl-rating,
.otwl-tour-review-form .comment-form-otwl-photos,
.otwl-tour-review-form .form-submit,
.otwl-tour-review-form .logged-in-as {
	grid-column: 1 / -1;
}

.otwl-tour-review-form .comment-form-otwl-rating {
	border: 0;
	margin: 0;
	min-inline-size: 0;
	padding: 0;
}

.otwl-tour-review-form .comment-form-otwl-rating legend {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.otwl-tour-rating-options {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 4px;
}

.otwl-tour-review-form .otwl-tour-rating-options label {
	align-items: center;
	color: #8793a6;
	cursor: pointer;
	display: inline-flex;
	font-size: 34px;
	height: 44px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-width: 44px;
	transition: color .18s ease;
}

.otwl-tour-rating-options input[type="radio"],
.otwl-tour-rating-label {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.otwl-tour-rating-options:has(input:checked) label {
	color: var(--otwl-accent);
}

.otwl-tour-rating-options input:checked ~ label {
	color: #8793a6;
}

.otwl-tour-rating-options:has(label:hover) label {
	color: var(--otwl-accent);
}

.otwl-tour-rating-options label:hover ~ label {
	color: #8793a6;
}

.otwl-tour-review-form .otwl-tour-rating-options label:has(+ input:focus-visible) {
	border-radius: 8px;
	outline: 3px solid var(--otwl-accent);
	outline-offset: 2px;
}

.otwl-tour-review-form label {
	color: #172640;
	display: block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 8px;
}

.otwl-tour-review-form input[type="text"],
.otwl-tour-review-form input[type="email"],
.otwl-tour-review-form input[type="file"],
.otwl-tour-review-form textarea {
	background: #fff;
	border: 1px solid #dfe3eb;
	border-radius: 12px;
	box-shadow: none;
	color: #172640;
	font: inherit;
	min-height: 50px;
	padding: 12px 14px;
	transition: border-color .18s ease, box-shadow .18s ease;
	width: 100%;
}

.otwl-tour-review-form input[type="file"] {
	color: #687082;
	font-size: 13px;
	padding: 7px 10px;
}

.otwl-tour-review-form input[type="file"]::file-selector-button {
	background: #f7f8fb;
	border: 1px solid #cfd6e2;
	border-radius: 8px;
	color: #172640;
	cursor: pointer;
	font-weight: 700;
	margin-right: 10px;
	min-height: 36px;
	padding: 8px 12px;
}

.comment-form-otwl-photos > small {
	color: #687082;
	display: block;
	font-size: 13px;
	line-height: 1.45;
	margin-top: 6px;
}

.otwl-tour-review-photo-preview {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.otwl-tour-review-photo-preview:empty {
	display: none;
}

.otwl-tour-review-photo-preview > span {
	background: #eef1f5;
	border: 1px solid #e6e8ee;
	border-radius: 8px;
	height: 72px;
	overflow: hidden;
	width: 72px;
}

.otwl-tour-review-photo-preview img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.otwl-tour-review-photo-consent {
	align-items: flex-start;
	display: flex !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	gap: 10px;
	margin: 12px 0 0 !important;
}

.otwl-tour-review-photo-consent input {
	accent-color: var(--otwl-accent);
	flex: 0 0 auto;
	height: 18px;
	margin: 1px 0 0;
	width: 18px;
}

.otwl-tour-review-form textarea {
	min-height: 140px;
	resize: vertical;
}

.otwl-tour-review-form input:focus,
.otwl-tour-review-form textarea:focus {
	border-color: var(--otwl-accent);
	box-shadow: 0 0 0 3px rgba(15, 118, 110, .14);
	outline: 0;
}

.otwl-tour-review-form .comment-form-cookies-consent {
	align-items: flex-start;
	display: flex;
	gap: 10px;
}

.otwl-tour-review-form .comment-form-cookies-consent input {
	accent-color: var(--otwl-accent);
	flex: 0 0 auto;
	height: 18px;
	margin: 2px 0 0;
	width: 18px;
}

.otwl-tour-review-form .comment-form-cookies-consent label {
	color: #687082;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
}

.otwl-tour-review-form .submit {
	background: var(--otwl-accent);
	border: 1px solid var(--otwl-accent);
	border-radius: 12px;
	color: #fff;
	cursor: pointer;
	font: 800 15px/1 inherit;
	min-height: 50px;
	padding: 15px 22px;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.otwl-tour-review-form .submit:hover,
.otwl-tour-review-form .submit:focus-visible {
	background: var(--otwl-accent-dark);
	border-color: var(--otwl-accent-dark);
	transform: translateY(-1px);
}

@media (max-width: 840px) {
	.otwl-tour-reviews {
		margin-top: 36px;
		padding-top: 32px;
	}

	.otwl-tour-reviews-layout {
		gap: 34px;
		grid-template-columns: 1fr;
	}

	.otwl-tour-review-stars {
		font-size: 36px;
		letter-spacing: 4px;
	}

	.otwl-tour-review-form .comment-respond {
		border-radius: 0;
		padding: 0;
	}

	.otwl-tour-review-login {
		border-radius: 0;
		padding: 0;
	}

	.otwl-tour-review-form #commentform {
		grid-template-columns: 1fr;
	}

	.otwl-tour-review-form .comment-form-author,
	.otwl-tour-review-form .comment-form-email {
		grid-column: 1 / -1;
	}

}
