html.gestor-elite-html,
html.gestor-elite-html body {
    width: 100%;
    min-width: 320px;
    min-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    background: #f4f7fb;
}

html.gestor-elite-html {
    margin-top: 0 !important;
}

body.gestor-elite-aplicacao-page #wpadminbar {
    display: none !important;
}

body.gestor-elite-aplicacao-page {
    max-width: none !important;
    color: #182033;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

.gestor-elite-aplicacao-root,
.gestor-elite-aplicacao-root * {
    box-sizing: border-box;
}

.gestor-elite-aplicacao-root {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    isolation: isolate;
}

.gestor-elite-aplicacao-root :where(h1, h2, h3, h4, p, ul, ol) {
    margin-top: 0;
}

.gestor-elite-aplicacao-root :where(button, input, select, textarea) {
    font: inherit;
}

.gestor-elite-aplicacao-root a {
    text-decoration: none;
}

