.bn24-social {
  margin: 15px 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.bn24-social a {
  text-decoration: none;
  padding: 8px 14px;
  font-size: 14px;
  color: white;
  transition: 0.3s;
}
.bn24-social.flat a { border-radius: 4px; }
.bn24-social.rounded a { border-radius: 20px; }
.bn24-social.icon a {
  padding: 10px;
  font-size: 16px;
}
.bn24-social .facebook { background: #3b5998; }
.bn24-social .twitter { background: #00acee; }
.bn24-social .whatsapp { background: #25d366; }
.bn24-social .linkedin { background: #0077b5; }
.bn24-social .email { background: #555; }
.bn24-social a:hover { opacity: 0.8; }