/* PyDel — neutralización universal de text-transform (1 may 2026) */
/* Regla: texto siempre "tal cual la frase". Sin capitalize ni uppercase automáticos. */
*, *::before, *::after {
    text-transform: none !important;
}

/* PyDel — Subir botón flotante AI Assistant (1 may 2026) */
/* Evita solape con widget Support Board (que vive bottom:20px right:20px). */
.floating-ai-button {
    inset-block-end: 110px !important;
    inset-inline-end: 20px !important;
}
.floating-ai-button .ai-tooltip {
    bottom: 80px !important;
}
.floating-ai-button:hover .ai-tooltip {
    bottom: 85px !important;
}
