.afe-form {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.afe-fields > * + * {
    margin-top: 12px;
}

.afe-message {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.45;
    display: none;
}

.afe-message.success {
    color: #0f5132;
    background: #d1e7dd;
    border-color: #badbcc;
}

.afe-message.error {
    color: #842029;
    background: #f8d7da;
    border-color: #f5c2c7;
}

.afe-form button[disabled] {
    opacity: 0.72;
    cursor: wait;
}

.afe-hp-field {
    position: absolute !important;
    left: -9999px !important;
    top: 0 !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
