.file-download-wrapper-4a5e66d6 {
    display: block;
}
.file-preview-4a5e66d6 {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-preview-4a5e66d6 img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.file-preview-unsupported-4a5e66d6 {
    padding: 20px;
    color: #666;
    font-size: 14px;
    text-align: center;
}
.file-download-btn-4a5e66d6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
}
.file-download-btn-4a5e66d6:hover {
    opacity: 0.8;
}
