.section-custom-loox-reviews {
  background: var(--loox-bg, transparent);
}

.section-custom-loox-reviews .custom-loox-reviews__wrapper {
  position: relative;
}

.section-custom-loox-reviews .custom-loox-reviews__iframe {
  display: block;
  width: 100%;
  max-width: var(--loox-iframe-max-width, 1080px);
  margin: 0 auto;
  border: none;
  overflow: hidden;
  color-scheme: none;
  transition: height 0.3s ease;
  min-height: var(--loox-iframe-min-height, 400px);
}

