/* HARCHI KOLO — branded vendor ratings and reviews. */

.hk-vendor-trust,
.hk-vendor-reviews,
.hk-vendor-review-form,
.hk-vendor-review-card {
	box-sizing: border-box;
}

.hk-vendor-trust--compact {
	margin-top: 18px;
	padding-top: 17px;
	border-top: 1px solid rgba(18, 63, 47, 0.11);
}

.hk-vendor-trust__label {
	margin-bottom: 8px;
	color: #123f2f;
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0.02em;
}

.hk-vendor-trust__main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px 9px;
}

.hk-vendor-trust__score {
	color: #123f2f;
	font-size: 15px;
	font-weight: 800;
}

.hk-vendor-trust__count,
.hk-vendor-trust__empty {
	color: #6c786f;
	font-size: 12px;
	font-weight: 600;
}

.hk-wheat-meter {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	line-height: 1;
}

.hk-wheat-meter__item {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
}

.hk-wheat-meter__item svg {
	display: block;
	width: 100%;
	height: 100%;
}

.hk-wheat-meter__base,
.hk-wheat-meter__fill {
	position: absolute;
	inset: 0;
	display: block;
}

.hk-wheat-meter__base {
	color: #d7ddd9;
}

.hk-wheat-meter__fill {
	width: var(--hk-wheat-fill, 0%);
	overflow: hidden;
	color: #c79a2b;
}

.hk-wheat-meter__fill svg {
	width: 24px;
	max-width: none;
}

.hk-wheat-meter--small {
	gap: 2px;
}

.hk-wheat-meter--small .hk-wheat-meter__item {
	width: 20px;
	height: 20px;
	flex-basis: 20px;
}

.hk-wheat-meter--small .hk-wheat-meter__fill svg {
	width: 20px;
}

.hk-vendor-reviews {
	width: 100%;
	margin-top: 34px;
	padding: 28px;
	border: 1px solid rgba(18, 63, 47, 0.1);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(18, 63, 47, 0.07);
}

.hk-vendor-reviews__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	margin-bottom: 24px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(18, 63, 47, 0.1);
}

.hk-vendor-reviews__eyebrow {
	margin: 0 0 4px;
	color: #c79a2b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.hk-vendor-reviews__title {
	margin: 0;
	color: #123f2f;
	font-size: clamp(24px, 2.1vw, 32px);
	font-weight: 800;
	line-height: 1.15;
}

.hk-vendor-reviews__headline-rating {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 13px;
	min-width: 260px;
	padding: 12px 15px;
	border: 1px solid rgba(199, 154, 43, 0.28);
	border-radius: 15px;
	background: #fffdf7;
}

.hk-vendor-reviews__headline-copy {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.hk-vendor-reviews__headline-copy strong {
	color: #123f2f;
	font-size: 16px;
	font-weight: 800;
}

.hk-vendor-reviews__headline-copy span {
	color: #70796f;
	font-size: 12px;
	font-weight: 600;
}

.hk-vendor-reviews__notice {
	margin-bottom: 22px;
	padding: 14px 16px;
	border: 1px solid rgba(18, 63, 47, 0.12);
	border-radius: 13px;
	background: #f7faf8;
	color: #4c5e54;
	font-size: 14px;
	line-height: 1.5;
}

.hk-vendor-review-form {
	margin-bottom: 26px;
	padding: 22px;
	border: 1px solid rgba(18, 63, 47, 0.12);
	border-radius: 17px;
	background: linear-gradient(180deg, #fbfdfc 0%, #f7faf8 100%);
}

.hk-vendor-review-form__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 16px;
}

.hk-vendor-review-form__topline h3 {
	margin: 0 0 3px;
	color: #123f2f;
	font-size: 19px;
	font-weight: 800;
}

.hk-vendor-review-form__topline p {
	margin: 0;
	color: #6c786f;
	font-size: 13px;
	line-height: 1.45;
}

.hk-wheat-choice {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 7px 9px;
	border: 1px solid rgba(18, 63, 47, 0.1);
	border-radius: 13px;
	background: #fff;
}

.hk-wheat-choice__item {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 38px;
	margin: 0;
	padding: 3px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #cbd4ce;
	box-shadow: none;
	cursor: pointer;
	transition: color 150ms ease, background 150ms ease, transform 150ms ease;
}

.hk-wheat-choice__item svg {
	width: 28px;
	height: 28px;
}

.hk-wheat-choice__item:hover,
.hk-wheat-choice__item:focus-visible,
.hk-wheat-choice__item.is-preview,
.hk-wheat-choice__item.is-active {
	color: #c79a2b;
}

.hk-wheat-choice__item:hover,
.hk-wheat-choice__item:focus-visible {
	background: rgba(199, 154, 43, 0.1);
	outline: none;
	transform: translateY(-1px);
}

.hk-vendor-review-form__field {
	display: block;
}

.hk-vendor-review-form__field > span {
	display: block;
	margin-bottom: 7px;
	color: #123f2f;
	font-size: 13px;
	font-weight: 750;
}

.hk-vendor-review-form__field textarea {
	display: block;
	width: 100%;
	min-height: 112px;
	margin: 0;
	padding: 13px 14px;
	border: 1px solid rgba(18, 63, 47, 0.18);
	border-radius: 12px;
	background: #fff;
	color: #24352c;
	font: inherit;
	font-size: 15px;
	line-height: 1.5;
	resize: vertical;
	box-shadow: none;
	box-sizing: border-box;
}

.hk-vendor-review-form__field textarea:focus {
	border-color: #c79a2b;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(199, 154, 43, 0.12);
}

.hk-vendor-review-form__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 13px;
	margin-top: 14px;
}

