.sd-float-button {
  width: 0;
  height: 0;
}

.sd-float-button-content {
  width: 104px;
  height: 104px;
  background: linear-gradient(110deg, rgba(223, 190, 153, 1) 0%, rgba(198, 156, 109, 1) 100%);
  border-radius: 50%;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
  padding: 0;
  z-index: 10;
  position: fixed;
  right: 24px;
  bottom: 172px;
}

.sd-float-button-image {
  width: 40px;
  height: 40px;
  margin-top: 18px;
}
.sd-float-button-image-only {
  &.sd-float-button-content {
    background: inherit;
  }
  .sd-float-button-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin-top: 0;
  }
}
