/* Footer komplett ausblenden */
footer,
[class*="Footer"],
[class*="footer"],
a[href*="github.com/jhaals"],
a[href*="yopass.se"] {
    display: none !important;
}

/* Parent-Container des GitHub-Links auch verstecken */
div:has(> a[href*="github.com"]) {
    display: none !important;
}

/* Feature-Bereich komplett ausblenden (ab "Geheimnisse sicher...") */
.mt-16.mb-8 {
    display: none !important;
}

/* Alternative: Falls das nicht funktioniert, verstecke alle divs die grid haben */
div.grid.grid-cols-1 {
    display: none !important;
}
