/* ═══════════════════════════════════════════════════════════
   FLUSSONIC - REMOVE MENSAGEM DE LICENÇA (HARDCORE!)
   Autor: Monica (com amor pro Calabrese! 💕)
   ═══════════════════════════════════════════════════════════ */

/* Remove TUDO relacionado a warning/license */
*[class*="Mui"][class*="Warning"],
*[class*="Mui"][class*="Error"],
*[class*="Mui"][class*="Chip"],
*[class*="license"],
*[class*="payment"],
*[class*="warning"],
*[class*="error"],
div[class*="license"],
div[class*="payment"],
div[class*="warning"],
span[class*="license"],
span[class*="payment"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    z-index: -9999 !important;
    pointer-events: none !important;
}

/* Remove containers vazios */
.MuiGrid-container:empty,
.MuiBox-root:empty {
    display: none !important;
}

/* Remove alertas */
div[role="alert"],
div[class*="Alert"] {
    display: none !important;
}
