.footerItem--contact .footerContactPhone {
  align-items: center;
}

.footerContactPhoneBody {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  min-width: 0;
}

.footerMessengers {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
}

.footerItem--contact p a.footerMessengerLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  color: #8eb35a;
  line-height: 1;
  border: 1px solid #8eb35a;
  border-radius: 50%;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.footerItem--contact p a.footerMessengerLink:hover,
.footerItem--contact p a.footerMessengerLink:focus {
  color: #fff;
  background-color: #8eb35a;
  border-color: #8eb35a;
}

.footerItem--contact p a.footerMessengerLink:focus-visible {
  outline: 2px solid #555;
  outline-offset: 3px;
}

.footerMessengerIcon {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@media (max-width: 767.98px) {
  .footerContactPhoneBody {
    justify-content: center;
  }
}

@media (max-width: 359.98px) {
  .footerContactPhoneBody {
    gap: 8px;
  }
}
