.top-tasks-tile {
    display: flex;
    position: relative;
}

.top-tasks-tile__link {
    text-decoration: none;
}

.top-tasks-tile__link:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.top-tasks-tile__icon {
    pointer-events: none;
}

.top-tasks-tile__header {
    display: block;
}

.top-tasks-tile__header .icon--after {
    margin-left: 0.25rem;
}

.top-tasks-tile__description {
    margin-top: 0.25rem;
}

.top-tasks-tile_row-column-content {
    align-self: center;
}

.top-tasks-tile > *:first-child,
.top-tasks-tile_row-column-content > *:first-child {
    margin-top: 0;
}

.top-tasks-tile--dynamic {
    display: block;
    overflow: hidden;
}

.top-tasks-tile--dynamic .top-tasks-tile__body :first-child {
    margin-top: 0;
}

.top-tasks-tile--dynamic .top-tasks-tile__anchor {
    display: inline-block;
    margin-top: 1rem;
}

.top-tasks-tile--dynamic .top-tasks-tile__anchor .icon--after {
    margin-left: 0.25rem;
}

.top-tasks-tile--dynamic .top-tasks-tile__image {
    display: block;
    width: auto;
    height: 100%;
}

@media (min-width: 30rem) {
    .top-tasks-tile_row-column-content {
        align-self: flex-start;
    }
}
