﻿.file-preview-box {
    width: 200px;
    height: 200px;
    border: 1px solid #b6b6b6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    margin-bottom: 10px;
    overflow: hidden;
}

.file-icon-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.file-preview-box .fa {
    font-size: 80px !important;
    line-height: 1;
}

.image-preview {
    object-fit: cover;
}

.file-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.image-container,
.file-icon-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.file-actions p {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #555;
}

#upload-loading {
    padding: 10px;
    text-align: center;
    color: #666;
}

.signature-pad canvas {
    border: 1px solid #DDD;
    width: 100%;
    aspect-ratio: 16 / 9;
}