.hk-vendor-review-form__submit,
.hk-vendor-review-form__delete {
	appearance: none;
	min-height: 44px;
	margin: 0;
	padding: 10px 17px;
	border-radius: 11px;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
	cursor: pointer;
	transition: transform 150ms ease, opacity 150ms ease, background 150ms ease;
}

.hk-vendor-review-form__submit {
	border: 1px solid #123f2f;
	background: #123f2f;
	color: #fff;
}

.hk-vendor-review-form__submit:hover,
.hk-vendor-review-form__submit:focus-visible {
	background: #0d3225;
	transform: translateY(-1px);
}

.hk-vendor-review-form__delete {
	border: 1px solid rgba(153, 45, 45, 0.28);
	background: #fff;
	color: #9a3030;
}

.hk-vendor-review-form__delete:hover,
.hk-vendor-review-form__delete:focus-visible {
	background: #fff7f7;
}

.hk-vendor-review-form button:disabled {
	cursor: wait;
	opacity: 0.62;
	transform: none;
}

.hk-vendor-review-form__status {
	flex: 1 1 220px;
	min-height: 20px;
	color: #456055;
	font-size: 13px;
	font-weight: 650;
}

.hk-vendor-review-form__status.is-error {
	color: #9a3030;
}

.hk-vendor-reviews__list {
	display: grid;
	gap: 14px;
}

.hk-vendor-review-card {
	position: relative;
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 14px;
	padding: 18px;
	border: 1px solid rgba(18, 63, 47, 0.1);
	border-radius: 15px;
	background: #fff;
}

.hk-vendor-review-card.is-own {
	border-color: rgba(199, 154, 43, 0.35);
	background: #fffefa;
}

.hk-vendor-review-card__avatar img {
	display: block;
	width: 52px;
	height: 52px;
	border: 2px solid #fff;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 0 0 1px rgba(18, 63, 47, 0.12);
}

.hk-vendor-review-card__body {
	min-width: 0;
}

.hk-vendor-review-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 9px;
}

.hk-vendor-review-card__author,
.hk-vendor-review-card__date {
	display: block;
}

.hk-vendor-review-card__author {
	color: #123f2f;
	font-size: 15px;
	font-weight: 800;
}

.hk-vendor-review-card__date {
	margin-top: 1px;
	color: #879189;
	font-size: 12px;
}

.hk-vendor-review-card__text {
	color: #374a40;
	font-size: 15px;
	line-height: 1.58;
	overflow-wrap: anywhere;
}

.hk-vendor-review-card__own-badge {
	display: inline-flex;
	margin-top: 10px;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(199, 154, 43, 0.12);
	color: #8a6511;
	font-size: 11px;
	font-weight: 800;
}

.hk-vendor-reviews__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 190px;
	padding: 28px;
	border: 1px dashed rgba(18, 63, 47, 0.2);
	border-radius: 15px;
	background: #fafcfb;
	text-align: center;
}

