/* [ohoche_review_compact] + [ohoche_reviews_section] */

.ohoche-review-compact {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	flex-wrap: wrap !important;
	font-family: inherit !important;
	color: #403e3c !important;
}

.ohoche-review-compact__avg {
	font-size: 15px !important;
	font-weight: 600 !important;
}

.ohoche-review-compact__count {
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #403e3c !important;
}

.ohoche-review-compact__stars.ohoche-stars,
.ohoche-reviews-section__stars.ohoche-stars {
	display: inline-flex !important;
	gap: 2px !important;
	align-items: center !important;
}

.ohoche-stars__unit {
	position: relative !important;
	display: inline-block !important;
	width: 1em !important;
	height: 1em !important;
	font-size: 16px !important;
	line-height: 1 !important;
}

.ohoche-review-compact .ohoche-stars__unit {
	font-size: 15px !important;
}

.ohoche-stars__bg,
.ohoche-stars__fg {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	line-height: 1 !important;
	color: #e8e4d8 !important;
}

.ohoche-stars__fg {
	color: #f2d873 !important;
	overflow: hidden !important;
	white-space: nowrap !important;
}

/* Full section — full viewport width */
.ohoche-reviews-section--bleed {
	width: 100vw !important;
	max-width: 100vw !important;
	position: relative !important;
	left: 50% !important;
	right: 50% !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	box-sizing: border-box !important;
	padding: 40px max(20px, env(safe-area-inset-left)) 48px max(20px, env(safe-area-inset-right)) !important;
	background: #ffffff !important;
	color: #403e3c !important;
	font-family: inherit !important;
}

.ohoche-reviews-section__inner {
	max-width: 1200px !important;
	margin: 0 auto !important;
}

.ohoche-reviews-section__summary {
	display: grid !important;
	grid-template-columns: minmax(0, auto) minmax(0, 1fr) !important;
	gap: 16px 32px !important;
	align-items: start !important;
	margin-bottom: 28px !important;
}

.ohoche-reviews-section__summary-main {
	min-width: 0 !important;
}

@media (max-width: 767px) {
	.ohoche-reviews-section__summary {
		grid-template-columns: 1fr !important;
	}
}

.ohoche-reviews-section__title {
	margin: 0 0 12px !important;
	font-size: 22px !important;
	font-weight: 700 !important;
}

.ohoche-reviews-section__score {
	font-size: 42px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	margin-bottom: 8px !important;
}

.ohoche-reviews-section__stars.ohoche-stars {
	margin-bottom: 8px !important;
}

.ohoche-reviews-section__stars .ohoche-stars__unit {
	font-size: 22px !important;
}

.ohoche-reviews-section__count-label {
	margin: 0 !important;
	font-size: 14px !important;
	color: #8a8885 !important;
}

.ohoche-reviews-section__dist-row {
	display: grid !important;
	grid-template-columns: 18px 18px 1fr 40px !important;
	align-items: center !important;
	gap: 8px !important;
	margin-bottom: 8px !important;
	font-size: 13px !important;
}

.ohoche-reviews-section__dist-label {
	font-weight: 600 !important;
	text-align: right !important;
}

.ohoche-reviews-section__dist-star {
	color: #f2d873 !important;
	font-size: 12px !important;
}

.ohoche-reviews-section__dist-bar {
	height: 8px !important;
	border-radius: 4px !important;
	background: #ececec !important;
	overflow: hidden !important;
}

.ohoche-reviews-section__dist-fill {
	display: block !important;
	height: 100% !important;
	border-radius: 4px !important;
	background: #c5c5c5 !important;
	min-width: 0 !important;
}

.ohoche-reviews-section__dist-pct {
	text-align: right !important;
	color: #6a6865 !important;
	font-size: 12px !important;
}

.ohoche-reviews-section__grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: 40px 48px !important;
	align-items: start !important;
}

.ohoche-reviews-section__grid--list-only {
	grid-template-columns: 1fr !important;
}

@media (max-width: 991px) {
	.ohoche-reviews-section__grid:not(.ohoche-reviews-section__grid--list-only) {
		grid-template-columns: 1fr !important;
	}
}

/* Empty state on the right column when there are no reviews yet. */
.ohoche-reviews-section__empty {
	margin: 0 !important;
	padding: 24px 0 !important;
	font-size: 15px !important;
	color: #6a6865 !important;
	line-height: 1.5 !important;
}

.ohoche-reviews-section__form-title {
	margin: 0 0 20px !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}

.ohoche-reviews-form__field {
	margin-bottom: 18px !important;
}

.ohoche-reviews-form__label {
	display: block !important;
	margin-bottom: 8px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #403e3c !important;
}

.ohoche-reviews-form__label .required {
	color: #c0392b !important;
}

.ohoche-reviews-form__rating-input {
	display: flex !important;
	gap: 4px !important;
	align-items: center !important;
	border-radius: 8px !important;
}

.ohoche-reviews-form__rating-input.is-error {
	outline: 2px solid #c0392b !important;
	outline-offset: 2px !important;
}

