/* Typo-suggestie onder een e-mailveld ("Bedoelde je user@hotmail.com?"). Zie EmailSuggestAsset. */
.email-suggest-hint {
    margin-top: 6px;
    font-size: .9em;
    line-height: 1.5;
    color: #6b7280;
}
.email-suggest-accept {
    background: none;
    border: 0;
    padding: 0;
    font: inherit;
    font-style: italic;
    color: var(--bs-primary, #1a56db);
    text-decoration: underline;
    cursor: pointer;
}
.email-suggest-accept:hover {
    text-decoration: none;
}
