// state
.S--invisible {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.pb-safe {
  padding-bottom: var(--safe-bottom);
}
