.google-widget {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 16px;
    width: 250px;
    height: 120px;
    font-family: Arial, sans-serif;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 0 auto;
}

/* Mobilon legyen biztosan középen */
@media (max-width: 767px) {
    .google-widget {
        display: block;
        margin-left: auto;
        margin-right: auto;
		margin-top:20px;
    }
}


.google-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.google-logo {
  height: 20px;
  margin-right: 6px;
}

.external-link {
  text-decoration: none;
  font-size: 14px;
  color: #555;
}

.google-rating {
  font-size: 18px;
  margin-bottom: 8px;
}

.rating-value {
  font-weight: bold;
  color: #000;
}

.rating-max {
  color: #666;
}

.review-count {
  display: block;
  font-size: 14px;
  color: #777;
}

.rate-button {
  display: inline-block;
  background-color: #4285F4;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.rate-button:hover {
  background-color: #3367D6;
}
