.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-swiper {
  position: relative;
  overflow: hidden;
  padding: 0 0 2.25rem;
}

.inv360-gr-swiper .swiper-wrapper {
  align-items: stretch;
}

.inv360-gr-quote.swiper-slide {
  margin: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  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);
  box-sizing: border-box;
}

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

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

.inv360-gr-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 0;
}

.inv360-gr-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0;
  background: currentColor;
  opacity: 0.28;
}

.inv360-gr-pagination .swiper-pagination-bullet-active {
  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.swiper-slide {
    padding: 1.15rem 1.25rem;
  }
}
