/* Localsewa v32.8.25 — mobile reviews refresh */
.ls-customer-reviews__heading {
  align-items: center;
}
.ls-customer-reviews__title {
  margin-bottom: 0;
}
.ls-customer-reviews__description {
  display: none !important;
}
.ls-customer-reviews__viewport {
  overflow: hidden;
  border-radius: 22px;
}
.ls-customer-reviews__page {
  align-items: stretch;
}
.ls-customer-reviews__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 218px;
  padding: 16px;
  border: 1px solid #d7eadf;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fcf8 100%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}
.ls-customer-reviews__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.ls-customer-reviews__author {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}
.ls-customer-reviews__avatar {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(135deg, #d9f5e2, #eefbf2);
  color: #166534;
  font-size: 12px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(22, 101, 52, 0.08);
}
.ls-customer-reviews__avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ls-customer-reviews__author-copy {
  min-width: 0;
}
.ls-customer-reviews__author-copy strong,
.ls-customer-reviews__author-copy span {
  display: block;
  min-width: 0;
}
.ls-customer-reviews__author-copy strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #173d2b;
  font-size: 13px;
  font-weight: 800;
}
.ls-customer-reviews__author-copy span {
  margin-top: 2px;
  color: #6c8274;
  font-size: 11px;
  font-weight: 600;
}
.ls-customer-reviews__rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  padding: 6px 8px;
  border: 1px solid #d6ebdc;
  border-radius: 999px;
  background: #f3fbf6;
  color: #17633a;
  line-height: 1;
}
.ls-customer-reviews__rating-number {
  font-size: 12px;
  font-weight: 800;
}
.ls-customer-reviews__rating-star {
  color: #f59e0b;
  font-size: 12px;
}
.ls-customer-reviews__quote {
  margin: 14px 0 auto;
  color: #203c2d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.ls-customer-reviews__quote::before,
.ls-customer-reviews__quote::after {
  content: none !important;
}
.ls-customer-reviews__byline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e4efe8;
}
.ls-customer-reviews__booking-label {
  min-width: 0;
  color: #6c8274;
  font-size: 11px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ls-customer-reviews__provider {
  color: #14804a;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}
.ls-customer-reviews__provider:hover {
  text-decoration: underline;
}
.ls-customer-reviews__stars {
  flex: 0 0 auto;
  color: #17633a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}
@media (max-width: 1023.98px),
       (min-width: 1024px) and (max-width: 1439.98px) and (hover: none) and (pointer: coarse) {
  .ls-customer-reviews {
    padding-top: 1.35rem;
  }
  .ls-customer-reviews__inner {
    padding: 18px 14px 18px;
    border-radius: 24px;
    background: linear-gradient(135deg, #effaf2, #fbfffc);
  }
  .ls-customer-reviews__heading {
    margin-bottom: 12px;
  }
  .ls-customer-reviews__eyebrow {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
  .ls-customer-reviews__title {
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.22;
  }
  .ls-customer-reviews__page {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  .ls-customer-reviews__page > .ls-customer-reviews__card {
    min-height: 214px;
    padding: 14px;
    border-radius: 18px;
  }
  .ls-customer-reviews__paused {
    right: 10px;
    top: 10px;
  }
}
@media (min-width: 640px) and (max-width: 1023.98px) {
  .ls-customer-reviews__page {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 359.98px) {
  .ls-customer-reviews__page {
    gap: 10px !important;
  }
  .ls-customer-reviews__page > .ls-customer-reviews__card {
    padding: 12px;
  }
  .ls-customer-reviews__avatar {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
  .ls-customer-reviews__author-copy strong {
    font-size: 12px;
  }
  .ls-customer-reviews__quote {
    font-size: 12px;
  }
  .ls-customer-reviews__booking-label,
  .ls-customer-reviews__provider,
  .ls-customer-reviews__stars {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .ls-customer-reviews__page {
    gap: 14px;
  }
  .ls-customer-reviews__card {
    min-height: 236px;
  }
}
