/* Override chs-styles with updated govuk style */
.govuk-link:focus, a:focus {
    outline: 3px solid #ffdd00;
    background-color: #ffdd00;
}
