.reviews-section { scroll-margin-top: 120px; }
.reviews-section [hidden] { display: none !important; }
.review-summary { max-width: 100%; }
.review-summary > div { min-width: 0; }
.review-summary > div:first-child { flex: 0 0 76px; }
.review-summary p { font-size: 14px; line-height: 1.6; }
.review-stars { color: #775a19; letter-spacing: .12em; white-space: nowrap; }
.review-card { min-width: 0; overflow-wrap: anywhere; }
.review-card .review-comments { white-space: pre-wrap; }
.review-card .review-name { color: #111; font-weight: 600; }
.review-card .review-location { font-size: 14px; }
.review-status { margin-top: 16px; color: #444748; }
.review-status[data-error="true"] { color: #a12121; }
.review-status[data-success="true"] { color: #27633b; }
.review-button { min-height: 44px; cursor: pointer; }
.review-button:disabled { opacity: .55; cursor: wait; }
.reviews-section .review-note { font-size: 14px; line-height: 1.6; }
.review-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.review-rating { padding: 0; border: 0; margin: 20px 0 0; }
.review-rating legend { font-weight: 600; margin-bottom: 8px; }
.review-rating-options { display: flex; flex-wrap: wrap; gap: 6px; }
.review-rating-choice { position: relative; }
.contact-form .review-rating-choice input {
  position: absolute; width: 1px; height: 1px; margin: 0; padding: 0; border: 0;
  clip-path: inset(50%); overflow: hidden;
}
.contact-form .review-rating-choice label {
  display: flex; align-items: center; justify-content: center;
  width: 44px; min-height: 44px; margin: 0; border: 1px solid #ded9d0;
  background: #fff; color: #6b7280; font-size: 28px; cursor: pointer;
}
.review-rating-choice.is-filled label { color: #775a19; background: #fcf5e7; border-color: #c9a65e; }
.contact-form .review-rating-choice input:focus-visible + label { outline: 3px solid #775a19; outline-offset: 2px; }
.review-rating-choice label:hover { border-color: #775a19; }
.review-rating-value { display: block; margin-top: 8px; font-size: 14px; color: #4b5563; }
@media (max-width: 380px) {
  .reviews-section .review-form-card { padding: 20px; }
  .review-summary { gap: 16px; padding: 20px; }
  .review-summary > div:last-child { padding-left: 16px; }
  .review-rating-options { gap: 3px; }
}
