.google-rating-card {
  z-index: 1080;
  position: fixed;
  bottom: 5px;
  left: 5px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 5px;
  text-align: center;
  width: 150px;
  font-family: Arial, sans-serif;
}

.grw-close {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.grw-close:hover {
  color: #000;
}

.grw-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
}

.grw-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.grw-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 4px;
}

.grw-score {
  font-weight: bold;
  line-height: 1;
  font-size: 0.85rem;
}

.grw-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 0.85rem;
}

.star {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.star-back {
  color: #ccc;
}

.star-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #FFD700;
  white-space: nowrap;
}
  
.grw-total {
  font-size: 0.8rem;
  color: #555;
  margin-top: 4px;
}

.google-rating-wrapper {
  display: flex;
  justify-content: center; 
  align-items: center;
  margin-top: 18px;     
}

