/* === UKŁAD FLEX – div.file-icon + treść === */

.download-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 10px 0 10px;
    line-height: 1.3em;
}

.file-icon {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

/* Typy ikon */
.file-icon.filetype-pdf    { background-image: url("/wp-content/themes/BON/filetypes/pdf.svg"); }
.file-icon.filetype-doc    { background-image: url("/wp-content/themes/BON/filetypes/doc.svg"); }
.file-icon.filetype-docx   { background-image: url("/wp-content/themes/BON/filetypes/doc.svg"); }
.file-icon.filetype-odt   { background-image: url("/wp-content/themes/BON/filetypes/doc.svg"); }
.file-icon.filetype-xls    { background-image: url("/wp-content/themes/BON/filetypes/xls.svg"); }
.file-icon.filetype-xlsx   { background-image: url("/wp-content/themes/BON/filetypes/xls.svg"); }
.file-icon.filetype-ppt    { background-image: url("/wp-content/themes/BON/filetypes/ppt.svg"); }
.file-icon.filetype-pptx   { background-image: url("/wp-content/themes/BON/filetypes/ppt.svg"); }
.file-icon.filetype-zip    { background-image: url("/wp-content/themes/BON/filetypes/zip.svg"); }
.file-icon.filetype-rar    { background-image: url("/wp-content/themes/BON/filetypes/rar.svg"); }
.file-icon.filetype-jpg,
.file-icon.filetype-jpeg   { background-image: url("/wp-content/themes/BON/filetypes/jpg.svg"); }
.file-icon.filetype-svg    { background-image: url("/wp-content/themes/BON/filetypes/svg.svg"); }
.file-icon.filetype-gif    { background-image: url("/wp-content/themes/BON/filetypes/gif.svg"); }
.file-icon.filetype-svg    { background-image: url("/wp-content/themes/BON/filetypes/svg.svg"); }
.file-icon.filetype-txt    { background-image: url("/wp-content/themes/BON/filetypes/txt.svg"); }
.file-icon.filetype-csv    { background-image: url("/wp-content/themes/BON/filetypes/csv.svg"); }
.file-icon.filetype-mp3    { background-image: url("/wp-content/themes/BON/filetypes/mp3.svg"); }
.file-icon.filetype-mp4    { background-image: url("/wp-content/themes/BON/filetypes/mp4.svg"); }
.file-icon.filetype-wav    { background-image: url("/wp-content/themes/BON/filetypes/wav.svg"); }
.file-icon.filetype-json   { background-image: url("/wp-content/themes/BON/filetypes/json.svg"); }
.file-icon.filetype-xml    { background-image: url("/wp-content/themes/BON/filetypes/xml.svg"); }
.file-icon.filetype-html   { background-image: url("/wp-content/themes/BON/filetypes/html.svg"); }

/* Treść */
.file-content {
    display: flex;
    flex-direction: column;
    line-height: 1.3em;
}

.download-link {
    font-weight: 600;
    color: #333;
    text-decoration: none;
    line-height: 1.3em;
}

.file-info {
    font-size: 14px;
    color: #666;
    margin-top: 0.3em;
    line-height: 1.3em;
    width: 100%;
}


.etr,
.sign {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 10px 0 10px;
    line-height: 1.3em;
    min-height: 50px;
    padding-left: 0;
}

.etr .file-icon {
    background-image: url("/wp-content/themes/BON/images/ETR-file.png");
    border-radius: 5px;
}

.sign .file-icon {
    background-image: url("/wp-content/themes/BON/images/sign-language-file.png");
    border-radius: 5px;
}
