.google-reviews.section-pad {
      padding: 54px 0 72px;
      background: var(--color-white);
    }

.google-reviews__head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: end;
      gap: 32px;
      margin-bottom: 28px;
    }

.google-reviews__head .section-heading {
      margin-bottom: 0;
      text-align: left;
    }

.google-reviews__head .section-heading h2 {
      margin: 8px 0 0;
    }

.google-reviews__summary {
      min-width: 250px;
      padding: 18px 20px;
      background: #fffaf2;
      border: 1px solid rgba(155, 107, 61, 0.22);
    }

.google-reviews__score {
      display: flex;
      align-items: center;
      gap: 12px;
      color: var(--color-dark);
      font-family: "Playfair Display", Georgia, serif;
      font-size: 34px;
      font-weight: 700;
      line-height: 1;
    }

.google-reviews__score small {
      color: #696158;
      font-family: "Inter", Arial, sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

.google-reviews__meta {
      margin: 10px 0 0;
      color: #625b54;
      font-size: 13px;
      line-height: 1.5;
    }

.google-reviews__verified {
      margin: 4px 0 0;
      color: var(--color-bronze);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

.google-mark {
      display: inline-grid;
      place-items: center;
      width: 28px;
      height: 28px;
      color: transparent;
      background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 43%, #fbbc05 0 62%, #ea4335 0 82%, #4285f4 0);
      border-radius: 50%;
      font-family: Arial, sans-serif;
      font-size: 18px;
      font-weight: 800;
      line-height: 1;
      -webkit-background-clip: text;
      background-clip: text;
    }

.google-reviews__viewport {
      overflow: hidden;
    }

.google-reviews__track {
      display: flex;
      width: max-content;
      animation: googleReviewsMarquee 46s linear infinite;
      will-change: transform;
    }

.google-reviews__slider:hover .google-reviews__track,
    .google-reviews__slider:focus-within .google-reviews__track {
      animation-play-state: paused;
    }

.google-reviews__set {
      display: flex;
      flex: 0 0 auto;
      gap: 20px;
      padding-right: 20px;
    }

@keyframes googleReviewsMarquee {
      from {
        transform: translate3d(0, 0, 0);
      }

      to {
        transform: translate3d(-50%, 0, 0);
      }
    }

.google-review-card {
      flex: 0 0 clamp(300px, 30vw, 360px);
      min-width: 0;
      padding: 24px;
      background: var(--color-white);
      border: 1px solid rgba(23, 27, 30, 0.1);
      box-shadow: 0 12px 34px rgba(17, 17, 17, 0.06);
    }

.google-review-card:focus-within {
      outline: 3px solid rgba(155, 107, 61, 0.32);
      outline-offset: 4px;
    }

.google-review-card__top {
      display: flex;
      align-items: center;
      gap: 12px;
    }

.google-review-card__avatar {
      display: grid;
      flex: 0 0 42px;
      place-items: center;
      width: 42px;
      height: 42px;
      color: var(--color-white);
      background: #8f1f1f;
      border-radius: 50%;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.04em;
    }

.google-review-card__name {
      margin: 0;
      color: var(--color-dark);
      font-size: 15px;
      font-weight: 800;
      line-height: 1.35;
    }

.google-review-card__source {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 3px;
      color: #696158;
      font-size: 12px;
      font-weight: 700;
    }

.google-review-card__source .google-mark {
      width: 16px;
      height: 16px;
      font-size: 12px;
    }

.google-review-card__stars {
      margin-top: 18px;
      color: #d9a441;
      font-size: 15px;
      letter-spacing: 0.08em;
    }

.google-review-card__text {
      min-height: 118px;
      margin: 14px 0 0;
      color: #4d4741;
      font-size: 15px;
      line-height: 1.7;
    }

.google-review-card__footer {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      margin-top: 18px;
    }

.google-review-card__date,
    .google-review-card__tag {
      color: #6e665e;
      font-size: 12px;
      font-weight: 700;
    }

.google-review-card__tag {
      padding: 3px 9px;
      background: #fff7ea;
      border: 1px solid rgba(155, 107, 61, 0.18);
    }

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

.google-reviews__arrows {
      display: flex;
      gap: 10px;
    }

.google-reviews__arrow {
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      color: var(--color-dark);
      background: var(--color-white);
      border: 1px solid rgba(23, 27, 30, 0.16);
      border-radius: 50%;
      cursor: pointer;
      transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
    }

.google-reviews__arrow:hover,
    .google-reviews__arrow:focus-visible {
      color: var(--color-white);
      background: #8f1f1f;
      border-color: #8f1f1f;
      outline: none;
    }

.google-reviews__dots {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px;
    }

.google-reviews__dot {
      width: 28px;
      height: 3px;
      padding: 0;
      background: rgba(23, 27, 30, 0.18);
      border: 0;
      cursor: pointer;
    }

.google-reviews__dot.is-active {
      background: #8f1f1f;
    }

.google-reviews__cta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 18px;
      margin-top: 30px;
    }

.google-reviews__link {
      color: var(--color-bronze);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      border-bottom: 1px solid currentColor;
    }
