.fondam-donor-autofill-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}

.fondam-donor-autofill-actions[hidden] {
    display: none !important;
}

.fondam-donor-autofill-clear {
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid currentColor;
    color: #69727d;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    line-height: 1.35;
    padding: 0;
}

.fondam-donor-autofill-clear:hover,
.fondam-donor-autofill-clear:focus {
    color: #1f2933;
}
