/* Esconde el selector de tema y el footer por completo */
#theme-switcher, 
.theme-switcher,
footer, 
[class*="Footer_"] {
    display: none !important;
}

/* Ajusta el margen inferior para que no quede un hueco vacío */
body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
