.voxenta-linkedin-link {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #0a66c2;
  color: #fff;
  box-shadow: 0 14px 30px -18px rgba(10, 102, 194, 0.7);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.voxenta-linkedin-link:hover {
  background: #07539f;
  box-shadow: 0 22px 44px -18px rgba(10, 102, 194, 0.8);
  transform: translateY(-2px);
}

.voxenta-linkedin-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.voxenta-linkedin-link svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 640px) {
  .voxenta-linkedin-link {
    width: 34px;
    height: 34px;
  }
}
