.floating-icon {
  z-index: var(--z-index-z-tooltip);
  width: 96px;
  height: 96px;
  display: flex;
}

.floating-icon span {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #010414B2;
  border-radius: var(--border-radius-rounded);
  right: 0;
  top: 0;
}

.floating-icon a {
  width: 80px;
  height: 80px;
  margin-top: var(--space-lg);
}

.floating-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 960px) {
  .floating-icon {
    bottom: 16px;
    right: 16px;
  }
}
