.text-download .element {
    background: var(--grey-ultralight);
    margin: 1rem 0;
    padding: 1rem;
    position: relative;
}

.text-download .element .title,
.text-download .element .title a {
    color: inherit;
}

.text-download .element .title a:hover {
    color: var(--blu-medium);
}

.text-download .tag {
    background: var(--grey-light);
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.text-download svg {
    width: 2rem;
}

.text-download .element .ico {
    position: absolute;
    right: 0rem;
    border-left: 1px solid #fff;
    height: 100%;
    top: 0;
    padding: 1rem;
    width: 6rem;
    text-align: center;
}

.text-download .element .ico:hover svg {
    fill: var(--blu-medium);
    transition: all ease .5s;
}