/* CSS Fix para problema de MIME type */
/* Este archivo temporal corrige el problema de carga de CSS */
body {
  font-family: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
}

/* Estilos básicos para widgets */
.fixed {
  position: fixed !important;
}

.z-40 {
  z-index: 40 !important;
}

.bottom-6 {
  bottom: 1.5rem !important; /* 24px */
}

.bottom-24 {
  bottom: 6rem !important; /* 96px */
}

.bottom-18 {
  bottom: 4.5rem !important; /* 72px - WhatsApp widget sin sobreposición con SalesIQ */
}

.bottom-16 {
  bottom: 4rem !important; /* 64px - backup */
}

.bottom-20 {
  bottom: 5rem !important; /* 80px - backup */
}

.bottom-28 {
  bottom: 7rem !important; /* 112px - backup */
}

.right-6 {
  right: 1.5rem !important; /* 24px */
}