.hss-wrap{
  gap: 18px;
}

.hss-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none !important;
}

/* icon size from CSS variable */
.hss-icon i{
  font-size: var(--hss-size, 40px);
  line-height: 1;
}

/* optional brand-ish colors; comment out if you prefer theme color */
.hss-facebook i{ color:#1877f2; }
.hss-instagram i{ color:#e4405f; }
