/* =============================================================
   SAMPSON V8.12 — ORDEN FLOTANTES
   Redes sociales más arriba + flecha justo sobre WhatsApp.
   ============================================================= */

/* Mantener WhatsApp y teléfono abajo a la derecha */
html body .floating-actions{
  right:18px!important;
  bottom:22px!important;
  gap:11px!important;
  align-items:center!important;
  z-index:1060!important;
}

/* Flecha inmediatamente sobre WhatsApp, sin quedar pegada a redes */
html body .sampson-backtop{
  right:18px!important;
  bottom:151px!important;
  z-index:1062!important;
}

/* Redes sociales claramente separadas y más arriba */
html body .sampson-floating-socials-v811{
  right:23px!important;
  bottom:263px!important;
  gap:12px!important;
  z-index:1061!important;
}
html body .sampson-floating-socials-v811 a{
  width:40px!important;
  height:40px!important;
  font-size:17px!important;
}

@media (max-width:767.98px){
  html body .floating-actions{
    right:10px!important;
    bottom:14px!important;
    gap:10px!important;
  }
  html body .sampson-backtop{
    right:10px!important;
    bottom:129px!important;
  }
  html body .sampson-floating-socials-v811{
    right:15px!important;
    bottom:225px!important;
    gap:10px!important;
  }
  html body .sampson-floating-socials-v811 a{
    width:36px!important;
    height:36px!important;
    font-size:15px!important;
  }
}
