/* Home / Google Reviews — 1.0.36.3
   Dono: Home / Google Reviews
   Origem preservada: assets/css/components/contracts/google-reviews-contract.css
   Regra: CSS deve morar no componente/página dona.
*/
/* GoogleReviews component contract — 1.0.33.0 */
@media (max-width: 767px) {
  [data-component="GoogleReviews"].home-proof-social-summary {
    display: grid;
    grid-template-columns: max-content minmax(112px, 1fr) max-content;
    align-items: center;
    width: 100%;
    max-width: 486px;
    min-height: 96px;
    column-gap: 12px;
    padding: 14px 18px;
    border-radius: 20px;
    margin-inline: auto;
    overflow: hidden;
  }
  [data-component="GoogleReviews"] .home-proof-social-summary-score { grid-column: 1; min-width: 64px; font-size: clamp(48px, 14vw, 58px); line-height: .92; letter-spacing: -.07em; white-space: nowrap; }
  [data-component="GoogleReviews"] .home-proof-social-summary-body { grid-column: 2; display: grid; min-width: 0; gap: 5px; justify-items: start; }
  [data-component="GoogleReviews"] .home-proof-social-stars { display: flex; flex-wrap: nowrap; gap: 3px; white-space: nowrap; }
  [data-component="GoogleReviews"] .home-proof-social-star { width: clamp(16px, 4.8vw, 20px); height: clamp(16px, 4.8vw, 20px); flex: 0 0 auto; }
  [data-component="GoogleReviews"] .home-proof-social-summary-text { max-width: 100%; font-size: clamp(12px, 3.4vw, 14px); line-height: 1.2; white-space: nowrap; }
  [data-component="GoogleReviews"] .home-proof-social-google { grid-column: 3; display: grid; justify-items: center; align-content: center; min-width: 58px; margin: 0; padding: 0 0 0 14px; border-left: 1px solid #e4e8eb; gap: 3px; }
  [data-component="GoogleReviews"] .home-proof-social-google-icon { width: clamp(34px, 9.7vw, 42px); height: clamp(34px, 9.7vw, 42px); }
  [data-component="GoogleReviews"] .home-proof-social-google-text { font-size: 10px; line-height: 1.1; white-space: nowrap; }
}
@media (max-width: 360px) {
  [data-component="GoogleReviews"].home-proof-social-summary { grid-template-columns: max-content minmax(96px, 1fr) max-content; column-gap: 9px; padding: 12px 14px; }
  [data-component="GoogleReviews"] .home-proof-social-summary-score { min-width: 58px; }
  [data-component="GoogleReviews"] .home-proof-social-google { min-width: 54px; padding-left: 10px; }
}

/* Ajuste 1.0.36.3 — equilíbrio do título Avaliações Google no mobile.
   Mantém a frase, mas evita a quebra ruim com "si." isolado. */
.home-proof-social-title .home-proof-social-title-accent-line {
  color: #115AE6;
}

@media (max-width: 600px) {
  .home-proof-social-title {
    max-width: 330px;
    font-size: clamp(35px, 10vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.052em;
    margin-bottom: 24px;
  }

  .home-proof-social-title .home-proof-social-title-accent-line {
    display: block;
  }
}
