.ly-footer-socials {
  grid-template-columns: repeat(8, minmax(64px, 1fr)) !important;
  gap: 12px;
  margin: -78px 22px 44px !important;
  border: 0 !important;
}

.ly-footer-socials .contact-channel {
  display: flex !important;
  width: 72px;
  height: 72px;
  min-height: 72px !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 3px;
  padding: 7px !important;
  border: 1px solid #e2d9e3 !important;
  border-radius: 50% !important;
  color: #3d343e;
  background: #fff;
  box-shadow: 0 7px 20px rgba(88, 34, 89, .07);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ly-footer-socials .contact-channel::after {
  display: none !important;
}

.ly-footer-socials .contact-channel:hover {
  border-color: #582259 !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(88, 34, 89, .14);
  transform: translateY(-3px);
}

.ly-footer-socials .contact-channel-icon {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px;
}

.ly-footer-socials .contact-channel-icon svg {
  width: 21px !important;
  height: 21px !important;
}

.ly-footer-socials .contact-channel strong {
  max-width: 58px;
  overflow: hidden;
  font-size: 9px !important;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .ly-footer-socials {
    grid-template-columns: repeat(4, minmax(64px, 1fr)) !important;
    margin-top: 0 !important;
    padding-top: 18px;
  }
}

@media (max-width: 460px) {
  .ly-footer-socials {
    grid-template-columns: repeat(4, minmax(58px, 1fr)) !important;
    gap: 10px 6px;
    margin-inline: 0 !important;
  }

  .ly-footer-socials .contact-channel {
    width: 64px;
    height: 64px;
    min-height: 64px !important;
  }

  .ly-footer-socials .contact-channel-icon {
    width: 30px !important;
    height: 30px !important;
    flex-basis: 30px;
  }
}
