.alj-link {
    color: #2271b1;
    cursor: pointer;
    text-decoration: underline;
}

.alj-link[aria-busy="true"] {
    cursor: wait;
    opacity: 0.72;
}

.alj-link:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.alj-link-error {
    text-decoration-style: wavy;
}
