.google-reviews {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
  padding: 36px;
  border: 1px solid #e3d9ce;
  border-radius: 24px;
  background: #f8f4ed;
  scroll-margin-top: 145px;
  overflow: hidden;
}
.google-reviews-copy { min-width: 0; }
.google-reviews-label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #885026;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.google-reviews-label span { font-size: 23px; line-height: 1; }
.google-reviews h3 {
  max-width: 420px;
  margin: 18px 0;
  color: #231b16;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -.04em;
  line-height: 1.15;
}
.google-reviews-copy > p:not(.google-reviews-label) { color: #60564f; line-height: 1.65; }
.google-reviews .button { margin-top: 10px; }
.google-reviews .google-reviews-source { margin: 18px 0 0; font-size: 12px; }
.google-reviews-card {
  min-width: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 36px #36251612;
  overflow: hidden;
}
.google-reviews-card iframe { display: block; width: 100%; height: 380px; border: 0; background: #e9e8e4; }
.google-reviews-map { width: 100%; overflow: hidden; }
.google-reviews-card > p { margin: 0; padding: 13px 18px; font-size: 12px; color: #60564f; }
.proof-review .proof-value { font-size: clamp(18px, 2vw, 25px); }
@media (max-width: 800px) {
  .google-reviews { grid-template-columns: 1fr; gap: 24px; padding: 24px; }
  .google-reviews h3 { max-width: 100%; }
}
@media (max-width: 480px) {
  .google-reviews { padding: 20px 14px 14px; border-radius: 18px; }
  .google-reviews-copy { padding: 0 6px; }
  .google-reviews .button { width: 100%; padding-inline: 12px; }
  .google-reviews-card iframe { height: 360px; }
}
