.wiser-review-widget .Wsrspfapp-container {
  max-width: 1140px;
  padding: 0;
}
.wiser-review-widget .Wdgt-Masonry-Grid {
  grid-template-columns: repeat(auto-fill, minmax(364px, 1fr));
  grid-gap: 24px 0px;
  margin-left: -12px;
  margin-right: -12px;
}
.wiser-review-widget .Wsrspfapp-rev-item {
  padding: 0 12px;
}
.wiser-review-widget .WC-review-item {
  box-shadow: 0px 4px 54px 0px #0000001A !important;
  border-radius: 12px !important;
  margin-top: 20px;
}
.wiser-review-widget .WC-review-item .Wsrspfapp-rev-item-content {
  padding-top: 36px;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.wiser-review-widget .WC-review-item .Wsrspfapp-rev-item-content::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 16px;
  background-image: url(../images/icon_quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
}
.wiser-review-widget .Wsrspfapp-review-star-datepin {
  display: none;
}
.wiser-review-widget .WsrsMain1-rev-item-reviewtext {
  font-size: 16px;
  line-height: 26px !important;
  font-weight: 400;
  margin: 0 0 20px 0;
  -webkit-line-clamp: none;
}
.wiser-review-widget .WsrsMain1-rev-item-nameverify {
  gap: 16px;
}
.wiser-review-widget .WsrsMain1-user-img img {
  max-height: 46px;
  max-width: 46px;
  width: 46px;
}
.wiser-review-widget .WsrsMain1-rev-item-name {
  font-size: 20px;
  line-height: 24px;
  max-width: 260px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block !important;
}
.wiser-review-widget .WsrsMain1-rev-item-header {
  margin-bottom: 0;
}
.wiser-review-widget .Wsrspfapp-reviewapp-title-verify, 
.wiser-review-widget .Wsrspfapp-row-stars,
.wiser-review-widget .Wsrspfapp-theme-wrap-medium .Wsrspfapp-reviewapp-title-verify,
.wiser-review-widget .Wsrspfapp-theme-wrap-medium .Wsrspfapp-row-stars {
  margin: 0;
  padding: 0;
}
.wiser-review-widget .Wsrspfapp-ldmr-bt {
  margin-top: 40px;
}
.wiser-review-widget .Wsrspfapp_main_loader {
  margin-top: 16px;
}
#wiser_review_app_popup .WserPopupSame-rev-item-name {
  max-width: 260px;
  text-overflow: ellipsis;
  display: inline-block !important;
}
#wiser_review_app_popup .close-popup {
  font-size: 0;
  line-height: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
#wiser_review_app_popup .close-popup::before {
  content: '';
  background-image: url(../images/icon_cancel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  z-index: 2;
}
#wiser_review_app_popup .popup-text .Wsrspfapp-rev-item-reviewtext {
  height: 40vh;
}
#reviewLoader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.01);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
  }

  .loader-container {
      text-align: center;
  }

  .loader-icon-review {
      width: 80px;
      height: 80px;
      animation: pulse 1.2s infinite ease-in-out;
  }

  .loader-text {
      font-size: 18px;
      color: #e83e8c;
      font-weight: 600;
      margin-top: 10px;
  }

  @keyframes pulse {
      0%, 100% {
          transform: scale(1);
          opacity: 0.8;
      }
      50% {
          transform: scale(1.2);
          opacity: 1;
      }
  }

@media (max-width: 767px) {
  .wiser-review-widget .Wsrspfapp-ldmr-bt {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .wiser-review-widget .Wdgt-Masonry-Grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  .wiser-review-widget .WsrsMain1-rev-item-name {
    max-width: 160px;
  }
  #wiser_review_app_popup .WserPopupSame-rev-item-name {
    max-width: 160px;
  }
}