.floating-socials {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #fff;
  padding: 10px 12px 12px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .18);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.floating-socials .fs-close {
  position: absolute;
  top: 6px;
  right: 6px;
  border: 0;
  background: transparent;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  color: #444;
}