.ohoche-reviews-form__star-btn {
	background: none !important;
	border: 0 !important;
	padding: 0 2px !important;
	margin: 0 !important;
	font-size: 28px !important;
	line-height: 1 !important;
	color: #e8e4d8 !important;
	cursor: pointer !important;
	box-shadow: none !important;
	transition: color 0.15s ease !important;
}

.ohoche-reviews-form__star-btn.is-active,
.ohoche-reviews-form__star-btn:hover,
.ohoche-reviews-form__star-btn:focus {
	color: #f2d873 !important;
}

.ohoche-reviews-form__textarea,
.ohoche-reviews-form__input {
	width: 100% !important;
	box-sizing: border-box !important;
	border: 0 !important;
	border-radius: 16px !important;
	background: #f2f2f2 !important;
	padding: 14px 16px !important;
	font-size: 15px !important;
	font-family: inherit !important;
	color: #403e3c !important;
}

.ohoche-reviews-form__textarea {
	min-height: 120px !important;
	resize: vertical !important;
}

.ohoche-reviews-form__row {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 16px !important;
}

@media (max-width: 600px) {
	.ohoche-reviews-form__row {
		grid-template-columns: 1fr !important;
	}
}

.ohoche-reviews-form__dropzone {
	border: 2px dashed #d0d0d0 !important;
	border-radius: 16px !important;
	padding: 24px 16px !important;
	text-align: center !important;
	background: #fafafa !important;
	position: relative !important;
}

.ohoche-reviews-form__dropzone.is-dragover {
	border-color: #6fa57c !important;
	background: #f4faf5 !important;
}

.ohoche-reviews-form__file {
	position: absolute !important;
	width: 0.1px !important;
	height: 0.1px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	z-index: -1 !important;
}

.ohoche-reviews-form__dropzone-text {
	margin: 0 0 8px !important;
	font-size: 14px !important;
	color: #6a6865 !important;
}

.ohoche-reviews-form__pick {
	background: none !important;
	border: 0 !important;
	padding: 0 !important;
	color: #6fa57c !important;
	font-weight: 600 !important;
	text-decoration: underline !important;
	cursor: pointer !important;
	font-size: inherit !important;
}

.ohoche-reviews-form__drop-hint {
	margin-left: 4px !important;
}

.ohoche-reviews-form__drop-meta {
	margin: 0 !important;
	font-size: 12px !important;
	color: #9a9895 !important;
}

.ohoche-reviews-form__file-list {
	list-style: none !important;
	margin: 12px 0 0 !important;
	padding: 0 !important;
	text-align: left !important;
	font-size: 13px !important;
	color: #403e3c !important;
}

.ohoche-reviews-form__file-list li {
	padding: 4px 0 !important;
}

.ohoche-reviews-form__submit {
	width: 100% !important;
	margin-top: 8px !important;
	padding: 16px 24px !important;
	border: 0 !important;
	border-radius: 16px !important;
	background: #84a584 !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	font-family: inherit !important;
	box-shadow: none !important;
}

.ohoche-reviews-form__submit:hover,
.ohoche-reviews-form__submit:focus {
	background: #739373 !important;
	color: #ffffff !important;
}

.ohoche-review-item {
	padding: 24px 0 !important;
	border-bottom: 1px solid #ececec !important;
}

.ohoche-review-item:first-child {
	padding-top: 0 !important;
}

.ohoche-review-item__head {
	display: flex !important;
	gap: 12px !important;
	align-items: flex-start !important;
	margin-bottom: 12px !important;
}

.ohoche-review-item__avatar-img {
	border-radius: 50% !important;
	display: block !important;
}

.ohoche-review-item__name-row {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 8px !important;
}

.ohoche-review-item__stars {
	color: #f2d873 !important;
	letter-spacing: 1px !important;
	font-size: 14px !important;
}

.ohoche-review-item__date {
	margin: 4px 0 0 !important;
	font-size: 12px !important;
	color: #9a9895 !important;
}

.ohoche-review-item__content {
	font-size: 15px !important;
	line-height: 1.5 !important;
	color: #403e3c !important;
}

.ohoche-review-item__content p {
	margin: 0 0 0.75em !important;
}

.ohoche-review-item__media {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	margin-top: 12px !important;
}

.ohoche-review-item__thumb-link {
	display: block !important;
	text-decoration: none !important;
}

.ohoche-review-item__thumb {
	position: relative !important;
	display: block !important;
	width: 72px !important;
	height: 72px !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	background: #f0f0f0 !important;
}

.ohoche-review-item__thumb-img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}

.ohoche-review-item__play {
	position: absolute !important;
	inset: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: rgba(0, 0, 0, 0.35) !important;
	color: #fff !important;
	font-size: 18px !important;
}

.ohoche-reviews-section__more {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px !important;
	width: 100% !important;
	margin-top: 16px !important;
	padding: 12px !important;
	border: 0 !important;
	background: transparent !important;
	color: #6a6865 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	font-family: inherit !important;
}

.ohoche-reviews-section__more-chevron {
	font-size: 10px !important;
}

.ohoche-reviews-section__more:disabled {
	opacity: 0.5 !important;
	cursor: default !important;
}
