.at-downloadGridItem__link {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5em 0;
    text-decoration: none;
}

.at-downloadGridItem__link:after {
    display: inline-block;
    flex: 0 0 1em;
    width: 1em;
    height: 1.3em;
    margin-left: 2em;
    content: url('download-icon.svg');
}

.at-downloadGridItem__title {
    flex-basis: calc(100% - 3em);
    margin-bottom: 0;
    font-size: 1em;
    color: #4a4a49;
}

.at-downloadGridItem:hover .at-downloadGridItem__title {
    color: #0ba1e1;
}

.at-downloadGridItem:hover .at-downloadGridItem__link:after {
    content: url('download-icon-blue.svg');
}
