.ly-footer-socials {
  margin-bottom: 58px !important;
}

.ly-footer-socials .ly-phone-contact {
  position: relative;
  overflow: visible !important;
}

.ly-footer-socials .ly-phone-contact .contact-channel-icon {
  color: #582259 !important;
  background: #f5edf5 !important;
}

.ly-footer-socials .ly-phone-icon {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.ly-footer-socials .ly-phone-number {
  position: absolute;
  top: calc(100% + 7px);
  left: 50%;
  transform: translateX(-50%);
  color: #582259;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .ly-footer-socials {
    margin-bottom: 62px !important;
  }

  .ly-footer-socials .ly-phone-number {
    font-size: 9px;
  }
}