.hk-vendor-reviews__empty-icon {
	width: 42px;
	height: 42px;
	margin-bottom: 10px;
	color: #c79a2b;
}

.hk-vendor-reviews__empty strong {
	margin-bottom: 4px;
	color: #123f2f;
	font-size: 17px;
}

.hk-vendor-reviews__empty span {
	max-width: 440px;
	color: #6c786f;
	font-size: 13px;
	line-height: 1.5;
}

@media (max-width: 900px) {
	.hk-vendor-reviews__header {
		flex-direction: column;
		align-items: stretch;
	}

	.hk-vendor-reviews__headline-rating {
		justify-content: flex-start;
		min-width: 0;
	}
}

@media (max-width: 700px) {
	.hk-vendor-trust--compact {
		margin-top: 16px;
		padding-top: 15px;
	}

	.hk-vendor-reviews {
		margin-top: 24px;
		padding: 19px 16px;
		border-radius: 16px;
		box-shadow: 0 8px 24px rgba(18, 63, 47, 0.06);
	}

	.hk-vendor-reviews__header {
		gap: 15px;
		margin-bottom: 18px;
		padding-bottom: 17px;
	}

	.hk-vendor-reviews__title {
		font-size: 24px;
	}

	.hk-vendor-reviews__headline-rating {
		gap: 9px;
		padding: 11px 12px;
	}

	.hk-wheat-meter__item {
		width: 22px;
		height: 22px;
		flex-basis: 22px;
	}

	.hk-wheat-meter__fill svg {
		width: 22px;
	}

	.hk-vendor-review-form {
		padding: 17px 14px;
		border-radius: 14px;
	}

	.hk-vendor-review-form__topline {
		flex-direction: column;
		align-items: flex-start;
		gap: 13px;
	}

	.hk-wheat-choice {
		width: 100%;
		justify-content: space-between;
		box-sizing: border-box;
	}

	.hk-wheat-choice__item {
		width: 42px;
		height: 42px;
	}

	.hk-wheat-choice__item svg {
		width: 30px;
		height: 30px;
	}

	.hk-vendor-review-form__submit,
	.hk-vendor-review-form__delete {
		width: 100%;
	}

	.hk-vendor-review-form__status {
		flex-basis: 100%;
		text-align: center;
	}

	.hk-vendor-review-card {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 11px;
		padding: 15px 13px;
	}

	.hk-vendor-review-card__avatar img {
		width: 42px;
		height: 42px;
	}

	.hk-vendor-review-card__header {
		flex-direction: column;
		gap: 7px;
	}

	.hk-vendor-review-card__text {
		font-size: 14px;
	}
}


/* ==================================================
   Listing reputation + producer dashboard — Core 1.7.94
   ================================================== */

/* Compact, unobtrusive seller reputation on listing cards. */
.hk-listing-vendor-rating {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 4px;
	max-width: 100%;
	margin-top: 9px;
	color: #68766e;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.2;
	white-space: nowrap;
}

.hk-listing-vendor-rating__wheat {
	display: inline-flex;
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	color: #c79a2b;
}

.hk-listing-vendor-rating__wheat svg {
	display: block;
	width: 100%;
	height: 100%;
}

.hk-listing-vendor-rating strong {
	color: #123f2f;
	font-size: 13px;
	font-weight: 850;
}

.hk-listing-vendor-rating__new {
	color: #456359;
	font-weight: 750;
}

/* Personal producer reputation dashboard. */
body.hk-my-reputation-page {
	--hk-reputation-green: #123f2f;
	--hk-reputation-gold: #c79a2b;
	--hk-reputation-muted: #697970;
	--hk-reputation-border: rgba(18, 63, 47, 0.12);
}

.hk-my-reputation-shell {
	width: min(100%, 1180px);
	margin: 0 auto;
	padding: 12px 0 42px;
}

.hk-my-reputation-hero {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	margin-bottom: 24px;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid var(--hk-reputation-border);
	border-radius: 22px;
	background:
		radial-gradient(circle at 92% 14%, rgba(199, 154, 43, 0.18), transparent 29%),
		linear-gradient(135deg, #ffffff 0%, #f3f8f5 100%);
	box-shadow: 0 18px 48px rgba(18, 63, 47, 0.09);
}

.hk-my-reputation-hero__symbol,
.hk-my-reputation-login__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--hk-reputation-green, #123f2f);
	color: #fff;
	box-shadow: 0 12px 28px rgba(18, 63, 47, 0.2);
}

