.lv-reviews {
  position: relative;
  font-family: inherit;
  color: #171717;
  max-width: 100%;
}

.lv-reviews-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 16px;
  background: #f6f6f6;
  padding: 18px 24px;
  margin-bottom: 22px;
}

.lv-summary-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.lv-google-word {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: #4285f4;
  letter-spacing: -0.6px;
  white-space: nowrap;
}

.lv-summary-stars {
  color: #f5b400;
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 1;
  white-space: nowrap;
}

.lv-summary-rating,
.lv-summary-count {
  font-size: 19px;
  line-height: 1;
  color: #111;
  white-space: nowrap;
}

.lv-summary-separator {
  color: #444;
  font-size: 20px;
  line-height: 1;
}

.lv-reviews-more,
.lv-reviews-source {
  color: #333;
  font-size: 15px;
  text-align: right;
  white-space: nowrap;
}

.lv-reviews-more {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lv-reviews-carousel {
  position: relative;
  padding: 0 48px 34px;
}

.lv-reviews-viewport {
  overflow: hidden;
  width: 100%;
}

.lv-reviews-track {
  display: flex;
  gap: 24px;
  align-items: stretch;
  transition: transform 0.35s ease;
  will-change: transform;
}

.lv-review-card {
  flex: 0 0 calc((100% - 48px) / 3);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  min-height: 265px;
}

.lv-review-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.lv-review-avatar {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #f1f1f1;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  flex: 0 0 auto;
  overflow: hidden;
}

.lv-review-avatar-link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.lv-review-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lv-review-meta {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  min-width: 0;
}

.lv-review-author {
  font-size: 18px;
  font-weight: 700;
}

.lv-review-date {
  font-size: 15px;
  color: #777;
  margin-top: 3px;
}

.lv-review-source {
  margin-left: auto;
  font-weight: 700;
  font-size: 13px;
  color: #4285f4;
  line-height: 1;
  white-space: nowrap;
}

.lv-review-stars {
  color: #f5b400;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.lv-review-text {
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 12px;
}

.lv-review-translation-note {
  font-size: 13px;
  color: #777;
  margin: 14px 0 8px;
}

.lv-review-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  color: #555;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font: inherit;
  font-size: 14px;
}

.lv-review-original {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
  color: #555;
  font-size: 15px;
  line-height: 1.5;
}

.lv-reviews-arrow {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #555;
  font-size: 36px;
  line-height: 34px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.10);
  z-index: 2;
}

.lv-reviews-prev { left: 0; }
.lv-reviews-next { right: 0; }

.lv-reviews-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.lv-reviews-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.lv-reviews-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: #d0d0d0;
  cursor: pointer;
  padding: 0;
}

.lv-reviews-dot.is-active {
  background: #555;
}

@media (max-width: 1020px) {
  .lv-review-card {
    flex-basis: calc((100% - 24px) / 2);
  }

  .lv-reviews-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .lv-reviews-more,
  .lv-reviews-source {
    text-align: left;
    white-space: normal;
  }
}

@media (max-width: 680px) {
  .lv-reviews-summary {
    padding: 16px 18px;
  }

  .lv-google-word {
    font-size: 24px;
  }

  .lv-summary-stars {
    font-size: 22px;
  }

  .lv-summary-rating,
  .lv-summary-count {
    font-size: 17px;
  }

  .lv-reviews-carousel {
    padding: 0 38px 30px;
  }

  .lv-review-card {
    flex-basis: 100%;
    min-height: auto;
    padding: 20px;
  }

  .lv-review-text {
    font-size: 17px;
  }

  .lv-reviews-arrow {
    width: 34px;
    height: 34px;
    font-size: 30px;
    line-height: 28px;
  }
}