/* Ninja Neumorph - Social Icons (secondary header) */

.header-social-icons ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.header-social-icons {
  width: 350px;
  display: block;
  margin: 0 auto;
  background: var(--nm-surface-inset);
  border-radius: var(--nm-radius-sm);
}

.header-social-icons .social-icon {
  color: var(--nm-text);
}

.header-social-icons ul.social-icons {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-social-icons .social-icons li {
  vertical-align: middle;
  display: inline;
  height: 50px;
}

.header-social-icons .social-icons a {
  color: var(--nm-text);
  text-decoration: none;
  transition: background-color 0.5s, color 0.3s;
  padding: 10px 14px;
  display: inline-block;
}

.header-social-icons .fa-facebook-f:hover { background-color: #4267B2; color: #fff; }
.header-social-icons .fa-x-twitter:hover { background-color: #000000; color: #fff; }
.header-social-icons .fa-tiktok:hover { background-color: #ff0050; color: #fff; }
.header-social-icons .fa-instagram:hover { background-color: #833AB4; color: #fff; }
.header-social-icons .fa-linkedin-in:hover { background-color: #0077B5; color: #fff; }
.header-social-icons .fa-vimeo-v:hover { background-color: #86c9ef; color: #fff; }