.hk-my-reputation-hero__symbol svg,
.hk-my-reputation-login__icon svg {
	width: 42px;
	height: 42px;
}

.hk-my-reputation-hero__eyebrow,
.hk-my-reputation-reviews__header span {
	display: block;
	margin-bottom: 4px;
	color: var(--hk-reputation-gold);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hk-my-reputation-hero h2,
.hk-my-reputation-reviews__header h3 {
	margin: 0;
	color: var(--hk-reputation-green);
	font-weight: 850;
	line-height: 1.15;
}

.hk-my-reputation-hero h2 {
	font-size: clamp(30px, 4vw, 46px);
}

.hk-my-reputation-hero p {
	margin: 7px 0 0;
	color: var(--hk-reputation-muted);
	font-size: 15px;
}

.hk-my-reputation-profile-link,
.hk-my-reputation-reviews__header a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border: 1px solid rgba(18, 63, 47, 0.16);
	border-radius: 12px;
	background: #fff;
	color: var(--hk-reputation-green);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.hk-my-reputation-profile-link:hover,
.hk-my-reputation-reviews__header a:hover {
	border-color: var(--hk-reputation-gold);
	color: var(--hk-reputation-green);
}

.hk-my-reputation-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 26px;
	margin-bottom: 24px;
	padding: clamp(22px, 4vw, 32px);
	border: 1px solid rgba(199, 154, 43, 0.3);
	border-radius: 20px;
	background: #fffdf8;
	box-shadow: 0 12px 34px rgba(18, 63, 47, 0.06);
}

.hk-my-reputation-summary__copy > span {
	display: block;
	margin-bottom: 5px;
	color: var(--hk-reputation-gold);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hk-my-reputation-summary__copy strong {
	display: block;
	color: var(--hk-reputation-green);
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 850;
}

.hk-my-reputation-summary__copy p {
	margin: 8px 0 0;
	color: var(--hk-reputation-muted);
	font-size: 14px;
}

.hk-my-reputation-summary__meter {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 7px;
}

.hk-my-reputation-summary__meter > span {
	color: var(--hk-reputation-muted);
	font-size: 13px;
	font-weight: 700;
}

.hk-my-reputation-reviews {
	padding: clamp(20px, 4vw, 30px);
	border: 1px solid var(--hk-reputation-border);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(18, 63, 47, 0.06);
}

.hk-my-reputation-reviews__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(18, 63, 47, 0.1);
}

.hk-my-reputation-reviews__header h3 {
	font-size: clamp(22px, 2.5vw, 30px);
}

.hk-my-reputation-reviews__list {
	display: grid;
	gap: 13px;
}

.hk-my-reputation-reviews__empty,
.hk-my-reputation-login {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 210px;
	padding: 30px;
	border: 1px dashed rgba(18, 63, 47, 0.2);
	border-radius: 17px;
	background: #fafcfb;
	text-align: center;
}

.hk-my-reputation-reviews__empty svg {
	width: 42px;
	height: 42px;
	margin-bottom: 10px;
	color: var(--hk-reputation-gold);
}

