.email-typo-suggestion {
    margin-top: 6px;
    font-size: 13px;
    color: #8a6d3b;
    background: #fcf3d9;
    border: 1px solid #f0e0a8;
    border-radius: 4px;
    padding: 6px 10px;
}

.email-typo-suggestion a {
    font-weight: 600;
    color: #8a6d3b;
    text-decoration: underline;
    cursor: pointer;
}
