/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/************************************************************************************/
/*	swpm formbuilder registration form												*/
/************************************************************************************/
/* Versteckt die Passwort-Zeilen im SWPM Formbuilder (fb) Registrierungsformular */
.swpm-fb-password {
    display: none !important;
}

/************************************************************************************/
/*	wp-webauthn login form															*/
/************************************************************************************/
.wwa-login-username {
	/* Username unsichtbar setzen */
	display: none !important;
}

.wp-webauthn-notice {
	/* Notice unsichtbar setzen */
	display: none !important;
}

.wwa-w2t {
	/* Authenticate with password|passkey toggle unsichtbar setzen */
	display: none !important;
}

.wwa-login-form .button-primary {
	/* Farben setzen */
    background: #6775f1 !important;
}

.wwa-login-form .button-primary:focus, .wwa-login-form .button-primary:hover {
    background: #e174ef !important;
    border-color: #e174ef !important;
}

.wwa-login-form .button-primary, .wwa-login-form .button-secondary {
	font-size: 20px !important;
    width: 240px !important;
    height: 56px !important;
    border-radius: 6px !important;
}

/***********************************************************************************/
/***********************************************************************************/
.wwa-bind-usernameless-description {
	/* Usernameless feature description unsichtbar setzen */
	display: none !important;
}

.wwa-bind-name-description {
	/* Type of authenticator and Authenticator identifier description unsichtbar setzen */
	/* A: Description bleibt aktuell sichtbar (s.u. 'B') */
	/* display: none !important; */
}
/* Erzeugt den gewünschten Abstand unter dem Eingabefeld für den Passkey-Namen */
.wwa-authenticator-name {
	/* B: wenn 'A' sichtbar bleibt, braucht es keinen weiteren Abstand (s.o. 'A') */
    /* margin-bottom: 425px !important; */
}

/* 1. Blendet das "Disable"-Label und den dazugehörigen Radio-Button aus */
input[name="wwa-authenticator-usernameless"][value="false"],
input[name="wwa-authenticator-usernameless"][value="false"] + label,
label:has(input[value="false"]) {
    display: none !important;
}

/* 2. Blendet NUR den runden Radio-Button für "True" aus (damit das Wort "Enable" stehen bleibt) */
input[name="wwa-authenticator-usernameless"][value="true"] {
    display: none !important;
}

/* 4. Säubert alle Zeilenumbrüche innerhalb dieser Sektion, um Lücken zu vermeiden */
/*
.wwa-register-section-usernameless br {
   display: none !important;
}
*/

