.grcw-widget {
  --grcw-bg: #fbf7f3;
  --grcw-border: #917B6C;
  --grcw-text: #3b2118;
  --grcw-muted: #917B6C;
  --grcw-line: rgba(145, 123, 108, 0.26);
  --grcw-star: #f5a400;
  --grcw-gap: clamp(72px, 8.2vw, 116px);
  --grcw-radius: 28px;
  --grcw-font-body: 'Lato', Arial, sans-serif;
  --grcw-font-serif: 'Lora', Georgia, 'Times New Roman', serif;
  display: block;
  width: 100%;
  max-width: 100%;
  color: var(--grcw-text);
  font-family: var(--grcw-font-body);
  overflow: visible;
}

.grcw-widget,
.grcw-widget * {
  box-sizing: border-box;
}

.grcw-widget button,
.grcw-widget blockquote,
.grcw-widget h2,
.grcw-widget p {
  margin: 0;
}

.grcw-shell {
  position: relative;
  width: 100%;
  min-height: 570px;
  margin: 0;
  padding: 44px 59px 48px;
  overflow: hidden;
  background: var(--grcw-bg);
  border: 1px solid var(--grcw-border);
  border-radius: var(--grcw-radius);
}

.grcw-kicker {
  margin: 0 0 38px;
  color: var(--grcw-muted);
  font-family: var(--grcw-font-body);
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.grcw-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  gap: 24px;
}

.grcw-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 16px;
}

.grcw-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  overflow: visible;
  color: #fff5ed;
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
}

.grcw-logo img {
  display: block;
  width: 58px;
  height: 58px;
  max-width: none;
  object-fit: contain;
}

