.bottom-overlays {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  z-index: 2;
}
.bottom-overlays > * {
  pointer-events: auto;
}
.bottom-overlays__action-buttons {
  align-self: flex-end;
  margin: 0 16px 16px;
}
.bottom-overlays__action-buttons--margin {
  margin-bottom: calc(env(safe-area-inset-bottom) + 16px);
}
