/* Isolated from the theme's generic form and WooCommerce rules. */
.KoteProductSingle__reviews { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin: -6px 0 24px; color: #243b2e; font-size: 14px; line-height: 1.5; text-decoration: none; }
.KoteProductSingle__reviews:hover { color: #34563f; }
.KoteProductSingle__reviews:focus-visible { outline: 3px solid #647f49; outline-offset: 4px; border-radius: 3px; }
.KoteProductSingle__rating-scale { margin-left: 2px; font-weight: 400; }
.KoteProductSingle__review-count { text-decoration: underline; text-underline-offset: 3px; }
.KoteReviews { margin: 72px 0 0; padding: 72px 0; background: #f7f7f4; color: #202820; scroll-margin-top: 110px; }
.KoteReviews *, .KoteReviews *::before, .KoteReviews *::after { box-sizing: border-box; }
.KoteReviews .KoteReviews__eyebrow { margin: 0 0 12px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: #596954; }
.KoteReviews__header { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-bottom: 32px; }
.KoteReviews h2 { font-size: clamp(28px, 3.5vw, 42px); line-height: 1.15; margin: 0 0 12px; }
.KoteReviews .KoteReviews__eyebrow + h2, .KoteReviews .KoteReviews__eyebrow + h3 { margin-top: 0; }
.KoteReviews__header p { margin: 0; }
.KoteReviews .KoteReviews__button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 14px 22px; border: 1px solid #243b2e; border-radius: 6px; background: #243b2e; background-image: none; color: #fff; box-shadow: none; font-family: inherit; font-size: 14px; line-height: 1.4; font-weight: 600; text-decoration: none; cursor: pointer; }
.KoteReviews .KoteReviews__button--outline { flex-shrink: 0; background: transparent; color: #243b2e; }
.KoteReviews .KoteReviews__button:hover { background: #34563f; color: #fff; }
.KoteReviews .KoteReviews__button:disabled { opacity: .6; cursor: wait; }
.KoteReviews :focus-visible { outline: 3px solid #647f49; outline-offset: 4px; }
.KoteReviews__summary { display: flex; align-items: center; gap: 24px; padding: 0 0 30px; margin-bottom: 28px; border-bottom: 1px solid #dce1d8; }
.KoteReviews__score { font-size: 48px; line-height: 1; letter-spacing: -.04em; }
.KoteReviews__score small { margin-left: 5px; font-size: 18px; font-weight: 400; color: #646b63; }
.KoteReviews__summary p { margin: 3px 0 0; font-size: 13px; }
.KoteReviews__summary .KoteReviews__count { margin-left: auto; font-weight: 600; text-align: right; }
.KoteReviews__count span { font-size: 12px; font-weight: 400; color: #646b63; }
.KoteReviews__stars { display: inline-block; position: relative; font-family: Arial, sans-serif; font-size: 20px; line-height: 1.4; letter-spacing: 3px; white-space: nowrap; }
.KoteReviews__stars > span:first-child { color: #deded5; }
.KoteReviews__stars > span:last-child { position: absolute; top: 0; left: 0; overflow: hidden; color: #a36a0a; }
.KoteReviews__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.KoteReviews__card { padding: 26px; background: #fff; border: 1px solid #e1e5dc; border-radius: 12px; box-shadow: 0 3px 12px rgba(28, 45, 28, .025); min-width: 0; }
.KoteReviews__identity { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.KoteReviews__avatar { display: flex; align-items: center; justify-content: center; flex: 0 0 42px; height: 42px; border-radius: 50%; background: #e9efe3; color: #395132; font-size: 18px; font-weight: 600; }
.KoteReviews__identity h3 { font-family: inherit; font-size: 15px; line-height: 1.3; margin: 0 0 4px; overflow-wrap: anywhere; }
.KoteReviews__identity time { font-size: 12px; color: #697068; }
.KoteReviews__text { font-size: 15px; line-height: 1.75; overflow-wrap: anywhere; margin-top: 14px; }
.KoteReviews__text p { margin: 0 0 12px; }
.KoteReviews__text p:last-child { margin-bottom: 0; }
.KoteReviews .KoteReviews__verified { display: inline-flex; gap: 5px; color: #426435; font-size: 11px; font-weight: 600; margin: 20px 0 0; }
.KoteReviews__empty { padding: 28px; border: 1px dashed #c8d0c1; border-radius: 10px; }
.KoteReviews .KoteReviews__policy { font-size: 12px; line-height: 1.6; color: #697068; margin: 22px 0 0; max-width: 820px; }
.KoteReviews__pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.KoteReviews__pagination .page-numbers { padding: 9px 13px; border: 1px solid #c8d0c1; border-radius: 4px; color: #243b2e; text-decoration: none; }
.KoteReviews__pagination .current { background: #243b2e; color: #fff; }
.KoteReviews__write { display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; margin-top: 48px; padding-top: 48px; border-top: 1px solid #dce1d8; scroll-margin-top: 110px; }
.KoteReviews__intro h3 { font-size: 32px; line-height: 1.2; margin: 0 0 20px; }
.KoteReviews__intro p { font-size: 14px; line-height: 1.7; color: #697068; max-width: 300px; }
.KoteReviews__form { min-width: 0; }
.KoteReviews__form > label { display: block; margin-bottom: 20px; }
.KoteReviews__form label, .KoteReviews__rating legend { font-size: 13px; font-weight: 600; }
.KoteReviews__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 20px; }
.KoteReviews__form input[type="text"], .KoteReviews__form input[type="email"], .KoteReviews__form textarea { display: block; width: 100%; max-width: none; border: 1px solid #cbd3c4; border-radius: 5px; background: #fff; padding: 12px; margin-top: 8px; color: #202820; font: inherit; font-size: 16px; font-weight: 400; line-height: 1.5; }
.KoteReviews__form textarea { resize: vertical; min-height: 140px; }
.KoteReviews__rating { border: 0; margin: 0 0 22px; padding: 0; }
.KoteReviews__rating legend { margin-bottom: 5px; padding: 0; }
.KoteReviews__rating > div { display: flex; gap: 4px; }
.KoteReviews__rating label { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 5px; cursor: pointer; color: #7d8276; }
.KoteReviews__rating input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.KoteReviews__rating label > span:first-of-type { font: 34px/1 Arial, sans-serif; }
.KoteReviews__rating .is-selected, .KoteReviews__rating label:has(input:checked) { color: #a36a0a; }
.KoteReviews__rating label:focus-within { outline: 3px solid #647f49; outline-offset: 2px; }
.KoteReviews__form .KoteReviews__consent { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; line-height: 1.6; font-weight: 400; color: #596253; }
.KoteReviews__consent input { flex-shrink: 0; margin-top: 3px; width: 17px; height: 17px; accent-color: #243b2e; }
.KoteReviews__consent a { color: inherit; text-decoration: underline; }
.KoteReviews__form .h-captcha { margin-bottom: 18px; }
.KoteReviews .KoteReviews__feedback { margin: 18px 0 0; font-size: 14px; line-height: 1.6; color: #315b29; }
.KoteReviews .KoteReviews__feedback.is-error { color: #a32222; }
.KoteReviews__honeypot, .KoteReviews__sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 1000px) { .KoteReviews__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .KoteReviews__write { gap: 32px; } }
@media (max-width: 700px) {
	.KoteReviews { padding: 42px 0; margin-top: 42px; }
	.KoteReviews__header { align-items: flex-start; flex-direction: column; }
	.KoteReviews__grid, .KoteReviews__write, .KoteReviews__fields { grid-template-columns: minmax(0, 1fr); }
	.KoteReviews__write { margin-top: 32px; padding-top: 32px; gap: 12px; }
	.KoteReviews__intro p { max-width: none; }
	.KoteReviews__summary { gap: 14px; flex-wrap: wrap; }
	.KoteReviews__card { padding: 22px; }
	.KoteReviews__form .KoteReviews__button { width: 100%; }
}
