#klnFooterLinks {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  line-height: 1 !important;
}

#klnFooterLinks * {
  box-sizing: border-box !important;
}

.kln-fl-social {
  position: relative !important;
  display: inline-flex !important;
  width: 22px !important;
  height: 22px !important;
  z-index: 2 !important;
  box-sizing: border-box !important;
}

.kln-fl-social * {
  box-sizing: border-box !important;
}

.kln-fl-social.is-open {
  z-index: 60 !important;
}

.kln-fl-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(127, 127, 127, 0.24) !important;
  background: rgba(127, 127, 127, 0.16) !important;
  -webkit-backdrop-filter: blur(8px) saturate(160%) !important;
  backdrop-filter: blur(8px) saturate(160%) !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14) !important;
  cursor: pointer !important;
  color: #1e73be !important;
  opacity: 0.9 !important;
  transition: opacity 0.2s ease, transform 0.25s ease, background 0.2s ease !important;
}

.kln-fl-toggle svg {
  width: 13px !important;
  height: 13px !important;
  fill: currentColor !important;
  display: block !important;
}

.kln-fl-toggle:hover {
  opacity: 1 !important;
  background: rgba(127, 127, 127, 0.3) !important;
  transform: scale(1.12) !important;
}

.kln-fl-toggle:focus-visible {
  outline: 2px solid #2563eb !important;
  outline-offset: 2px !important;
}

.kln-fl-social.is-open .kln-fl-toggle {
  opacity: 1 !important;
  transform: rotate(135deg) !important;
}

.kln-fl-soc {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  margin-left: -2.5px !important;
  margin-top: -2.5px !important;
  z-index: 70 !important;
  width: 27px !important;
  height: 27px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: rgba(127, 127, 127, 0.16) !important;
  -webkit-backdrop-filter: blur(8px) saturate(160%) !important;
  backdrop-filter: blur(8px) saturate(160%) !important;
  border: 1px solid rgba(127, 127, 127, 0.24) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14) !important;
  text-decoration: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(0) scale(0.4) !important;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.22s ease, background 0.2s ease !important;
}

.kln-fl-soc svg {
  width: 16px !important;
  height: 16px !important;
  fill: currentColor !important;
  display: block !important;
}

.kln-fl-social.is-open .kln-fl-soc {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(var(--tx)) scale(1) !important;
}

.kln-fl-social.is-open .kln-fl-soc:nth-of-type(2) {
  transition-delay: 0.05s !important;
}

.kln-fl-social.is-open .kln-fl-soc:nth-of-type(3) {
  transition-delay: 0.1s !important;
}

.kln-fl-social.is-open .kln-fl-soc:hover {
  background: rgba(127, 127, 127, 0.3) !important;
  transform: translateX(var(--tx)) scale(1.14) !important;
}

.kln-fl-yt {
  color: red !important;
}

.kln-fl-tk {
  color: #111 !important;
}

.kln-fl-mail {
  color: #1e73be !important;
}

@media (prefers-reduced-motion: reduce) {
  .kln-fl-soc,
  .kln-fl-toggle {
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}