/* email typo hint (#49788): inherit the surrounding text color so the hint stays
   readable on dark/colored backgrounds too (e.g. newsletter banner) */
.email-suggest-hint:not(.text-danger) {
    color: inherit;
}

.email-suggest-hint a.email-suggest-apply {
    color: inherit;
    text-decoration: underline;
    font-weight: 600;
}
