.custom-download-buttons {
display: flex;
flex-direction: column;
gap: 1.25rem;
aspect-ratio: 79 / 22;
max-width: 237px;
max-height: 66px;
}
.download-button {
display: flex;
align-items: center; background-color: var(--e-global-color-58f32be);
border: 1px solid var(--e-global-color-fd3a488);
padding: 0.94rem 1.25rem;
color: var(--e-global-color-primary);
}
.title-info {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.material-symbols-outlined {
margin-right: 1.25rem;
}
.file-info {
font-size: 14px;
color: var(--e-global-color-text);
}