﻿.file-block {
    position: relative;
    width: 125px;
    height: 225px;
    border-radius: 15px;
    border: 1.5px solid black;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}

.file-download {
    color: deepskyblue;
    padding: 0;
    margin: 0;
    font-size: 1.25rem;
    position: absolute;
    top: 1px;
    left: 5px;
    background: transparent;
    border: 0;
    line-height: 2.5rem;
}

.file-delete {
    position: absolute;
    top: 1px;
    right: 5px;
    background: transparent;
    border: 0;
}

.file-iconed {
    color: black;
    font-size: calc(1.375rem + 1.5vw);
    padding: 0;
    margin: 0;
}

.file-named {
    color: black;
    white-space: normal;
    text-align: center;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.file-named-iconed-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.file-blocks-wrapper {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}