/* Username + Password Inputs unsichtbar */
form input[type="text"],
form input[type="password"] {
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Username + Password Labels ausblenden */
form label {
    display: none !important;
}

/* Normalen Login Button verstecken (nicht CFX) */
form button:first-of-type {
    display: none !important;
}
/* Zap Hosting Kachel entfernen */
a[href*="zap-hosting"],
a[href*="zap"] {
    display: none !important;
}

/* Discord Kachel entfernen */
a[href*="discord"] {
    display: none !important;
}
