.see-more.svelte-1fxf5w9 .content:where(.svelte-1fxf5w9):before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,var(--grey-700) 0%,rgba(15,33,46,0) 100%);
}

.see-more.svelte-1fxf5w9 .content.is-open:where(.svelte-1fxf5w9):before {
  visibility: hidden;
}