.fnkw-social-group.alps-floating-contact {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 9999;
}

.fnkw-social-group.alps-floating-contact ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fnkw-social-group.alps-floating-contact li {
  float: none;
  clear: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fnkw-social-group.alps-floating-contact a,
.fnkw-social-group.alps-floating-contact li a {
  float: none;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  overflow: hidden;
}

.fnkw-social-group.alps-floating-contact a:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
  opacity: 0.95;
}

.fnkw-social-group.alps-floating-contact .floating-contact-link a {
  background: #173f35;
  color: #ffffff;
}

.fnkw-social-group.alps-floating-contact .floating-line-link a {
  background: #06c755;
}

.fnkw-social-group.alps-floating-contact svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  display: block;
}

.fnkw-social-group.alps-floating-contact img,
.fnkw-social-group.alps-floating-contact ul li img {
  float: none;
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.fnkw-social-group.alps-floating-contact span,
.fnkw-social-group.alps-floating-contact ul li span {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  .fnkw-social-group.alps-floating-contact {
    right: 14px;
    bottom: 18px;
  }

  .fnkw-social-group.alps-floating-contact a,
  .fnkw-social-group.alps-floating-contact li a {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    margin: 0;
  }

  .fnkw-social-group.alps-floating-contact img,
  .fnkw-social-group.alps-floating-contact ul li img {
    width: 27px;
    height: 27px;
  }

  .fnkw-social-group.alps-floating-contact svg {
    width: 22px;
    height: 22px;
  }
}
