.servynet_sociallinks {
  display: inline-flex;
  align-items: center;
}

.servynet_sociallinks__title {
  font-weight: 600;
  margin-right: 10px;
}

.servynet_sociallinks__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.servynet_sociallinks__item { margin: 0; padding: 0; }

.servynet_sociallinks__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  text-decoration: none;
  background: rgba(0,0,0,.06);
  transition: transform .15s ease, background .15s ease;
}

.servynet_sociallinks__link:hover {
  transform: translateY(-1px);
  background: rgba(0,0,0,.10);
}

.servynet_sociallinks__svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.servynet_sociallinks__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* Ajustes por zona */
.servynet_sociallinks--header {
  margin-left: 10px; /* al lado del buscador */
}

.servynet_sociallinks--footer {
  margin-top: 10px; /* debajo de contacto (si lo recolocamos) */
}


/* cabecera: que no se vaya abajo */
.tvcmsheader-nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

/* tu módulo en cabecera */
.servynet_sociallinks--header {
  margin: 0 30px 0 15px !important;
  display: inline-flex;
  align-items: center;
}

/* el wrapper de login+carrito debe seguir en línea */
.tv-contact-account-cart-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
