.hybrid-private-contact-links__list-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hybrid-private-contact-links__text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.hybrid-private-contact-links__text-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.hybrid-private-contact-links__text-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.hybrid-private-contact-links__text-label {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hybrid-private-contact-links__text-link:hover,
.hybrid-private-contact-links__text-link:focus-visible {
  opacity: 0.88;
  text-decoration: underline;
}

.hybrid-site-footer .hybrid-footer-col ul .hybrid-private-contact-links__list-item {
  margin-top: 8px;
}

body .hybrid-site-footer .hybrid-footer-col ul .hybrid-private-contact-links__text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

body .hybrid-site-footer .hybrid-footer-col ul .hybrid-private-contact-links__text-link--call {
  color: #60a5fa !important;
}

body .hybrid-site-footer .hybrid-footer-col ul .hybrid-private-contact-links__text-link--whatsapp {
  color: #25d366 !important;
}

body .hybrid-site-footer .hybrid-footer-col ul .hybrid-private-contact-links__text-link--telegram {
  color: #229ed9 !important;
}

@media (max-width: 640px) {
  .hybrid-site-footer .hybrid-footer-col ul .hybrid-private-contact-links__list-item {
    margin-top: 10px;
  }
}
