/*
Theme Name:   Voxel (child theme)
Theme URI:    https://getvoxel.io/
Author:       27collective
Author URI:   https://27collective.net/
Template:     voxel
Version:      1.0
Text Domain:  voxel-child
*/

.google-reviews {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  color: #333;
}

.google-reviews h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: bold;
}

.google-reviews .gr-overall {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.google-reviews .gr-overall .gr-stars {
  font-size: 20px;
  color: #f39c12;
}

.google-reviews .gr-overall .gr-rating {
  font-size: 14px;
  color: #444;
}

.google-reviews h4 {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: bold;
}

.google-reviews .gr-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.google-reviews .gr-item:last-child {
  border-bottom: none;
}

.google-reviews .gr-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.google-reviews .gr-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
}

.google-reviews .gr-meta {
  display: flex;
  flex-direction: column;
}

.google-reviews .gr-meta strong {
  font-size: 14px;
  font-weight: bold;
}

.google-reviews .gr-meta .gr-time {
  font-size: 12px;
  color: #777;
/*   margin-left: 6px; */
}

.google-reviews .gr-meta .gr-stars {
  font-size: 14px;
  color: #f39c12;
  margin-top: 2px;
}

.google-reviews .gr-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.rating-count-wrapper .total-rating{
	color: #2D2D44;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1em;
}
