.button-link {
    background: none;
    border: none;
    padding: 0;
    color: #0066cc;
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
}

.button-link:hover {
    color: #0052a3;
}

.button-link:focus {
    outline: 2px solid #0066cc;
    outline-offset: 2px;
}
