.guided-walkthrough-result-links a {
    display: block;
    width: fit-content;
    margin-block: .5rem;
    position: relative;
}
.guided-walkthrough-result-links a::after {
    content: ' →';
    position: absolute;
    right: -1rem;
}