.grcw-logo span {
  font-family: var(--grcw-font-body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.grcw-brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 4px 0 5px;
  gap: 8px;
}

.grcw-company {
  margin: 0;
  color: var(--grcw-text);
  font-family: var(--grcw-font-serif);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.grcw-meta {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 18px;
  gap: 5px;
  font-family: var(--grcw-font-body);
}

.grcw-google-g {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-right: 0;
  line-height: 1;
}

.grcw-google-g img {
  display: block;
  width: 18px;
  height: 18px;
  max-width: none;
  object-fit: contain;
}

.grcw-score {
  color: var(--grcw-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.grcw-stars {
  display: inline-block;
  width: 99px;
  height: 16px;
  overflow: hidden;
  color: transparent;
  line-height: 1;
  vertical-align: -2px;
  white-space: nowrap;
  background: url('stars.webp') center center / contain no-repeat;
}

.grcw-count {
  color: var(--grcw-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.grcw-google-all {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-top: 0;
  color: var(--grcw-muted);
  font-family: var(--grcw-font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 0.2s ease;
}

.grcw-google-all:hover,
.grcw-google-all:focus-visible {
  color: var(--grcw-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.grcw-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 12px;
  padding-right: 12px;
}

.grcw-arrow {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  padding: 0;
  overflow: visible;
  color: var(--grcw-border);
  background: transparent;
  border: 1px solid var(--grcw-border);
  border-radius: 999px;
  box-shadow: none;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  transform: none;
  transition: border-color 0.22s ease, color 0.22s ease, opacity 0.22s ease;
}

.grcw-arrow::before {
  content: "";
  display: block;
  width: 23px;
  height: 18px;
  background-color: currentColor;
  transform: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Cpath d='M4 9h15M13 3l6 6-6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Cpath d='M4 9h15M13 3l6 6-6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.grcw-prev::before {
  transform: rotate(180deg);
}

.grcw-arrow:hover:not(:disabled),
.grcw-arrow:active:not(:disabled) {
  color: var(--grcw-border);
  border-color: var(--grcw-border);
  transform: none;
  filter: none;
}

.grcw-arrow:focus-visible {
  outline: 2px solid rgba(145, 123, 108, 0.42);
  outline-offset: 4px;
}

.grcw-arrow:disabled {
  color: rgba(145, 123, 108, 0.45);
  border-color: rgba(145, 123, 108, 0.36);
  cursor: default;
  opacity: 1;
  transform: none;
}

.grcw-viewport {
  width: 100%;
  max-width: 100%;
  margin-top: 78px;
  overflow: hidden;
  overflow-x: hidden;
  outline: none;
  touch-action: pan-y;
}

.grcw-viewport:focus-visible {
  outline: 2px solid rgba(145, 123, 108, 0.34);
  outline-offset: 8px;
  border-radius: 18px;
}

.grcw-track {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  gap: var(--grcw-gap);
  transform: translate3d(0, 0, 0);
  transition: transform 0.55s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.grcw-review-card {
  flex: 0 0 calc((100% - (var(--grcw-gap) * 2)) / 3);
  width: calc((100% - (var(--grcw-gap) * 2)) / 3);
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.grcw-review-text {
  position: relative;
  min-height: 178px;
  margin: 0;
  padding: 0;
  color: var(--grcw-muted);
  font-family: var(--grcw-font-serif);
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: -0.032em;
  overflow-wrap: break-word;
}

.grcw-open-quote,
.grcw-close-quote {
  color: var(--grcw-muted);
  font-family: var(--grcw-font-serif);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 0;
}

.grcw-open-quote {
  display: inline-block;
  margin-right: 6px;
  transform: translateY(3px);
}

.grcw-close-quote {
  display: inline-block;
  margin-left: 6px;
  transform: translateY(3px);
}

.grcw-separator {
  display: block;
  width: 100%;
  height: 1px;
  margin: 26px 0 23px;
  background: var(--grcw-line);
}

.grcw-author-row {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  margin-top: auto;
}

.grcw-author-photo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  overflow: visible;
  color: #fff;
  background: #6b3f2b;
  border: 0;
  border-radius: 999px;
}

.grcw-author-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.grcw-author-photo span {
  font-family: var(--grcw-font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.grcw-author-name {
  min-width: 0;
  color: var(--grcw-text);
  font-family: var(--grcw-font-serif);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

.grcw-footer {
  margin-top: 28px;
  text-align: right;
}

.grcw-footer a {
  color: var(--grcw-muted);
  font-family: var(--grcw-font-body);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.grcw-footer a:hover {
  color: var(--grcw-text);
}

.grcw-error {
  padding: 16px 18px;
  color: #6b0a0a;
  background: #fff1f1;
  border-left: 4px solid #d63638;
}

@media (max-width: 1180px) {
  .grcw-shell {
    min-height: 520px;
    padding: 40px 46px 44px;
  }

  .grcw-widget {
    --grcw-gap: clamp(44px, 5.2vw, 76px);
  }

  .grcw-viewport {
    margin-top: 64px;
  }

  .grcw-review-text {
    min-height: 168px;
  }
}

@media (max-width: 960px) {
  .grcw-widget {
    --grcw-gap: 42px;
  }

  .grcw-shell {
    min-height: auto;
    padding: 36px 34px 40px;
    border-radius: 24px;
  }

  .grcw-kicker {
    margin-bottom: 30px;
  }

  .grcw-review-card {
    flex-basis: calc((100% - var(--grcw-gap)) / 2);
    width: calc((100% - var(--grcw-gap)) / 2);
  }

  .grcw-review-text {
    min-height: 152px;
    font-size: 17px;
    line-height: 1.31;
  }
}

@media (max-width: 720px) {
  .grcw-widget {
    --grcw-gap: 22px;
  }

  .grcw-shell {
    padding: 26px 18px 28px;
    border-radius: 22px;
  }

  .grcw-kicker {
    margin-bottom: 24px;
    font-size: 12px;
    letter-spacing: 0.13em;
  }

  .grcw-topbar {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .grcw-brand {
    gap: 13px;
  }

  .grcw-brand-text {
    padding: 3px 0 4px;
    gap: 7px;
  }

  .grcw-logo {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }

  .grcw-logo img {
    width: 52px;
    height: 52px;
  }

  .grcw-company {
    font-size: 22px;
  }

  .grcw-score,
  .grcw-count {
    font-size: 14px;
  }

  .grcw-google-g,
  .grcw-google-g img {
    width: 17px;
    height: 17px;
  }

  .grcw-google-g {
    flex-basis: 17px;
  }

  .grcw-stars {
    width: 88px;
    height: 14px;
  }

  .grcw-controls {
    justify-content: flex-start;
    gap: 10px;
    padding-right: 0;
  }

  .grcw-arrow {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .grcw-arrow::before {
    width: 21px;
    height: 16px;
  }

  .grcw-viewport {
    margin-top: 30px;
  }

  .grcw-review-card {
    flex-basis: 100%;
    width: 100%;
  }

  .grcw-review-text {
    min-height: 0;
    font-size: 17px;
    line-height: 1.34;
    letter-spacing: -0.025em;
  }

  .grcw-separator {
    margin: 24px 0 20px;
  }

  .grcw-author-name {
    font-size: 17px;
  }
}
