/* Alfan Payment Links — Frontend */

.alfan-email-wrap {
    margin-bottom: 16px;
}

.alfan-email-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: inherit;
}

.alfan-email-label .required {
    color: #e5534b;
}

.alfan-email-input {
    display: block;
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #dde3ee;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: border-color .15s, box-shadow .15s;
    box-sizing: border-box;
}

.alfan-email-input::placeholder {
    color: #b0b8c9;
}

.alfan-email-input:focus {
    outline: none;
    border-color: #1a5cff;
    box-shadow: 0 0 0 3px rgba(26, 92, 255, .1);
}

.alfan-email-input.alfan-error {
    border-color: #e5534b;
    box-shadow: 0 0 0 3px rgba(229, 83, 75, .1);
}

.alfan-email-error {
    display: block;
    color: #e5534b;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 500;
}
