.attachment {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 64px;
}

.attachment:not(:last-child) {
    border-bottom: 1px solid var(--color-neutral);
    margin: 0;
}

.attachment .redesign-icon-download {
    display: table;
    background: url(../images/download.svg);
    background-size: cover;
    height: 20px;
    width: 20px;
    margin-right: 16px;
}

.attachment .attachment-wrapper {
    display: flex;
    flex-direction: column;
}

.attachment .attachment-wrapper .attachment--link {
    font-size: 14px;
    line-height: 1.71;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--color-primary);
}

.attachment .attachment-wrapper .attachment--data {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.23;
    letter-spacing: normal;
    color: #3D3D3D;
}

@media screen and (max-width: 768px) {
    .attachment .attachment-wrapper .attachment--data {
        margin-bottom: 14px;
    }
}