.hk-my-reputation-reviews__empty strong,
.hk-my-reputation-login h2 {
	color: var(--hk-reputation-green, #123f2f);
	font-size: 19px;
	font-weight: 850;
}

.hk-my-reputation-reviews__empty span,
.hk-my-reputation-login p {
	margin-top: 5px;
	color: var(--hk-reputation-muted, #697970);
	font-size: 14px;
}

@media (max-width: 700px) {
	.hk-listing-vendor-rating {
		margin-top: 7px;
		font-size: 11px;
	}

	.hk-listing-vendor-rating strong {
		font-size: 12px;
	}

	.hk-listing-vendor-rating__wheat {
		width: 16px;
		height: 16px;
		flex-basis: 16px;
	}

	.hk-my-reputation-shell {
		padding-top: 6px;
		padding-bottom: 28px;
	}

	.hk-my-reputation-hero {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 14px;
		padding: 20px 17px;
		border-radius: 17px;
	}

	.hk-my-reputation-hero__symbol {
		width: 58px;
		height: 58px;
	}

	.hk-my-reputation-hero__symbol svg {
		width: 34px;
		height: 34px;
	}

	.hk-my-reputation-profile-link {
		grid-column: 1 / -1;
		width: 100%;
		box-sizing: border-box;
	}

	.hk-my-reputation-summary {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 20px 17px;
		border-radius: 17px;
	}

	.hk-my-reputation-summary__meter {
		align-items: flex-start;
	}

	.hk-my-reputation-reviews {
		padding: 19px 15px;
		border-radius: 17px;
	}

	.hk-my-reputation-reviews__header {
		flex-direction: column;
		align-items: stretch;
	}

	.hk-my-reputation-reviews__header a {
		width: 100%;
		box-sizing: border-box;
	}
}


/* ==================================================
   Listing rating / views spacing — Core 1.7.95
   ==================================================
   Adds breathing room between the vendor reputation and the views badge.
   No card structure or other modules are changed.
 */
.hk-listing-vendor-rating {
	margin-right: 10px !important;
}

@media (max-width: 700px) {
	.hk-listing-vendor-rating {
		margin-right: 8px !important;
	}
}


/* ==================================================
   My reputation hero actions — Core 1.7.96
   Adds a return-to-profile action without changing existing layout.
   ================================================== */
.hk-my-reputation-hero__actions {
	display: inline-flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
}

.hk-my-reputation-hero__actions .hk-my-reputation-profile-link {
	width: 100%;
	box-sizing: border-box;
	white-space: nowrap;
}

.hk-my-reputation-profile-link--back {
	background: rgba(255, 255, 255, 0.82);
}

@media (max-width: 700px) {
	.hk-my-reputation-hero__actions {
		grid-column: 1 / -1;
		width: 100%;
	}

	.hk-my-reputation-hero__actions .hk-my-reputation-profile-link {
		width: 100%;
	}

	.hk-my-reputation-profile-link {
		grid-column: auto;
	}
}


/* ==================================================
   Unified reputation return navigation — Core 1.8.12
   Matches «До мого кола» and «До моїх оголошень».
   ================================================== */
.hk-my-reputation-back-row {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 0 14px;
}

.hk-my-reputation-back {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 7px;

	min-height: 44px;
	margin: 0;
	padding: 8px 13px 8px 10px;

	color: #123f2f;
	-webkit-text-fill-color: #123f2f;
	background: rgba(18, 63, 47, 0.045);
	border: 1px solid rgba(18, 63, 47, 0.16);
	border-radius: 11px;
	box-shadow: none;

	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;

	cursor: pointer;
	transition:
		color 0.18s ease,
		background-color 0.18s ease,
		border-color 0.18s ease,
		transform 0.18s ease;
}

.hk-my-reputation-back__icon {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	fill: currentColor;
	transition: transform 0.18s ease;
}

.hk-my-reputation-back:hover {
	color: #c79a2b;
	-webkit-text-fill-color: #c79a2b;
	background: rgba(199, 154, 43, 0.07);
	border-color: rgba(199, 154, 43, 0.48);
	transform: translateY(-1px);
}

.hk-my-reputation-back:hover .hk-my-reputation-back__icon {
	transform: translateX(-2px);
}

.hk-my-reputation-back:active {
	transform: translateY(0) scale(0.98);
}

.hk-my-reputation-back:focus {
	outline: none;
	box-shadow: none;
}

.hk-my-reputation-back:focus-visible {
	outline: 2px solid #c79a2b;
	outline-offset: 3px;
}

@media (max-width: 700px) {
	.hk-my-reputation-back-row {
		margin-bottom: 12px;
	}
}

/* 1.8.29 — review hidden by moderator notice shown only to its author. */
.hk-vendor-review-form__moderation-notice {
	display: grid;
	gap: 5px;
	margin: 0 0 14px;
	padding: 14px 16px;
	border: 1px solid rgba(199, 154, 43, .46);
	border-radius: 12px;
	background: #fff7df;
	color: #123f2f;
}

.hk-vendor-review-form__moderation-notice strong {
	font-size: 14px;
	font-weight: 800;
}

.hk-vendor-review-form__moderation-notice span,
.hk-vendor-review-form__moderation-notice small {
	font-size: 13px;
	line-height: 1.45;
}

.hk-vendor-review-form__moderation-notice small {
	color: #765f24;
}
