ul.post-attachments{list-style:none;margin:0;padding:0;}
li.post-attachment{background:url(document.png) 0 4px no-repeat;padding-left:24px;}

/* Standard formats */
.post-attachment.mime-image-jpeg,.post-attachment.mime-image-png,.post-attachment.mime-image-gif{background-image:url(document-image.png);}
.post-attachment.mime-application-zip{background-image:url(document-zipper.png);}
.post-attachment.mime-application-pdf{background-image:url(document-pdf.png);}
.post-attachment.mime-audio-mpeg{background-image:url(document-music.png);}

/* Proprietary formats */
.post-attachment.mime-application-vnd-ms-excel,.post-attachment.mime-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet{background-image:url(document-excel.png);}
.post-attachment.mime-application-msword,.post-attachment.mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document{background-image:url(document-word.png);}

/* Open formats */
.post-attachment.mime-application-vnd-oasis-opendocument-spreadsheet{background-image:url(document-ods.png);}
.post-attachment.mime-application-vnd-oasis-opendocument-text{background-image:url(document-odt.png);}

/* Layout + sort links (added for accessibility and theme-proofing) */
.wpa-attachments-block{width:100%;margin:10px 0;}
.wpa-attachments-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:4px 12px;}
.wpa-attachments-title{margin:0;}
.wpa-orderby{font-size:.85em;}
.wpa-orderby-label{margin-right:.35em;opacity:.75;}
.wpa-orderby-link{margin-left:.6em;}
.wpa-orderby-link.is-current{font-weight:700;text-decoration:none;}
.post-attachment .wpa-attachment-date{float:right;margin-left:1em;}
