.mt-repairs-link-in-form {
    all: unset;
    color: #1d70b8; /* GOV.UK link blue */
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    display: inline;
}


.mt-repairs-link-in-form:hover {
    color: #003078; /* Darker blue on hover */
}
