/* BLACK EVEREST v3.4.17 — Google Reviews
   Real data is loaded from the server-side Google Places API integration. */

.google-reviews{
  background:#f3f6f9;
  border-top:1px solid #e5eaf0;
  border-bottom:1px solid #e5eaf0;
}

.google-reviews__head{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:end;
  gap:40px;
  margin-bottom:34px;
}

.google-reviews__head h2{
  margin-top:13px;
  max-width:620px;
}

.google-reviews__rating{
  display:flex;
  align-items:center;
  gap:15px;
  min-width:260px;
  padding:16px 18px;
  border:1px solid #dfe5ec;
  border-radius:17px;
  background:#fff;
  box-shadow:0 14px 34px rgba(18,27,43,.055);
}

.google-reviews__rating>strong{
  color:#11151b;
  font-family:"Barlow Condensed",Arial,sans-serif;
  font-size:45px;
  line-height:.9;
}

.google-reviews__rating span{
  display:block;
  margin-top:4px;
  color:#606a77;
  font-size:10.5px;
  font-weight:700;
}

.google-stars{
  color:#f4b400;
  font-size:17px;
  line-height:1;
  letter-spacing:1px;
}

.google-reviews__track{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.google-review{
  min-width:0;
  display:flex;
  flex-direction:column;
  min-height:270px;
  padding:20px;
  border:1px solid #dfe5ec;
  border-radius:18px;
  background:#fff;
  box-shadow:0 14px 34px rgba(18,27,43,.05);
}

.google-review__author{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
}

.google-review__avatar{
  flex:0 0 42px;
  width:42px;
  height:42px;
  border-radius:50%;
  object-fit:cover;
  background:#eaf0f6;
}

.google-review__avatar--fallback{
  display:grid;
  place-items:center;
  color:#2f7ef7;
  font-size:15px;
  font-weight:900;
}

.google-review__author-copy{
  min-width:0;
}

.google-review__author-copy a,
.google-review__author-copy strong{
  display:block;
  overflow:hidden;
  color:#141920;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.google-review__author-copy a:hover{
  color:#176bd6;
}

.google-review__time{
  display:block;
  margin-top:3px;
  color:#7a8490;
  font-size:9.5px;
  font-weight:700;
}

.google-review__stars{
  margin-top:18px;
  color:#f4b400;
  font-size:15px;
  letter-spacing:1px;
}

.google-review__text{
  flex:1;
  margin-top:12px;
  color:#4f5966;
  font-size:12px;
  font-weight:500;
  line-height:1.7;

  /* Keep long Google reviews compact and visually even. */
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:8;
  overflow:hidden;
  text-overflow:ellipsis;
}

.google-review__source{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin-top:18px;
  color:#176bd6;
  font-size:10px;
  font-weight:800;
  text-decoration:none;
}

.google-review__source:hover{
  text-decoration:underline;
}

.google-reviews__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:24px;
}

.google-reviews__attribution{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.gmp-attribution{
  flex:0 0 auto;
  font-family:Roboto,Arial,sans-serif;
  font-style:normal;
  font-weight:400;
  font-size:12px;
  letter-spacing:normal;
  white-space:nowrap;
  color:#5e5e5e;
}

.google-reviews__attribution small{
  color:#7a8490;
  font-size:9.5px;
  line-height:1.45;
}

.google-reviews__all{
  flex:0 0 auto;
}

@media (max-width:767px){
  .google-reviews{
    padding-top:72px;
    padding-bottom:72px;
  }

  .google-reviews__head{
    display:block;
    margin-bottom:24px;
  }

  .google-reviews__head h2{
    margin-bottom:22px;
  }

  .google-reviews__rating{
    width:100%;
    min-width:0;
  }

  .google-reviews__rating>strong{
    font-size:42px;
  }

  .google-reviews__track{
    display:flex;
    gap:12px;
    margin-left:-1px;
    padding:1px 28px 14px 1px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }

  .google-reviews__track::-webkit-scrollbar{
    display:none;
  }

  .google-review{
    flex:0 0 88%;
    min-height:255px;
    scroll-snap-align:start;
  }

  .google-review__text{
    font-size:13px;
    -webkit-line-clamp:7;
  }

  .google-reviews__footer{
    align-items:stretch;
    flex-direction:column;
    margin-top:16px;
  }

  .google-reviews__attribution{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
  }

  .gmp-attribution{
    font-size:12px;
  }

  .google-reviews__attribution small{
    font-size:10px;
  }

  .google-reviews__all{
    width:100%;
  }
}
