.inv360-gr-block {
  padding: 3.5rem 0 2.5rem;
  background: var(--inv360-bg-color, #ffffff);
  color: var(--inv360-text-color, #171717);
}

.inv360-gr-title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--inv360-text-color, #171717);
  text-align: center;
}

.inv360-gr-rating {
  display: flex;
  justify-content: center;
  margin: 0 0 1.75rem;
}

.inv360-gr-slider {
  position: relative;
  margin: 0;
}

.inv360-gr-quote {
  margin: 0 8px;
  padding: 1rem 1.15rem;
  border: 1px solid var(--inv360-border-color, #dee2e6);
  border-radius: 12px;
  background: color-mix(in srgb, var(--inv360-text-color, #171717) 3.5%, transparent);
}

.inv360-gr-quote p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: inherit;
}

.inv360-gr-quote footer {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.01em;
  opacity: 0.65;
}

.inv360-gr-arrow {
  position: absolute;
  top: 40%;
  z-index: 2;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  border-radius: 999px;
  background: var(--inv360-bg-color, #ffffff);
  color: inherit;
  cursor: pointer;
}

.inv360-gr-arrow::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: 9px auto 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.inv360-gr-prev {
  left: -4px;
}

.inv360-gr-prev::before {
  margin-left: 11px;
  transform: rotate(135deg);
}

.inv360-gr-next {
  right: -4px;
}

.inv360-gr-next::before {
  margin-left: 8px;
  transform: rotate(-45deg);
}

.inv360-gr-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.inv360-gr-slider .slick-dots li {
  margin: 0;
}

.inv360-gr-slider .slick-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.28;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.inv360-gr-slider .slick-dots .slick-active button {
  opacity: 0.9;
}

.inv360-gr-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 10px;
  border: 1px solid var(--inv360-border-color, #dee2e6);
  border-radius: 999px;
  color: inherit !important;
  text-decoration: none !important;
  line-height: 1.2;
  background: color-mix(in srgb, var(--inv360-text-color, #171717) 4%, transparent);
}

.inv360-gr-badge:hover {
  background: color-mix(in srgb, var(--inv360-text-color, #171717) 8%, transparent);
}

.inv360-gr-mark {
  display: block;
  flex-shrink: 0;
}

.inv360-gr-badge-copy {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
}

.inv360-gr-score {
  font-weight: 700;
  font-size: 14px;
}

.inv360-gr-count {
  font-size: 12px;
  opacity: 0.75;
}

.inv360-gr-stars {
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 13px;
}

.inv360-gr-stars-bg {
  color: currentColor;
  opacity: 0.28;
}

.inv360-gr-stars-fill {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #fbbc04;
}

@media (min-width: 768px) {
  .inv360-gr-quote {
    margin: 0 10px;
    padding: 1.15rem 1.25rem;
  }

  .inv360-gr-prev {
    left: -8px;
  }

  .inv360-gr-next {
    right: -8px;
  }
}
