.at-hlArticle {
    position: relative;/** For positioning .at-polariod__link */
    height: 100%;
    padding: 1rem;
    text-decoration: none;
    color: inherit;
    background-color: #fff;
    transition: all .15s;
}

.contentRow--highlight .at-hlArticle {
    box-shadow: none;
}

.contentRow--highlight .at-hlArticle__picture {
    margin-bottom: 1em;
}

.at-hlArticle__text p {
    margin-bottom: .5em;
}

.at-hlArticle__text p:last-child {
    margin-bottom: 0;
}

.at-hlArticle:hover .at-hlArticle__more::after {
    transform: translateX(4px);
    transition: transform .3s;
}

.at-hlArticle__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
