/* Homepage styles that restore legacy CMS block treatments. */
.homepage-useful-links .text > a {
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.homepage-useful-links .text > a::after {
    background-image: url("../images/useful-link-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
