/* Ensures social icons are always visible on dark/light backgrounds */
.social-ico{
  background:#ffffff !important;
  border-radius:9999px;
  padding:6px;
  width:20px; height:20px;
  display:inline-block;
  filter: invert(1) brightness(2) drop-shadow(0 4px 8px rgba(0,0,0,.25));
}
