.porter-social-icons {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.porter-social-icons a {
  border: none !important;
  text-decoration: none !important;
  background: none !important;
  color: var(--porter-social-link-color, currentColor) !important;
}
.porter-social-icons a svg path {
  fill: var(--porter-social-link-color, currentColor) !important;
}
.porter-social-icons a:hover {
  color: var(--porter-social-link-hover-color, currentColor) !important;
}
.porter-social-icons a:hover svg path {
  fill: var(--porter-social-link-hover-color, currentColor) !important;
}/*# sourceMappingURL=style.css.map */
