/* Only target the review widget */
.review-widget-layer{
  position: relative !important;
  z-index: 2147483647 !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  pointer-events: none !important;
}

.review-widget-layer > *,
.review-widget-layer iframe,
.review-widget-layer .elfsight-app-79c24d45-e7dc-4cc8-aaee-74032ce304c8{
  position: relative !important;
  z-index: 2147483647 !important;
  pointer-events: auto !important;
}

