.download-file-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.download-file-list__item {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 7px 34px 7px 70px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: 2px solid #ED7453;
    border-radius: 58px;
    position: relative;
    background: radial-gradient(circle at 28px center, rgba(237,116,83,1) 0, rgba(237,116,83,1) 29px, rgba(237,116,83,0) 29px, rgba(237,116,83,0) 100%);
    color: #333333;
}

.download-file-list__item:hover {
    text-decoration: none;
}

.download-file-list__item:last-child {
    margin-bottom: 0;
}

.download-file-list__item:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 58px;
    height: 58px;
    background: transparent url("data:image/svg+xml,%3Csvg width='23' height='28' viewBox='0 0 23 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.63 18.99a.87.87 0 01-.62-.26l-3.5-3.5A.87.87 0 118.74 14l2.89 2.89 2.88-2.89a.87.87 0 111.23 1.24l-3.5 3.5a.87.87 0 01-.61.26z' fill='%23fff'/%3E%3Cpath d='M11.63 18.99a.87.87 0 01-.88-.88V9.36a.88.88 0 011.75 0v8.75c0 .49-.4.88-.88.88zM16.88 22.49H6.38a.87.87 0 110-1.75h10.5a.87.87 0 110 1.75z' fill='%23fff'/%3E%3Cpath d='M20.76 28H2.5a2.22 2.22 0 01-2.25-2.19V7.83c0-.76.3-1.5.85-2.04L6.04.85A2.87 2.87 0 018.08 0h12.67C22 0 23 .98 23 2.19V25.8c0 1.2-1 2.19-2.24 2.19zM8.08 1.75c-.3 0-.59.12-.8.33L2.33 7.03c-.2.21-.33.5-.33.8v17.98c0 .24.22.44.5.44h18.25c.28 0 .5-.2.5-.44V2.2c0-.24-.22-.44-.5-.44H8.08z' fill='%23fff'/%3E%3Cpath d='M6.81 8.75H2A.88.88 0 012 7h4.81c.24 0 .44-.2.44-.44V1.75a.88.88 0 011.75 0v4.81a2.2 2.2 0 01-2.19 2.19z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center / 23px 28px;
    border-radius: 50%;
}

.download-file-list__type {
    display: block;
    font-size: 13px;
    line-height: 140%;
    color: #999999;
}
