/* Localsewa v32.8.30 — review card composition polish */
.ls-customer-reviews__card {
  padding: 14px !important;
  border-radius: 18px !important;
}
.ls-customer-reviews__author-inline {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}
.ls-customer-reviews__avatar {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
  border: 2px solid #fff !important;
  box-shadow: 0 4px 12px rgba(15,65,38,.10) !important;
}
.ls-customer-reviews__customer-name {
  min-width: 0;
  flex: 1;
  font-size: 12px !important;
  line-height: 1.3 !important;
}
.ls-customer-reviews__meta,
.ls-customer-reviews__category {
  display: none !important;
}
.ls-customer-reviews__rating-center {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 12px;
}
.ls-customer-reviews__rating-stars {
  justify-content: center;
  gap: 2px !important;
}
.ls-customer-reviews__star-shell,
.ls-customer-reviews__star-shell svg {
  width: 13px !important;
  height: 13px !important;
}
.ls-customer-reviews__quote-rule {
  margin-top: 11px !important;
}
.ls-customer-reviews__quote {
  margin-top: 8px !important;
}
@media (max-width:359.98px) {
  .ls-customer-reviews__card { padding: 12px !important; border-radius: 16px !important; }
  .ls-customer-reviews__avatar { width: 38px !important; height: 38px !important; flex-basis: 38px !important; }
  .ls-customer-reviews__customer-name { font-size: 11px !important; }
  .ls-customer-reviews__star-shell,.ls-customer-reviews__star-shell svg { width: 12px !important; height: 12px !important; }
}
@media (min-width:640px) and (max-width:1023.98px) {
  .ls-customer-reviews__card { padding: 16px !important; border-radius: 20px !important; }
  .ls-customer-reviews__avatar { width: 46px !important; height: 46px !important; flex-basis: 46px !important; }
  .ls-customer-reviews__customer-name { font-size: 13px !important; }
}
@media (min-width:1024px) {
  .ls-customer-reviews__card { padding: 20px !important; border-radius: 22px !important; }
  .ls-customer-reviews__avatar { width: 50px !important; height: 50px !important; flex-basis: 50px !important; }
  .ls-customer-reviews__customer-name { font-size: 15px !important; }
  .ls-customer-reviews__rating-center { margin-top: 15px; }
}
