.\#scroll-to-top-button-trigger {
  width: 0;
  height: 100vh;
  top: 0;
  left: 0;
  position: absolute;
}
.\#scroll-to-top-button-button {
  transition: var(--transition-base);
  width: 3.8rem;
  height: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.64;
  color: var(--color-g-fg);
  background-color: var(--color-g-text);
  border-radius: 50%;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 99;
  cursor: pointer;
}
.\#scroll-to-top-button-button:hover {
  opacity: 1;
}
.\#scroll-to-top-button-button .\#icon {
  --size: 2rem;
}