/* HARCHI KOLO — professional reviews for Places. */

.hk-place-reviews,
.hk-place-review-form,
.hk-place-review-card,
.hk-place-card-rating { box-sizing: border-box; }

.hk-place-reviews { overflow: hidden; }
.hk-place-reviews__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(18,63,47,.10);
}
.hk-place-reviews__heading { min-width: 0; }
.hk-place-reviews__heading > span {
	display: block;
	margin-bottom: 5px;
	color: #c79a2b;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .14em;
}
.hk-place-reviews__heading h2 {
	margin: 0;
	color: #123f2f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.18;
}
.hk-place-reviews__heading p {
	max-width: 590px;
	margin: 8px 0 0;
	color: #6f776f;
	font-size: 13px;
	line-height: 1.55;
}
.hk-place-reviews__summary {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
	min-width: 245px;
	padding: 12px 14px;
	border: 1px solid rgba(199,154,43,.28);
	border-radius: 15px;
	background: #fffaf0;
}
.hk-place-reviews__summary > div { display: flex; flex-direction: column; gap: 1px; }
.hk-place-reviews__summary strong { color: #123f2f; font-size: 15px; font-weight: 850; }
.hk-place-reviews__summary span:not(.hk-place-wheat-meter):not(.hk-place-wheat-meter__item):not(.hk-place-wheat-meter__base):not(.hk-place-wheat-meter__fill) { color: #768079; font-size: 11px; font-weight: 650; }

.hk-place-wheat-meter { display: inline-flex; align-items: center; gap: 2px; line-height: 1; }
.hk-place-wheat-meter__item { position: relative; display: inline-block; width: 22px; height: 22px; flex: 0 0 22px; }
.hk-place-wheat-meter__item svg { display: block; width: 100%; height: 100%; }
.hk-place-wheat-meter__base,
.hk-place-wheat-meter__fill { position: absolute; inset: 0; display: block; }
.hk-place-wheat-meter__base { color: #d4ddd7; }
.hk-place-wheat-meter__fill { width: var(--hk-place-wheat-fill,0%); overflow: hidden; color: #c79a2b; }
.hk-place-wheat-meter__fill svg { width: 22px; max-width: none; }
.hk-place-wheat-meter--small .hk-place-wheat-meter__item { width: 18px; height: 18px; flex-basis: 18px; }
.hk-place-wheat-meter--small .hk-place-wheat-meter__fill svg { width: 18px; }

.hk-place-reviews__notice {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 13px 15px;
	border: 1px solid rgba(18,63,47,.11);
	border-radius: 13px;
	background: #f7faf8;
	color: #52655b;
	font-size: 13px;
	line-height: 1.45;
}
.hk-place-reviews__notice strong { color: #123f2f; font-weight: 800; }
.hk-place-reviews__notice span { color: #697970; }
.hk-place-reviews__notice--guest { justify-content: space-between; gap: 18px; }
.hk-place-reviews__notice--guest > div { display: flex; flex-direction: column; gap: 2px; }
.hk-place-reviews__notice--guest a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 16px;
	border: 1px solid #123f2f;
	border-radius: 11px;
	background: #123f2f;
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none !important;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.hk-place-reviews__notice--guest a:hover,
.hk-place-reviews__notice--guest a:focus-visible { background: #c79a2b; border-color: #c79a2b; color: #fff !important; transform: translateY(-1px); outline: none; }

.hk-place-review-form {
	margin-bottom: 22px;
	padding: 20px;
	border: 1px solid rgba(18,63,47,.12);
	border-radius: 17px;
	background: linear-gradient(145deg,#fbfdfb 0%,#f6faf7 100%);
}
.hk-place-review-form__moderation {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-bottom: 12px;
	padding: 12px 14px;
	border: 1px solid rgba(199,154,43,.35);
	border-radius: 12px;
	background: #fff8e8;
}
.hk-place-review-form__moderation strong { color: #7b5704; font-size: 13px; }
.hk-place-review-form__moderation span { color: #77694b; font-size: 12px; line-height: 1.45; }
.hk-place-review-form__topline { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 15px; }
.hk-place-review-form__topline h3 { margin: 0 0 3px; color: #123f2f; font-family: Georgia,"Times New Roman",serif; font-size: 20px; font-weight: 600; }
.hk-place-review-form__topline p { margin: 0; color: #6f776f; font-size: 12.5px; line-height: 1.45; }
.hk-place-wheat-choice { display: inline-flex; align-items: center; gap: 4px; padding: 6px 8px; border: 1px solid rgba(18,63,47,.11); border-radius: 13px; background: #fff; }
.hk-place-wheat-choice__item {
	appearance: none;
	display: inline-grid;
	place-items: center;
	width: 35px;
	height: 38px;
	margin: 0;
	padding: 3px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #cbd4ce;
	box-shadow: none;
	cursor: pointer;
	transition: color .15s ease, background .15s ease, transform .15s ease;
}
.hk-place-wheat-choice__item svg { width: 27px; height: 27px; }
.hk-place-wheat-choice__item.is-active,
.hk-place-wheat-choice__item.is-preview,
.hk-place-wheat-choice__item:hover,
.hk-place-wheat-choice__item:focus-visible { color: #c79a2b; }
.hk-place-wheat-choice__item:hover,
.hk-place-wheat-choice__item:focus-visible { background: rgba(199,154,43,.09); transform: translateY(-1px); outline: none; }
.hk-place-review-form__field { display: block; }
.hk-place-review-form__field > span { display: block; margin-bottom: 7px; color: #123f2f; font-size: 12px; font-weight: 800; }
.hk-place-review-form__field textarea {
	display: block;
	width: 100%;
	min-height: 108px;
	margin: 0;
	padding: 13px 14px;
	border: 1px solid rgba(18,63,47,.17);
	border-radius: 12px;
	background: #fff;
	color: #293b32;
	font: inherit;
	font-size: 14px;
	line-height: 1.55;
	resize: vertical;
	box-shadow: none;
	box-sizing: border-box;
}
.hk-place-review-form__field textarea:focus { border-color: #c79a2b; outline: none; box-shadow: 0 0 0 3px rgba(199,154,43,.11); }
.hk-place-review-form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; margin-top: 13px; }
.hk-place-review-form__submit,
.hk-place-review-form__delete {
	appearance: none;
	min-height: 43px;
	margin: 0;
	padding: 9px 16px;
	border-radius: 11px;
	font-size: 12.5px;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: background .18s ease, border-color .18s ease, transform .18s ease, opacity .18s ease;
}
.hk-place-review-form__submit { border: 1px solid #123f2f; background: #123f2f; color: #fff; }
/* HARCHI KOLO 2.0.20 — exact Place page root; keep the firm 11 px geometry over theme button resets. */
html body .hk-place-single-shell form.hk-place-review-form .hk-place-review-form__actions > button.hk-place-review-form__submit,
html body .hk-place-single-shell form.hk-place-review-form .hk-place-review-form__actions > button.hk-place-review-form__delete {
	-webkit-border-radius: 11px !important;
	border-radius: 11px !important;
	overflow: hidden !important;
	background-clip: padding-box !important;
}
.hk-place-review-form__submit:hover,
.hk-place-review-form__submit:focus-visible { background: #c79a2b; border-color: #c79a2b; transform: translateY(-1px); outline: none; }
.hk-place-review-form__delete { border: 1px solid rgba(146,46,46,.24); background: #fff; color: #8e3232; }
.hk-place-review-form__delete:hover,
.hk-place-review-form__delete:focus-visible { background: #fff7f7; border-color: rgba(146,46,46,.4); outline: none; }
.hk-place-review-form button:disabled { opacity: .62; cursor: wait; transform: none; }
.hk-place-review-form__status { flex: 1 1 190px; min-height: 18px; color: #496157; font-size: 12px; font-weight: 650; }
.hk-place-review-form__status.is-error { color: #943434; }

.hk-place-reviews__list { display: grid; gap: 12px; }
.hk-place-review-card {
	display: grid;
	grid-template-columns: 48px minmax(0,1fr);
	gap: 13px;
	padding: 16px;
	border: 1px solid rgba(18,63,47,.10);
	border-radius: 15px;
	background: #fff;
}
.hk-place-review-card.is-own { border-color: rgba(199,154,43,.32); background: #fffefa; }
.hk-place-review-card__avatar img { display: block; width: 48px; height: 48px; border: 2px solid #fff; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(18,63,47,.12); }
.hk-place-review-card__body { min-width: 0; }
.hk-place-review-card__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; margin-bottom: 8px; }
.hk-place-review-card__header strong { display: block; color: #123f2f; font-size: 14px; font-weight: 850; }
.hk-place-review-card__header > div > span { display: block; margin-top: 1px; color: #8b948e; font-size: 11px; }
.hk-place-review-card__text { color: #3c4e44; font-size: 13.5px; line-height: 1.6; overflow-wrap: anywhere; }
.hk-place-review-card__own { display: inline-flex; margin-top: 9px; padding: 4px 8px; border-radius: 999px; background: rgba(199,154,43,.12); color: #86610e; font-size: 10.5px; font-weight: 850; }
.hk-place-review-card__report { margin-top: 8px; }

.hk-place-reviews__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	padding: 26px;
	border: 1px dashed rgba(18,63,47,.18);
	border-radius: 15px;
	background: #fbfcfa;
	text-align: center;
}
.hk-place-reviews__empty-icon { width: 46px; height: 46px; margin-bottom: 9px; color: #c79a2b; }
.hk-place-reviews__empty strong { color: #123f2f; font-family: Georgia,"Times New Roman",serif; font-size: 17px; font-weight: 600; }
.hk-place-reviews__empty span { max-width: 440px; margin-top: 4px; color: #6f776f; font-size: 12.5px; line-height: 1.5; }

/* Compact rating on the Places catalog card. */
.hk-place-card-rating { display: inline-flex; align-items: center; gap: 4px; margin: 7px 0 1px; color: #758079; font-size: 11px; font-weight: 650; line-height: 1.2; }
.hk-place-card-rating__icon { width: 16px; height: 16px; color: #c79a2b; }
.hk-place-card-rating strong { color: #123f2f; font-size: 12px; font-weight: 850; }
.hk-place-card-rating span { color: #7d8781; }

@media (max-width: 980px) {
	.hk-place-reviews__header { flex-direction: column; gap: 15px; }
	.hk-place-reviews__summary { min-width: 0; }
}

@media (max-width: 720px) {
	.hk-place-reviews__header { margin-bottom: 17px; padding-bottom: 16px; }
	.hk-place-reviews__heading h2 { font-size: 24px; }
	.hk-place-reviews__heading p { font-size: 12px; }
	.hk-place-reviews__summary { width: 100%; padding: 11px 12px; box-sizing: border-box; }
	.hk-place-wheat-meter__item { width: 20px; height: 20px; flex-basis: 20px; }
	.hk-place-wheat-meter__fill svg { width: 20px; }
	.hk-place-reviews__notice--guest { align-items: stretch; flex-direction: column; }
	.hk-place-reviews__notice--guest a { width: 100%; box-sizing: border-box; }
	.hk-place-review-form { padding: 16px 14px; border-radius: 14px; }
	.hk-place-review-form__topline { align-items: flex-start; flex-direction: column; gap: 12px; }
	.hk-place-wheat-choice { width: 100%; justify-content: space-between; box-sizing: border-box; }
	.hk-place-wheat-choice__item { width: 42px; height: 42px; }
	.hk-place-wheat-choice__item svg { width: 29px; height: 29px; }
	.hk-place-review-form__submit,
	.hk-place-review-form__delete { width: 100%; }
	.hk-place-review-form__status { flex-basis: 100%; text-align: center; }
	.hk-place-review-card { grid-template-columns: 42px minmax(0,1fr); gap: 10px; padding: 14px 12px; }
	.hk-place-review-card__avatar img { width: 42px; height: 42px; }
	.hk-place-review-card__header { flex-direction: column; gap: 6px; }
	.hk-place-review-card__text { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
	.hk-place-reviews__notice--guest a,
	.hk-place-wheat-choice__item,
	.hk-place-review-form__submit,
	.hk-place-review-form__delete { transition: none !important; }
}
