.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.google-review-card {
  width: 18rem;
  min-height: 190px;
  border-radius: 16px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #eef2f7;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  scroll-snap-align: start;
}

.google-reviews-shell {
  overflow: visible;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.google-reviews-cta {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px;
}

.google-reviews-panel {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 12px;
  overflow: hidden;
}

.google-reviews-carousel {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 12px;
}

.google-reviews-carousel::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) {
  .google-review-card {
    width: 20rem;
  }

  /* Desktop only: horizontal side scrolling */
  .google-reviews-carousel {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}

@media (max-width: 1023px) {
  /* Disable side-scroll below desktop */
  .google-reviews-carousel {
    overflow-x: visible;
    flex-wrap: wrap;
  }

  .google-review-card {
    width: 100%;
  }
}

.google-review-arrow {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 5;
}

#scroll-reviews-left {
  left: 8px !important;
}

#scroll-reviews-right {
  right: 8px !important;
}

.google-review-arrow:hover {
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.google-review-verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 9999px;
  background: #2563eb;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
}

.google-review-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .trustpilot-widget {
    display: none !important;
  }
  #google-reviews {
    display: none !important;
  }
}
