/* Click · Perfil · redes sociales bajo la bio */
.profile-v396-social-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}

.profile-v396-social-row a{
  min-height:34px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  background:rgba(255,255,255,.09);
  color:#fff;
  text-decoration:none;
  font-size:11px;
  font-weight:800;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:transform .16s ease, background .16s ease, border-color .16s ease;
}

.profile-v396-social-row a:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.30);
}

.profile-v396-social-icon{
  width:22px;
  height:22px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.12);
  font-size:12px;
  line-height:1;
}

.profile-v396-social-label{
  line-height:1;
}

@media(max-width:760px){
  .profile-v396-social-row{
    gap:7px;
    margin-top:10px;
  }

  .profile-v396-social-row a{
    min-height:32px;
    padding:0 9px;
    font-size:10px;
  }

  .profile-v396-social-icon{
    width:20px;
    height:20px;
    font-size:11px;
  }
}

@media(max-width:430px){
  .profile-v396-social-row{
    gap:6px;
  }

  .profile-v396-social-row a{
    padding:0 8px;
  }

  .profile-v396-social-label{
    display:none;
  }

  .profile-v396-social-row a{
    width:34px;
    padding:0;
    justify-content:center;
  }
}
