.liquid-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    radial-gradient(circle at 20% 15%,
      rgba(255, 255, 255, 0.65),
      transparent 28%),
    linear-gradient(135deg,
      rgba(255, 255, 255, 0.35),
      transparent 45%);

  opacity: 0.55;
}