.rmlw-widget .rmlw__content {
  overflow: hidden;
  text-align: justify;
}

.rmlw-widget .rmlw__actions {
  display: flex;
}

.rmlw-widget .rmlw__toggle {
  background: none;
  border: 0;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 10px;
}

.rmlw-widget .rmlw__gradient {
  position: relative;
  height: var(--rmlw-gradient-h, 40px);
  margin-top: calc(var(--rmlw-gradient-h, 40px) * -1);
  pointer-events: none;
}

.rmlw-widget .rmlw__gradient:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
