/* Styling for injected phone links to avoid breaking layouts */
.so-footer-phones{
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.95rem;
}
.so-phone-item a,
.so-phone-li a{
  text-decoration: none;
}
.so-phone-li{
  list-style: none;
  margin-left: 8px;
}
