/* Atisuto Magic Link Login — form.css */

.aml-wrap {
    max-width: 100%;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}


.aml-intro {
    color: #555;
    font-size: 14px;
    margin: 0 0 20px;
    line-height: 1.6;
}

.aml-field {
    margin-bottom: 16px !important;
}

.aml-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.aml-field input[type="email"] {
    width: 100%;
    padding: 11px 14px;
    font-size: 15px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
    color: #111;
}

.aml-field input[type="email"]:focus {
    border-color: #198fd9;
    box-shadow: 0 0 0 3px rgba(25, 143, 217, 0.12);
}

.aml-wrap .aml-form-box .aml-btn,
.aml-wrap .aml-form-box button.aml-btn.fusion-button {
    margin-top: 20px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.aml-btn:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}

/* Notices */
.aml-notice {
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 16px;
}

.aml-notice.aml-error {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #b91c1c;
}

/* Successtatus */
.aml-success-box {
    text-align: center;
    padding: 40px 32px;
}

.aml-check {
    font-size: 40px;
    margin-bottom: 16px;
}

.aml-success-box p {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 8px;
}

.aml-hint {
    font-size: 13px !important;
    color: #64748b !important;
}

/* Checkout compact variant */
.aml-checkout-login-wrap {
    margin-bottom: 24px;
}

.aml-compact-intro {
    font-size: 14px;
    color: #555;
    margin: 0 0 12px;
    line-height: 1.5;
}

.aml-checkout-login-wrap,
.aml-checkout-login-wrap .aml-wrap,
.aml-checkout-login-wrap .aml-form-box {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    box-sizing: border-box;
}

.aml-checkout-login-wrap .aml-intro {
    display: none !important;
}

.aml-checkout-login-wrap .aml-field {
    width: 100%;
    margin-bottom: 6px !important;
}

.aml-checkout-login-wrap .aml-btn {
    margin-top: 10px !important;
}

/* Ingelogd melding */
.aml-logged-in {
    font-size: 14px;
    color: #555;
}
