/* ============================================================
   SOCIAL PROOF BAR — CONTENEDOR PRINCIPAL
   ============================================================ */

.loq-social-proof{
  width:100%;
  background:#fff;
  /*border-bottom:1px solid rgba(15,23,42,.06);*/
  margin-top:-10px;
  margin-bottom: 10px;
}


/* ============================================================
   SOCIAL PROOF — INNER WRAPPER
   Contiene icono + texto (centrado)
   ============================================================ */

.loq-social-proof__inner{
  height:35px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;

  padding:0 16px;

  font-size:11px;
  font-weight:400;
  color:#0b1220;

  text-align:center;
}


/* icono instagram */

.loq-social-proof__icon{
  width:16px;
  height:16px;
  color:#e1306c;
  flex-shrink:0;
}


/* texto destacado (cantidad seguidores) */

.loq-social-proof__text strong{
  font-weight:700;
}


/* link a instagram */

.loq-social-proof__link{
  color:#e1306c !important;
  font-weight:400;
  text-decoration:none;
}


/* hover link */

.loq-social-proof__link:hover{
  text-decoration:underline;
}