.dm-document-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    text-decoration: none;
    line-height: 1;
    background: #212431;
    color: #fff;
    transition: transform .18s ease, opacity .18s ease;
}

.dm-document-action:hover,
.dm-document-action:focus {
    color: #fff;
    transform: translateY(-1px);
}

.dm-document-action svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}
