/**
 * Password-less Login Form Styles
 *
 * Minimal styles - relies on WooCommerce/theme styles for form appearance.
 *
 * @package Woo_Passwordless_Login
 */

/* Intro text */
.wpl-intro {
    margin-bottom: 1.5em;
}

/* Help text below form */
.wpl-help-text {
    margin-top: 0.5em;
    opacity: 0.7;
}

/* Loading state for button */
.wpl-login-form button[type="submit"]:disabled {
    opacity: 0.7;
    cursor: wait;
}

/* Message container - only show when active, inherits WooCommerce notice styles */
.wpl-login-form .wpl-message {
    margin-top: 1em;
}

/* Registration form separator (if both forms shown) */
.wpl-registration-form {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid currentColor;
    opacity: 0.2;
}

.wpl-registration-form > * {
    opacity: 1;
}
