// #variables
page,
.gms-portal {
  --gms-read-more-shadow-max-height: 80%;
  --gms-read-more-shadow-height: 200rpx;
  --gms-read-more-shadow-bg-image: linear-gradient(
    to bottom,
    rgba(var(--gms-emphasis-bg-rgb), 0),
    rgba(var(--gms-emphasis-bg-rgb), 1) 95%
  );
}
// #endvariables
