/* Logo más grande */
.h-8 img,
img.h-8,
.h-8.w-auto,
.mx-auto.h-8,
.h-8.block,
.h-8.hidden {
  height: 5rem !important;
  max-height: 5rem !important;
  width: auto !important;
}

/* Ocultar completamente el título Login to Chatwoot */
h2.mt-6.text-center.text-3xl.font-medium.text-slate-900,
h2.text-3xl,
.text-center.text-3xl.font-medium {
  display: none !important;
}

/* También ocultar en modo oscuro */
.dark h2.text-3xl {
  display: none !important;
}
