/* iQQuip website social footer icon update v3 - 2026-08-19.
   Owner: Moofit B.V., trading as iQQuip(R)
   Written by: Mark Driessen
   Website concept, design & production: Milanco Management B.V. */
footer .footer-contact .footer-social {
  margin: 1rem 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

footer .footer-contact .footer-social-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  color: #082d48 !important;
  text-decoration: none;
}

footer .footer-contact .footer-social-link > span {
  display: none;
}

footer .footer-contact .footer-social-link svg {
  width: 2.30rem;
  height: 2.30rem;
  flex: 0 0 auto;
  fill: #0a66c2;
}

footer .footer-contact .footer-social-link::after {
  content: "iQQuip\00ae  auf LinkedIn folgen";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.45rem);
  transform: translateX(-50%) translateY(0.2rem);
  z-index: 30;
  max-width: min(280px, calc(100vw - 2rem));
  padding: 0.42rem 0.58rem;
  border-radius: 0.25rem;
  background: #082d48;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 120ms ease, transform 120ms ease, visibility 120ms ease;
}

footer .footer-contact .footer-social-link:hover::after,
footer .footer-contact .footer-social-link:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

footer .footer-contact .footer-social-link:hover svg {
  opacity: 0.88;
}

footer .footer-contact .footer-social-link:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
}

@media (max-width: 700px) {
  footer .footer-contact .footer-social {
    gap: 0.65rem;
  }

  footer .footer-contact .footer-social-link::after {
    white-space: normal;
    width: max-content;
  }
}

@media (prefers-reduced-motion: reduce) {
  footer .footer-contact .footer-social-link::after {
    transition: none;
  }
}
