﻿  #google-rating-container {     
    margin-top: 50px;
    text-align: center;
    margin-left: 20px;
  }
  .google-badge {
    display: inline-flex;
    align-items: center;
    /*background: #fff;*/
    /*border: 1px solid #dadce0;*/
    /*border-radius: 9999px;*/
    /*padding: 6px 12px;*/
    box-shadow: 0 1px 3px rgba(60,64,67,.15);
    font-family: 'Roboto', Arial, sans-serif;
    color: #FFF;
    gap: 8px;
    transition: transform 0.2s ease;
  }
  .google-badge:hover { transform: scale(1.03); }

  .g-logo {
    width: 50px;
    height: 50px;
  }

  .g-text {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .g-name {
    font-weight: 500;
  }

  .g-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
  }

  .g-stars svg {
    width: 40px;
    height: 40px;
  }

  .g-rating {
    font-weight: 600;
    margin-left: 4px;
  }

  .g-count {
    font-size: 1rem;
    color: #FFF;
  }

  a.g-link {
    text-decoration: none;
    color: inherit;
  }