.cs-location-reviews-empty {
  margin: 0;
  color: #475569;
}

.cs-location-review-pills .cs-container {
  width: min(100%, 1180px);
  margin-inline: auto;
}

.cs-location-review-pills .cs-city-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}

.cs-location-review-pills .cs-city-btn {
  appearance: none;
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  background: #fff;
  color: #000;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  line-height: 1;
  padding: 9px 17px;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.cs-location-review-pills .cs-city-btn:hover,
.cs-location-review-pills .cs-city-btn:focus-visible {
  border-color: #00587c;
  outline: none;
}

.cs-location-review-pills .cs-city-btn.active {
  background: #00587c;
  border-color: #00587c;
  color: #fff;
}

.cs-location-review-pills .cs-city-dropdown {
  margin-bottom: 22px;
  text-align: center;
}

.cs-location-review-pills .cs-city-select {
  width: min(100%, 360px);
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  background: #fff;
  color: #000;
  font: inherit;
  font-weight: 700;
  padding: 12px 14px;
}

.cs-location-review-pills .cs-city-panel {
  display: none;
}

.cs-location-review-pills .cs-city-panel.active {
  display: block;
}

.cs-location-review-pills .mobile-only {
  display: none;
}

.cs-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cs-location-reviews-grid {
  display: grid !important;
  grid-template-columns: repeat(var(--cs-review-grid-columns, 3), minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}

.cs-location-review-card {
  border: 1px solid rgba(15, 23, 42, 0.10);
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.cs-location-review-card .google-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cs-location-review-card .reviewer-info {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.cs-location-review-card .reviewer-initial {
  width: 40px;
  height: 40px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  flex: 0 0 auto;
}

.cs-location-review-card .reviewer-text {
  min-width: 0;
  margin: 0;
  text-align: left;
}

.cs-location-review-card .reviewer-name,
.cs-location-review-card .review-date,
.cs-location-review-card .stars,
.cs-location-review-card .review-text,
.cs-location-review-card a {
  margin: 0;
  text-align: left;
}

.cs-location-review-card .reviewer-name {
  font-size: 14px;
  line-height: 1.2;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cs-location-review-card .review-date {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.2;
  color: #64748b;
}

.cs-location-review-card .google-logo {
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 auto;
  opacity: 0.95;
}

.cs-location-review-card .stars {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #f6bb06;
}

.cs-location-review-card .review-text {
  font-size: 14px;
  line-height: 1.5;
  color: #334155;
}

.cs-location-reviews-slider .cs-location-review-card .review-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cs-location-review-card a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
}

.cs-location-review-card a:hover,
.cs-location-review-card a:focus-visible {
  text-decoration: underline;
}

.cs-location-reviews-slider .gstemp-slider1-wrapper {
  position: relative;
  max-width: 100% !important;
  overflow: hidden;
  outline: none;
}

.cs-location-reviews-slider .gstemp-slider1 {
  overflow: hidden;
  width: 100%;
}

.cs-location-reviews-slider .gstemp-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.cs-location-reviews-slider .gstemp-slide {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 4px;
}

.cs-location-reviews-slider .reviews-row {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  align-items: stretch;
}

.cs-location-reviews-slider .cs-location-review-card {
  flex: 0 0 calc((100% - (16px * (var(--cs-per-slide) - 1))) / var(--cs-per-slide));
  max-width: calc((100% - (16px * (var(--cs-per-slide) - 1))) / var(--cs-per-slide));
  min-height: 100%;
}

.cs-location-reviews-slider .gstemp-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.cs-location-reviews-slider .gstemp-prev {
  left: 8px;
}

.cs-location-reviews-slider .gstemp-next {
  right: 8px;
}

.cs-location-reviews-slider .gstemp-next svg {
  transform: scaleX(-1);
}

.cs-location-reviews-slider .gstemp-arrow svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.cs-location-reviews-slider .gstemp-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.cs-location-reviews-slider .gstemp-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.25);
  cursor: pointer;
}

.cs-location-reviews-slider .gstemp-dot[aria-current="true"] {
  background: #0f172a;
}

@media (max-width: 900px) {
  .cs-location-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .cs-location-review-pills .desktop-only {
    display: none !important;
  }

  .cs-location-review-pills .mobile-only {
    display: block;
  }
}

@media (max-width: 640px) {
  .cs-location-reviews-grid {
    grid-template-columns: 1fr;
  }

  .cs-location-reviews-slider .cs-location-review-card {
    flex-basis: 100%;
    max-width: 100%;
  }

  .cs-location-reviews-slider .gstemp-arrow {
    width: 36px;
    height: 36px;
  }
}
