.reviews-section .hp-reviews--custom > .hp-row,
.easyfind-vendor-reviews .easyfind-vendor-reviews__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.easyfind-vendor-reviews .easyfind-vendor-reviews__item {
  padding: 0; border: 0; border-radius: 0; overflow: visible;
}
body .hp-review.ef-review-card {
  box-sizing: border-box; min-width: 0; height: 100%; margin: 0;
  padding: 18px; border: 1px solid #e1e7f0; border-radius: 8px; background: #fff;
}
body .ef-review-card .ef-review-card__header {
  display: grid; grid-template-columns: 56px minmax(0, 1fr);
  align-items: center; gap: 14px; margin: 0; padding: 0;
}
body .ef-review-card .ef-review-card__identity {
  display: flex; flex-direction: column; gap: 4px; min-width: 0;
}
body .ef-review-card .hp-review__image,
body .ef-review-card .hp-review__image img {
  width: 56px; height: 56px; margin: 0; flex: none;
}
body .ef-review-card .hp-review__image img { display: block; object-fit: cover; border-radius: 50%; }
body .ef-review-card .hp-review__author {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  height: 40px; min-height: 40px; overflow: hidden; overflow-wrap: anywhere;
  margin: 0; padding: 0; font-size: 16px; line-height: 20px; font-weight: 600;
  text-align: left; color: #0d0c22;
}
body .ef-review-card .hp-review__author a { font: inherit; color: inherit; }
body .ef-review-card .hp-review__rating {
  margin: 0; font-size: 18px; line-height: 22px; height: 22px;
}
body .ef-review-card .hp-review__rating .active { color: #ed6c39; }
body .ef-review-card .hp-review__created-date {
  display: block; margin: 0; font-size: 12px; line-height: 18px; color: #77849a;
}
body .ef-review-card .hp-review__content { margin: 12px 0 0; padding: 0; }
body .ef-review-card .hp-review__text {
  margin: 0; font-family: 'Open Sans', sans-serif; font-size: 14px;
  line-height: 21px; font-weight: 400; color: #0d0c22;
  display: block; max-height: none; overflow: visible;
}
body .ef-review-card .hp-review__text p { font-size: inherit; line-height: inherit; }
body .ef-review-card .hp-review__text.is-collapsible {
  display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;
  height: 105px; max-height: 105px; overflow: hidden;
}
body .ef-review-card .hp-review__text.is-collapsible p { display: inline; margin: 0; }
body .ef-review-card .hp-review__text.is-collapsible p::after { content: ' '; }
body .ef-review-card .hp-review__text.is-expanded {
  display: block; -webkit-line-clamp: unset; height: auto; max-height: none; overflow: visible;
}
body .ef-review-card .ef-review-card__more {
  display: inline-flex; width: auto; min-height: 0; margin: 8px 0 0;
  padding: 0; border: 0; border-radius: 0; box-shadow: none;
  background: transparent; color: #2353e9; font-size: 14px; line-height: 21px;
  font-weight: 600; text-decoration: underline; cursor: pointer;
}
body .ef-review-card .hp-review__attachment { margin-top: 14px; }
body .ef-review-card .hp-review__attachment .hp-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 !important; }
body .ef-review-card .hp-review__attachment .hp-image,
body .ef-review-card .hp-review__attachment .hp-col-sm-2,
body .ef-review-card .hp-review__attachment .hp-col-xs-4 {
  width: 160px; max-width: 100%; flex: 0 1 160px; height: 120px; padding: 0;
  overflow: hidden; border: 1px solid #e1e7f0; border-radius: 8px;
}
body .ef-review-card .hp-review__attachment img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 768px) {
  .easyfind-vendor-reviews .easyfind-vendor-reviews__grid { grid-template-columns: minmax(0, 1fr); }
}
.easyfind-vendor-reviews__summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}
.easyfind-vendor-reviews__summary strong { color: #0d0c22; font-size: 16px; }
.easyfind-vendor-reviews__stars { color: #ed6c39; font-size: 18px; white-space: nowrap; }
