
.nss-spodeli-wrapper { margin: 30px 0; display: flex; justify-content: center; }
.nss-spodeli-box { display: inline-flex; align-items: center; border: 1px solid #ddd; background: #fff; overflow: hidden; max-width: 100%; }
.nss-label { padding: 0 18px; font-size: 16px; line-height: 42px; color: #333; background: #fff; border-right: 1px solid #ddd; white-space: nowrap; font-family: Arial, sans-serif; }
.nss-icons { display: flex; }
.nss-ic { width: 44px; height: 42px; display: flex; align-items: center; justify-content: center; text-decoration: none !important; border: none; cursor: pointer; }
.nss-ic:hover { opacity: 0.85; }
.nss-ic-fb { background: #3b5998; }
.nss-ic-x { background: #00aced; }
.nss-ic-wa { background: #25D366; }
.nss-ic-viber { background: #7b519c; }
.nss-ic-mail { background: #9e9e9e; }
@media(max-width: 480px){
  .nss-label { padding: 0 12px; font-size: 14px; line-height: 38px; }
  .nss-ic { width: 40px; height: 38px; }
}
