.pdf-downloads {
    margin: 20px 0;
}

ul.file-download-list {
  list-style: none;
}

ul.file-download-list li {
  margin-bottom:10px;
}

.pdf-download-list {
    list-style: none;
    padding: 0;
}

.pdf-download-list li {
    margin-bottom: 12px;
}

.file-download-link {
    display: inline-block;
    padding: 8px 15px;
    background-color: #FFBF3B;
    border: 0px;
    border-radius: 0px;
    text-decoration: none;
    color: #000 !important;
    transition: all 0.2s ease;
}

.pdf-download-link:hover {
}

.pdf-filename {
    font-weight: 500;
}

.pdf-filedetails {
    font-size: 0.9em;
    color: #000;
    font-style: italic;
}

/* Styles pour l'éditeur */
.multiple-pdf-upload-block {
    padding: 15px;
    border: 1px solid #e2e4e7;
    border-radius: 4px;
    background-color: #fbfbfb;
}

.pdf-list-items {
    margin-top: 10px;
}

.pdf-list-items li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    margin-bottom: 8px;
}

.pdf-file-info {
    display: flex;
    flex-direction: column;
}