.floating-action-button-wrapper-directive {
  display: flex;
  justify-content: center;
  align-items: center;

  width: fit-content;
  max-width: 100vw;
  height: auto;

  position: fixed;
  z-index: 9;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  bottom: 16px;
}

