.file-download-widget-4beabe03 {
    width: 100%;
}
.file-download-widget-4beabe03 .file-download-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.file-download-widget-4beabe03 .file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
.file-download-widget-4beabe03 .file-item-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
.file-download-widget-4beabe03 .file-download-btn {
    background-color: #0073aa;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    transition: background-color 0.3s;
}
.file-download-widget-4beabe03 .file-download-btn:hover {
    background-color: #005177;
    color: #fff;
}
.file-download-widget-4beabe03 .file-download-btn.disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}