.grc-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 8px 28px;
}

.grc-wrap > h2 {
  margin: 0 0 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}

.grc-summary {
  max-width: 560px;
  margin: 0 auto 34px;
  text-align: center;
}

.grc-company-name {
  margin-bottom: 10px;
  color: #363636;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.grc-summary-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.grc-summary-rating.grc-rating .grc-star
 {
    font-size: 23px;
}

.grc-rating-value {
  color: #363636;
  font-size: 23px;
  /* font-weight: 700; */
  line-height: 1;
}

.grc-summary-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #525252;
  line-height: 1.4;
}

.grc-google-wordmark {
  display: inline-flex;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.grc-google-letter.is-blue {
  color: #4285f4;
}

.grc-google-letter.is-red {
  color: #ea4335;
}

.grc-google-letter.is-yellow {
  color: #fbbc05;
}

.grc-google-letter.is-green {
  color: #34a853;
}

.grc-carousel {
  min-width: 0;
}

.grc-swiper {
  width: 100%;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 18px;
  min-width: 0;
  margin-bottom: 24px;
}

.grc-viewport {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  min-width: 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.grc-viewport.is-auto-scrolling {
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.grc-viewport::-webkit-scrollbar {
  display: none;
}

.grc-viewport::before,
.grc-viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34px;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.grc-viewport::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.grc-viewport::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.grc-viewport.has-left-fade::before,
.grc-viewport.has-right-fade::after {
  opacity: 1;
}

.grc-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 54px) / 4);
  gap: 18px;
}

.grc-slide {
  width: 100%;
  min-width: 0;
  scroll-snap-align: start;
}

.grc-card {
  position: relative;
  box-sizing: border-box;
  min-height: 170px;
  padding: 16px 16px 16px;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.grc-slide:hover .grc-card,
.grc-slide:focus-within .grc-card {
  transform: translateY(-4px);
  border-color: #d9d9d9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

.grc-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.grc-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.grc-meta {
  flex: 1;
  min-width: 0;
}

.grc-author {
  display: block;
  margin-bottom: 3px;
  color: #363636;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.grc-author:hover {
  text-decoration: underline;
}

.grc-time {
  margin-bottom: 4px;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.2;
}

.grc-card-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.grc-card-rating-value {
  color: #404040;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  padding-right: 5px;
}

.grc-rating {
  margin: 0;
  margin-bottom: 10px;
}

.grc-star {
  color: #d8d8d8;
  line-height: 1;
}

.grc-star.is-on {
  color: #f5b700;
}

.grc-text {
  margin: 0;
  color: #444;
  line-height: 1.45;
  max-height: 90px;
  min-height: 90px;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-color: #dbdbdb9e #eeeeee00;
}

.grc-text-wrap {
  position: relative;
}

.grc-text-scroll-indicator {
  display: none;
}

.grc-google-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
      float: right;
}

.grc-google-icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.grc-button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #f44336;
  cursor: pointer;
  position: relative;
}

.grc-button::after {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}

.grc-button-prev::after {
  content: "\2039";
}

.grc-button-next::after {
  content: "\203A";
}

.grc-button:disabled {
  opacity: 0.35;
  cursor: default;
}

.grc-cta-button {
  display: table;
  margin: 18px auto 18px;
  padding: 14px 32px;
  border-radius: 10px;
  background: #ea1f2a;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
}
a.btn.btn-primary.reviewbtn {
    display: table;
    margin: 18px auto 18px;
}

.grc-cta-button:hover,
.grc-cta-button:focus {
  background: #df1f1f;
  color: #fff;
  text-decoration: none;
}

.grc-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 10px;
}

.grc-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #d2d2d2;
  padding: 0;
  cursor: pointer;
}

.grc-pagination-bullet.is-active {
  background: #f52929;
}

.grc-carousel.is-auto-scroll-enabled .grc-pagination {
  display: none;
}

@media (max-width: 1099px) {
  .grc-track {
    grid-auto-columns: calc((100% - 18px) / 2);
  }
}

@media (max-width: 767px) {
  .grc-wrap {
    padding: 12px 6px 18px;
  }

  .grc-wrap > h2 {
    margin: 0 0 18px;
    padding-bottom: 10px;
  }

  .grc-summary {
    margin-bottom: 24px;
  }

  .grc-company-name {
    font-size: 2.3rem;
  }

  .grc-swiper {
    grid-template-columns: 28px minmax(0, 1fr) 28px;
    gap: 8px;
    margin-bottom: 18px;
  }

  .grc-track {
    grid-auto-columns: 100%;
  }

  .grc-viewport::before,
  .grc-viewport::after {
    width: 20px;
  }

  .grc-card {
    min-height: 170px;
    padding: 14px 14px 40px;
  }

  .grc-text {
    min-height: 90px;
    max-height: 90px;
    overflow-y: auto;
    padding-right: 16px;
    scrollbar-color: #dbdbdb9e #eeeeee00;
  }

  .grc-text-scroll-indicator {
    position: absolute;
    top: 0;
    right: 2px;
    display: none;
    width: 8px;
    height: 100%;
    border-radius: 999px;
    background: rgba(238, 238, 238, 0.75);
    pointer-events: none;
  }

  .grc-text-wrap.has-scroll-indicator .grc-text-scroll-indicator {
    display: block;
  }

  .grc-text-scroll-indicator::after {
    content: "";
    position: absolute;
    left: 1px;
    width: 6px;
    top: var(--grc-scroll-thumb-top, 0px);
    height: var(--grc-scroll-thumb-height, 18px);
    border-radius: 999px;
    background: rgba(189, 189, 189, 0.95);
  }

  .grc-button {
    width: 28px;
    height: 28px;
  }

  .grc-button::after {
    font-size: 1.7rem;
  }

  .grc-cta-button {
    width: min(100%, 300px);
    padding: 13px 20px;
    font-size: 1rem;
  }
}
