.properties__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.properties__item:last-of-type {
  margin-bottom: 0;
}
.properties__item__title {
  font-size: 16px;
  color: #4E5C6E;
}
.properties__item .rating__bullets-score {
  flex-direction: row-reverse;
}
.properties__item .rating__bullets-score .score-no {
  margin-left: 0;
  margin-right: 0.625rem;
}
.review-list-item {
  flex-direction: row !important;
  padding: 1.875rem;
}
.review-list-item__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90px;
}
.review-list-item__right .profile {
  position: relative;
  margin-bottom: 1.25rem;
}
.review-list-item__right .profile__img {
  height: 90px;
  border-radius: 50%;
}
.review-list-item__right .profile__level {
  position: absolute;
  content: "";
  right: -4px;
  top: -4px;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 14px;
  color: white;
  background-color: #FF725E;
  text-align: center;
  border-radius: 50%;
  border: 2px solid white;
  line-height: 27px;
  font-weight: bold;
}
.review-list-item__right .icon-item {
  width: 46px;
  height: 46px;
  margin-bottom: 0.625rem;
  border-radius: 50%;
}
.review-list-item__right .icon-item i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.review-list-item__right .icon-item i:before {
  width: 22px;
  height: 31px;
}
.review-list-item__right .icon-item--certified {
  background-color: rgba(255, 199, 46, 0.14);
}
.review-list-item__right .icon-item--certified i:before {
  width: 29px;
}
.review-list-item__right .icon-item--recommended {
  background-color: rgba(255, 210, 219, 0.11);
}
.review-list-item__right .icon-item--referrer {
  background-color: #CCEAFD;
}
.review-list-item__left {
  width: 100%;
  margin-right: 1.875rem;
}
.review-list-item__left__title .upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.review-list-item__left__title .upper__profile__name {
  margin-bottom: 0.625rem;
  font-size: 16px;
  color: #2F3742;
  font-weight: bold;
}
.review-list-item__left__title .upper__profile__date {
  font-size: 12px;
  color: #4E5C6E;
}
.review-list-item__left__title .upper__report {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 130px;
  border: 1px solid #dee2e6;
  text-align: center;
  font-size: 14px;
  color: #717C8B;
  border-radius: 0.25rem;
  background-color: #F9F9FA;
}
.review-list-item__left__title .upper__report:hover {
  cursor: pointer;
}
.review-list-item__left__title .upper__report i {
  margin-left: 0.625rem;
  color: #4E5C6E;
}
.review-list-item__left__title .lower {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.review-list-item__left__title .lower__caption {
  font-size: 18px !important;
  color: #2F3742;
  font-weight: bold;
}
.review-list-item__left__title .lower__caption a {
  font-size: 18px !important;
  color: #2F3742;
  font-weight: bold;
}
.review-list-item__left__title .lower__review-section {
  width: 100%;
  margin-top: 8px;
  color: #4E5C6E;
}
.review-list-item__left__body {
  line-height: 35px;
  font-size: 16px;
  color: #717C8B;
}
.review-list-item__left__body.collapsed {
  height: 130px;
  overflow: hidden;
  transition: all 0.2s;
}
.review-list-item__left .more {
  margin-bottom: 0.625rem;
  display: block;
  font-size: 16px;
  color: #0197F6;
}
.review-list-item__left .properties {
  margin: 0 auto;
}
.review-list-item__left .properties.collapsed {
  display: none;
  transition: all 0.2s;
}
.review-list-item__left__gallery {
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}
.review-list-item__left__gallery .image-item {
  flex-shrink: 0;
  width: 98px;
  height: 65px;
  margin-left: 1.25rem;
  background-color: #949CA7;
  overflow: hidden;
}
.review-list-item__left__gallery .image-item img {
  width: 100px;
  height: 65px;
  margin-bottom: 1.25rem;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-list-item__left__footer {
  display: flex;
  justify-content: space-between;
  height: 40px;
}
.review-list-item__left__footer .details {
  display: flex;
}
.review-list-item__left__footer .details__item {
  display: flex;
}
.review-list-item__left__footer .details__item:first-of-type {
  margin-left: 3.75rem;
}
.review-list-item__left__footer .details__item .lst-svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  margin-left: 0.625rem;
  border-radius: 50%;
}
.review-list-item__left__footer .details__item .lst-svg-icon:before {
  width: 23px;
  height: 23px;
}
.review-list-item__left__footer .details__item .lst-svg-icon-calendar {
  background-color: rgba(195, 229, 234, 0.5);
}
.review-list-item__left__footer .details__item .lst-svg-icon-yellow-suitcase {
  background-color: rgba(255, 176, 85, 0.37);
}
.review-list-item__left__footer .details__item__content {
  height: 40px;
  padding: 0 1.875rem;
  line-height: 35px;
  color: #717C8B;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.review-list-item__left__footer .like {
  min-width: 130px;
  text-align: center;
  border: 1px solid #dee2e6;
  font-size: 14px;
  color: #717C8B;
  line-height: 40px;
  border-radius: 0.25rem;
  background-color: #F9F9FA;
}
.review-list-item__left__footer .like:hover {
  cursor: pointer;
}
.review-list-item__left__footer .like i {
  color: #717C8B;
}
.review-list-item--selected {
  background-color: #FFF3D0 !important;
}
