.ly-footer-socials {
  grid-column: 2 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(110px, 1fr));
  align-self: end;
  margin: -102px 18px 34px;
  border-top: 1px solid #e1dce2;
  border-left: 1px solid #e1dce2;
}

.ly-footer-socials .contact-channel {
  display: grid !important;
  min-height: 72px;
  grid-template-columns: 44px 1fr 18px;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-right: 1px solid #e1dce2;
  border-bottom: 1px solid #e1dce2;
  color: #342e35;
  background: #fff;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.ly-footer-socials .contact-channel::after {
  color: #582259;
  content: "→";
  font-size: 18px;
  transition: transform .2s ease;
}

.ly-footer-socials .contact-channel:hover {
  color: #582259;
  background: #faf7fa;
}

.ly-footer-socials .contact-channel:hover::after {
  transform: translateX(3px);
}

.ly-footer-socials .contact-channel-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
}

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

.ly-footer-socials .contact-channel strong {
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 760px) {
  .ly-footer-socials {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 24px;
  }
}

@media (max-width: 460px) {
  .ly-footer-socials .contact-channel {
    min-height: 64px;
    grid-template-columns: 38px 1fr 16px;
    padding: 8px 10px;
  }

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